Re: Probleme mit XServer
Hallo Andi,
> Was bringt eigentlich der Eintrag:
>
> Generic Mouse in der XF86Config-4?
> Wenn der KDE abbricht kommt nämlich immer
> der Fehler: xf860OpenSerial: Cannot open device
> "dev/input/mice No such device
>
> Generic Mouse: cannot open input device
> PreInit failed for input device "Generic Mouse"
also das X konfiguriert man ca. so:
als root: XFree86 -configure
Kann einige Zeit dauern. Meldung beachten. Testen.
Mit der Maus gibt's manchmal Probleme.
So sieht eine XF86Config-4 für eine PS2-Maus aus:
...
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "PS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
...
Datei /root/XF86Config.new nach /etc/X11/XF86Config-4 (um)kopieren.
dann:
xf86cfg -textmode -configure /etc/X11/XF86Config-4
Gruß Ulrich
Reply to: