Ubuntu安裝顯卡驅動教程比較復雜
特別值得一提的是顯卡驅動有很多值得學習的地方,這里我們主要介紹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
【編輯推薦】