LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   mouse not working in fc5 (https://www.linuxquestions.org/questions/fedora-35/mouse-not-working-in-fc5-452295/)

pankaj-garg 06-06-2006 11:49 PM

mouse not working in fc5
 
hi friends

i hv installed fc5 from the dvd. but it has not detected my mouse so am not able to use the mouse. pls tell me how i can get the mouse to work. i have a seriall mouse. i tried to add ttys0 to etc/X11/xorg.conf file but it gives an error on booting that unknwon protocal. please tell me how can i get the mouse to work.

thanks

routers 06-07-2006 03:48 AM

Quote:

i tried to add ttys0 to etc/X11/xorg.conf
where u get this idea ermm btw can u paste here

Section "InputDevice"

this is mine :

Quote:

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection

pankaj-garg 06-09-2006 01:26 AM

my etc/X11/xorg.conf is exactly the same as u have mentioned, but my mouse is not ps2. i have a serial mouse, now tell me what should i add for serial mouse in the mouse section.

thanks

nadroj 06-09-2006 01:29 AM

make sure you use ttyS0, ie, capital 'S'
can you post your mouse section and the exact error?

pankaj-garg 06-09-2006 01:36 AM

well i did add ttyS0, in the protocol section and then rebooted the system but then system gives a error that ttyS0 is unknown protocol and x server could not be started. it starts after a lot of time and then wheni check the conf file it is restored to the original format. when i add ttyS0 do i have to add IMPS/2 .

nadroj 06-09-2006 01:43 AM

you use that as the device not the protocol. protocol should be IMPS/2, device should be /dev/ttyS0

pankaj-garg 07-06-2006 11:52 PM

serial mouse not working in fc5
 
hi
my serial mouse is not working in FC5.
in the xorg.conf mouse section line
Option "Device" "/dev/input/mice", i have added Option "Device" "/dev/ttyS0".

but still my mouse is not working.

pls help me out.

nadroj 07-06-2006 11:54 PM

did you add that line or replace it? can you copy and paste the full section for your mouse?

pankaj-garg 07-07-2006 12:02 AM

This is my mouse section in xorg.conf file
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/ttyS0"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection

i hv replaced the line

nadroj 07-07-2006 12:06 AM

try put ttyS1 instead of ttyS0, or maybe even 2 instead of 1.. save the file, and restart X (you dont have to do a full reboot)

if not ttyS work, try /dev/mouse

vtel57 09-20-2006 12:51 AM

Just to interject here... I recently did a fresh install of FC5 and I too thought I had no mouse once the desktop loaded. However, the mouse was working. It was just invisible. Please make sure you that you really don't have any mouse activity. You can do this by moving your mouse around the screen. If you go over one of the menus, the tooltip will pop up. If that happens then the mouse is there. You just can't see it.

The remedy for me was to edit xorg.conf and add this line to the video card section:

Code:

Option    "HWcursor"    "false"
Evidently, there's some problem with FC5 auto-detecting certain mice in conjuction with newer Nvidia video hardware.

Hope this was helpful to you.

Regards,

~Eric

sambajahjah 12-31-2007 01:11 PM

On Fedora 6 this worked
 
This is how I did it on Fedora 6:

Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
Add > InputDevice "Mouse0" "CorePointer"
EndSection

Add > Section "InputDevice"
Add > Identifier "Mouse0"
Add > Driver "mouse"
Add > Option "Protocol" "Microsoft"
Add > Option "Device" "/dev/ttyS0"
Add > EndSection

You probably may have to alter the "/dev/ttyS0" to "/dev/ttyS1" or "/dev/ttyS2"

Hope it helps!


One Love.


All times are GMT -5. The time now is 08:56 PM.