Advertisement
Guest User

Untitled

a guest
Feb 5th, 2013
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.22 KB | None | 0 0
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig: version 304.60 (buildmeister@swio-display-x86-rhel47-13) Sun Oct 14 21:19:18 PDT 2012
  3. # This is working on 304.60 scaling
  4. # Deprecated on 30X.X NVIDIA DRIVERS - Option "FlatPanelProperties" "Scaling = Native"
  5.  
  6. Section "ServerLayout"
  7. Identifier "Layout0"
  8. Screen 0 "Screen0"
  9. InputDevice "Keyboard0" "CoreKeyboard"
  10. InputDevice "Mouse0" "CorePointer"
  11. EndSection
  12.  
  13. Section "Files"
  14. EndSection
  15.  
  16. Section "InputDevice"
  17. # generated from default
  18. Identifier "Mouse0"
  19. Driver "mouse"
  20. Option "Protocol" "auto"
  21. Option "Device" "/dev/psaux"
  22. Option "Emulate3Buttons" "no"
  23. Option "ZAxisMapping" "4 5"
  24. EndSection
  25.  
  26. Section "InputDevice"
  27. # generated from default
  28. Identifier "Keyboard0"
  29. Driver "kbd"
  30. EndSection
  31.  
  32. Section "Device"
  33. Identifier "Device0"
  34. Driver "nvidia"
  35. VendorName "NVIDIA Corporation"
  36. Option "NoLogo" "true"
  37. Option "DynamicTwinView" "false"
  38. Option "NoFlip" "false"
  39. Option "ConnectToAcpid" "0"
  40. Option "ModeValidation" "NoVesaModes, NoXServerModes"
  41. Option "ModeDebug" "true"
  42. Option "HWCursor" "false"
  43. Option "SWCursor" "false"
  44. Option "RenderAccel" "1"
  45. EndSection
  46.  
  47.  
  48. Section "Screen"
  49. Identifier "Screen0"
  50. Device "Device0"
  51. Monitor "Monitor0"
  52. #Option "VertRefresh" "DFP-0: 23-60"
  53. #Option "HorizSync" "DFP-0: 25-100"
  54. DefaultDepth 24
  55. Option "NoLogo" "True"
  56. Option "ColorRange" "Full"
  57. Option "ColorSpace" "RGB"
  58. Option "DynamicTwinView" "false"
  59. #Option "FlatPanelProperties" "Scaling = Native"
  60. Option "ModeValidation" "NoVesaModes, NoXServerModes"
  61. Option "ExactModeTimingsDVI" "True"
  62. SubSection "Display"
  63. Depth 24
  64. EndSubSection
  65. EndSection
  66.  
  67.  
  68. Section "Monitor"
  69. Identifier "Monitor0"
  70. VendorName "Unknown"
  71. ModelName "Unknown"
  72. #HorizSync 28.0 - 33.0
  73. #VertRefresh 23.0 - 72.0
  74. HorizSync 26-81
  75. VertRefresh 24-75
  76. # 1920x1080p @ 23.976Hz (EIA/CEA-861B)
  77. ModeLine "1920x1080_23.976" 74.175 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync
  78. ModeLine "1920x1080_24" 74.250 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync
  79. # Remove # from below to use
  80. Modeline "1920x1080_25" 74.25 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync
  81. Modeline "1920x1080_60" 148.35 1920 2008 2052 2200 1080 1084 1089 1125 -hsync +vsync
  82. Option "DPI" "96 x 96"
  83. EndSection
  84.  
  85. Section "Extensions"
  86. Option "Composite" "Disable"
  87. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement