Chinaunix首页 | 论坛 | 博客
  • 博客访问: 15316184
  • 博文数量: 2005
  • 博客积分: 11986
  • 博客等级: 上将
  • 技术积分: 22535
  • 用 户 组: 普通用户
  • 注册时间: 2007-05-17 13:56
文章分类

全部博文(2005)

文章存档

2014年(2)

2013年(2)

2012年(16)

2011年(66)

2010年(368)

2009年(743)

2008年(491)

2007年(317)

分类: LINUX

2008-08-27 13:28:42

Try this :

1. Open the file /etc/X11/xorg.conf
2. Find the "Device" section and add the line
Option "HWCursor" "off"
as......
Section "Device"
Identifier "Videocard0"
...........
..........
Option "HWCursor" "off"
EndSection

3. You need to add only line mention in bold whatever your Section "Device" contain
4. Save the file.
5. Log out
6. Log In

Your mouse pointer should be restored.

Give me reply if it works.

===========================

Fedora安装后没有鼠标的解决办法

当安装完成Fedora后,发现没有鼠标显示,但是鼠标可以用,只是看不到而已。

解决办法:

在终端中使用root用户来解决。

打开终端:
#gedit /etc/X11/xorg.conf

出现编辑界面后,找到 Section  "Device"

在EndSection 前面输入Option "HWCursor" "false"

例如:
Option "HWCursor" "false"
EndSection    

然后保存,并且关闭。重新启动X就可以了。

===========================

   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 wrote:
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,硬件指针也能用了,前面的问题全解决。



阅读(3763) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~