# XF86Config-4 (XFree86 X Window System server configuration file) Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" 0 0 InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "touchpad" EndSection Section "Files" # local font server FontPath "unix/:7100" # if the local font server has problems, we can fall back on these FontPath "/usr/lib/X11/fonts/misc" FontPath "/usr/lib/X11/fonts/cyrillic" FontPath "/usr/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/lib/X11/fonts/Type1" FontPath "/usr/lib/X11/fonts/CID" FontPath "/usr/lib/X11/fonts/Speedo" FontPath "/usr/lib/X11/fonts/100dpi" FontPath "/usr/lib/X11/fonts/75dpi" EndSection Section "Module" Load "GLcore" Load "bitmap" Load "dbe" Load "ddc" Load "dri" SubSection "extmod" Option "omit xfree86-dga" EndSubSection Load "freetype" Load "glx" Load "int10" Load "record" Load "speedo" Load "type1" Load "vbe" # Load "xinput" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xfree86" Option "XkbModel" "pc105" Option "XkbLayout" "de" # Option "XkbVariant" "nodeadkeys" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "SendCoreEvents" "true" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Driver "synaptics" Identifier "touchpad" Option "Device" "/dev/psaux" Option "CorePointer" Option "Protocol" "auto-dev" Option "LeftEdge" "1700" Option "RightEdge" "5300" Option "TopEdge" "1700" Option "BottomEdge" "4200" Option "FingerLow" "25" Option "FingerHigh" "30" Option "MaxTapTime" "180" Option "MaxTapMove" "220" Option "VertScrollDelta" "100" Option "MinSpeed" "0.06" Option "MaxSpeed" "0.22" Option "AccelFactor" "0.0050" Option "SHMConfig" "on" #Option "Repeater" "/dev/ps2mouse" EndSection Section "Monitor" Identifier "Standardbildschirm" HorizSync 28.0 - 50.0 VertRefresh 43.0 - 75.0 Option "DPMS" EndSection Section "Device" Identifier "ATI Mobility Radeon 9700" # Change to radeon for Software Suspend 2 Driver "fglrx" #Driver "radeon" #Option "VideoOverlay" "on" #Option "OpenGLOverlay" "on" #Option "MonitorLayout" "LVDS, AUTO" #Option "NoTV" "no" # auf no setzen #Option "TVStandard" "PAL-B" # PAL-B das TV-Format hier #Option "TVHSizeAdj" "0" #Option "TVVSizeAdj" "0" #Option "TVHPosAdj" "0" #Option "TVVPosAdj" "0" #Option "TVHStartAdj" "0" #Option "TVColorAdj" "0" EndSection Section "Screen" Identifier "Default Screen" Device "ATI Mobility Radeon 9700" Monitor "Standardbildschirm" DefaultDepth 24 SubSection "Display" Depth 16 Modes "1400x1050" "1280x1024" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1400x1050" "1280x1024" "800x600" "640x480" EndSubSection EndSection Section "DRI" Mode 0666 EndSection