/sbin/lspci | grep VGA
00:05.0 VGA compatible controller: nVidia Corporation C51 [GeForce 6150 LE] (rev a2)
uname -a
Linux Linux 2.6.34.7-56.fc13.i686 #1 SMP Wed Sep 15 03:33:58 UTC 2010 i686 i686 i386 GNU/Linux
2) 找 NVIDIA网页搜索Driver
http://www.nvidia.com/Download/index.aspx?lang=en-us
GeForce 6150 LE
下载 NVIDIA-Linux-x86-260.19.12.run
3)修改fedora启动程序图,关闭 nouveau
Modify the initramfs:
[mirandam@charon ~]$ su -
Password:
[root@charon ~]# mv /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname -r)-nouveau.img
[root@charon ~]# dracut /boot/initramfs-$(uname -r).img $(uname -r)
4)修改 /etc/inittab,把启动水平调到3(没有X11)
# 0 - halt (Do NOT set initdefault to this)
# 1 - Single user mode
# 2 - Multiuser, without NFS (The same as 3, if you do not have networking)
# 3 - Full multiuser mode
# 4 - unused
# 5 - X11
# 6 - reboot (Do NOT set initdefault to this)
#
id:3:initdefault:
5)reboot, 然后login to root
sh NVIDIA-Linux-x86-260.19.12.run
完成后 修改 inittab,
id:5:initdefault:
reboot即 成功

没有评论:
发表评论