Hab leider die Platte platt gemacht und schnell Ubuntu installiert, weil ich unbedingt arbeiten musste.
Ich werds heute nochmal testweise installieren und gucken ob es diesmal geht.
EDIT: Geht immer noch net, hier mal der Inhalt der xorg:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen" 0 0
InputeDevice "Mouse0" "CorePointer"
Input Device "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/shareX11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi :unscaled"
FontPath "/usr/share/fonts/75dpi :unscaled"
FontPath "/usr/share/fonts/TIF"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "Module"
Load "extmod"
Load "record"
Load "xtrap"
Load "dri"
Load "dbe"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Intentifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4567"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
Identifier "Card0"
Driver "vesa"
VendorName "ATI Technologies Inc"
Boardname "Rage Mobility P/M AGP 2x"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
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
EndSubSection
EndSection
Das ist meine xorg.conf nachdem ich auf einer frischen Installation Xorg installiert hab und dann Xorg-configure ausgeführt hab.
Mit HWD is der Inhalt bissl anders, aber geht genauso wenig.