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

Re: USB e Debian



On Wed, 2002-12-18 at 09:54, Whereisit wrote:
> Ho gia' chiesto come poter configurare il mouse e la tastiera in USB, mi
> ha risposto Massimo ma, ho cercato i suoi post, e non ho ben capito come
> poterli configurare.
> Gli ho scritto ma non mi risponde... quindi riprovo in ML.
> Qualcuno sa come poter far funzionare un mouse USB sia su console che su
> X?
> 
> grazie
> 
> PS
> Ho gia' ricompilato il kernel con il supporto USB

mkdir /dev/input
mknod /dev/input/mice c 13 63

Ora devi configurare gpm con /usr/sbin/gpmconfig
Questo è il mio /etc/gpm.conf:

device=/dev/input/mice
responsiveness=
repeat_type=ms3
type=imps2
append=""

Per  XFree86 >= 4.0:

Section "InputDevice"
     Identifier  "USB Mice"
     Driver      "mouse"
     Option      "Protocol"   "IMPS/2"
     Option      "Device"     "/dev/input/mice"
     Option      "ZAxisMapping"   "4 5"		# se è un wheel mouse
EndSection

Adesso dovrebbe andare! 



Reply to: