Created
January 4, 2023 13:52
-
-
Save emepetres/bce959b3285341a01ee74b4e834d4390 to your computer and use it in GitHub Desktop.
Sets intel 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 "dGPU"/Device "iGPU"/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