LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-13-2005, 04:52 PM   #1
Seiken
Member
 
Registered: Sep 2004
Location: Canada
Distribution: Slackware 14
Posts: 248

Rep: Reputation: 30
slack10.0, gnome, no mouse


I just installed Slack10.0. Ran xorgconfig, and have tried "Auto", "PS/2", and "Microsoft" for my mouse. It is a Logitech cordless ball mouse (older one, before the MX models came out). Anyway, when I startx, I have no mouse. I have tried hitting various key combinations to see if any menus will popup, but there is nothing (then again, I don't exactly know what keys to try)...

Any suggestions?

PS: only reason I can post this now is because I booted from an Ubuntu Live CD (which was a bad burn, apparently, and gives me no panels! haha, what luck)
 
Old 02-13-2005, 05:47 PM   #2
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
Hope this helps,from gentoo docs,works for slackware;
Code:
Configuring your Mouse

If your mouse isn't working, you will first need to find out if it is detected by the kernel at all. PS/2 mice are (device-wise) seen as /dev/psaux. Other mice (like USBs) are seen as /dev/input (or /dev/input/mice). In either case you can check if the devices do represent your mouse by checking the output of those files when you move your mouse. To end the session press Ctrl-C.

Code Listing 4.5: Checking the device files

# cat /dev/input
(Don't forget to press Ctrl-C to end this)

If your mouse isn't detected, verify if all the necessary modules are loaded.

If your mouse is detected, fill in the device in the appropriate InputDevice section. In the next example you'll see we also set two other options: Protocol (which lists the mouse protocol to be used - most users will use PS/2 or IMPS/2) and ZAxisMapping (which allows for the mousewheel (if applicable) to be used).

Code Listing 4.6: Changing the mouse settings in Xorg

Section "InputDevice"
  Identifier  "TouchPad Mouse"
  Driver    "mouse"
  Option    "CorePointer"
  Option    "Device"    "/dev/psaux"
  Option    "Protocol"    "IMPS/2"
  Option    "ZAxisMapping"    "4 5"
EndSection

Run startx and be happy about the result :) Congratulations, you now (hopefully) have a working Xorg on your system. The next step is to remove this ugly lightweight window manager and use a high-feature one (or even a desktop environment) such as KDE or GNOME, but that's not part of this guide :)
 
Old 02-13-2005, 06:47 PM   #3
Seiken
Member
 
Registered: Sep 2004
Location: Canada
Distribution: Slackware 14
Posts: 248

Original Poster
Rep: Reputation: 30
cat /dev/psaux revealed that my mouse was there instead of /dev/mouse, so I fixed my xorg.conf.

now if I could just get my scroll-wheel to work.

here's what I've got in my conf:

Code:
Section "InputDevice"

# Identifier and driver

    Identifier	"Mouse1"
    Driver	"mouse"
    Option "Protocol"    "PS/2"
    Option "Device"      "/dev/psaux"
    Option "ZAxisMapping"	"4 5"
I've restarted X, but the scroll still doesn't work. Would I need to restart the whole machine?

Thanks for helping me get the mouse working
 
Old 02-13-2005, 06:52 PM   #4
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
Your welcome,you could try it like this
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Before you do it search here and google may find how someone has
got it to work,good luck
 
Old 02-13-2005, 06:57 PM   #5
Seiken
Member
 
Registered: Sep 2004
Location: Canada
Distribution: Slackware 14
Posts: 248

Original Poster
Rep: Reputation: 30
yeah, after I posted here I looked around google and many sites said that if using a scroll-wheel you have to use IMPS/2 as the protocal. I changed it and it worked, then came back here to tell you and you suggested the same thing!

case closed.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Logitech MX700 mouse probs, slack10.2 nadroj Linux - Newbie 3 11-24-2005 01:00 AM
Usb mouse doesnt work in slack10.2 samgu3990 Linux - Laptop and Netbook 2 11-06-2005 03:23 PM
install gnome 2.82 on slack10 [bz2] aze Linux - Software 3 01-02-2005 02:51 PM
side mouse buttons on intellimouse Slack10 Earth Slackware 7 07-18-2004 12:50 PM
Mouse is borked under slack10 but fine in slack9.1 Schrambo Slackware 9 07-07-2004 10:06 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:48 AM.

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