特别值得一提的是显卡驱动有很多值得学习的地方,这里我们主要介绍Ubuntu显卡驱动安装,包括介绍Ubuntu安装等方面。Ubuntu安装显卡驱动Ubuntu安装驱动得过程网上得教程比较复杂,曾按照这个贴子操作http://forum.ubuntu.org.cn/viewtopic.php?p=670626到sudo module-assistant prepare时出错.
代码:sudo module-assistant prepare
Getting source for kernel version: 2.6.22-16-generic
Kernel headers available in /usr/src/linux
Creating symlink...
Couldn't create the /usr/src/linux symlink!
apt-get install build-essential
后面得编译都出错,不知道具体原因之间运行run文件,提示ERROR:vcdk is missing崩溃中,现在使用得分辨率是800*600
代码:fglrxinfo
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Error: couldn't find RGB GLX visual!
Segmentation fault (core dumped)
之后更新受限驱动管理器,重启后解决确定驱动Ubuntu安装正确:
fglrxinfo Code
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Radeon HD 2600 XT
OpenGL version string: 2.1.8304 Release
以上信息表示ati的驱动Ubuntu安装好了然后确定3d特效打开 glxinfo | grep direct direct rendering: Yes
先试着打开特效
最初提示:"The Composite extension is not available"于是在 etc/X11/xorg.conf里设置Section “Extensions” Option “Composite” “Enable” EndSection
然后的提示信息是: "Desktop effects could not be enabled"
查找论坛, 找到一个答案:要安装xserver-xgl,Ubuntu安装好后, 特效果然可以开。 sudo apt-get install xserver-xgl
【编辑推荐】