View previous topic :: View next topic |
Author |
Message |
Rain
Joined: 04 Nov 2005 Posts: 81 Location: 北京 小企鹅: 6
|
Posted: 2006-Mar-26 Sun, am10:06 |
|
Post subject: C1000上dosbox退出问题报告 |
|
SL-C1000,dosbox退出问题报告:
软件环境:
Cacko1.23,dosbox_0.6.3-2_arm.ipk,libstdc6_1.2.2_arm.ipk;
问题描述:
可以使用它运行部分dos程序,但在退出时(我输入exit)闪烁一下正常Cacko界面后死机,此后一直显示没有中间程序图标区的Cacko界面(中间一片漆黑),但Cacko界面的顶部组名和底部状态条还有显示。只能按Reset重起。
我试图修改dosbox.conf,但好像也没有效果,并没有关于exit问题的脚本。我去掉了加入的
mount c /mnt/card
c:
也没有效果,请问大家遇到过类似问题吗?可能用什么方式解决呢?
多谢!
另,在Zaurus上dosbox的fullscreen必须是true吗?我用窗口状态没有启动成功。 _________________ Coming from the kingdom of snow ... |
|
Back to top |
|
Rain
Joined: 04 Nov 2005 Posts: 81 Location: 北京 小企鹅: 6
|
Posted: 2006-Mar-26 Sun, am10:09 |
|
Post subject: |
|
或者换个说法,怎么能把dosbox比较正常的kill掉? _________________ Coming from the kingdom of snow ... |
|
Back to top |
|
chyang
Joined: 06 Nov 2005 Posts: 221 Location: Beijing 小企鹅: 500
|
Posted: 2006-Mar-26 Sun, am10:34 |
|
Post subject: |
|
That's SDL's problem.
Don't know where the dosbox comes from.
If it is the version that I have compiled, it should support
SDL应用启动的时候屏幕会闪烁,可以通过按一下Cancel键来解决。
该版本的SDL支持暴力退出,在SDL应用下按下Shift+Ctrl+Cancel就可以退出应用 _________________ Symbol CF WIFI+Corsair 2GB SD
SL-5500+Sharp-3.13 ROM+Viking 512MB CF+Kinston 256MB SD
Socket CF Bluetooth + EagleTec CF Lan Card + EagleTec CF Modem
Histroy:
[SL-C3000]
[SL5500+Sharp-3.13 ROM+SimpleTech 64MB CF+Hagiwara 128MB SD] Lost on 18,March,04 |
|
Back to top |
|
Rain
Joined: 04 Nov 2005 Posts: 81 Location: 北京 小企鹅: 6
|
Posted: 2006-Mar-26 Sun, am11:27 |
|
Post subject: |
|
chyang wrote: | That's SDL's problem.
Don't know where the dosbox comes from.
If it is the version that I have compiled, it should support
SDL应用启动的时候屏幕会闪烁,可以通过按一下Cancel键来解决。
该版本的SDL支持暴力退出,在SDL应用下按下Shift+Ctrl+Cancel就可以退出应用 |
多谢chyang兄!这回可以好好试验了!
进入时启动的时候屏幕会闪烁,我比较了按一下Home键,好像比Cancel键来的快。 _________________ Coming from the kingdom of snow ... |
|
Back to top |
|
goodstyle
Joined: 27 Oct 2005 Posts: 393
小企鹅: 238
|
Posted: 2006-May-30 Tue, am10:17 |
|
Post subject: |
|
安装Cacko1.23,dosbox_0.6.3-2_arm.ipk,libstdc6_1.2.2_arm.ipk
在/home/root/下找不到dosbox.conf |
|
Back to top |
|
goodstyle
Joined: 27 Oct 2005 Posts: 393
小企鹅: 238
|
Posted: 2006-May-31 Wed, am10:22 |
|
Post subject: |
|
goodstyle wrote: | 安装Cacko1.23,dosbox_0.6.3-2_arm.ipk,libstdc6_1.2.2_arm.ipk
在/home/root/下找不到dosbox.conf |
想生成dosbox.conf,在dosbox下打命令config -writeconf dosbox.conf
回應:Can't open file dosbox.conf |
|
Back to top |
|
goodstyle
Joined: 27 Oct 2005 Posts: 393
小企鹅: 238
|
Posted: 2006-May-31 Wed, am10:49 |
|
Post subject: |
|
goodstyle wrote: | 安装Cacko1.23,dosbox_0.6.3-2_arm.ipk,libstdc6_1.2.2_arm.ipk
在/home/root/下找不到dosbox.conf |
不好意思,好久沒碰dosbox了
正確的dosbox.conf位置在/usr/local/dosbox/dosbox.conf |
|
Back to top |
|
menaie
Joined: 20 Mar 2006 Posts: 8 Location: Sydney 小企鹅: 0
|
Posted: 2006-Jul-26 Wed, pm8:37 |
|
Post subject: fix for dosbox |
|
I got the : key working in dosbox 0.63, but I am only able to compile and run it under X. When I compile for Qtopia, it compiles but does not run.
Chyang, could you compile it for Qtopia if I tell you how to enable : key?
you need to update bios_keyboard.cpp
replace
{ 0x273b, 0x273a, none, 0x27f0 }, /* ;: */
with
{ 0x273a, 0x273b, 0x273b, 0x273a }, /* :; */
Can you also compile dosbox with -static option so it does not need a separate libSDL file.  |
|
Back to top |
|
chyang
Joined: 06 Nov 2005 Posts: 221 Location: Beijing 小企鹅: 500
|
Posted: 2006-Jul-27 Thu, pm12:39 |
|
Post subject: |
|
In my version, it is:
{ 0x273b, 0x273a, none, none }, /* ;: */
I have changed to your requested via binary editing.
Please try. _________________ Symbol CF WIFI+Corsair 2GB SD
SL-5500+Sharp-3.13 ROM+Viking 512MB CF+Kinston 256MB SD
Socket CF Bluetooth + EagleTec CF Lan Card + EagleTec CF Modem
Histroy:
[SL-C3000]
[SL5500+Sharp-3.13 ROM+SimpleTech 64MB CF+Hagiwara 128MB SD] Lost on 18,March,04 |
|
Back to top |
|
goodstyle
Joined: 27 Oct 2005 Posts: 393
小企鹅: 238
|
Posted: 2006-Jul-27 Thu, pm8:46 |
|
Post subject: |
|
chyang,有用过0.65吗?不知道有什么改进?
我没找到ipk,所以一直没去试。 |
|
Back to top |
|
Guest
|
Posted: 2006-Jul-29 Sat, am4:44 |
|
Post subject: |
|
chyang wrote: | In my version, it is:
{ 0x273b, 0x273a, none, none }, /* ;: */
I have changed to your requested via binary editing.
Please try. |
where can i find this changed binary? |
|
Back to top |
|
chyang
Joined: 06 Nov 2005 Posts: 221 Location: Beijing 小企鹅: 500
|
Posted: 2006-Jul-29 Sat, am8:36 |
|
Post subject: |
|
http://forum.zaurus.cn/download.php?id=326 _________________ Symbol CF WIFI+Corsair 2GB SD
SL-5500+Sharp-3.13 ROM+Viking 512MB CF+Kinston 256MB SD
Socket CF Bluetooth + EagleTec CF Lan Card + EagleTec CF Modem
Histroy:
[SL-C3000]
[SL5500+Sharp-3.13 ROM+SimpleTech 64MB CF+Hagiwara 128MB SD] Lost on 18,March,04 |
|
Back to top |
|
|