Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 19th, 2010 | Syntax: None | Size: 1.69 KB | Hits: 56 | Expires: Never
Copy text to clipboard
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig:  version 1.0  (buildmeister@builder75)  Tue Dec  8 21:04:28 PST 2009
  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       28.0 - 33.0
  35.     VertRefresh     43.0 - 72.0
  36.     Option         "DPMS"
  37. EndSection
  38.  
  39. Section "Device"
  40.     Identifier     "Device0"
  41.     Driver         "nvidia"
  42.     VendorName     "NVIDIA Corporation"
  43. EndSection
  44.  
  45. Section "Screen"
  46.     Identifier     "Screen0"
  47.     Device         "Device0"
  48.     Monitor        "Monitor0"
  49.     # Fixes tearing/smoothvideo issues
  50.     Option "DynamicTwinView" "False" # disable or you'll get tearing
  51.     Option "TripleBuffer" "0" # disable or xbmc will segfault with smoothvideo
  52.     DefaultDepth    24
  53.     Option         "NoLogo" "True"
  54.     SubSection     "Display"
  55.         Depth       24
  56.         Modes "1920x1080@50" "1920x1080@60" "1920x1080@24" "1920x1080@23.976" "1920x1080@59.94" "1920x1080@25" "1920x1080@29.97" "1920x1080@30"
  57.     EndSubSection
  58. EndSection