在 Debian 6(Squeeze) 系统中直接安装 xserver-xorg-video-siliconmotion 上不能正常使用的。需要给 xorg-server 打上 mips 的补丁,并重新编译安装才可以。也可以直接下载我编译好的 deb 安装。
补丁程序: http://www.heiher.info/service/projects/xserver/01_mips-sarea.diff
xorg.conf: http://www.heiher.info/service/projects/xserver/xorg.conf
编译好的 deb 包: http://www.heiher.info/service/projects/xserver/deb/
使用补丁和重新编译 xorg-server 的流程
mkdir xorg-server cd xorg-server apt-get source xorg-server dpkg-source -x xorg-server*.dsc |
cd xorg-server*/debian/patches/ wget http://www.heiher.info/service/projects/xserver/01_mips-sarea.diff echo "01_mips-sarea.diff" >> series cd ../../ |
dpkg-buildpackage -rfakeroot -uc -b |
cd ../ rm xserver-xorg-core-dbg* sudo dpkg -i *.deb wget http://www.heiher.info/service/projects/xserver/xorg.conf sudo cp xorg.conf /etc/X11/ |
Over!