Skip to content

Commit

Permalink
xorg conf for nvidia
Browse files Browse the repository at this point in the history
  • Loading branch information
hackwa committed Nov 29, 2015
1 parent 9ab3fcb commit 9066353
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions xorg.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
Section "ServerLayout"
Identifier "layout"
Screen 0 "intel"
Inactive "nvidia"
EndSection

Section "Device"
Identifier "nvidia"
Driver "nvidia"
# Change BusID if necessary. Tips: (lspci | grep 3D) (Change 01:00.0 to 1:0:0)
BusID "PCI:4:0:0"
EndSection

Section "Screen"
Identifier "nvidia"
Device "nvidia"
Option "AllowEmptyInitialConfiguration" "Yes"
EndSection

Section "Device"
Identifier "intel"
Driver "modesetting"
# Change BusID if necessary. Tips: (lspci | grep VGA) (Change 00:02.0 to 0:2:0)
BusID "PCI:0:2:0"
Option "AccelMethod" "none"
EndSection

Section "Screen"
Identifier "intel"
Device "intel"
EndSection

0 comments on commit 9066353

Please sign in to comment.