# nvidia-settings: X configuration file generated by nvidia-settings # nvidia-settings: version 1.0 (buildd@rothera) Mon Oct 13 14:53:48 UTC 2008 Section "Monitor" Identifier "Monitor0" VendorName "Unknown" ModelName "LPL" HorizSync 30.0 - 75.0 VertRefresh 60.0 Option "DPMS" EndSection Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" Option "TwinView" "1" Option "metamodes" "DFP-0: nvidia-auto-select +0+0, DFP-1: nvidia-auto-select +1680+0" DefaultDepth 24 SubSection "Display" Depth 24 EndSubSection EndSection Section "Module" Load "glx" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/psaux" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" EndSection Section "Device" Identifier "Device0" VendorName "NVIDIA Corporation" BoardName "GeForce 8600M GT" Driver "nvidia" Option "NoLogo" "True" # Enables the use of system events in some cases when the X driver is waiting for the hardware. The X driver can briefly spin through a tight loop when waiting for the hardware. With this option the X driver instead sets an event handler and waits for the hardware through the 'poll()' system call. Default: the use of the events is disabled. Option "UseEvents" "true" # DEPRECATED: This option reserves a chunk of your GPU's video memory for fast pixmap allocation and greatly improves performance of any X application heavily relying on pixmap allocation Option "PixmapCacheSize" "1048576" # 1 MByte Option "AllowSHMPixmaps" "0" # 0 is actually the default now Option "TripleBuffer" "True" Option "BackingStore" "True"# Experimental EndSection Section "ServerFlags" Option "Xinerama" "0" # needed to allow nvidia to run X Option "IgnoreABI" "True" EndSection