Advertisement
soder

xorg.conf.working

Feb 20th, 2015
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "Layout0"
  3. Screen 0 "Screen0"
  4. InputDevice "Keyboard0" "CoreKeyboard"
  5. InputDevice "Mouse0" "CorePointer"
  6. EndSection
  7.  
  8. Section "Files"
  9. EndSection
  10.  
  11. Section "InputDevice"
  12. # generated from default
  13. Identifier "Mouse0"
  14. Driver "mouse"
  15. Option "Protocol" "auto"
  16. Option "Device" "/dev/psaux"
  17. Option "Emulate3Buttons" "no"
  18. Option "ZAxisMapping" "4 5"
  19. EndSection
  20.  
  21. Section "InputDevice"
  22. # generated from default
  23. Identifier "Keyboard0"
  24. Driver "kbd"
  25. EndSection
  26.  
  27. Section "Monitor"
  28. Identifier "Monitor0"
  29. VendorName "Unknown"
  30. ModelName "Unknown"
  31. # 23.976 and 24.0 refresh rates
  32. ModeLine "1920x1080_24" 74.250 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync
  33. ModeLine "1920x1080_23.976" 74.175 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync
  34. Option "DPMS"
  35. Option "DPI" "96 x 96"
  36. EndSection
  37.  
  38. Section "Device"
  39. Identifier "Device0"
  40. Driver "nvidia"
  41. VendorName "NVIDIA Corporation"
  42. # Option "ModeDebug" "true"
  43. EndSection
  44.  
  45. Section "Screen"
  46. Identifier "Screen0"
  47. Device "Device0"
  48. Monitor "Monitor0"
  49. DefaultDepth 24
  50. Option "ColorRange" "Limited" # Set to Limited if all is too dark
  51. Option "ColorSpace" "RGB"
  52. Option "DynamicTwinView" "false"
  53. Option "ExactModeTimingsDVI" "true"
  54. Option "VertRefresh" "DFP-0: 23-60"
  55. Option "HorizSync" "DFP-0: 25-100"
  56. Option "ModeValidation" "DFP-0: NoVesaModes, NoXServerModes"
  57. Option "ConnectedMonitor" "DFP-0"
  58. # Option "CustomEDID" "DFP-1:/etc/X11/marantz.bin"
  59. Option "CustomEDID" "DFP-0:/var/media/hdd2/temp/edid.bin"
  60. Option "UseEDID" "true"
  61. SubSection "Display"
  62. Depth 24
  63. EndSubSection
  64. EndSection
  65.  
  66. Section "Extensions"
  67. Option "Composite" "Disable"
  68. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement