Advertisement
leepenny

Xorg config

Sep 14th, 2012
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig: version 302.17 (buildmeister@swio-display-x86-rhel47-04.nvidia.com) Tue Jun 12 17:05:44 PDT 2012
  3.  
  4.  
  5. Section "ServerLayout"
  6. Identifier "Default Layout"
  7. Screen "Screen0" 0 0
  8. InputDevice "Keyboard0" "CoreKeyboard"
  9. InputDevice "Mouse0" "CorePointer"
  10. EndSection
  11.  
  12. Section "InputDevice"
  13.  
  14. # generated from default
  15. Identifier "Mouse0"
  16. Driver "mouse"
  17. Option "Protocol" "auto"
  18. Option "Device" "/dev/psaux"
  19. Option "Emulate3Buttons" "no"
  20. Option "ZAxisMapping" "4 5"
  21. EndSection
  22.  
  23. Section "InputDevice"
  24.  
  25. # generated from default
  26. Identifier "Keyboard0"
  27. Driver "kbd"
  28. EndSection
  29.  
  30. Section "Monitor"
  31.  
  32. # 1920x1080p @ 50Hz (EIA/CEA-861B)
  33. Identifier "Monitor0"
  34. VendorName "Unknown"
  35. ModelName "Unknown"
  36. HorizSync 28.0 - 33.0
  37. VertRefresh 23.0 - 72.0
  38. ModeLine "1920x1080_24" 74.250 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync
  39. ModeLine "1920x1080_23.976" 74.175 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync
  40. Option "DPMS"
  41. Option "DPI" "96 x 96"
  42. EndSection
  43.  
  44. Section "Device"
  45. Identifier "Device0"
  46. Driver "nvidia"
  47. VendorName "NVIDIA Corporation"
  48. EndSection
  49.  
  50. Section "Screen"
  51. Identifier "Screen0"
  52. Device "Device0"
  53. Monitor "Monitor0"
  54. Option "VertRefresh" "DFP-0: 23-60; CRT-0: 23-200"
  55. Option "HorizSync" "DFP-0: 25-100; CRT-0: 25-200"
  56. DefaultDepth 24
  57. Option "FlatPanelProperties" "Scaling = Native"
  58. Option "ModeValidation" "NoVesaModes, NoXServerModes"
  59. Option "ExactModeTimingsDVI" "True"
  60. SubSection "Display"
  61. Depth 24
  62. EndSubSection
  63. EndSection
  64.  
  65. Section "Extensions"
  66. Option "Composite" "Disable"
  67. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement