FC5 and Mouse Operations

compbug

Distinguished
Mar 7, 2006
72
0
18,630
hello all ,

I installed the default the FC5 software packages and have problems with the mouse Operations. Mouse pointer DISAAPEARS as soon as the Login window appears.what is the reason for this?

my partition is

/boot -------500MB
/home-------5Gb
swap---------2500MB
/------------21GB.

how could I fix this problem. :(
 

linux_0

Splendid
hello all ,

I installed the default the FC5 software packages and have problems with the mouse Operations. Mouse pointer DISAAPEARS as soon as the Login window appears.what is the reason for this?

my partition is

/boot -------500MB
/home-------5Gb
swap---------2500MB
/------------21GB.

how could I fix this problem. :(



[code:1:48ab0f50d3]
cp -i /etc/X11/xorg.conf /etc/X11/xorg.conf.backup

cp -i /etc/X11/xorg.conf /etc/X11/xorg.conf.save

cp -i /etc/X11/xorg.conf /root

gedit /etc/X11/xorg.conf
[/code:1:48ab0f50d3]



Add the following line to /etc/X11/xorg.conf:

[code:1:48ab0f50d3]
Option "HWCursor" "off"
[/code:1:48ab0f50d3]

under Section "Device"


save the file

hit ALT + CTRL + BACKSPACE to kill the X server

if it doesn't work you can simply

[code:1:48ab0f50d3]
cp -i /etc/X11/xorg.conf.backup /etc/X11/xorg.conf
[/code:1:48ab0f50d3]



https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=182517