Advertisement
Guest User

x

a guest
Apr 9th, 2012
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.24 KB | None | 0 0
  1. # nvidia-settings: X configuration file generated by nvidia-settings
  2. # nvidia-settings:  version 295.33  (buildmeister@swio-display-x86-rhel47-06.nvidia.com)  Sat Mar 17 16:01:34 PDT 2012
  3.  
  4. Section "ServerLayout"
  5.     Identifier     "Layout0"
  6.     Screen      0  "Screen0" 0 0
  7.     InputDevice    "Keyboard0" "CoreKeyboard"
  8.     InputDevice    "Mouse0" "CorePointer"
  9.     Option         "Xinerama" "0"
  10. EndSection
  11.  
  12. Section "Files"
  13. EndSection
  14.  
  15. Section "InputDevice"
  16.     # generated from default
  17.     Identifier     "Mouse0"
  18.     Driver         "mouse"
  19.     Option         "Protocol" "auto"
  20.     Option         "Device" "/dev/psaux"
  21.     Option         "Emulate3Buttons" "no"
  22.     Option         "ZAxisMapping" "4 5"
  23. EndSection
  24.  
  25. Section "InputDevice"
  26.     # generated from default
  27.     Identifier     "Keyboard0"
  28.     Driver         "kbd"
  29. EndSection
  30.  
  31. Section "Monitor"
  32.     # HorizSync source: edid, VertRefresh source: edid
  33.     Identifier     "Monitor0"
  34.     VendorName     "Unknown"
  35.     ModelName      "BenQ GL2240"
  36.     HorizSync       30.0 - 83.0
  37.     VertRefresh     50.0 - 76.0
  38.     Option         "DPMS"
  39. EndSection
  40.  
  41. Section "Device"
  42.     Identifier     "Device0"
  43.     Driver         "nvidia"
  44.     VendorName     "NVIDIA Corporation"
  45.     BoardName      "GeForce 7025 / nForce 630a"
  46.     Option "Coolbits" "1"
  47.     Option "NoLogo" "True"
  48.     Option "RenderAccel" "True"
  49.     Option "TripleBuffer" "True"  
  50. #    Option "GLShaderDiskCache" "True
  51.     Option "AddARGBGLXVisuals" "True"
  52.     Option "RegistryDwords" "PowerMizerEnable=0x1; PerfLevelSrc=0x3322; PowerMizerDefaultAC=0x1"
  53. #    Option "ModeValidation" "NoEdidModes, NoMaxPClkCheck, NoVertRefreshCheck, NoHorizSyncCheck, NoEdidMaxPClkCheck"
  54.     Option "NoBandWidthTest" "True"
  55.      
  56. EndSection
  57.  
  58. Section "Screen"
  59.     Identifier     "Screen0"
  60.     Device         "Device0"
  61.     Monitor        "Monitor0"
  62.     DefaultDepth    24
  63.     Option         "TwinView" "0"
  64.     Option         "metamodes" "1920x1080_60_0 +0+0; nvidia-auto-select +0+0"
  65.     SubSection     "Display"
  66.         Depth       24
  67.     EndSubSection
  68. EndSection
  69.  
  70. Section "Module"
  71.     Load "bitmap"
  72.     Load "ddc"
  73.     Load "extmod"
  74.     Load "freetype"
  75.     Load "int10"
  76.     Load "type1"
  77.     Load "vbe"
  78.     Load "glx"
  79. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement