tll 发表于 2014-2-10 17:16:45

给Cubieboard一个加速的桌面(自己编译)

Cubian的桌面加速器好久没更新了,我上次想试试,发现提示Mali版本不符,我的mali比程序所需的新多了。
今天更新cubian源,提示404,不知为什么……
今天从网上找到一个编译A10 A20加速器的方法。
原地址:https://github.com/ssvb/xf86-video-fbturbo/wiki/Installation
我给稍微翻译翻译
在Debian wheezy系统或Raspbian上就能运行(CbOS和cubian都是基于Debian wheezy的)
运行 sudo apt-get install git build-essential xorg-dev xutils-dev x11proto-dri2-dev
      sudo apt-get install libltdl-dev libtool automake libdrm-dev然后把他的git给clone下来 git clone https://github.com/ssvb/xf86-video-fbturbo.git
      cd xf86-video-fbturbo编译安装autoreconf -vi
      ./configure --prefix=/usr
      make install
覆盖原版xorgcp xorg.conf /etc/X11/xorg.conf然后重启试试,感受下加速的桌面

页: [1]
查看完整版本: 给Cubieboard一个加速的桌面(自己编译)