Der X-Server stürzt einfach ohne Fehlermeldung ab, und ich lande wieder in der Shell
Die .xinitrc mag mich also nicht :/
Habt ihr eine Idee?
Danke im Voraus

Code: Select all
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5"
Option "Buttons" "7"
Option "ButtonNumber" "7"
Option "Resolution" "800"
EndSection

Bis auf das Device habe ich es seit jeher so wie duhartmutg wrote:was hast du denn jetzt gemacht? in der autostart eingetragen oder in der .xinitrc? Poste doch mal deine Änderungen.
Hast du xmodmap und imwheel im Hintergrund gestartet?
Ich hab das auch grad rumversucht für meine MX510 und dann aber letztendlich auf die Daumentasten verzichtet. Mit dieser Einstellung in der xorg.conf läuft bei mir das Scrollrad ohne xmodmap oder imwheel:
Grüsse,Code: Select all
Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "ExplorerPS/2" Option "Device" "/dev/mouse" Option "ZAxisMapping" "4 5" Option "Buttons" "7" Option "ButtonNumber" "7" Option "Resolution" "800" EndSection
Hartmut[/code]

hab so meine mx510 unter xorg configuriert mausrad und daumentasten funktionieren alle perfektSection "InputDevice"
Identifier "Mouse[0]"
Driver "mouse"
Option "Protocol" "Auto"
Option "Dev Name" "Logitech USB-PS/2 Optical Mouse"
Option "Dev Phys" "usb-0000:00:10.0-2/input0"
Option "Device" "/dev/mouse"
Option "Buttons" "10"
Option "ZAxisMapping" "9 10"
Option "Resolution" "800"
EndSection