Skip to content

Instantly share code, notes, and snippets.

@emepetres
Created January 4, 2023 13:52
Show Gist options
  • Save emepetres/bce959b3285341a01ee74b4e834d4390 to your computer and use it in GitHub Desktop.
Save emepetres/bce959b3285341a01ee74b4e834d4390 to your computer and use it in GitHub Desktop.
Sets intel gpu as primary in hybrid mode
#!/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