Advertisement
Guest User

Untitled

a guest
May 13th, 2013
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.55 KB | None | 0 0
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig:  version 304.43  (buildmeister@swio-display-x86-rhel47-02.nvidia.com)  Sun Aug 19 21:28:54 PDT 2012
  3.  
  4. Section "ServerLayout"
  5.     Identifier     "Layout0"
  6.     Screen      0  "Screen0"
  7.     InputDevice    "Keyboard0" "CoreKeyboard"
  8.     InputDevice    "Mouse0" "CorePointer"
  9. EndSection
  10.  
  11. Section "Files"
  12. EndSection
  13.  
  14. Section "InputDevice"
  15.     # generated from default
  16.     Identifier     "Mouse0"
  17.     Driver         "mouse"
  18.     Option         "Protocol" "auto"
  19.     Option         "Device" "/dev/psaux"
  20.     Option         "Emulate3Buttons" "no"
  21.     Option         "ZAxisMapping" "4 5"
  22. EndSection
  23.  
  24. Section "InputDevice"
  25.     # generated from default
  26.     Identifier     "Keyboard0"
  27.     Driver         "kbd"
  28. EndSection
  29.  
  30. Section "Monitor"
  31.     Identifier     "Monitor0"
  32.     VendorName     "Unknown"
  33.     ModelName      "Unknown"
  34.     HorizSync       25.0 - 100.0
  35.     VertRefresh     23.0 - 60.0
  36.    #Modeline       "1920x1080_50" 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync
  37.     ModeLine       "1920x1080_24_0" 74.250 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync
  38.    #ModeLine       "1920x1080_23.976" 74.175 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync
  39.     ModeLine       "1920x1080_23.976" 74.230 1920 2560 2604 2752 1080 1084 1089 1125 +hsync +vsync
  40.     Option         "DPMS"
  41.    #Option         "PreferredMode" "1920x1080_50"
  42. EndSection
  43.  
  44. Section "Device"
  45.     Identifier     "Device0"
  46.     Driver         "nvidia"
  47.     VendorName     "NVIDIA Corporation"
  48.     Option         "RegistryDwords" "PowerMizerEnable=0x1; PerfLevelSrc=0x2222; PowerMizerLevel=0x1; PowerMizerDefault=0x1; PowerMizerDefaultAC=0x1"
  49. EndSection
  50.  
  51. Section "Screen"
  52.     Identifier     "Screen0"
  53.     Device         "Device0"
  54.     Monitor        "Monitor0"
  55.     DefaultDepth    24
  56.     Option         "FlatPanelProperties" "Scaling = Native"
  57.     Option         "ModeValidation" "NoVesaModes, NoXServerModes"
  58.     Option         "ExactModeTimingsDVI" "True"
  59.     Option         "ColorSpace" "RGB"
  60.    #Option         "ColorRange" "Limited"
  61.     Option         "ColorRange" "Full"
  62.     SubSection     "Display"
  63.         Depth       24
  64.         Modes      "1920x1080_50" "1920x1080_50i" "1920x1080_60" "1920x1080_60i" "1920x1080_60_0" "1920x1080_24" "1920x1080_23.976" "1920x1080_24_0"
  65.         Option     "VertRefresh"  "DFP-0: 23-60"
  66.         Option     "HorizSync"    "DFP-0: 25-100"
  67.     EndSubSection
  68. EndSection
  69.  
  70. Section "Extensions"
  71.     Option         "Composite" "Disable"
  72. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement