NVIDIA 发布 Linux 显卡驱动 169.12
NVIDIA 在今天面向 Linux 平台发布了一个新的显卡驱动程序──169.12。该驱动延续自上一次的 169.09,同属一个稳定系列。而中间出现的 171.05 测试版,目前还没有下文。

此版本的显卡驱动程序主要改进了 GeForce 8 GPU 的电源管理支持和稳定性。同时,对于 GLX_EXT_texture_from_pixmap 的内存不足处理及 nvidia-xconfig 工具也有所改善。此外,一些 bug 也得到了修正。具体内容可以参考其发布公告。
你可以从这里下载该版本的显卡驱动程序 (64 位)。
还是没有G92,G94的支持,郁闷,虽然我是用G84的
nvidia在linux驱动上更新颇快啊
我可怜的A卡。。。肠子都悔青了
我觉得A卡还行吧…没有以前那么惨了…不过还是要时间的考验呀,如果性能再翻一翻就好了
改进一下双头显示吧……回家用电脑连电视一直没搞定
强!nvidia的linux驱动就是强。
呵呵已经使用了,
如果不知道怎么安装,可以参考这里,在哪里找到的?忘了。
首先查看显卡是否装好
运行:glxinfo | grep rendering
如果显示”direct rendering: Yes”,则已安装
1、下载驱动
http://www.nvidia.com/page/home.html
我下载的就是NVIDIA-Linux-x86-100.14.19-pkg1.run这个文件
2、删除原驱动包
sudo apt-get –purge remove nvidia-glx nvidia-glx-new
然后删除 /lib/linux-restricted-modules/2.6.22-14-generic/文件夹下面带有nvidia字样的内容,这里是内核自带的驱动
再检查一下这两个文件是否存在,
/etc/init.d/nvidia-glx
/etc/init.d/nvidia-kernel
如果存在,删除掉。
3、安装要用到的软体
sudo apt-get install build-essential pkg-config xserver-xorg-dev linux-headers-`uname -r`
安装编译包。
4、备份
sudo cp /etc/default/linux-restricted-modules-common etc/default/linux-restricted-modules-common.backup
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
5、禁止系统使用默认的驱动
sudo gedit /etc/default/linux-restricted-modules-common
在最后的双引号中添加nv nvidia_new,即把文件中的“”,改成“nv nvidia_new”
如果前面第二步删除完整了其实也可以不用执行这一步。
6、停止GDM进程
sudo /etc/init.d/gdm stop
按Ctrl+Alt+F1,登录后进入第7步。
7、进入下好的驱动所在目录(用ls命令确认文件在不在)
sudo sh NVIDIA-Linux-x86-100.14.19-pkg1.run
安装过程中,
如果提示有旧驱动,询问是否删除旧驱动,选Yes;
如果提示缺少某某模块(modules),询问是否上网下载,选no;
如果提示编译模块,询问是否进行编译,选ok;
如果提示将要修改Xorg.conf,询问是否允许,选Yes;
接下来就是等待安装完成。
8、安装完成就回到终端,重启GDM
sudo /etc/init.d/gdm restart
好了,当看到NV的logo后,安装成功。
如果实在不想看NVIDIA的LOGO,可以修改 /etc/X11/xorg.conf
在Section “Device”中添加Option “NoLogo” “True”
如:
Section “Device”
Identifier “通用显示卡”
Driver “nvidia”
Option “NoLogo” “True”
EndSection
这个驱动GeForce 8400M G无法使用, 至少我的机子上不行, 还是用 169.09 先用好了
A卡要跟进啊。AMDD
前几天装了171.05 用着还可以。
好象169有不能保存分辨率设置的BUG。
@a10
用nvidia-setting修改的分辨率?需要超级用户权限才能保存设置
新的171.06出来了:
171.06 (beta) for Linux x86/x86-64 released
Release Highlights:
* Added support for GeForce 9600 GT.
The 171.06 NVIDIA Accelerated Linux Graphics Driver Set for Linux/x86 is available for download via HTTP. The 171.06 NVIDIA Accelerated Linux Graphics Driver Set for Linux/x86-64 is available for download via HTTP.
Please see the README (x86, x86-64) for more information about this release.
Please note: This NVIDIA Linux graphics driver release supports GeForceFX and newer NVIDIA GPUs, GeForce4 and older GPUs are supported through the 96.43.xx and 71.86.xx NVIDIA legacy graphics drivers.
Please also note: If you encounter any problems with the 171.06 NVIDIA Linux graphics driver release, please start a new thread and include a detailed description of the problem, reproduction steps and generate/attach an nvidia-bug-report.log file (please see http://www.nvnews.net/vbulleti.....hp?t=46678 for details).
Note: This release has experimental support for a glyph cache on the GeForce 8 and 9 series that may improve anti-aliased font rendering performance. Enable with nvidia-settings -a InitialPixmapPlacement=2 -a GlyphCache=1