Hej!
Vad s�ger
# lsusb
Den b�r s�ga att den hittat en mus, typ:
dator:~# lsusb
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 004: ID 046d:c001 Logitech, Inc.
N48/M-BB48 [FirstMouse Plus]
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000
Jag brukar k�ra:
# cat /dev/input/mice
eller
# cat /dev/psaux
och sedan r�ra p� musen f�r att se vilken device
som �r korrekt. K�r sedan:
# dpkg-reconfigure xserver-xfree86
Och v�lj r�tt enheter. Du b�r ha sektioner i din
/etc/X11/XF86Config-4 som ser ut ungef�r s� h�r:
-----snip---------
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
Section "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
Option "SendCoreEvents"
"true"
Option "Device"
"/dev/input/mice"
Option "Protocol"
"ImPS/2"
Option "Emulate3Buttons"
"true"
Option "ZAxisMapping" "4 5"
EndSection
-----snip---------
-----snip---------
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Generic Mouse"
EndSection
-----snip---------
Mvh
johan
Debian User wrote:
Hej. Jag kan inte f� min usb-mus att fungera i X
Jag har kompilerat in st�d f�r usb-mus i k�rnan. Lampan p� musen lyser
s� linux har nog kontakt med den. Med dmesg kan jag se att linux har
hittat musen. Har provat att ange musen som protocol="usb" och
dev="/dev/input/mice/"
i XF86Config-4
touchpaden p� min laptop fungerar som protocol="auto" och
dev="/dev/psaux"
/Mikael
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]