返回列表 发帖

回复 #90 henry 的帖子

firefox没有补丁

mplayer的优化不少,最好直接用我们的版本

TOP

回复 #90 henry 的帖子

希望旧补丁可以不经修改直接打最好
实在不行,我们也可以帮着改改,如果差的不是很多

TOP

回复 #91 admin 的帖子

请问哪里可获得源代码?
最好源代码稳定后,做个补丁,并发布出来,方便第三方开发者
先谢谢了

TOP

原帖由 Redhatter 于 2007-2-17 05:53 PM 发表
Ahh... news on the X front... I just did an apt-get update ; apt-get dist-upgrade on the second Loongson... I discovered I now get the same error starting X on both boxes:

On the box running t ...



怎么解决啊,我也是一样的问题

loongson ~ # X

X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: UNKNOWN
Current Operating System: Linux loongson 2.6.18.1lemote #8 Sat Feb 17 11:01:55 EST 2007 mips
Build Date: 17 February 2007
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sat Feb 17 09:51:33 2007
(==) Using config file: "/etc/X11/xorg.conf"
(**) RADEON(0): RADEONPreInit

Backtrace:
0: X(xf86SigHandler+0xc4) [0x4a9450]

Fatal server error:
Caught signal 11.  Server aborting

Aborted

[ 本帖最后由 乌鸦 于 2007-5-14 10:49 AM 编辑 ]
No: LFLM01000288

TOP

回复 #94 乌鸦 的帖子

应该要用lemote源的X吧?

TOP

用我的overlay
这里有ftp://lmguest:lmguest@lemote.com

TOP

原帖由 乌鸦 于 2007-5-14 12:46 PM 发表



怎么解决啊,我也是一样的问题



你需要修补 xorg-server 为 Lemote 系统.  如果你运行 Debian (工厂操作系统机器) 刚刚安装 xorg-server 二进制来就一揽子光碟.

否则,你会找到一个补丁在 http://dev.lemote.com/plugins/sc ... oot=overlay&view=log -- 这个补丁是针对 xorg-server-1.1.1.  还有还有一个ebuild在这里会见了补丁在内,一旦你已经.  我最终的目的是促使 layman 工作,从而使生活更轻松.

Original English post beyond this point--------------------------


You need to patch xorg-server for the Lemote systems.  If you're running Debian (the factory OS on these machines), just install the xorg-server binary that comes on the package CDs.

Otherwise, you'll find a patch at http://dev.lemote.com/plugins/sc ... oot=overlay&view=log -- this patch was made against xorg-server-1.1.1.  There's also an ebuild here with the patch included, once you have set up a user account on dev.lemote.com, you should be able to use subversion to obtain the overlay.  Eventually I aim to get "layman" working, which will make life easier.
Stuart Longland (aka Redhatter, VK4MSL)
Gentoo/MIPS Developer
请注意, 我不会讲中文, 需要依靠翻译器翻译。

TOP

Thinks

昨晚已经用overlay里的补丁搞定了...
No: LFLM01000288

TOP

在龙芯上运行mldonkey

mldonkey是一个 p2p软件,从名字可以看出来它支持电驴。其实它是p2p软件里的pidgin(以前叫gaim),它还可以支持bt, gnutella, kad, fasttrack。它本身是个守护进程,有很多界面可以控制它,比如http, telnet,还有一些专门的软件。除了支持的协议多,它还有一个好处是,可以从其他机器上向它发号施令,把运行mldonkey的机器变成一台下载机。

之前试过在龙芯上编译mldonkey。当时发现ocaml没有linux mips的native code compiler,以为除了移植以外没有别的办法。结果最近经华华提醒,发现原来debian提供了mips(el)的mldonkey。甚是惊奇!

研究发现,原来没有原生代码编译器没有关系,编译成bytecode一样运行。而且ocaml的bytecode与java不同,ocaml的 bytecode executable仍然是ELF格式的,直接运行,不像java,需要虚拟机。bytecode就放在这个可执行文件的末尾。值得注意的一点是,这个字节码可执行文件不能被strip,否则字节码就没有了,:-D

我改写了ocaml和mldonkey的ebuild,现在可以在龙芯gentoo里emerge mldonkey了

我前段时间重新整理了我的loongson overlay,把一些仅仅加了一个mips关键字的ebuild都删除了,把他们放进了/etc/portage/package.keywords。用下面的命令获得我的loongson overlay:
git-clone http://zhangle.is-a-geek.org/loongson-overlay/.git

git使用简明howto: http://zhangle.is-a-geek.org/doc/zh_cn/git-howto.xml

TOP

我在龙芯盒子里装了cgiirc
http://www.gentoo-cn.org/cgiirc/irc.cgi
不熟悉IRC客户端的兄弟有福了
可以直接通过浏览器来登录

TOP

返回列表