LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 01-10-2007, 04:38 PM   #1
artistik
Member
 
Registered: Aug 2003
Location: south carolina
Distribution: Slackware 11
Posts: 60

Rep: Reputation: 15
Slackware 11 Mouse Lag


Hello, i just installed Slackware 11 on my desktop today... when i did startx.. it booted up... the mouse wouldnt move... i restarted the computer... did startx again... the mouse moved... but it dont wanna go where i want it to... hehe... and when i click on something to open it.. i have to click it pretty hard.. any ideas?
 
Old 01-10-2007, 05:34 PM   #2
saikee
Senior Member
 
Registered: Sep 2005
Location: Newcastle upon Tyne UK
Distribution: Any free distro.
Posts: 3,398
Blog Entries: 1

Rep: Reputation: 113Reputation: 113
wrong mouse configuration.

Can try edit the /etc/xorg.conf

or

While in terminal mode run program "xorgconfig". It first section is the configuration of the mouse.
 
Old 01-10-2007, 07:52 PM   #3
artistik
Member
 
Registered: Aug 2003
Location: south carolina
Distribution: Slackware 11
Posts: 60

Original Poster
Rep: Reputation: 15
i checked xorgconfig every thing is setup right... but mouse still moving very slow =/
 
Old 01-11-2007, 06:17 AM   #4
saikee
Senior Member
 
Registered: Sep 2005
Location: Newcastle upon Tyne UK
Distribution: Any free distro.
Posts: 3,398
Blog Entries: 1

Rep: Reputation: 113Reputation: 113
I couldn't advise any further but there is a bit of "fine" tuning one can do with xorg configuration file /etc/X11/xorg.conf but I have never had the need to alter the mouse setting there. I copied the setting of the one that works and paste it there.
 
Old 01-11-2007, 02:02 PM   #5
artistik
Member
 
Registered: Aug 2003
Location: south carolina
Distribution: Slackware 11
Posts: 60

Original Poster
Rep: Reputation: 15
could you paste that code here for me? maybe i could use it.
 
Old 01-11-2007, 05:47 PM   #6
saikee
Senior Member
 
Registered: Sep 2005
Location: Newcastle upon Tyne UK
Distribution: Any free distro.
Posts: 3,398
Blog Entries: 1

Rep: Reputation: 113Reputation: 113
Don't think it will work as our mice may be different. I use a standard cheapy PS/2 one.

Anyway if it can be of any use to you here is my mouse setting in Wolvix 1.0.5 and Slackware 10 respectively
Code:
Section "InputDevice"

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

EndSection
Code:
Section "InputDevice"

    Identifier	"Mouse1"
    Driver	"mouse"
    Option "Protocol"    "PS/2"
    Option "Device"      "/dev/mouse"

EndSection

Last edited by saikee; 01-11-2007 at 07:10 PM.
 
Old 01-11-2007, 08:15 PM   #7
artistik
Member
 
Registered: Aug 2003
Location: south carolina
Distribution: Slackware 11
Posts: 60

Original Poster
Rep: Reputation: 15
didnt work... anybody know if theres a place to speed up the mouse or anything in kde?
 
Old 01-11-2007, 08:37 PM   #8
BlackHawk1966
LQ Newbie
 
Registered: Jan 2006
Posts: 18

Rep: Reputation: 0
Quote:
Originally Posted by artistik
didnt work... anybody know if theres a place to speed up the mouse or anything in kde?
kdecontrol center>>>peripherals>>>mouse>>>advanced
 
Old 01-11-2007, 08:59 PM   #9
artistik
Member
 
Registered: Aug 2003
Location: south carolina
Distribution: Slackware 11
Posts: 60

Original Poster
Rep: Reputation: 15
lol =/ that didnt work ether.. bout to solve the problem rm -rf /* heh.

Last edited by artistik; 01-11-2007 at 09:01 PM.
 
Old 01-12-2007, 10:13 AM   #10
dracolich
Senior Member
 
Registered: Jul 2005
Distribution: Slackware
Posts: 1,274

Rep: Reputation: 63
If it's a USB mouse do you have usbhid enabled in the kernel?
 
Old 01-14-2007, 07:03 PM   #11
artistik
Member
 
Registered: Aug 2003
Location: south carolina
Distribution: Slackware 11
Posts: 60

Original Poster
Rep: Reputation: 15
Not a USB mouse... just an old fashioned mouse... mouse works.. but moves slows... when i click on something it wont open it... if i move to the left.. it moves slowly there...
 
Old 01-14-2007, 07:37 PM   #12
saikee
Senior Member
 
Registered: Sep 2005
Location: Newcastle upon Tyne UK
Distribution: Any free distro.
Posts: 3,398
Blog Entries: 1

Rep: Reputation: 113Reputation: 113
I have a similar problem in FreeBSd I installed today. Just by trying different settings I got it back to normal. The mouse behaviour can depend on the xorg version so just try different protocols.
 
Old 01-14-2007, 11:45 PM   #13
artistik
Member
 
Registered: Aug 2003
Location: south carolina
Distribution: Slackware 11
Posts: 60

Original Poster
Rep: Reputation: 15
any ideas into which protocol you think would work for a cheapo mouse besides ps/2?
 
Old 01-15-2007, 02:43 AM   #14
saikee
Senior Member
 
Registered: Sep 2005
Location: Newcastle upon Tyne UK
Distribution: Any free distro.
Posts: 3,398
Blog Entries: 1

Rep: Reputation: 113Reputation: 113
You can get a full list of possibilities when you run "xorgconfig".
 
Old 01-17-2007, 04:27 PM   #15
artistik
Member
 
Registered: Aug 2003
Location: south carolina
Distribution: Slackware 11
Posts: 60

Original Poster
Rep: Reputation: 15
heh none of them work... dont know what the problem is. =/
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
mouse pointer moves up upon any mouse action in slackware 10.2 XavierKing Linux - General 2 07-20-2006 03:36 PM
Mouse Lag kaede Linux - Hardware 2 07-31-2005 05:10 AM
Fresh suse install, mouse lag/skipping, keyboard same alyks SUSE / openSUSE 1 10-17-2004 03:22 PM
Yet another mouse lag problem gzachariah Linux - Software 5 10-12-2004 10:36 PM
Mouse lag with Mandrake 10.0 Xathin Mandriva 10 06-01-2004 07:13 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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