Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Lisztfr

Pages: [1] 2 3
1
Software / Dosbox And Scan Codes
« on: October 02, 2010, 03:57:18 am »
Hi,

Running Cacko linux, it' very difficult to get the scan codes from the keyboard : Showkeys, or keydump (console utils) are not available.

I tried some mapper setting, but imho mapper.txt is ignored.

in Dosbox.conf :

mapperfile = mapper.txt

in this file i set change the key 1, from 96 to 97 but it didn't work.

Then i tried xbeyb : following key file fixed keys from 2 to 0 :

[Comment]
French keyboard layout. Codepages 850/858 (Euro).

[KEYS]
  2 ! 1 #0 #0 #0
  3 " 2 #0 #0 !C2
  4 #35 3 #0 #0 #35
  5 $ 4 #0 #0 {
  6 % 5 #27 #0 [
  7 & 6 #31 #0 |
  8 ' 7 #0 #0 !C1
  9 ( 8 #28 #0 \
 10 ) 9 #0 #0 ^

 50 , ? #0 #0 #0
 51 ; . #0 #0 <
 52 : / #0 #0 >
 53 #33 õ #0 #0 #0
 86 < > #0 #0 #0

[SHIFTS]
54  42  29  56  70  69  58  82

[Combi]
` a… eŠ i o• u— A· EÔ IÞ Oã Uë #32`
~ aÆ n¤ oä AÇ N¥ Oå #32~
^ aƒ eˆ iŒ o“ u– A¶ EÒ I× Oâ Uê #32^
ù a„ e‰ i‹ o” u y˜ AŽ EÓ IØ O™ Uš #32ù


==============================

strangely the key ! 1 is silent now... M-m is wrong (key 50). I would need the scan codes for the entire keyboard

Any help would be appreciated,

L

2
5x00 General discussions / Kismet And...
« on: July 19, 2009, 08:38:57 am »
$1 ~ /Network/ {
        $1 = $2 = ""
        Net = $0}

$0 ~ /WEP[\t :]+"No"/ {print Net}

===========

 
to launch with :

awk -f <progam.awk> <file.network>

After running kismet (use the .network log)

It will print only open networks.


==================


Other problem  = VIDEO. Imho, to listen to a clip form Youtube with good sound quality, one should encode to 1/0,5 fps on zaurus sl-5600 with pxa250 cpu, because on this machine one have to choose between sound OR image. Both is not possible, even if separately it is possible, either good sound OR good fps. There is some flaw, other thant the cache problem. I tested the Watapon, which has a disabled cache feature kernel and despite applications run faster, video doesn't play better and the Zj tests doens't show a speed-up in performances....

L

3
5x00 General discussions / Unable To Play Video On Poodle
« on: July 06, 2009, 12:38:39 pm »
I followed the wiki, even with 15 kB as mp3 my video is not good. So i wonder if 2 fps (Two) is playable, but i think not.

400 Mhz, cpu, i wonder what he is doing...

L

4
5x00 General discussions / How To Play Video On Poodle ?
« on: July 04, 2009, 01:46:04 pm »
mencoder dvd://trackno -ovc lavc -lavcopts vcodec=mpeg4:vhq:vqmin=2:vqmax=20:vmax_b_frames=2:vbitrate=192:vqcomp=0.6:vpass=
-vop scale=320:240,eq=6 -ofps 25 -sws 2 -oac mp3lame -lameopts abr:br=64:aq=1:mode=0 -srate 24000 -o test.avi

From your command line i reed that you use 193 kBs at video stream while i set mine to 100 (that result in 167)

Your fps are 25, mine are 8,

Your audio is mp3, 64 kB, mine is 32

And my movie is still not playable. It is playable without sound !!!

there is a flaw.

L

5
5x00 General discussions / How To Play Video On Poodle ?
« on: July 03, 2009, 04:50:34 pm »
Even 32 kb mp3 is too much ! dam slow poodle

L

6
5x00 General discussions / How To Play Video On Poodle ?
« on: July 03, 2009, 04:41:52 pm »
Without sound it's good...

L

7
5x00 General discussions / How To Play Video On Poodle ?
« on: July 03, 2009, 04:40:09 pm »
What you think about this :

Yet Another Avi Info (YAAI) Output File
visit http://yaai.sourceforge.net/ for more information
AVI Information
    Filename: Paco.avi
    Filesize: 7012542 Bytes (6,69 MB)
    Streams (i.e. Video, Audio): 2
Video Stream
    Compression: DIV3 - DivX ;-) MPEG-4 Low-Motion
    Avg. Bitrate: 99,78 kbit/s
    Resolution: 300x220
    Color Depth: 24 bits
    Running Time: 323,63 s (5m 23s)
    Framerate: 8,0000 fps
    Microseconds Per Frame: 125000 ms
    Frames: 2589
    Keyframes: 217 (Every 11)
Audio Stream
    Wave Type: 85 - MPEG Layer 3
    Avg. Bitrate: 64,09 kbit/s
    Sample Rate: 22050 Hz
    Bit Depth: 0 Bits
    Channels: 1
    Audio Delay: 0,00 s

===============

It seems still chocky

L

8
5x00 General discussions / How To Play Video On Poodle ?
« on: June 30, 2009, 03:24:29 pm »
Windows Millenium, a 9X edition. I won't use a program that doesn't fit my standards. The standard here is Windows ME, it's universal mainstream, at home

L

9
5x00 General discussions / How To Play Video On Poodle ?
« on: June 30, 2009, 03:11:47 pm »
Quote from: craigtyson
mencoder dvd://trackno -ovc lavc -lavcopts vcodec=mpeg4:vhq:vqmin=2:vqmax=20:vmax_b_frames=2:vbitrate=192:vqcomp=0.6:vpass=
 -vop scale=320:240,eq=6 -ofps 25 -sws 2 -oac mp3lame -lameopts abr:br=64:aq=1:mode=0 -srate 24000 -o test.avi

is that 1 command line, or 2 ? If 1  command line, it should fit on a single line...

Anyway i'm on Windoz, for linux i should install Ubuntu & multiboot, but i have no time...

Maybe i find mencoder for win ?

L

10
5x00 General discussions / How To Play Video On Poodle ?
« on: June 24, 2009, 03:42:35 pm »
I think that without sound one can play videos much better.. so maybe the first rule is to decrease the sound quality as much as possible.

L

11
5x00 General discussions / How To Play Video On Poodle ?
« on: June 24, 2009, 05:14:06 am »
I have found a Tkc image in form of a SYST5600.DBK :

http://www.galacticslacker.com/zaurus_sl5600.shtml

This is a NAND backup file for SL-5600 with Intel PXA250 CPU (DO NOT USE IT FOR 5600 with 255 CPU). It has basic tkc ROM to keep the file small

?

Since i was disappointed with Watapon, which doesn't make things faster, i wonder if this on does...

L

12
General Discussion / Want A Faster Kernel
« on: June 19, 2009, 10:14:47 am »
Anyway i would not be able to load the kernel.

Can somone play videos on the sl-5600 with this pxa250 cpu ?

tia l

13
5x00 General discussions / Watapon Test
« on: June 18, 2009, 02:32:52 pm »
I found tkc roms but for 5500, not for 5600...

14
5x00 General discussions / Watapon Test
« on: June 18, 2009, 02:08:59 pm »
Ok, also Angstrom is a possibility... since the 2.6 kernel seems faster ?

Anyway, couldn't one give up the flashing hassl and only swap the internal flash content ?

1) Maintenance menu / format.

2) / Update....

15
5x00 General discussions / Watapon Test
« on: June 18, 2009, 04:38:06 am »
I guess tck is not freeware. ANd Opie player seems a little bit buggy, and tricky to install ?

L

Pages: [1] 2 3