Skip to content

Instantly share code, notes, and snippets.

@oishimilk
Created June 14, 2021 19:21
Show Gist options
  • Save oishimilk/cba9ffc9e331fa5b3d0e1f468dda592c to your computer and use it in GitHub Desktop.
Save oishimilk/cba9ffc9e331fa5b3d0e1f468dda592c to your computer and use it in GitHub Desktop.
PCI のバス番号が大きい GPU から画面出力するための /etc/X11/xorg.conf
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 750 Ti"
BusID "PCI:3:0:0"
EndSection
Section "Device"
Identifier "Device1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 1080 Ti"
BusID "PCI:1:0:0"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment