############################## Section "ServerLayout" Identifier "Default Layout" Screen 0 "DisplayLinkScreen" 0 0 Screen 1 "Screen0" RightOf "DisplayLinkScreen" # commented out by update-manager, HAL is now used and auto-detects devices # Keyboard settings are now read from /etc/default/console-setup # InputDevice "Keyboard0" "CoreKeyboard" # commented out by update-manager, HAL is now used and auto-detects devices # Keyboard settings are now read from /etc/default/console-setup # InputDevice "Mouse0" "CorePointer" EndSection ############################## Section "Module" Load "glx" EndSection Section "ServerFlags" Option "Xinerama" "0" EndSection # commented out by update-manager, HAL is now used and auto-detects devices # Keyboard settings are now read from /etc/default/console-setup #Section "InputDevice" # # generated from default # Identifier "Keyboard0" # Driver "keyboard" #EndSection # commented out by update-manager, HAL is now used and auto-detects devices # Keyboard settings are now read from /etc/default/console-setup #Section "InputDevice" # # generated from default # Identifier "Mouse0" # Driver "mouse" # Option "Protocol" "auto" # Option "Device" "/dev/psaux" # Option "Emulate3Buttons" "no" # Option "ZAxisMapping" "4 5" #EndSection Section "Monitor" Identifier "Monitor0" VendorName "Unknown" ModelName "LPL" HorizSync 30.0 - 75.0 VertRefresh 60.0 EndSection Section "Device" # 0x3 = lowest power mode, 0x1=highest # http://wiki.archlinux.org/index.php/NVIDIA#GUI:_nvidia-settings # Only really useful if you are syncing opengl to VBlank AND can render at 50/60fps or more # Option "TripleBuffer" "True" # This slows things down, eg in Lucid 170-140fps in openarena benchmark. # Option "BackingStore" "True" # Force Powermizer to a certain level at all times # level 0x1=highest # level 0x2=med # level 0x3=lowest # AC settings: #Option "RegistryDwords" "PowerMizerLevelAC=0x3" # Battery settings: #Option "RegistryDwords" "PowerMizerLevel=0x3" #Letting the GPU set its own performance level based on temperature #Option "RegistryDwords" "PerfLevelSrc=0x3333" # When running the interrupt detection utility powertop, it can be observed that the Nvidia driver will generate an interrupt for every vblank. To disable: Identifier "Device0" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "GeForce 8600M GT" 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; DFP-0: nvidia-auto-select +0+0, DFP-1: nvidia-auto-select +0+0; DFP-0: 1280x1024 +0+0, DFP-1: 1280x1024 +0+0; DFP-0: 1360x768 +0+0, DFP-1: 1360x768 +0+0; DFP-0: 1024x768 +0+0, DFP-1: 1024x768 +0+0; DFP-0: 960x720 +0+0, DFP-1: 960x720 +0+0; DFP-0: 800x600 +0+0, DFP-1: 800x600 +0+0" Option "NoLogo" "True" Option "TwinViewOrientation" "DFP-1 RightOf DFP-0" # PowerMizer settings - see http://linux.aldeby.org/nvidia-powermizer-powersaving.html Option "RegistryDwords" "PowerMizerEnable=0x1; PerfLevelSrc=0x2233; PowerMizerLevel=0x3; PowerMizerDefault=0x3; PowerMizerDefaultAC=0x1" # PerfLevelSrc 0xbbac means: bb=battery, ac=AC: 22=fixed, 33=adaptive Option "OnDemandVBlankInterrupts" "True" # compiz won't work with this set to 16 DefaultDepth 24 # DefaultDepth 16 SubSection "Display" Depth 24 # Depth 16 EndSubSection EndSection ############### DisplayLink Stuff ############### Section "Device" Identifier "DisplayLinkDevice" driver "displaylink" Option "fbdev" "/dev/fb1" EndSection Section "Monitor" Identifier "DisplayLinkMonitor" EndSection Section "Screen" Identifier "DisplayLinkScreen" Device "DisplayLinkDevice" Monitor "DisplayLinkMonitor" SubSection "Display" Depth 16 EndSubSection EndSection