LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
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 11-12-2002, 01:40 AM   #16
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58

oh great, that should be fixable.

The mouse moves.
So it's not locked up.
It sounds like the keyboard.
Do the mouse buttons still work? I guess not.

What kind of keyboard are you using?

what kind of mouse?

Last edited by DavidPhillips; 11-12-2002 at 01:44 AM.
 
Old 11-12-2002, 01:41 AM   #17
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
looks like a rage video. I have one on my laptop, works great
 
Old 11-12-2002, 11:21 AM   #18
PiMoGo
Member
 
Registered: Oct 2002
Distribution: Suse 7.2; Redhat 8.0; Mandy 9.0
Posts: 35

Original Poster
Rep: Reputation: 15
yeah i have a rage video card, my keyboard is a one of those M$ natural keyboards and my mouse is a PS/2 serial intellimouse by M$.

you're right i still have mouse movement, but i can't click on anything.

i do know that when i log onto the computer i get several mouse errors but i'm able to use it just fine once i'm in KDE. (it just assumes default which works fine)
 
Old 11-12-2002, 11:40 AM   #19
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58


you may be able to setup gpm for your mouse and solve the problem
 
Old 11-12-2002, 11:45 AM   #20
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
gpm -R -m /dev/input/mice -t imps2


then in your XF86Config-4 or XF86Config file use this in the InputDevice section for your mouse

Option "Protocol" "MouseSystems"
Option "Device" "/dev/gpmdata"
 
Old 11-12-2002, 01:23 PM   #21
PiMoGo
Member
 
Registered: Oct 2002
Distribution: Suse 7.2; Redhat 8.0; Mandy 9.0
Posts: 35

Original Poster
Rep: Reputation: 15
OK i will! i'll try that once i get home tonight. what does gpm do just out of curiosity?

thanks again
 
Old 11-12-2002, 01:29 PM   #22
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
gpm will enable your mouse in the console

the -R lets you access it in X using /dev/gpmdata and the MouseSystems protocol
 
Old 11-12-2002, 08:18 PM   #23
PiMoGo
Member
 
Registered: Oct 2002
Distribution: Suse 7.2; Redhat 8.0; Mandy 9.0
Posts: 35

Original Poster
Rep: Reputation: 15
i'm getting this when trying to use gpm

[root@diebenkorn sbin]# gpm -R -m /dev/input/mice -t imps2
[root@diebenkorn sbin]# oops(): [gpn.c(195)]:
gpm is already running as pid 980

it appears it already working. should i just go ahead and make the other changes to the XF86Config-4 file

this is how my XF86Config-4 looks at the moment. where should i add that code. just want to make sure. thanks again!

Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbOptions" ""
EndSection

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

Last edited by PiMoGo; 11-12-2002 at 08:19 PM.
 
Old 11-12-2002, 08:25 PM   #24
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
it's not likely that it is running with the right settings to use it as I have posted above

you could run gpm -k first to kill it

or you might just try it and see if your mouse will work after changin XF86Config-4 file
 
Old 11-12-2002, 11:22 PM   #25
PiMoGo
Member
 
Registered: Oct 2002
Distribution: Suse 7.2; Redhat 8.0; Mandy 9.0
Posts: 35

Original Poster
Rep: Reputation: 15
well i killed gpm and started up gpm as defined per you, but nothing caught my untrained eye (i didn't know what i was supposed to look for anyway

i modifed XF86Config-4 as you said, but when i started X Server my mouse didn't work so i had to change it back.

any ideas?

thanks!
 
Old 11-13-2002, 02:05 AM   #26
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
you put the options in Mouse1 section?

It should work, I have more than one setup that way
 
Old 11-13-2002, 10:19 AM   #27
PiMoGo
Member
 
Registered: Oct 2002
Distribution: Suse 7.2; Redhat 8.0; Mandy 9.0
Posts: 35

Original Poster
Rep: Reputation: 15
yeah i believe so. i placed it in the code you see above under mouse1. if the code is changed, doesn't it need to change elsewhere to perhaps?
 
Old 11-13-2002, 12:02 PM   #28
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
no that should be it

does your mouse work in the terminal before starting X
 
Old 11-13-2002, 12:03 PM   #29
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
and it's a usb mouse, right?


make sure you have /dev/input/mice

 
Old 11-13-2002, 01:38 PM   #30
PiMoGo
Member
 
Registered: Oct 2002
Distribution: Suse 7.2; Redhat 8.0; Mandy 9.0
Posts: 35

Original Poster
Rep: Reputation: 15
yeah my mouse only stopped working when i restarted ( i assume the changes where only made active then). i don't have a usb mouse, its a M$ PS/2 wheel mouse.
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
KDE freezes ... Starch Linux - Newbie 6 06-30-2005 10:57 AM
fedora core 2 (FC2) freezes while running. Cannot boot into KDE it freezes mraswan Fedora 0 05-25-2004 07:46 PM
YEE HEE! Mandy9.2 on UK coverdisk! davecs Linux - Software 1 10-30-2003 05:37 PM
same problem in redhat8, mandy9 and LFS newpenguin Linux - General 2 01-20-2003 06:23 PM
pcmcia cardbus adapter fails install Mandy9 MB3 Linux - Networking 0 11-26-2002 11:27 AM

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

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