Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
MX1000 and laptop issues
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
unkn0wn
n00b
n00b


Joined: 30 Sep 2003
Posts: 24
Location: Massachusetts, USA

PostPosted: Sun Dec 26, 2004 9:32 pm    Post subject: MX1000 and laptop issues Reply with quote

I just got a Logitech MX1000 mouse and I would like to be able to use it as a secondary mouse with my laptop (and the built in trackstick/touchpad as primary). I have tried several different configurations, but I've found that the MX1000 doesn't like to work with the evdev protocol unless it's that CorePointer in my X config.

Here's the critical sections of my X config:
Code:
# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"
    Identifier  "TouchPad"
    Driver      "mouse"
    Option      "Protocol"      "PS/2"
    Option      "Device"        "/dev/input/mouse0"
    # I've also tried /dev/psaux and /dev/mice here, they both work
    Option "Emulate3Buttons"
EndSection

#**********************************************************************
# Other input device sections
# this is optional and is required only if you
# are using extended input devices.
#**********************************************************************

Section "InputDevice"
    Identifier  "MX1000"
    Driver      "mouse"
    Option      "Protocol"      "evdev"
    Option      "Dev Name"      "Logitech USB Receiver"
    Option      "Dev Phys"      "usb-0000:00:1d.0-1/input0"
    Option      "Device"        "/dev/input/mice"
    Option      "Buttons"       "12"
    Option      "ZAxisMapping"  "11 12"
    Option      "Resolution"    "800"
EndSection

#**********************************************************************
# ServerLayout sections.
#**********************************************************************

Section "ServerLayout"
    Identifier  "Server Layout"
    Screen "Screen0"
    InputDevice "TouchPad" "CorePointer"
    InputDevice "MX1000"
#   InputDevice "MX1000" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection



When I set up the MX1000 as my core device, my touchpad does not work at all, but the inverse is not true. When my touchpad is set as the core device, the MX1000 will work, but none of the extra buttons or scroll wheel will function.

Also, when I disconnect my laptop from the USB receiver for the mouse, it will not work if I connect it later but only if I'm using evdev for the mouse protocol. I do have hotplug enabled. Someone mentioned success using coldplug but when I have hotplug enabled, it seems to kill my wireless (I'm using ndiswrapper). That's a question for a entirely new thread though.

Is there another option I need for the MX1000 in the server layout section to tell it to act as a secondary device?

Is what I'm trying to do even possible?

Thanks for any help, and happy holidays everyone.
Back to top
View user's profile Send private message
CB2206
Tux's lil' helper
Tux's lil' helper


Joined: 27 May 2003
Posts: 127
Location: NRW

PostPosted: Sat Jan 22, 2005 1:35 pm    Post subject: Reply with quote

hi,

have you found a solution?
_________________
CB
Back to top
View user's profile Send private message
InfinityX
Guru
Guru


Joined: 31 Jan 2004
Posts: 385

PostPosted: Sat Jan 22, 2005 1:57 pm    Post subject: Reply with quote

Have you tried having just one Inputdevice, set to /dev/input/mice? I use that on my lappy (granted I don't use evdev) but it works fine.
Back to top
View user's profile Send private message
CB2206
Tux's lil' helper
Tux's lil' helper


Joined: 27 May 2003
Posts: 127
Location: NRW

PostPosted: Sat Jan 22, 2005 3:24 pm    Post subject: Reply with quote

here is a summary of the problem i got:
https://forums.gentoo.org/viewtopic.php?p=2006838#2006838
_________________
CB
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum