While you're here, please consider supporting GamingOnLinux on:
Reward Tiers:
Patreon. Plain Donations:
PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Reward Tiers:
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register
- Oh dear - ARC Raiders was logging your private Discord chats [updated]
- California law to require operating systems to check your age
- Ubuntu and Fedora devs comment on California's new Digital Age Assurance Act
- Here's the most played Steam Deck games for February 2026
- SteamInputDB is a new site to help you find Steam Input configurations for your gamepads
- > See more over 30 days here
Recently Updated
How to setup OpenMW for modern Morrowind on Linux / SteamOS and Steam Deck
How to install Hollow Knight: Silksong mods on Linux, SteamOS and Steam Deck
- Uninstall thermald --> terminal: sudo apt-get remove --auto-remove thermald
- Install latest nvidia drivers (I guess you already did this)
- Install Dota2 Vulkan support from Dota2 DLC menu, then right click on Dota2 --> properties --> Set launch options, add "-vulkan" as an argument (without "" )
- Disable intel turbo boost technology:
terminal:
sudo -i
echo "1" | sudo tee /sys/devices/system/cpu/intel_pstate/no_turbo
exit
- Run Dota2 and set settings to best performance, Valve seem to have really improved the support on their engine even for low-end hardware which is really pleasing to see!
All the settings I've mentioned above will provide you the best performance that you can get on Linux with such a laptop, Turbo boost seems to be causing overheating which leads to CPU throttling so just avoid using it since it showed in my case that I get significant performance increase when it is disabled, and yes you need to disable it every time you reboot the PC or just google about making automatic executables that execute few lines of code, and set them as an app that auto-starts. Remember anything is possible on Linux, you are the master of your computer :D
Do same for all games (if they don't provide vulkan support than just skip that part)
Keep us updated with the results! Best of luck!