LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   Mouse pointer not visible. (https://www.linuxquestions.org/questions/fedora-35/mouse-pointer-not-visible-594876/)

hammanu 10-26-2007 04:20 PM

Mouse pointer not visible.
 
I would say 70% of the time I boot into Fedora 7 x86_64 my mouse pointer is not visible. It is still there. If I hit the ctrl key the little box circles around it and I can track its location that way. However, I can not see it. So basically I have to restart my comp or do full power downs/boot ups until I can see it. I use a wireless usb mouse primarily (logitech LX7 I think) and since I have a laptop I have the built-in mouse pad. Even if I turn the laptop mouse pad on the issue still occurs.

I would consider myself a complete newbie with linux issues. I've been using windows exclusively for all of my computing experience. I just recently made the switch to linux.

weibullguy 10-26-2007 07:29 PM

Try this

1. Open a root terminal session or change to the root account from a standard terminal session.
2. Edit the X Windows configuration file /etc/X11/xorg.conf
3. Find the "Device" section and add the line in red:

Section"Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "Videocard vendor"
BoardName "nVidia Corporation C51 PCI Express Bridge"
## See RedHat Bug #182517
Option "HWCursor" "off"
EndSection

4. Save the file.
5. Restart X Windows (Ctrl-Alt-Backspace).

Your mouse pointer should be restored.


All times are GMT -5. The time now is 08:50 AM.