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 - doublec

Pages: 1 2 [3] 4 5 ... 7
31
Zaurus - pdaXrom / Playing video in 320x240 fullscreen
« on: April 20, 2004, 06:19:17 pm »
Thanks for the tip, I\'ll do it. I\'ve found out that the width and height in the w100 vidix driver are sent to 480 and 640 respectively. But mplayer is comparing this to the X width and height which is 640 and 480. Because of the difference the vidix driver is failing. If I rotate the screen to portrait mode and run the xvidix or console vidix then the video plays using the direct access to the video memory.

I modified the driver to switch the 640 and 480 around and video plays ok using vidix in normal vga now. Issues at the moment are the video is not overlaying the mplayer window. For some reason the overlay is rotated 90 degrees out from the mplayer window. It looks like the x and y coordinates passed to the ATI funtions have 0,0 at the lower left of the screen in landscape mode. I\'m not sure what to do about that and the 640x480 issue.

I\'m also unable to get hardware scaling working at the moment so full screen doesn\'t work. The issue with that is the internal memory for the ati w100 only handles 320x240. Using external memory for 640x480 works but the video plays \'wavey\' and corrupted. I suspect something is wrong with the driver code there and would need to investigate.

qvga still doesn\'t work - probably the memory offsets are different for writing to the screen in that mode. More playing needed. Still it looks promising for using the ATI acceleration functions to get better performance out of the video.

32
Zaurus - pdaXrom / Playing video in 320x240 fullscreen
« on: April 19, 2004, 10:07:46 pm »
I\'ve recompiled the latest CVS mplayer with the w100 ATI vidix driver from (http://wiki.self-core.org/atty/?MPlayer) to try and get w100 support. Using the vidix driver from the console mplayer tells me I\'m in an unsupported resolution (640x480). I switch to QVGA using the command line above and the fb.modes file and it runs. Unfortunately no image. I get a white screen with a purple square about the size of the mpg file I\'m trying to play to test it out. When I quit out I\'m back to the garbled qvga terminal.

Has anyone seen the white screen with purple square before? Any ideas what I could look at to fix it?

If you want to try it the ipk is at:

  http://www.double.co.nz/zaurus/mplayer-w10...re3try2_arm.ipk

You\'ll need libsdl and libmad installed. I also haven\'t tuned what drivers to include/not include. The common line to try is:

  mplayer -vo fbdev:vidix -fbmode qvga -vm -nosound mympg.mpg

I\'m using nosound for testing. I haven\'t tested \'mad\' support but sdl support for sound works fine. You could also try \'X\' vidix support:

  mplayer -vo xvidix -fbmode qvga -vm -nosound mympg.mpg

But that\'s even more broken I think.

33
Zaurus - pdaXrom / wxWindows
« on: April 17, 2004, 10:47:13 pm »
I\'ve compiled wxWindows for the pdaxrom. It and a few of the example programs are available at:

http://radio.weblogs.com/0102385/categorie...04/18.html#a583

Chris.

34
Zaurus - pdaXrom / Playing Video on pdaXrom
« on: April 15, 2004, 12:16:58 am »
Found this page with a newer version of mplayer with support for the Zaurus graphics chip (apparently). I haven\'t tried it though:

http://wiki.self-core.org/atty/?MPlayer

35
Zaurus - pdaXrom / Playing Video on pdaXrom
« on: April 12, 2004, 09:22:39 pm »
Where did you get the v1.00 mplayer with the ATI code from? Is there an IPK available?

36
Zaurus - pdaXrom / IrDA file beaming now possible
« on: April 01, 2004, 10:20:33 pm »
I have ported some beaming utilties at:

http://radio.weblogs.com/0102385/categorie...03/13.html#a546

I use these for transferring to/from my phone quite a bit and it works well.

37
Zaurus - pdaXrom / SD /mnt/card has become read-only
« on: March 20, 2004, 06:15:57 pm »
If that doesn\'t work and your card is formatted with ext2  unmount and fsck the file system (basically checks for internal errors):

umount /mnt/card
e2fsck /dev/mmcda1
mount /mnt/card

Chris.

38
Zaurus - pdaXrom / Port Requests Here:
« on: March 14, 2004, 06:48:15 pm »
The development environment for cross compilation is pretty good and not too hard to use. The older zgcc image for running on the machine works fine too. That said, I\'m looking forward to seeing what the new development environment is too.

39
Zaurus - pdaXrom / Recommended Wired and Wireless CF cards?
« on: March 12, 2004, 08:01:31 pm »
The buffalo card still requires the patch .ipk in pdaxrom 1.0.0.

40
Zaurus - pdaXrom / python version in pdaxrom 1.0?
« on: March 12, 2004, 08:00:54 pm »
The pdaxrom doesn\'t have \'find\' or \'python\' or pygtk preinstalled.

41
Zaurus - pdaXrom / IrDA file beaming now possible
« on: March 10, 2004, 04:48:41 pm »
That\'s great! I\'m looking forward to trying it.

42
Zaurus - pdaXrom / IoVM for pdaxrom available
« on: March 10, 2004, 04:45:39 pm »
I\'m working on getting IoServer compiled so we get socket support, etc. Hopefully it won\'t be long.

43
Zaurus - pdaXrom / IoVM for pdaxrom available
« on: March 09, 2004, 10:11:15 pm »
I\'ve compiled IoVM, an interpreter for a prototype-based object system language, combining ideas from Newton Script, Self, etc. You can download it from:

http://radio.weblogs.com/0102385/categorie...03/10.html#a545

More information on the Io language at:

http://www.iolanguage.com

44
Zaurus - pdaXrom / New pdaxrom available
« on: March 08, 2004, 04:41:15 pm »
With regards to the buglist, an nice option would be to be able to add comments to a bug. For example, bug number (5), libpng.so.3 being required for mplayer. This library is supplied with gqview. Install that and mplayer works.

45
Zaurus - pdaXrom / New pdaxrom available
« on: March 08, 2004, 04:38:16 pm »
I like the battery applet changes. Instead of the usual 4 steps of \'full\', \'nearly empty\', \'really nearly empty\' and \'empty\' you get a correct reading at 1% or so intervals. Great!

Pages: 1 2 [3] 4 5 ... 7