############################################################################################################ # # Nop's xorg.conf # stefan@onderka.com # # gentoo 2004.3 # X.org 6.8.0 (built 2005-Jan-06) # Gnome 2.8.1 # Dell Latitude C810 # nVidia GF2Go (16MB) # Display 1400x1050 # ########################################################################################################### Section "ServerLayout" Identifier "Custom Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" Option "BlankTime" "5" # Blank the screen after 5 minutes (Fake) Option "StandbyTime" "10" # Turn off screen after 10 minutes (DPMS) Option "SuspendTime" "20" # Full suspend after 20 minutes Option "OffTime" "30" # Turn off after half an hour EndSection ############################################################################################################ # Files Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" ModulePath "/usr/X11R6/lib/modules" FontPath "/usr/share/fonts/corefonts" FontPath "/usr/share/fonts/ttf-bitstream-vera" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/local" FontPath "/usr/share/fonts/Speedo/" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/CID/" FontPath "/usr/share/fonts/75dpi/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/misc/" EndSection ############################################################################################################ # Modules Section "Module" Load "extmod" #Load "dri" # as per instructions in NVIDIA readme Load "ddc" # for monitor frequency detection #Load "synaptics" # schon im kernel / for synaptics touchpad Load "glx" Load "dbe" Load "record" Load "xtrap" #Load "speedo" # gibts nicht Load "type1" Load "freetype" EndSection ############################################################################################################ # Input keyboard Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc104" Option "XkbLayout" "de" EndSection ############################################################################################################ # Input mouse Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "ImPS/2" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "no" Option "SHMConfig" "true" EndSection ############################################################################################################ # Monitor (TFT) Section "Monitor" Identifier "IntTFT" VendorName "DELL" ModelName "TFT 1400x1050" HorizSync 31.5 - 80.0 VertRefresh 50.0 - 100.0 ModeLine "1400x1050@59" 122.0 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync Option "DPMS" "true" #Option "DDC" "Off" EndSection ############################################################################################################ # Monitor (external) Section "Monitor" Identifier "External_Monitor" HorizSync 31 - 90 VertRefresh 50 - 160 Option "DPMS" "true" EndSection ############################################################################################################ # Video card Section "Device" #################################################################################################### # Unused #Option "DigitalVibrance" # #Option "NoFlip" # [] #Option "Dac8Bit" # [] #Option "NoLogo" # [] #Option "UBB" # [] #Option "Stereo" # #Option "SWcursor" # [] #Option "HWcursor" # [] #Option "VideoKey" # #Option "IgnoreEDID" # [] #Option "NoDDC" # [] #Option "ConnectedMonitor" # #Option "ConnectedMonitors" # #Option "TVStandard" # #Option "TVOutFormat" # #Option "RenderAccel" # [] #Option "CursorShadow" # [] #Option "CursorShadowAlpha" # #Option "CursorShadowXOffset" # #Option "CursorShadowYOffset" # #Option "UseEdidFreqs" # [] #Option "FlatPanelProperties" # #Option "TwinView" # [] #Option "TwinViewOrientation" # #Option "SecondMonitorHorizSync" # #Option "SecondMonitorVertRefresh" # #Option "MetaModes" # #Option "UseInt10Module" # [] #Option "NoTwinViewXineramaInfo" # [] #Option "NoRenderExtension" # [] #Option "Overlay" # [] #Option "CIOverlay" # [] #Option "ForceEmulatedOverlay" # [] #Option "TransparentIndex" # #Option "OverlayDefaultVisual" # [] #Option "NvEmulate" # #Option "NoBandWidthTest" # [] #Option "CustomEDID-CRT-0" # #Option "CustomEDID-CRT-1" # #Option "CustomEDID-DFP-0" # #Option "CustomEDID-DFP-1" # #Option "CustomEDID-TV-0" # #Option "CustomEDID-TV-1" # #Option "TVOverScan" # #Option "IgnoreDisplayDevices" # #Option "MultisampleCompatibility" # [] #Option "RegistryDwords" # #Option "RegistryBinary" # #Option "NoPowerConnectorCheck" # [] #Option "AllowDFPStereo" # [] #Option "XvMCUsesTextures" # [] #Option "HorizSync" # #Option "VertRefresh" # #Option "AllowGLXWithComposite" # [] #################################################################################################### # Used Identifier "GF2Go" Driver "nvidia" VendorName "nVidia Corporation" BoardName "GeForce2GO" Option "NoLogo" "false" Option "NvAGP" "1" Option "NoFlip" "true" Option "RenderAccel" "true" Option "CursorShadow" "true" Option "CursorShadowAlpha" "64" Option "CursorShadowXOffset" "3" Option "CursorShadowYOffset" "3" Option "AllowGLXWithComposite" "true" BusID "PCI:1:0:0" #Option "TwinView" "true" #Option "MetaModes" "1400x1050,1400x1050;1280x1024,1280x1024; 1024x768,1024x768" Option "UseEdidFreqs" "true" #Option "ConnectedMonitors" "crt,lcd,dfp" Screen 0 EndSection ############################################################################################################ # Screen assembly Section "Screen" Identifier "Screen0" Device "GF2Go" Monitor "IntTFT" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection ############################################################################################################ # DRI stuff Section "DRI" Mode 0666 EndSection