MertcanGokgoz

Asus N550JV-Intel /etx/X11/xorg.conf

Dec 20th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Section "ServerLayout"
  2.     Identifier "layout"
  3.     Screen 0 "nvidia"
  4.     Inactive "intel"
  5. EndSection
  6.  
  7. Section "Device"
  8.     Identifier "intel"
  9.     Driver "intel"
  10.     BusID "PCI:0@0:2:0"
  11.     Option "AccelMethod" "SNA"
  12. EndSection
  13.  
  14. Section "Screen"
  15.     Identifier "intel"
  16.     Device "intel"
  17. EndSection
  18.  
  19. Section "Device"
  20.     Identifier "nvidia"
  21.     Driver "nvidia"
  22.     BusID "PCI:1@0:0:0"
  23.     Option "ConstrainCursor" "off"
  24. EndSection
  25.  
  26. Section "Screen"
  27.     Identifier "nvidia"
  28.     Device "nvidia"
  29.     Option "AllowEmptyInitialConfiguration" "on"
  30.     Option "IgnoreDisplayDevices" "CRT"
  31. EndSection
Add Comment
Please, Sign In to add comment