Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
04-01-2006, 05:49 PM
|
#1
|
Senior Member
Registered: Mar 2004
Location: Middx UK
Distribution: Slackware64 15.0 (multilib)
Posts: 1,358
Rep:
|
Logitech usb mouse not working
I have a new Pc and am desperate to get slackware working on it.
I am having a problem with the logitech usb cordless mouse. The mouse will only move vertically but not side to side and there is no response to clicks. The cordless keyboard is fine. The mouse works in XP and kubuntu
Xorg.conf reads
Section "InputDevice"
# Identifier and driver
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "Auto"
Option "Device" "/dev/mouse"
# Mouse-speed setting for PS/2 mouse.
# Option "Resolution" "256"
# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.
# Option "Protocol" "Xqueue"
# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.
# Option "BaudRate" "9600"
# Option "SampleRate" "150"
# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)
Option "Emulate3Buttons"
# Option "Emulate3Timeout" "50"
# ChordMiddle is an option for some 3-button Logitech mice
# Option "ChordMiddle"
EndSection
Thanks
|
|
|
04-01-2006, 09:49 PM
|
#2
|
LQ Guru
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870
|
did you compare the xorg.conf you have on slackware with the one from the working distro?? what kinda differences show-up??
|
|
|
04-01-2006, 10:17 PM
|
#3
|
Member
Registered: Jan 2006
Location: Australia
Distribution: Fedora, Slackware, RHEL, AIX, HP-UX
Posts: 358
Rep:
|
try this is /etc/x11/xorg.conf
# Identifier and driver
Identifier "Mouse1"
Driver "mouse"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
Option "Protocol" "Auto"
Option "Device" "/dev/mouse"
works for me with logitech USB Wireless mouse..
cheers
|
|
|
04-02-2006, 05:49 AM
|
#4
|
Senior Member
Registered: Mar 2004
Location: Middx UK
Distribution: Slackware64 15.0 (multilib)
Posts: 1,358
Original Poster
Rep:
|
Thanks. I tried your suggestion but it still did not work.
Kubuntu works with
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
I wonder if the driver is the problem
|
|
|
04-07-2006, 11:50 AM
|
#5
|
Member
Registered: Jan 2006
Location: Australia
Distribution: Fedora, Slackware, RHEL, AIX, HP-UX
Posts: 358
Rep:
|
just a thought, do you have a laptop or desktop? I have a laptop and have it set to auto - it picks PS/2 however when it works..
If you have a laptop - try PS/2
also, what is the option you have selected 'emulate 3 buttons'
|
|
|
04-07-2006, 12:23 PM
|
#6
|
Senior Member
Registered: Oct 2005
Location: Lithuania
Distribution: Hybrid
Posts: 2,247
Rep:
|
If you have 2-button mouse, pressing them both lets you emulate like you have 3 ("emulate 3 buttons").
|
|
|
04-07-2006, 01:31 PM
|
#7
|
Member
Registered: May 2005
Location: Rhode Island, USA
Distribution: Slackware w/ bleeding edge kernel.
Posts: 37
Rep:
|
Check to see that you're using the correct device for your USB Mouse. Perhaps /dev/mouse isn't the exact device that the driver has registered itself to.
Normally it would be /dev/input/mouse0 in a USB situation.
Unplug your mouse and plug it back in. The do a to see which device the driver attached itself to. Also you do not need to emulate 3 buttons in this case.
|
|
|
04-08-2006, 04:58 PM
|
#8
|
Senior Member
Registered: Mar 2004
Location: Middx UK
Distribution: Slackware64 15.0 (multilib)
Posts: 1,358
Original Poster
Rep:
|
The solution was to comment out modprobe /sbin/hid in /etc/rc.d/rc.modules
|
|
|
All times are GMT -5. The time now is 01:53 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|