Skip to content

Instantly share code, notes, and snippets.

@vasi
Last active April 2, 2024 01:20
Show Gist options
  • Save vasi/7f745cb5c8e72ebc56ad717b1f9320c5 to your computer and use it in GitHub Desktop.
Save vasi/7f745cb5c8e72ebc56ad717b1f9320c5 to your computer and use it in GitHub Desktop.
Xorg conf for hybrid graphics
Section "Device"
Identifier "intel"
Driver "modesetting"
BusID "PCI:0:2:0"
EndSection
Section "Device"
Identifier "nvidia"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment