You are not logged in.

#1 2006-06-06 13:19:52

lumiwa
Member
Registered: 2005-12-26
Posts: 712

cordless mouse

Hi!

I like to change my seven years old Logitech mouse smile for new one. How is Linux support for cordless mice?
Thanks,

Mitja

Offline

#2 2006-06-06 13:23:04

lessthanjake
Member
From: Norway
Registered: 2005-11-09
Posts: 319
Website

Re: cordless mouse

Perfect, you may have to configure the special buttons yourselves.

Offline

#3 2006-06-06 13:50:48

lumiwa
Member
Registered: 2005-12-26
Posts: 712

Re: cordless mouse

lessthanjake wrote:

Perfect, you may have to configure the special buttons yourselves.

I'm looking for Logitech® MX™610 Laser

Offline

#4 2006-06-06 13:53:54

lessthanjake
Member
From: Norway
Registered: 2005-11-09
Posts: 319
Website

Re: cordless mouse

lumiwa wrote:
lessthanjake wrote:

Perfect, you may have to configure the special buttons yourselves.

I'm looking for Logitech® MX™610 Laser

I have a mx900 and I have also used a mx700  with no problems.

Offline

#5 2006-06-06 20:19:00

DeusExLinux
Member
Registered: 2005-03-18
Posts: 98

Re: cordless mouse

The support is great
I've always used cordless mice... the only time i have problems is when I try to plug the reciever in my ethernet port instead of my usb port (on my laptop)... it took me about 20 min to realize the stupid reciever was in the wrong port one time...

Needless to say, I just bought a new laptop and am still getting used to it.

Offline

#6 2006-06-18 19:55:32

lumiwa
Member
Registered: 2005-12-26
Posts: 712

Re: cordless mouse

lessthanjake wrote:

Perfect, you may have to configure the special buttons yourselves.

I am an old "fashion" smile and bought Logitech MX400 mouse. It works vewry good but for me is new because it has 5 buttons. Do you kno w how or where can I find something to programmed buttons, please?

Thanks.

Offline

#7 2006-06-18 20:43:53

lessthanjake
Member
From: Norway
Registered: 2005-11-09
Posts: 319
Website

Re: cordless mouse

You have to do something like this in xorg.conf:

Section "InputDevice"
        Identifier  "Configured Mouse"
        Driver      "mouse"
        Option      "Device" "/dev/input/mice"
        Option      "Protocol" "auto"
        Option      "Buttons" "5"
        Option      "ZAxisMapping" "4 5"
        Option      "ButtonMapping" "1 2 3 6 7"
EndSection

Offline

Board footer

Powered by FluxBB