Oct 8 2004, 04:47 PM
Post
#1
|
|
|
Group: Members Posts: 577 Joined: 17-March 04 Member No.: 2,365 |
Hello
If you want to try a kernel that can go to 530 Mhz, has (or should have - did that tonight) video accel,preemptible kernel for enhanced responsiveness, a faster floating point emulation, better keyboard support to map new actions to long keypresses, usbd-storage to use the Zaurus as a usb flash disk, firewalling, and various security backports for the 2.4 kernel check http://externe.net/zaurus/modules.php?op=m...order=0&thold=0 Along is a special libsdl (with a sample fz.sh file to start snes9x) that work in 240x230 portrait mode and can be mapped to hardware keys (address, agenda, home, menu...) i.e. you can use your Tosa like a gameboy - you don't have to open the keyboard again to play. [that could also be interesting for 5500/5600 owners] With both the new kernel and this libsdl, I can downclock the kernel to the minimum and still get near full framerate with sound at 240x230 (use fz.sh). Sweet. The only problem is I don't know why it can't display in 480x640 Feedback, tests, bugreport welcome ! I know the SDL rightmost 20 pixels are incorrectly drown on the left handsite- working on that, and I didn't compile pcmcia ethernet/wifi support - that's because I don't have either on my 6000] |
|
|
|
![]() |
Jan 21 2005, 09:25 AM
Post
#2
|
|
![]() Group: Members Posts: 2,821 Joined: 13-September 04 From: Wasilla Ak. Member No.: 4,572 |
I love this kernel.. I am infact using the ffpe version, without any problems at all.
The only differenci i see is that games work better with ffpe. As a caveat though, i don't do any real precise engineering or anything with my 6k. I really appreciate this stuff. It made my 6k much much less of a headache. and definitely made sharprom a valid option again... But... since you are already revving up your toolchain.... any luck compiling a softfloat mplayer? I'd love to give it a spin if you have (though the reglar mplayer is working pretty nicely) and.... any thoughts on pushing qtopia 2.1 through the soft-float chain to see what happens? Though that sounds like a headache waiting to happen.... and with a maybe limited payoff to boot. I had heard rumor that the hancom stuff installed with hancom libs on a softfloat system would be ok though...... As SA said, thanks, it makes a diference. |
|
|
|
Jan 22 2005, 04:07 PM
Post
#3
|
|
|
Group: Members Posts: 577 Joined: 17-March 04 Member No.: 2,365 |
QUOTE(adf @ Jan 21 2005, 09:25 AM) But... since you are already revving up your toolchain.... any luck compiling a softfloat mplayer? I'd love to give it a spin if you have (though the reglar mplayer is working pretty nicely) and.... any thoughts on pushing qtopia 2.1 through the soft-float chain to see what happens? Though that sounds like a headache waiting to happen.... and with a maybe limited payoff to boot. I had heard rumor that the hancom stuff installed with hancom libs on a softfloat system would be ok though...... Thanks a lot for the kind message. I'm happy I'm helping someone besides myself. There're other tweaks I should post - let's say I have a very "customised" SL6000 :-) Bust first, a clarification for the precedent message with a nand question: nand reflash may or may not overwrite the kernel- depends on what you flash. On a sl6000 you have 2 (!) copies of the kernel and 2 filesystems. A couple is normally used, while the other kernel+filesystem couple is used only during reflash (so you can reflash if shit happens) Then that reflash process only reflash what it's asked. If it does the kernel - fine. If it doesn't... you just overwrite the normal filesystem, which creates a weird previous-kernel+flashed-filesystem couple used for normal operations. How can you find out if your flash is correct ? Use uname -a. Read my flash pages to simply overwrite the kernel and keep the rest intact -because there's no reason to reflash everything unless you do something very bad, likely under root with the root partition mounted rw. That being said, I unfortunately don't have enough time to do all I'd like, so I have to make an agenda. Here's my current agenda for the Sl6000: - 1. learn qtopia. Will help a lot with many issues (phone app, calendar, ...) I have. And I should have done that much earlier !! - 2. update the kernel to match tetsu's version. take advantage of that to fix the kerboard problems (basically I tried to remap internal keyboard so it would play nice with an external usb keyboard in console mode. I also wanted to remap events to short/long apps keypresses. Bad idea. I screwed up big. I'll also compile iptables modules - will help a lot. - 3. try to tweak the libsdl a little more. I am very interested in cwaig acceleration stuff. But I can't do that alone :-) mplayer acceleration would also be very interesting. - 4. then play with softfloat. a libsdl/mplayer/emulators suite with video acceleration *AND* softfloat would be interesting : I think vga video playback at a good framerate might be possible - 5. make hostap work with usb wireless card. possible - someone did hack that, but a) with an old version of hostap - 6. finally try to do a full rom with softfloat. this goes last because I'm still curious about the opie/qtopia situation, and because more people could do that besides me - with more efficiency since they're used to do roms :-) But with the opie/qtopia story, I still don't know exactly what I should do. Anyway IMHO the most important for the SL6000 right now would be video acceleration. From the chip documentation: .7.3 2D Graphics Acceleration TC6393XB supports the acceleration as below. - Fill - SourceCopy - StretchBLT - LineDraw By using this hardware accelerator, you can realize improvement in a performance and reduction of power consumption. 6.7.3.1 Fill The “Fill” function of TC6393XB supports as below. - Rectangle field range: 1 ~ 1,024 Pixel x 1 ~ 1,024Pixel - Fill color: 16bit color - Support function: Raster Operation (ROP3) 6.7.3.2 SourceCopy The “SourceCopy” function of TC6393XB supports as below. - Rectangle field range: 1 ~ 1,024 Pixel x 1 ~ 1,024Pixel - Support function: Raster Operation (ROP3), Transparent 6.7.3.3 StretchBLT The “StretchBLT” function of TC6393XB supports as below. - Rectangle field range: 1 ~ 1,024 Pixel x 1 ~ 1,024Pixel The “StretchBLT” function of TC6393XB does not support Raster Operation (ROP3) and Transparent. And, it is not possible that the expansion and reduction ratio of vertical is different from one of horizontal. 6.7.3.4 LineDraw The “LineDraw” function of TC6393XB supports as below. - Rectangle field range: 1 ~ 1,024 Pixel x 1 ~ 1,024Pixel - Draw color: 16bit color - Support function: Raster Operation (ROP3) Yet there's no information on how to do that. And even if there was, I don't now ATM how it should be implemented in mplayer/libsdl. So congrats to cwaig for the work he did - he is making that possible. From the mere possibility to a full implementation in mplayer and libsdl, there's a long long way! If there're other SL6000 hackers, let's try to do something ! |
|
|
|
Jan 23 2005, 09:45 PM
Post
#4
|
|
![]() Group: Members Posts: 2,821 Joined: 13-September 04 From: Wasilla Ak. Member No.: 4,572 |
outstanding agenda.... all the stuff that is needed and I don't know how to do and am not likely to learn in time.
thanks again |
|
|
|
guylhem fast 6000 kernel, along with special libsdl Oct 8 2004, 04:47 PM
coolass What's the difference between the two?http://l... Oct 8 2004, 06:24 PM
gab74 Do you install the new kernel on SL6000L ?
I try t... Oct 9 2004, 02:49 AM
guylhem Gab, did you remove the opera pdf module as indic... Oct 9 2004, 10:19 AM
coolass QUOTE(guylhem @ Oct 9 2004, 01:19 PM)Gab, did... Oct 9 2004, 04:50 PM
coolass I followed all instructions to the letter and foun... Oct 9 2004, 08:00 PM
gab74 Resolved problem for
NO SPACE LEFT TO DEVICE
I... Oct 10 2004, 04:02 AM
gab74 After updating there are some problems :
Kernel s... Oct 10 2004, 12:37 PM
gab74 I've found other problems after updating with ... Oct 12 2004, 02:06 AM
guylhem Weird. I do not have this problem. did you do depm... Oct 12 2004, 03:17 AM
gab74 do depmod -ae give me this error :
*** Unresolve... Oct 12 2004, 05:02 AM
gab74 guylhem,
May you be more specific on what the freq... Oct 12 2004, 09:26 AM
guylhem freqchange is for the battery applet, 163 is an al... Oct 14 2004, 09:58 AM
gab74 ok thanks,
any news for new kernel ? i've stil... Oct 14 2004, 10:12 AM
hubcapboy well, kernel write bricked it...
after following ... Oct 21 2004, 03:32 PM
tumnus Just thought I'd point out that the pre-emptiv... Oct 21 2004, 11:26 PM
gab74 Do you have substitute the modules files too ???
I... Oct 21 2004, 11:50 PM
amdonati Hi Guylhem,
I tried your Kernel, but as others, I... Dec 2 2004, 06:17 AM
smuelas Thanks a lot for the version of the kernel with no... Dec 2 2004, 07:08 AM
amdonati QUOTEThanks a lot for the version of the kernel wi... Dec 2 2004, 07:59 AM
guylhem Hello
All that's strange. I use this kernel o... Dec 5 2004, 08:03 AM
guylhem hubcapboy, any news? that's very very strange.... Dec 5 2004, 08:06 AM
amdonati I'll give another try to the kernel ASAP.I... Dec 5 2004, 03:35 PM
hubcapboy yea I restored and was back in action pretty quick... Dec 5 2004, 04:42 PM
amdonati Guylhem,
I trieds to install both of your kernels,... Dec 8 2004, 01:30 AM
Zar2Cool I am having the same issues as amdonati.
It does ... Dec 10 2004, 02:41 AM
guylhem amdonati, Zar2Cool : the error messages you see ar... Dec 11 2004, 11:25 AM
ambience713 guylhelm, thanks for the kernel. I have been using... Dec 11 2004, 01:14 PM
Zar2Cool I grabbed the source and recompiled the kernel wit... Dec 11 2004, 02:27 PM
amdonati Than this was my problem too! :-)
I am eagerl... Dec 12 2004, 06:45 AM
Zar2Cool I have a kernel with ext2/3 reiserfs, etc. But it... Dec 13 2004, 01:33 AM
amdonati guylhem, any news on the ext2 support in your rom?... Dec 19 2004, 02:41 AM
selfabuse I downloaded the source for the fast kernel, and d... Dec 21 2004, 05:57 AM
selfabuse Ok - think I figured this out. I recompiled the ke... Dec 26 2004, 09:24 PM
guylhem Hello
Sorry for any delay. there're cool japa... Dec 27 2004, 11:19 AM
amdonati Selfabuse, would it be possible to have your kerne... Dec 28 2004, 06:10 AM
selfabuse The kernel I compiled w/ ext2 didn't actually ... Dec 28 2004, 07:51 AM
adf I dl'd the whole thing from externe.net. it si... Dec 29 2004, 11:13 AM
adf Ok, got the flash. minix is pretty unuseable, no e... Dec 29 2004, 02:26 PM
selfabuse Everything I said a couple posts up ought to work ... Dec 30 2004, 05:06 AM
adf will check it out... pretty much have the generic ... Jan 2 2005, 05:55 PM
pldrouin Any update about the kernel with ethernet support?... Jan 7 2005, 12:26 AM
hatchetman Does guylhem_tosa_keyboard.patch.bz2 exist anywher... Jan 10 2005, 07:39 AM
adf I tried the floating point enabled fast kernel. Ve... Jan 11 2005, 03:03 PM
adf YARG!
redid with plain generic sharp, xqt2. f... Jan 12 2005, 12:42 PM
pldrouin I'm trying to compile a kernel (using http://w... Jan 12 2005, 10:42 PM
selfabuse As a follow up to my post on Dec 28 2004, 03:51 P... Jan 13 2005, 11:25 AM
adf thanks. Jan 13 2005, 02:00 PM
selfabuse pldrouin - I could be wrong on this, but I don... Jan 13 2005, 03:03 PM
adf I think S.A is right. if the sd/mmc mdule were ope... Jan 14 2005, 10:20 AM
xjqian after flashing the kernel
CODEdepmod -ae give me ... Jan 15 2005, 01:04 AM
hatchetman I think it would be very beneficial if somebody co... Jan 15 2005, 09:42 AM
xjqian I've started from a clean stock rom. now the p... Jan 15 2005, 03:30 PM
xjqian I don't know if this post belong to fast kerne... Jan 16 2005, 10:59 AM
selfabuse QUOTE(xjqian @ Jan 16 2005, 06:59 PM)I don... Jan 16 2005, 02:55 PM
xjqian QUOTE(selfabuse @ Jan 16 2005, 05:55 PM)I hav... Jan 16 2005, 07:17 PM
guylhem Hello
Sorry for the ffpe related problems. I trie... Jan 21 2005, 08:26 AM
selfabuse QUOTE(guylhem @ Jan 21 2005, 04:26 PM)Hello
... Jan 21 2005, 08:48 AM
adf update issue/repeat post. oops. Jan 21 2005, 09:31 AM
xjqian The fast kernel is awesome. thanks for keeping up ... Jan 22 2005, 01:01 AM
cwaig Hi all (guyhelm - got your PM the other day, just ... Jan 24 2005, 06:38 AM
guylhem QUOTE(cwaig @ Jan 24 2005, 06:38 AM)Hi all (g... Jan 24 2005, 09:38 AM
cwaig QUOTE(guylhem @ Jan 24 2005, 09:38 AM)QUOTE(c... Jan 24 2005, 12:18 PM
adf fabulous.... with any luck at all we will see Qtop... Jan 24 2005, 06:51 PM
pldrouin I've compiled the kernel with iptables support... Jan 28 2005, 10:28 AM
selfabuse QUOTE(pldrouin @ Jan 28 2005, 06:28 PM)I... Jan 28 2005, 10:55 AM
pldrouin QUOTE(selfabuse @ Jan 28 2005, 06:55 PM)QUOTE... Jan 28 2005, 11:33 AM
selfabuse QUOTEI didn't have prism2_usb. Thanks a lot... Jan 28 2005, 11:58 AM
xjqian Updates:
* I just found the second CF in my sled ... Jan 31 2005, 02:48 AM
guylhem Hello
I have to tweak battery-changeCCCRapplet co... Jan 31 2005, 08:31 AM
Bedman Hello all,
i have one question.
The 2.6 Kernel w... Jan 31 2005, 12:16 PM
adf an optimized tweaked 2.6 on the 6k is kind of a ho... Jan 31 2005, 02:10 PM
Mickeyl QUOTE(Bedman @ Jan 31 2005, 12:16 PM)Wouldn... Jan 31 2005, 02:59 PM
Bedman My intention is that the differences between Cxxx ... Jan 31 2005, 11:19 PM
adf thinking along the lines of the 2.4 unified kernel... Feb 1 2005, 10:57 AM
adf help!
does anyone have usb mouse modules for t... Feb 2 2005, 09:33 PM
zipmaster grr ive fallowed the intrustions word for word and... Feb 28 2005, 12:30 AM
adf are you sure you removed the stuff rom opera? is ... Feb 28 2005, 01:03 AM
zipmaster QUOTE(adf @ Feb 28 2005, 09:03 AM)are you sur... Feb 28 2005, 10:02 AM
amdonati In my experience, simply deleting the PDF stuff fr... Feb 28 2005, 04:20 AM
zipmaster i got it to work finialy by del all of opera and i... Mar 5 2005, 02:27 PM
adf what are you missing in the kernel?
I have a setu... Mar 6 2005, 09:19 PM
AsLan^ QUOTE(zipmaster @ Mar 5 2005, 02:27 PM)i got ... Mar 7 2005, 02:22 AM
zipmaster stupid reply button Mar 6 2005, 10:09 PM
zipmaster hmm i was wondering were exactly to but the libsdl... Mar 6 2005, 10:09 PM
adf I put the lb sdl in /usr/lib then link to it with ... Mar 7 2005, 07:06 AM
amdonati Adf, I would be interested in your kernel, as I wo... Mar 7 2005, 07:38 AM
adf I'll send the kernel (or a link) when I get ho... Mar 7 2005, 07:58 AM
amdonati Thank you very much adf.
I use a socket CF BT car... Mar 7 2005, 08:55 AM
adf my knowledge of buetooth is about zero.
Do you kn... Mar 7 2005, 02:34 PM
adf you, or anyone else who wants it should be able to... Mar 7 2005, 06:33 PM
amdonati Thank you very much adf!
I tried to connect t... Mar 7 2005, 11:43 PM
adf You will get better results by using ftp client s... Mar 7 2005, 11:49 PM
adf silence......
Did you manage to get the kernels? ... Mar 8 2005, 01:43 PM
amdonati Hi adf,
sorry for my silence, but as I said, from ... Mar 8 2005, 02:20 PM
adf I have no bluetooth devices.... I compiled it in, ... Mar 8 2005, 02:24 PM
amdonati Soory, another question.
The Hitachi ohci module i... Mar 8 2005, 02:34 PM![]() ![]() |
|
Lo-Fi Version | Time is now: 21st May 2013 - 03:48 AM |