da fällt mir jetzt nix zu ein. vielleicht hilft es die xorg.conf etwas auszudünnen.
Section "ServerLayout"
Identifier "default"
Screen "Default Screen"
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
Inputdevice "Synaptics Touchpad"
EndSection
Section "Files"
# local font server
# if the local font server has problems, we can fall back on these
Fontpath "unix/:7100"
Fontpath "/usr/share/fonts/X11/misc"
Fontpath "/usr/lib/X11/fonts/misc"
Fontpath "/usr/share/fonts/X11/cyrillic"
Fontpath "/usr/lib/X11/fonts/cyrillic"
Fontpath "/usr/lib/X11/fonts/100dpi/:unscaled"
Fontpath "/usr/lib/X11/fonts/75dpi/:unscaled"
Fontpath "/usr/share/fonts/X11/Type1"
Fontpath "/usr/lib/X11/fonts/Type1"
Fontpath "/usr/share/fonts/X11/CID"
Fontpath "/usr/lib/X11/fonts/CID"
Fontpath "/usr/share/fonts/X11/100dpi"
Fontpath "/usr/lib/X11/fonts/100dpi"
Fontpath "/usr/share/fonts/X11/75dpi"
Fontpath "/usr/lib/X11/fonts/75dpi"
EndSection
Section "Module"
Load "bitmap"
Load "ddc"
Load "evdev"
Load "extmod"
Load "freetype"
Load "int10"
Load "record"
Load "type1"
Load "vbe"
Load "synaptics"
Load "glx"
Load "dbe"
Load "v4l"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# Following lines are optional thus commented in this example.
# Please read the synaptics(5) manpage for a detailed explanation
# of the various options' meaning as well as a full list of options
#
# 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.12"
# Option "AccelFactor" "0.0010"
# Option "SHMConfig" "on"
# Option "Repeater" "/dev/ps2mouse"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
#
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection
Section "Device"
Identifier "ATI Graphics Adapter 0"
Driver "fglrx"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Graphics Adapter 0"
Monitor "Generic Monitor"
Defaultdepth 24
SubSection "Display"
Depth 24
Virtual 1400 1050
Modes "1400x1050"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Section "ServerFlags"
EndSection
sollte das nichts bringen evtl. noch Virtual auskommentieren.
wenn alle Stricke reissen die konfig wegsichern und mit fglrxconf eine generieren.