CubieBoard中文论坛

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

fedora 20 VGA 版本修改分辨率

[复制链接]
发表于 2014-12-21 21:54:33 | 显示全部楼层 |阅读模式
本帖最后由 manfred1984 于 2014-12-21 21:55 编辑

周末研究了下终于成功了,感觉文档还是太散。整理下方便后人:

刷的是这个版本: fedora20-nand-lxde-vga.img.gz

1. mount /dev/nanda /mnt

2. 安装sunxi-tools:

yum install libusbx-devel
git clone https://github.com/linux-sunxi/sunxi-tools
make

3. 编译完成后进入 sunxi-tools 的目录:

$./bin2fex /mnt/script.bin 1.fex
$vi 1.fex (and change screen0_output_mode to your resolution, mine is 0 )
$./fex2bin 1.fex /mnt/script.bin

4. 重启后大功告成!

P.S.  分辨率清单如下,自己改自己需要的
;screenx_output_mode  (used for vga output, 0:1680*1050 1:1440*900 2:1360*768 3:1280*1024 4:1024*768 5:800*600 6:640*480 10:1920*1080 11:1280*720)
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-4-25 23:42 , Processed in 0.018235 second(s), 15 queries .

Powered by Discuz! X3.4

© 2001-2012 Comsenz Inc. | Style by Coxxs

返回顶部