Guest User

xorg.conf

a guest
Jan 29th, 2017
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. Section "Module"
  2. Load "modesetting"
  3. EndSection
  4.  
  5. Section "ServerLayout"
  6. Identifier "layout"
  7. Screen 0 "nvidia"
  8. Inactive "intel"
  9. EndSection
  10.  
  11. Section "Monitor"
  12. Identifier "nvidia"
  13. VendorName "Unknown"
  14. ModelName "Unknown"
  15. EndSection
  16.  
  17. Section "Device"
  18. Identifier "nvidia"
  19. Driver "nvidia"
  20. BusID "1@0:0:0"
  21. Option "ConnectedMonitor" "VGA-0"
  22. Option "CustomEDID" "VGA-0:/lib/firmware/edid/1366x768_Lenovo_B570.bin"
  23. Option "UseEDID" "True"
  24. Option "ModeValidation" "NoVirtualSizeCheck"
  25. EndSection
  26.  
  27. Section "Screen"
  28. Identifier "nvidia"
  29. Device "nvidia"
  30. Monitor "nvidia"
  31. Option "RenderAccel" "True"
  32. Option "NoRenderExtension" "False"
  33. Option "AllowGLXWithComposite" "True"
  34. Option "AddARGBGLXVisuals" "True"
  35. Option "DamageEvents" "True"
  36. Option "ConnectToAcpid" "True"
  37. SubSection "Display"
  38. Depth 24
  39. Modes "1366x768"
  40. EndSubSection
  41. EndSection
  42.  
  43. Section "Device"
  44. Identifier "intel"
  45. Driver "modesetting"
  46. Option "CustomEDID" "VGA-0:/lib/firmware/edid/1366x768_Lenovo_B570.bin"
  47. EndSection
  48.  
  49. Section "Screen"
  50. Identifier "intel"
  51. Device "intel"
  52. SubSection "Display"
  53. Depth 24
  54. Modes "1366x768"
  55. EndSubSection
  56. Monitor "nvidia"
  57. EndSection
  58.  
  59. Section "Extensions"
  60. Option "Composite" "Enable"
  61. EndSection
Add Comment
Please, Sign In to add comment