LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 08-22-2008, 12:05 PM   #1
Rojon
Member
 
Registered: Aug 2005
Location: UK
Distribution: Slackware
Posts: 41

Rep: Reputation: 15
Microsoft Comfort Optical 3000 Problem


Hi all,

I'm having problems getting my Microsoft Comfort Optical 3000 mouse to work under Slackware.

http://www.microsoft.com/hardware/mo...s.aspx?pid=041

All I get is the mouse pointer sitting in the centre of the screen and going vertically up and down when I move the mouse in any direction. I used to use a MS Intellimouse which worked fine using these settings in xorg.conf:

Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/mouse"
Option "Button" "5"
Option "ZAxisMapping" "4 5"

I've tried altering the above configuration for this mouse, for example changing 'Device' to "/dev/input/mice" and also commenting out "Button" and "ZAxisMapping" but with no luck.

Anyway, just asking in the off chance someone has this mouse or has had a similar problem in the past.

Thanks for any help you can offer.

Robert
 
Old 08-23-2008, 05:35 AM   #2
David the H.
Bash Guru
 
Registered: Jun 2004
Location: Osaka, Japan
Distribution: Arch + Xfce
Posts: 6,852

Rep: Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037
Do you have either the "CorePointer" or "SendCoreEvents" options enabled for the device in your ServerLayout section?

Code:
Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Keyboard1"      "CoreKeyboard"
        InputDevice     "Mouse1"         "SendCoreEvents"
EndSection
You can also try using the evdev driver. evdev is a relatively new "all-in-one" device driver that does away with most of the xorg.conf configuration options needed with other drivers. It should be as simple as:

Code:
Section "InputDevice"
         Identifier      "Mouse1"
         Driver          "evdev"
         Option          "Device"       "/dev/mice"
EndSection
None of the other config options should be necessary, and probably won't even work anyway. If your device has extra multimedia buttons or other fancy input functions, switch the device to "/dev/input/event*"; where "event*" is the event number shown in the "handlers" line for your mouse in "cat /proc/bus/input/devices".

xorg is in the process of developing a true device hotplugging system that uses hal and dbus, and in time you won't be configuring these things through xorg.conf, but through hal policy files. I've been playing with it and it's kind of working now, but it's a bit buggy still and not enabled by default in most systems. Give it another year though.

Last edited by David the H.; 08-23-2008 at 05:37 AM.
 
Old 08-24-2008, 12:38 PM   #3
Rojon
Member
 
Registered: Aug 2005
Location: UK
Distribution: Slackware
Posts: 41

Original Poster
Rep: Reputation: 15
Thanks, David! I'll give that a try later and let you know how I get on.

Thanks again!

Robert
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Remapping Mouse Buttons on a MS Comfort Optical Mouse 3000 Seph64 Linux - Hardware 1 08-10-2008 02:55 PM
Microsoft Wireless Optical Notebook Mouse Problem! enzuru Slackware 10 12-22-2006 06:07 PM
Microsoft Wireless Comfort Keyboard daihard Linux - Hardware 4 02-22-2006 10:46 AM
microsoft comfort optical mouse 3000 linux linuxmandrake Linux - Hardware 1 02-09-2006 03:23 PM
microsoft optical mouse problem xierxior Slackware 3 08-02-2003 11:47 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 06:20 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration