LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1126|回复: 9

FC5下鼠标看不见了

[复制链接]
发表于 2006-3-22 18:18:59 | 显示全部楼层 |阅读模式
安装过程中一切顺利,也有鼠标

只是在按装完后,启动的过程中也有鼠标,只是在到了登陆界面后,就没有了鼠标

登陆进去后,也没有鼠标的光标,但是可以用,可以双击,右健,还有滚轮都可以用,就是那个光标不能显示出来,鼠标移动到了哪里要去猜,好烦!

也用了里面的鼠标配置工具,换了光标的主题,问题还存在
后来再重新安装过一样没有解决

求高手指点
发表于 2006-3-22 18:36:16 | 显示全部楼层
恐怕是bug。等更新吧
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-3-22 18:46:26 | 显示全部楼层
啊,不会吧,刚出来就碰到bug了?
郁闷

还有人有类似的现像没呀
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-3-23 00:14:14 | 显示全部楼层
咋没人帮我想想办法呢
回复 支持 反对

使用道具 举报

发表于 2006-3-23 00:47:12 | 显示全部楼层
yum update吧,升级包已经出来好多了
回复 支持 反对

使用道具 举报

发表于 2006-3-26 00:16:30 | 显示全部楼层
我也有这个问题~~!!!
回复 支持 反对

使用道具 举报

发表于 2006-10-14 22:36:51 | 显示全部楼层
好象这有个帖说了哦关于鼠标的解决方法:转自 Linux伊甸园论坛 » Linux发行版分类讨论区 » Redhat和Fedora
找到:/etc/x11/xorg.conf, 在Section Device 中最后部分 添加Option "HWCursor" "false"后重新启动

例如:这是 xorg.conf 配置文件

# Xorg configuration created by system-config-display

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

Section "Files"
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, a font server independent of the X server is
# used to render fonts.

FontPath "unix/:7100"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "dri"
EndSection

Section "InputDevice"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds" "1 2 3"

# To disable the XKEYBOARD extension, uncomment XkbDisable.
# Option "XkbDisable"

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"
# Or if you just want both to be control, use:
# Option "XkbOptions" "ctrl:nocaps"
#
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

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

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "SyncMaster"
DisplaySize 310 230
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 30.0 - 71.0
VertRefresh 50.0 - 160.0
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "nv"
VendorName "Videocard vendor"
BoardName "nVidia Corporation C51 PCI Express Bridge"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Viewport 0 0
Depth 16
Modes "800x600" "640x480"
EndSubSection
EndSection

Section "DRI"
Group 0
Mode 0666
EndSection

Section "Device"#就是指这一段
Identifier "Videocard0"
Driver "nv"
VendorName "Videocard vendor"
BoardName "nVidia Corporation C51 PCI Express Bridge"
Option “HWCursor” “False” #加上这一句话
EndSection
回复 支持 反对

使用道具 举报

发表于 2006-10-15 16:39:02 | 显示全部楼层
在Dell 的原装机器上,我也遇到过这个问题,没解决,换Windows了事。
回复 支持 反对

使用道具 举报

发表于 2006-10-15 18:25:13 | 显示全部楼层

呵呵 这个bug影响了不少人啊

回复 支持 反对

使用道具 举报

发表于 2006-10-16 09:40:42 | 显示全部楼层
解决办法:
找到:/etc/x11/xorg.conf,在Section Device 块中添加Option "HWCursor" "false"后重新启动
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表