[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: usbmouse



On Sat, Jul 06, 2002 at 10:54:40PM +0200, Markus Hansen wrote:

> Ich habe eine USB Maus mit PS/2 Stecker-Adapter.  Momentan arbeitet
> sie als PS/2.  Da sie aber ein Rad hat, also IMPS/2 machen kann, aber
> mein Board das nicht kann, will ich sie als USB Maus betreiben.  Da
> kann sie das auch (Bekannter hat das bestätigt, gleiches Board,
> gleiche Maus) Was muß ich tun, um die Maus zum laufen zu kriegen?

Also hier ist die Konfiguration des "Bekannten". :-)

X11 stoppen ("Menü -> Konsolen-Login" beim Loginmanager)

	apt-get install usbmgr

dann 

	hid
	usbmouse
	mousedev

in /etc/usbmgr/preload.conf eintragen. Dann

Section "InputDevice"
        Identifier      "USB Mouse"
        Driver          "mouse"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
EndSection

in die /etc/X11/XF86Config-4 eintragen (ist evtl. sogar schon drin,
auskommentiert) und unter "serverLayout" dann als 

	InputDevice	"USB Mouse"

eintragen.
 

Ggf. im BIOS die USB-Ports noch aktivieren. <g>


-- 
mfg, Jens Benecke  /// http://www.linuxfaq.de, http://www.linux.ms
This mail is an attachment? Read http://www.jensbenecke.de/misc/outlook.html
http://www.hitchhikers.de - Die größte kostenlose Mitfahrzentrale im Internet

Attachment: pgpzYizJkKYg7.pgp
Description: PGP signature


Reply to: