LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
12
返回列表 发新帖
楼主: slim_chun

FC5启动后没有鼠标显示、无法上网,求助

[复制链接]
发表于 2006-4-5 11:18:37 | 显示全部楼层
Post by slim_chun
我已经装了两次FC5了,启动后都是看不到鼠标,但是鼠标可以移动,仍然起作用。我在系统中设置了鼠标的各种状态,都看不到鼠标的箭头。
还有,不知道为什么不能上网,我用的是DHCP,以前用FC4的时候都可以的啊。虽然在装系统时没有关闭防火墙和SELinux,但不至于吧?开机时检测半天网络,然后【FAILED】~~

很沮丧啊,都装两遍了,有人能解答一下嘛?给个提示也行,我都不知道什么地方不对~~~



/***************************************************
CPU:  AMD Sempron 2800+
H  D:  Seagate SATA 80G
Mainboard: BIOSTAR  TForce 6100(South Bridge:NVIDIA nForce 410;North Bridge:nVIDIA GeForce 6100...)
Memory:Kingston 512M
...
****************************************************/


关于鼠标的解决方法:转自   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-4-5 11:18:40 | 显示全部楼层
但是关于如何上网的问题还是不知道
回复 支持 反对

使用道具 举报

发表于 2006-10-9 21:52:29 | 显示全部楼层

看我博客中的文章,希望能帮上忙!

回复 支持 反对

使用道具 举报

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

本版积分规则

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