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.
|
 |
|
03-08-2006, 05:17 PM
|
#1
|
LQ Newbie
Registered: Mar 2006
Location: Aberdeen/Scotland
Distribution: Slackware 10.2
Posts: 10
Rep:
|
New install going well, just a couple of questions!
Hi all,
Im sure this is extremely easy to answer!
New slackware 10.2 install going great with the help of shilo's sticky on here which helped with a few things.
I'm stuck with getting the mouse wheel to work and its annoying me! haha.
Also i have a keyboard which has no leds on it, it comes with windows software that show if num lock etc are on, is there a linux app to do this? ?
Thats it told you it was easy!
Cheers
Derek
|
|
|
03-08-2006, 05:23 PM
|
#2
|
LQ Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
Add the following to your /etc/X11/xorg.conf in the mouse config section
Code:
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
I am not so sure about the num lock key.
|
|
|
03-08-2006, 05:31 PM
|
#3
|
Member
Registered: Nov 2005
Location: Columbus, OH, USA
Distribution: Slackware
Posts: 246
Rep:
|
Hi Derek, welcome to Slackware and LQ.
For the first one, try searching this forum for "wheel mouse". It's a pretty common newbie question and has been covered more than a few times!
For the second, what desktop environment are you using? (KDE, GNOME, Xfce etc.) I'm not sure if there are any standalone programs to display caps, num/scroll lock status on their own, but I'm pretty sure there are plugins for each desktop environment. You may want to have a look over at kde-apps.org (if using KDE).
Cheers
|
|
|
03-08-2006, 05:32 PM
|
#4
|
Senior Member
Registered: Oct 2003
Location: lost in the midwest...
Distribution: Slackware
Posts: 1,098
Rep:
|
for numlock, i use a program called numlockx, available here...
once installed, i edit my ~/.xinitrc file and add the line
Quote:
#Turn NumLock on
/usr/X11R6/bin/numlockx on
|
and the next time i start x, numlock is activated
*edit
my bad for not reading the question right...i thought you were looking for a program to automatically turn the numlock on...
Last edited by detpenguin; 03-08-2006 at 05:34 PM.
|
|
|
03-08-2006, 05:49 PM
|
#5
|
LQ Newbie
Registered: Mar 2006
Location: Aberdeen/Scotland
Distribution: Slackware 10.2
Posts: 10
Original Poster
Rep:
|
Hi all,
Thanks for the replies, i'll have a search
i tried :
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
But no joy
Nevermind i'll keep trying!
Cheers
Derek
|
|
|
03-08-2006, 06:21 PM
|
#6
|
LQ Guru
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733
|
You may want to post the section of xorg.conf that deals with the mouse. Also, which mouse do you have. The solution may end up being that a different mouse would work better for you.
|
|
|
03-08-2006, 06:25 PM
|
#7
|
Member
Registered: Nov 2005
Location: Columbus, OH, USA
Distribution: Slackware
Posts: 246
Rep:
|
You may also want to try a different protocol:
Code:
Option "Protocol" "IMPS/2"
Is what works for me with PS/2 and USB wheelmice.
|
|
|
03-08-2006, 06:27 PM
|
#8
|
LQ Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
Try changing the protocol from PS/2 to IMPS/2 and then add the options I mentioned above.
|
|
|
03-08-2006, 06:32 PM
|
#9
|
LQ Newbie
Registered: Mar 2006
Location: Aberdeen/Scotland
Distribution: Slackware 10.2
Posts: 10
Original Poster
Rep:
|
heres the section from /etc/X11/xorg.conf
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/mouse"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
EndSection
Cheers
Derek
|
|
|
03-08-2006, 07:20 PM
|
#10
|
LQ Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
Change
Code:
Option "Protocol" "auto"
to
Code:
Option "Protocol" "IMPS/2"
|
|
|
03-08-2006, 07:24 PM
|
#11
|
Member
Registered: Mar 2006
Distribution: Slackware64 -current
Posts: 268
Rep:
|
Hmmmm... the LED on my keyboard hasn't worked for months, but it never dawned on me to actually DO something about it.
I just found an app for KDE called keybLED that seems to work nicely. It's at keybled.aurel32.net.
|
|
|
03-08-2006, 07:44 PM
|
#12
|
LQ Newbie
Registered: Mar 2006
Location: Aberdeen/Scotland
Distribution: Slackware 10.2
Posts: 10
Original Poster
Rep:
|
wow jinx86 EXACTLY what i wanted thanks mate!
Regards
Derek
|
|
|
03-08-2006, 07:50 PM
|
#13
|
LQ Newbie
Registered: Mar 2006
Location: Aberdeen/Scotland
Distribution: Slackware 10.2
Posts: 10
Original Poster
Rep:
|
still no wheel tho ;\
btw my mouse is a logitech mx700
derek
|
|
|
03-08-2006, 07:58 PM
|
#14
|
Member
Registered: Mar 2006
Distribution: Slackware64 -current
Posts: 268
Rep:
|
Bear with me for a minute, cause I'm not sure this is right... but if you type
ls -l /dev/mouse
does that point to psaux? If so, I don't think that's what you want. Try changing the Device line in xorg.conf from "/dev/mouse" to "/dev/input/mice".
|
|
|
03-08-2006, 08:06 PM
|
#15
|
LQ Newbie
Registered: Mar 2006
Location: Aberdeen/Scotland
Distribution: Slackware 10.2
Posts: 10
Original Poster
Rep:
|
it points to input/mice :
root@dungeon:~# ls -l /dev/mouse
lrwxrwxrwx 1 root root 10 2006-03-05 14:34 /dev/mouse -> input/mice
still no joy :|
derek
|
|
|
All times are GMT -5. The time now is 06:43 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
|
|