Ubuntu安裝顯卡驅(qū)動(dòng)教程比較復(fù)雜
特別值得一提的是顯卡驅(qū)動(dòng)有很多值得學(xué)習(xí)的地方,這里我們主要介紹Ubuntu顯卡驅(qū)動(dòng)安裝,包括介紹Ubuntu安裝等方面。Ubuntu安裝顯卡驅(qū)動(dòng)Ubuntu安裝驅(qū)動(dòng)得過程網(wǎng)上得教程比較復(fù)雜,曾按照這個(gè)貼子操作http://forum.ubuntu.org.cn/viewtopic.php?p=670626到sudo module-assistant prepare時(shí)出錯(cuò).
代碼: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
后面得編譯都出錯(cuò),不知道具體原因之間運(yùn)行run文件,提示ERROR:vcdk is missing崩潰中,現(xiàn)在使用得分辨率是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)
之后更新受限驅(qū)動(dòng)管理器,重啟后解決確定驅(qū)動(dòng)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的驅(qū)動(dòng)Ubuntu安裝好了然后確定3d特效打開 glxinfo | grep direct direct rendering: Yes
先試著打開特效
最初提示:"The Composite extension is not available"于是在 etc/X11/xorg.conf里設(shè)置Section “Extensions” Option “Composite” “Enable” EndSection
然后的提示信息是: "Desktop effects could not be enabled"
查找論壇, 找到一個(gè)答案:要安裝xserver-xgl,Ubuntu安裝好后, 特效果然可以開。 sudo apt-get install xserver-xgl
【編輯推薦】