如何确定我的11.3闭源驱动正确安装了呢?

CPU/显卡/打印机/USB设备等硬件问题
回复
xyyrhh
帖子: 2
注册时间: 2011-04-21 13:50

如何确定我的11.3闭源驱动正确安装了呢?

#1

帖子 xyyrhh » 2011-04-23 15:54

小弟新手 :em03 ,前日刚装ubuntu10.04(采用刻盘安装,与win7并存),由于开源驱动下我的ati5145显卡下,笔记本 风扇不停在转。并且有非常高的开机死机概率 :em20 ,就是在出现ubuntu的标题,下面有五个圆点那个画面死机。于是按照wiki上速配上写的方法安装ati官方的11.3闭源驱动。下载下run文件后。按照论坛上朋友说的教程,现在recovery卸载了fglrx,而后直接运行了那个11.3的run文件。自动模式安装。然后重启。之后一切正常。但是刚才看到ati官网里关于linux驱动的一篇英文文章里面,说,要在运行完run程序之后,
For versions of X.Org newer than 7, /usr/bin/aticonfig --initial to configure the
driver for your AMD product.
For versions of X.Org older than 7, /usr/X11R6/bin/aticonfig --initial to configure
the driver for your AMD product.
但是当时重启之前我第没有运行过上面的任何一条命令。小弟也不知道自己的x.org版本是多少,便随便运行了下。第二个命令无法运行。第一个命令运行之后出现:
chris@chris-laptop:~$ /usr/bin/aticonfig --initial
Found fglrx primary device section
Using /etc/X11/xorg.conf
Saving back-up to /etc/X11/xorg.conf.fglrx-0
/usr/bin/aticonfig: Writing to '/etc/X11/xorg.conf' failed. Permission denied.
chris@chris-laptop:~$
小弟也不知道自己的11.3驱动是否安装成功了。各位大哥帮忙看看咋回事好吧?我按装成功了?谢谢咯~ :em01
头像
黄美姬
帖子: 8428
注册时间: 2009-10-08 11:15
来自: 大城市铁岭

Re: 如何确定我的11.3闭源驱动正确安装了呢?

#2

帖子 黄美姬 » 2011-04-25 3:29

代码: 全选

glxinfo | grep vendor

代码: 全选

janker@BOA:~$ glxinfo | grep string
server glx vendor string: NVIDIA Corporation
server glx version string: 1.4
client glx vendor string: NVIDIA Corporation
client glx version string: 1.4
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GTS 450/PCI/SSE2
OpenGL version string: 4.1.0 NVIDIA 260.19.44
OpenGL shading language version string: 4.10 NVIDIA via Cg compiler
janker@BOA:~$ 
我们是命运的妓女,它把我们都嫖了

N卡驱动:http://www.nvidia.cn/Download/index.aspx?lang=cn
极品飞车:http://www.geforce.cn/optimize/optimal- ... ts-450-ops
孤岛危机优化设置:http://www.geforce.cn/optimize/optimal- ... tx-450-ops
:cp /etc/skel/.bashrc ~/
PS1="\[\e]2;\u@\H \w\a\e[32;1m\]\T$\[\e[0m\] "
http://cdimage.ubuntu.com/
http://releases.ubuntu.com/
回复