Created
January 4, 2023 13:51
-
-
Save emepetres/076b9d110ba12b3ba869638c4642318c to your computer and use it in GitHub Desktop.
Sets nvidia gpu as primary in hybrid mode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -e | |
sudo sed -i 's/Device "iGPU"/Device "dGPU"/g' /etc/X11/xorg.conf | |
sudo shutdown -r now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment