Advertisement
Guest User

xorg.conf

a guest
Jun 20th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Section "Device"
  2.     Identifier  "0x42"
  3.     Driver      "intel"
  4.     Option      "Backlight" "intel_backlight"
  5. EndSection
  6.  
  7. Section "Module"
  8.     Load "modesetting"
  9. EndSection
  10.  
  11. Section "Device"
  12.     Identifier "nvidia"
  13.     Driver "nvidia"
  14.     BusID "PCI:1:0:0"
  15.     Option "AllowEmptyInitialConfiguration"
  16. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement