CubieBoard中文论坛

 找回密码
 立即注册
搜索
热搜: unable
查看: 8557|回复: 0

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

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

回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|粤ICP备13051116号|cubie.cc---深刻的嵌入式技术讨论社区

GMT+8, 2024-4-25 02:55 , Processed in 0.019463 second(s), 15 queries .

Powered by Discuz! X3.4

© 2001-2012 Comsenz Inc. | Style by Coxxs

返回顶部