Section "ServerLayout" Identifier "X.org Configured" # für aiglx (xorg >7.1) Option "AIGLX" "true" Screen 0 "Screen0" 0 0 InputDevice "Mouse" "CorePointer" InputDevice "Keyboard" "CoreKeyboard" EndSection Section "Files" FontPath "unix/:7100" # local font server # if the local font server has problems, we can fall back on these FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/share/fonts/X11/cyrillic" FontPath "/usr/share/fonts/X11/100dpi/:unscaled" FontPath "/usr/share/fonts/X11/75dpi/:unscaled" FontPath "/usr/share/fonts/X11/Type1" FontPath "/usr/share/fonts/X11/CID" FontPath "/usr/share/fonts/X11/100dpi" FontPath "/usr/share/fonts/X11/75dpi" FontPath "/usr/local/fonts/misc/" FontPath "/usr/local/fonts/Type1/" FontPath "/usr/share/fonts/TTF/" EndSection # auch fuer aiglx Section "DRI" Group 0 Mode 0666 EndSection Section "Module" Load "extmod" #Load "dri" # Load "v4l2" Load "dbe" Load "record" Load "xtrap" Load "glx" Load "type1" Load "freetype" EndSection Section "InputDevice" Identifier "Keyboard" Driver "keyboard" Option "AutoRepeat" "250 30" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "de" Option "XkbVariant" "nodeadkeys" Option "XkbOptions" "nodeadkeys" EndSection Section "InputDevice" Identifier "Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/psaux" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "false" Option "ZAxisMapping" "4 5" EndSection Section "Monitor" Identifier "Monitor" Option "DPMS" HorizSync 31.5-82 VertRefresh 50-100 EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "backingstore" #Option "DigitalVibrance" # #Option "NoFlip" # [] #Option "Dac8Bit" # [] Option "NoLogo" # [] #Option "UBB" # [] #Option "Stereo" # #Option "SWcursor" # [] #Option "HWcursor" # [] #Option "VideoKey" # #Option "NvAGP" # #Option "IgnoreEDID" # [] #Option "NoDDC" # [] #Option "ConnectedMonitor" # #Option "ConnectedMonitors" # #Option "TVStandard" # #Option "TVOutFormat" # Option "RenderAccel" # [] Option "CursorShadow" # [] #Option "CursorShadowAlpha" 1 # #Option "CursorShadowXOffset" -5 # #Option "CursorShadowYOffset" -5 # #Option "UseEdidFreqs" # [] #Option "FlatPanelProperties" # #Option "TwinView" # [] #Option "TwinViewOrientation" # #Option "SecondMonitorHorizSync" # #Option "SecondMonitorVertRefresh" # #Option "MetaModes" # #Option "UseInt10Module" # [] #Option "NoTwinViewXineramaInfo" # [] Option "RenderExtension" # [] 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" # #und die beiden folgenden auch für aiglx Option "DRI" "true" # [] Option "XAANoOffscreenPixmaps" "true" Identifier "Card0" Driver "nvidia" VendorName "nVidia Corporation" #BoardName "NVidia GeForce 6600GT" BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor" #und die zeile hier auch noch: Option "AddARGBGLXVisuals" Option "DisableGLXRootClipping" "True" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x1024" "1024x768" "800x600" "640x480" "320x240" EndSubSection EndSection #und das hier am besten auch noch, dann sollte alles gehen Section "Extensions" Option "Composite" "Enable" EndSection