Ubuntu下安装显卡驱动全攻略(ATI篇)

[10-10 20:46:00]   来源:http://www.88dzw.com  操作系统教程   阅读:8407

文章摘要: Section "Device" [...] Driver "fglrx" [...] EndSection 保存退出。 在终端中执行: sudo aticonfig --initial -f sudo aticonfig --input=/etc/X11/xorg.conf --tls=1 重启。 可以使用DISPLAY=:0 glxinfo | grep render 命令查看结果,如果显示的

Ubuntu下安装显卡驱动全攻略(ATI篇),标签:计算机操作系统教程,http://www.88dzw.com

        Section "Device" [...]
        Driver "fglrx"
        [...]
        EndSection

        保存退出。

        在终端中执行:

        sudo aticonfig --initial -f
        sudo aticonfig --input=/etc/X11/xorg.conf --tls=1

        重启。

        可以使用DISPLAY=:0 glxinfo | grep render 命令查看结果,如果显示的是direct rending为yes。那么恭喜你,你已经安装成功了。如果仍为no,请继续阅读下文。

        首先删除xserver-xgl

        sudo apt-get remove xserver-xgl

        再把这一段加进/etc/X11/xorg.conf里:
 
         Section "Extensions"
        Option "Composite" "Enable"
        EndSection

        最后这一步非常重要,我的机器就是在加上这一段后,direct rending终于变为了yes。至此,大功告成了!

上一页  [1] [2] 


Tag:操作系统教程计算机操作系统教程电脑技术 - 操作系统教程