PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : usb maus mit redhat 8



doctorrabbit
06.07.04, 15:05
Hallo Leute,

ich habe bei mir Redhat 8 installiert und besitze eine Standard USB-Maus.
Leider funktioniert die Maus unter redhat 8 nicht.

Wo (in welcher Datei) kann man das einstellen?

Momentan startet bei mir die KDE, wie kann man ohne Maus in die Konsole wechseln :confused:

Ich bedanke mich schonmal im Vorraus für eure Hilfe.


Grüße

marcadore
06.07.04, 16:03
Hi
Du drückst "Strg-Alt-F1", meldest dich als root an, beendest den xserver mit "xinit 3", öffnest mit dem Editor deines Vertrauens (joe,vi) die /etc/X11/XF86Config-4 (wenns die nicht gibt, dann die /etc/X11/XF86Config) und startest X wieder mit "xinit 5".


[...]
Section "InputDevice"
Identifier "PS/2 Mouse"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "SendCoreEvents" "true"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
EndSection
[...]

So ähnlich sollte es aussehn.

Ich hoffe ich konnte die helfen.

doctorrabbit
07.07.04, 08:01
Hi marcadore,

vielen Dank für Deine schnelle Hilfe.

Der Maus-Eintrag in meiner /etc/xf86config sieht so aus:



section "inputdevices"
identifier "mouse0"
driver "mouse"
option "protocoll" "IMPS/2"
option "DEVICE" /dev/input/mice"
option "ZAxisMapping" "4 5"
option "Emulate3Buttons" "yes"
end section


Was muss man eintragen, damit eine USB-Maus läuft?

Die Dateien /proc/bus/usb/drivers und /proc/bus/usb/devices sind vorhanden.
Und beim Boot-Vorgang wird die USB-Maus auch geladen...


initialisize USB Mouse - ok


Ich bedanke mich schonmal im Vorraus für deine weitere Hilfe...

Viele liebe Grüße

marcadore
07.07.04, 14:56
Hast du in Section "ServerLayout" den Eintrag für die Maus?

Section "ServerLayout"
[...]
InputDevice "mouse0" "CorePointer"

doctorrabbit
09.07.04, 07:48
Hi,

der Eintrag ist vorhanden, es steht so in der XF86Config:


Section "Server Layout"
Identifier "Anaconda configured"
Screen 0 "Screen0" 0 0
Inputdevice "mouse0" "CorePointer"
#
Inputdevice "keyboard0" "Corekeyboard"
end section


Woran könnte es denn noch liegen :confused: