4.还记得/root上面的NVIDIA-Linux-x86_64-1.0-9746-pkg2.run吧,现在开始装
[root@gliethttp root]# sh NVIDIA-Linux-x86_64-1.0-9746-pkg2.run
Accept->NO->OK->开始编译kernel module...->编译成功后按默认一路回车就可以了
这样nVidia显卡驱动安装完毕。
因为v3162au是宽屏1280×800,所以修改/etc/X11/xorg.conf
[root@gliethttp root]# vim /etc/X11/xorg.conf
Section "Module"
Load "glx"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
[root@gliethttp root]# startx
[root@gliethttp root]# glxgear (如果nVidia驱动安装成功后glxgear会出现两个齿轮)
4.在console模式下运行nvidia-installer--uninstall可以卸载驱动
注意:fc6在v3162au宽屏笔记本安装Nvidia显卡驱动后,如果/etc/X11/xorg.conf启动了Nvidia驱动,即:Driver "nvidia",那么不能进入ctrl+alt+F1“文本控制台了”
并且千万不要在使用Driver "nvidia"作为显卡驱动的同时,启动id:5:initdefault:图形加载。否则你的屏幕将不会显示任何东西!这时你只能通过ssh登陆到这个屏幕没有任何东西的机子上
将Driver "nvidia"改为Driver "vesa"
或
将id:5:initdefault:改为id:3:initdefault:
所以使用图形窗体有两种典型配置:
1)Driver "nvidia" 并且 id:3:initdefault: ,进入系统后startx
2)Driver "vesa" 并且 id:5:initdefault:或者id:3:initdefault:
FC6安装惠普v3162au宽屏笔记本Nvidia显卡驱动的方案(2)
内容版权声明:除非注明,否则皆为本站原创文章。
转载注明出处:https://www.heiqu.com/43d4938864f92b1162b1d27675df1e0d.html