Advertisement
Guest User

Untitled

a guest
May 9th, 2016
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. root@nmiculinic-laptop# cat /etc/X11/xorg.conf
  2. Section "Module"
  3. Load "modesetting"
  4. EndSection
  5.  
  6. Section "Device"
  7. Identifier "nvidia"
  8. Driver "nvidia"
  9. VendorName "NVIDIA Corporation"
  10. BusID "PCI:1:0:0"
  11. Option "AllowEmptyInitialConfiguration"
  12. EndSection
  13.  
  14. # Section "Device"
  15. # Identifier "intel"
  16. # BusID "PCI:0:2:0"
  17. # Driver "modesetting"
  18. # Option "AccelMethod" "sna"
  19. # EndSection
  20.  
  21. Section "Device"
  22. Option "ConnectedMonitor" "CRT-0"
  23. Option "CustomEDID" "CRT-0:/sys/class/drm/card0-LVDS-1/edid"
  24. Option "IgnoreEDID" "false"
  25. Option "UseEDID" "true"
  26. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement