Advertisement
Guest User

alanwww1

a guest
Jun 18th, 2009
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.57 KB | None | 0 0
  1.  
  2. # xorg.conf for nvidia cards with auto modelines, with dynamictwinview off, panelscaling Native
  3.  
  4. Section "ServerLayout"
  5.     Identifier     "Layout0"
  6.     Screen      0  "Screen0" 0 0
  7.     InputDevice    "Keyboard0" "CoreKeyboard"
  8.     InputDevice    "Mouse0" "CorePointer"
  9. EndSection
  10.  
  11. Section "InputDevice"
  12.  
  13.     Identifier     "Mouse0"
  14.     Driver         "mouse"
  15.     Option         "Protocol" "auto"
  16.     Option         "Device" "/dev/psaux"
  17.     Option         "Emulate3Buttons" "no"
  18.     Option         "ZAxisMapping" "4 5"
  19. EndSection
  20.  
  21. Section "InputDevice"
  22.  
  23.     Identifier     "Keyboard0"
  24.     Driver         "kbd"
  25.     Option         "XkbRules"      "xorg"
  26.     Option         "XkbModel"      "pc105"
  27.     Option         "XkbLayout"     "hu"
  28.     Option         "XkbVariant"    "nodeadkeys"
  29. EndSection
  30.  
  31. Section "Monitor"
  32.     Identifier     "Monitor0"
  33.     Option         "DPMS"
  34.     HorizSync       15.0 - 68.0
  35.     VertRefresh     23.0 - 61.0
  36. EndSection
  37.  
  38. Section "Device"
  39.     Identifier     "Device0"
  40.     Driver         "nvidia"
  41.     VendorName     "NVIDIA Corporation"
  42.     Option          "HWCursor"      "false"
  43. EndSection
  44.  
  45. Section "Screen"
  46.     Identifier     "Screen0"
  47.     Device         "Device0"
  48.     Monitor        "Monitor0"
  49.     DefaultDepth    24
  50.     Option         "NoLogo"
  51.     Option         "DynamicTwinView" "false"
  52.     Option         "AddARGBGLXVisuals" "True"
  53.     Option     "ExactModeTimingsDVI" "True"
  54.     Option         "FlatPanelProperties" "Scaling = Native"    
  55.     SubSection     "Display"
  56.         Depth       24
  57.     EndSubSection
  58. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement