Logitech G9 mouse and FreeBSD 7

2008-05-05 Thread Nickolay D. Hodyunya
Hi everyone.
I'm using Logitech G9 mouse with my freebsd 7.0 box. The problem is that
my mouse don't response after I click on additional buttons. The cursor stop
moving in both system console and xorg session. 
The another one problem i have with logitech media keyboard 600. I don't know 
which model should i pick in xorg.conf for this one(i keep XkbModel pc105 
currently). When i run xev it shows keycodes for standard keys, and keep 
silence when i push any of the additional keyboard keys.
-- 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Logitech G9 mouse and FreeBSD 7

2008-05-05 Thread Rolf G Nielsen

Nickolay D. Hodyunya wrote:

Hi everyone.
I'm using Logitech G9 mouse with my freebsd 7.0 box. The problem is that
my mouse don't response after I click on additional buttons. The cursor stop
moving in both system console and xorg session.


I've had the same problem with my G5. When I disabled moused it went away.
Edit /etc/devd.conf and search for ums, then comment out (or delete) the 
entire section. Then edit xorg.conf, go to the mouse section and change 
the Device to /dev/ums0 and Protocol to auto. Moreover, you may need to 
put a line that modifies the button numbers of the mouse (xmodmap -e 
does that) in your .xsession or .xinitrc.


(...)


--

Sincerly,

Rolf Nielsen
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]