|
2008-02-28
, 21:57
|
Posts: 289 |
Thanked: 83 times |
Joined on Jul 2006
|
#142
|
I was able to reproduce your do_handle_screen_fault error.
This error on Basilisk II has been discussed before a couple of years ago, using older source code as the Maemo port uses. The developer (Gwenole) fixed it in later source code, but I don't know what he did.
|
2008-02-28
, 22:07
|
|
Posts: 466 |
Thanked: 142 times |
Joined on Jan 2008
@ Temple Terrorist, FL
|
#143
|
|
2008-02-28
, 23:49
|
Posts: 330 |
Thanked: 57 times |
Joined on May 2007
@ BKNYC
|
#144
|
|
2008-02-29
, 01:31
|
|
Posts: 466 |
Thanked: 142 times |
Joined on Jan 2008
@ Temple Terrorist, FL
|
#145
|
|
2008-02-29
, 02:23
|
Posts: 289 |
Thanked: 83 times |
Joined on Jul 2006
|
#146
|
As far as the crashes, you probably need to use a MacWinLin version of Basilisk II to troubleshoot your extensions. I would remove all extensions and control panels out of the system folder that deal with networking (A/ROSE, OpenTransport, AppleTalk, File Sharing, etc.)
xmodmap -e "keycode 0x85 = Meta_L"
|
2008-02-29
, 02:31
|
|
Posts: 466 |
Thanked: 142 times |
Joined on Jan 2008
@ Temple Terrorist, FL
|
#147
|
|
2008-02-29
, 03:05
|
Posts: 330 |
Thanked: 57 times |
Joined on May 2007
@ BKNYC
|
#148
|
Hi unique311! I used your three builds before compiling my own. Hopefully you had time to read over some of the posts in this thread.
I used the older source of Basilisk II instead of Basilisk II JIT as Basilisk II runs faster than Basilisk II JIT with the JIT disabled as the JIT engine is for x86 only and "B2JIT" was optimized for using JIT.
(Actually, the last "unstable" Basilisk II CVS source snapshot can be downloaded here.)
t3h then make some changes to the code to allow full screen, hildonized it, and fixed the "sticky-mouse" problem (see binary and source tarballs below). I used DiffMerge to compare the old source with t3h's source last night to try getting a feel for what he had to add to make these changes.
Unfortunately, the older Basilisk II uses GTK+ 1.2.x for the GUI while the later Basilisk II JIT and Maemo uses GTK+ 2.x.
Here is t3h's last release:
Binary (+ .desktop file): http://gm.stackunderflow.com/maemo/b...ary_0.3.tar.gz
Sources (now slightly smaller after removing a bit of code for other platforms)
http://gm.stackunderflow.com/maemo/b...emo_0.3.tar.gz
|
2008-02-29
, 03:23
|
|
Posts: 466 |
Thanked: 142 times |
Joined on Jan 2008
@ Temple Terrorist, FL
|
#149
|
|
2008-02-29
, 04:35
|
Posts: 289 |
Thanked: 83 times |
Joined on Jul 2006
|
#150
|
As you may know, the xkbd and related packages are meant for OS 2006\2007 and have problems on OS 2008.
--Denis