Advertisement
Guest User

Untitled

a guest
May 3rd, 2016
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VIM 2.36 KB | None | 0 0
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig:  version 355.11  (buildmeister@swio-display-x86-rhel47-07)  Wed Aug 26 17:15:49 PDT 2015
  3.  
  4. #Section "ServerLayout"
  5. #    Identifier     "Layout0"
  6. #    Screen      0  "Screen0"
  7. #    InputDevice    "Keyboard0" "CoreKeyboard"
  8. #    InputDevice    "Mouse0" "CorePointer"
  9. #EndSection
  10.  
  11. # Needed to stop screen from blanking out.
  12. Section "ServerFlags"
  13.     Option         "BlankTime"             "0"
  14.     Option         "StandbyTime"           "0"
  15.     Option         "SuspendTime"           "0"
  16.     Option         "OffTime"               "0"
  17. EndSection
  18.  
  19. #Section "InputDevice"
  20. #    # generated from default
  21. #    Identifier     "Mouse0"
  22. #    Driver         "mouse"
  23. #    Option         "Protocol" "auto"
  24. #    Option         "Device" "/dev/psaux"
  25. #    Option         "Emulate3Buttons" "no"
  26. #    Option         "ZAxisMapping" "4 5"
  27. #EndSection
  28.  
  29. #Section "InputDevice"
  30. #    # generated from default
  31. #    Identifier     "Keyboard0"
  32. #    Driver         "kbd"
  33. #EndSection
  34.  
  35. Section "Monitor"
  36.     Identifier     "Monitor0"
  37.     VendorName     "Unknown"
  38.     ModelName      "Unknown"
  39.     HorizSync       28.0 - 33.0
  40.     VertRefresh     43.0 - 72.0
  41.     Option         "DPMS"
  42.     # 1920x1080p @ 29.97Hz (EIA/CEA-861B)
  43.     ModeLine "1920x1080@29.97" 74.175 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync
  44.     # 1920x1080p @ 23.976Hz (EIA/CEA-861B)
  45.     ModeLine "1920x1080@23.976" 74.175 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync
  46.     # 1920x1080p @ 24Hz (EIA/CEA-861B)
  47.     ModeLine       "1920x1080@24" 74.250 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync
  48. EndSection
  49.  
  50. Section "Device"
  51.     Identifier     "Device0"
  52.     Driver         "nvidia"
  53.     VendorName     "NVIDIA Corporation"
  54.     Option         "NoLogo" "true"
  55. EndSection
  56.  
  57. Section "Screen"
  58.     Identifier     "Screen0"
  59.     Device         "Device0"
  60.     Monitor        "Monitor0"
  61.     DefaultDepth    24
  62.     SubSection     "Display"
  63.         Depth       24
  64.     EndSubSection
  65.     Option         "ModeValidation" "NoVesaModes, NoXServerModes, AllowNonEdidModes, NoVertRefreshCheck, NoHorizSyncCheck"
  66.     Option         "ExactModeTimingsDVI" "True"
  67.     Option         "ColorRange" "Full"
  68.     Option         "ColorSpace" "RGB"
  69. EndSection
  70.  
  71. Section "Extensions"
  72.     Option         "Composite" "Disable"
  73. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement