7安装后不显示光标解决办法:
在/etc/X11/xorg.conf中添加
Section "Device"
Option "HWCursor" "false"
EndSection
===========================
Invisible mouse
Are you using NV? That happened me with the nv drivers. Nvidia drivers
from livna sorted the issue. Temporary workaround for NV was to turn
off mouse hw accelleration in Xorg.conf
J
On Feb 2, 11:28 pm, Mike
I just installed fedora 8 for the first time and I have been running a suse
distro for a little while now. I thought I would try out fedora, so I got
it to install but I have an invisible. I can still use it but i have no
idea where it is.
Any suggestions?
-mike
===========================
I tried to install 64 bit fedora 8 today.
The installation went smoothly. When I came to the login interface, the mouse pointer was invisible. It was so frustrated.
I did some search on internet and found that this problem appears on 64 bit linux with Nvida display card. So it may be a driver issue.
Fortunately there is a workaround that seems work for me.
su
gedit /etc/grub.conf
Remove the “rhgb” in the file. Then reboot again, the mouse pointer seems to come back now.
===========================
I installed FC6 i386_64 and after an update, the mouse cursor/pointer
dissapeared. It was still there because moving the mouse would cause
stuff to highlight, but it was basicly unusable. google found which had most of the solution.
The fix is to add the line :
Option "HWCursor" "false"To the Section "Device" section of the /etc/X11/xorg.conf file.
I have this problem with the nv video driver on the 64 bit install of fedora core 6 ( running on a nVidia GeForce 6100 )
===========================
fedora8 LiveCD 在我的机器上无法显示鼠标指针,解决的办法是切换个控制台,修改 xorg.conf,在显卡那段添加:
Option "HWCursor" "false"
目的是禁用硬件指针,可能是我的 GeForce6100 显卡使用 fedora 自带的 nv 驱动有些冲突。安装完 fedora8 后,没装 NVIDIA 驱动前,这个都必须有。
安 装 kmod-nvidia 后,开启 GNOME 的桌面效果,鼠标指针点击后总会出现一个色块,而且指针有些飘;打开 Compiz fusion 后鼠标指针还经常消失。看过 xorg.conf,发现竟然默认打开了 Aiglx!注销 Aiglx,硬件指针也能用了,前面的问题全解决。