Posts

Showing posts with the label Tweaks

Intel Arc performance boost when gaming in Linux

Image
This is a little tip on how to boost gaming performance in Linux when gaming on an Intel Arc graphics device. By default your Intel Arc device will be scaling its GPU clock frequency, my Arc A770 scales its frequency between 300MHz and 2400MHz. This can be a performance issue especially when playing games and if we fix the frequency so it does not scale we can achieve more consistent FPS or in some cases better FPS. It will be the older less GPU intensive games that see the most benefit. To quickly illustrate this, I am going to run glxgears with vsync disabled in a terminal vblank_mode=0 glxgears 21805 frames in 5.0 seconds = 4360.969 FPS 21947 frames in 5.0 seconds = 4389.193 FPS 21930 frames in 5.0 seconds = 4385.876 FPS 21966 frames in 5.0 seconds = 4392.969 FPS 21934 frames in 5.0 seconds = 4386.701 FPS This is with GPU frequency scaling. The next set of results have frequency scaling disabled, GPU frequency is fixed to 2400MHz. 52209 frames in 5.0 seconds = 10441.599 FPS 53527 fr...

Windows 11 Professional - Tweaks to help gaming performance

Image
If you want that extra edge when playing games these settings and tweaks may help. Any changes that involve using the Group Policy Editor and Registry Editor will require a reboot for that change to take effect. I may update this page as time goes by, comments are open so feel free to add your comments or thoughts. Disable any unnecessary apps running at startup Use Task Manager or (Settings > Apps > Startup) to disable any unnecessary apps from running at start up Task Manager Settings > Apps > Startup Go through your start up apps and disable anything you do not need to run. In my case I have disabled OneDrive, Microsoft Teams, SteelSeriesGG and iCloud.   Disable Xbox Gamebar Go to Settings > Gaming > Xbox Game Bar and toggle the slider to off. Should you wish to capture your gameplay I would highly recommend OBS . Enabled further graphic optimisation settings Go to System > Display > Graphics > Change Default Graphics Settings and turn on any additi...

My top tweaks for gaming in Windows 10

Image
A collection of my favorite Windows 10 gaming tweaks, I'll be updating this with more as time goes by if necessary. I do not require Windows Search or use Cortana, pick and mix what suits you best. Disable Dynamic Tick Open a command prompt as admin and type; bcdedit /set disabledynamictick yes Reboot required to take effect. By default Windows 10 will allow the system timer to go idle to save power at the expense of system responsiveness. For any interactive application such as gaming particularly in a competitive setting, maximum responsiveness is more preferable. To restore the default setting type; bcdedit /deletevalue disabledynamictick Enable the Ultimate power plan Open a command prompt as admin and type; powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61 This will enable the ultimate power plan under Control Panel > Power Options. To read up on this further, see https://social.technet.microsoft.com/wiki/contents/articles/52059.wind...