LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 03-08-2006, 05:17 PM   #1
waveform2
LQ Newbie
 
Registered: Mar 2006
Location: Aberdeen/Scotland
Distribution: Slackware 10.2
Posts: 10

Rep: Reputation: 0
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
 
Old 03-08-2006, 05:23 PM   #2
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
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.
 
Old 03-08-2006, 05:31 PM   #3
odevans
Member
 
Registered: Nov 2005
Location: Columbus, OH, USA
Distribution: Slackware
Posts: 246

Rep: Reputation: 30
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
 
Old 03-08-2006, 05:32 PM   #4
detpenguin
Senior Member
 
Registered: Oct 2003
Location: lost in the midwest...
Distribution: Slackware
Posts: 1,098

Rep: Reputation: 54
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.
 
Old 03-08-2006, 05:49 PM   #5
waveform2
LQ Newbie
 
Registered: Mar 2006
Location: Aberdeen/Scotland
Distribution: Slackware 10.2
Posts: 10

Original Poster
Rep: Reputation: 0
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
 
Old 03-08-2006, 06:21 PM   #6
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
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.
 
Old 03-08-2006, 06:25 PM   #7
odevans
Member
 
Registered: Nov 2005
Location: Columbus, OH, USA
Distribution: Slackware
Posts: 246

Rep: Reputation: 30
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.
 
Old 03-08-2006, 06:27 PM   #8
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Try changing the protocol from PS/2 to IMPS/2 and then add the options I mentioned above.
 
Old 03-08-2006, 06:32 PM   #9
waveform2
LQ Newbie
 
Registered: Mar 2006
Location: Aberdeen/Scotland
Distribution: Slackware 10.2
Posts: 10

Original Poster
Rep: Reputation: 0
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
 
Old 03-08-2006, 07:20 PM   #10
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Change
Code:
Option "Protocol" "auto"
to
Code:
Option "Protocol" "IMPS/2"
 
Old 03-08-2006, 07:24 PM   #11
jimX86
Member
 
Registered: Mar 2006
Distribution: Slackware64 -current
Posts: 268
Blog Entries: 1

Rep: Reputation: 79
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.
 
Old 03-08-2006, 07:44 PM   #12
waveform2
LQ Newbie
 
Registered: Mar 2006
Location: Aberdeen/Scotland
Distribution: Slackware 10.2
Posts: 10

Original Poster
Rep: Reputation: 0
wow jinx86 EXACTLY what i wanted thanks mate!

Regards

Derek
 
Old 03-08-2006, 07:50 PM   #13
waveform2
LQ Newbie
 
Registered: Mar 2006
Location: Aberdeen/Scotland
Distribution: Slackware 10.2
Posts: 10

Original Poster
Rep: Reputation: 0
still no wheel tho ;\

btw my mouse is a logitech mx700

derek
 
Old 03-08-2006, 07:58 PM   #14
jimX86
Member
 
Registered: Mar 2006
Distribution: Slackware64 -current
Posts: 268
Blog Entries: 1

Rep: Reputation: 79
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".
 
Old 03-08-2006, 08:06 PM   #15
waveform2
LQ Newbie
 
Registered: Mar 2006
Location: Aberdeen/Scotland
Distribution: Slackware 10.2
Posts: 10

Original Poster
Rep: Reputation: 0
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
 
  


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
couple install questions olscratch Slackware - Installation 2 04-02-2004 04:12 PM
soon to install slackware and a couple of questions raminolta Slackware 3 10-31-2003 12:53 AM
Fresh install of Slackware 9.0...couple questions tarballed Slackware 6 05-21-2003 03:08 PM
I would like to ask couple of questions before I install Slack 8.1 sitrus Slackware 6 09-12-2002 10:22 AM
A couple questions aceman817 Linux - Networking 2 04-25-2001 06:02 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 07:18 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