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

Pages: [1] 2 3 ... 6
1
Zaurus - pdaXrom / Command Line Programming Editor?
« on: June 17, 2007, 06:50:59 am »
If your looking for a light CLI editor, you should try e3.

Quote
e3 is a full-screen, user-friendly text editor with an interface similar to that of either WordStar, Emacs, Pico, Nedit, or vi. It's heavily optimized for size and independent of libc or any other libraries, making it useful for mini-Linux distributions and rescue disks.

You can find a write-up here

sadly, there is no syntax highlighting.  

2
Zaurus - pdaXrom / Fluxbox: The Ultimate Configuration
« on: December 06, 2006, 09:10:10 am »
Here, I compiled the latest fluxbox 1.0rc2 with
Compiled options (- => disabled):
-DEBUG
EWMH
-GNOME
-IMLIB2
-KDE
NLS
REMEMBER
RENDER
SHAPE
SLIT
TOOLBAR
XFT
-XINERAMA
XMB
XPM

it is much quicker to load.
just delete the languages you don't need from /usr/share/fluxbox/nls

 [ Invalid Attachment ]

3
Zaurus - pdaXrom / Roadnav
« on: December 01, 2006, 10:24:01 am »
Quote
Is it possible to compile the alpha version (0.17) to exclude that this was an old bug of the program.

Doesn't crash on resize for me, but I can only make it so small.
It's just a little too big for the Zaurus, though still workable.
Give it a try.

 [ Invalid Attachment ]

4
Zaurus - pdaXrom / Roadnav
« on: November 30, 2006, 04:14:26 pm »
Quote
I have one other little issue. Even though I have everything installed on the hard drive, Every time roadnav starts it loads all the maps back onto the flash. I'm wondering how I would go about stopping this from happening. Thanks.

cycle_55
[div align=\"right\"][a href=\"index.php?act=findpost&pid=147629\"][{POST_SNAPBACK}][/a][/div]

I don't know.
I don't seem to have that problem, though I have no hard drive in my Zaurus.
I installed it to /mnt/card and linked ~/.roadnavdata to /mnt/card/.roadnavdata

5
Zaurus - pdaXrom / Roadnav
« on: November 30, 2006, 09:58:56 am »
Quote
Have the same problem like cycle_55.
But thank's a lot to dtruchan for compiling Roadnav!

greetings from germany
Andreas
[div align=\"right\"][a href=\"index.php?act=findpost&pid=147575\"][{POST_SNAPBACK}][/a][/div]

wxwidgets is in the Beta3 feed, but I think 2.6.1 might be too old.
the 2.6.3 version in the 121 feed might work, I haven't tried.
here is 2.6.2 I use on beta3

 [ Invalid Attachment ]

6
Zaurus - pdaXrom / New Packages Announcement
« on: November 29, 2006, 06:42:54 am »
Calcurse - http://culot.org/calcurse/index.html
a text-based personal organizer


roadnav - http://roadnav.sourceforge.net/
an in-car navigation system

On first run, it will want to download about 50M of data into ~/.roadnavdata
Downloading maps adds more to that directory
Link it to a device with enough space before you run this.

gmrun - http://www.bazon.net/mishoo/gmrun.epl
a simple run-program window with history and TAB completion


gxmessage - http://homepages.ihug.co.nz/~trmusson/programs.html
A GTK2 based xmessage clone


indent - http://www.gnu.org/software/indent/
used to make code easier to read
 [ Invalid Attachment ]

7
Zaurus - pdaXrom / Ooo!
« on: November 17, 2006, 09:36:29 am »
try replacing libfontconfig with this one and see if it gets you past the error.

never mind, it doesn't work.

8
Zaurus - pdaXrom / Blender
« on: November 16, 2006, 05:24:11 pm »
Quote
wow, that was way quicker than I expected.  which relase are you using? beta 3 or 121?
Beta3

I just used some scenes that have been around for a while.
It seems to choke on most games though.

the touch screen is less than desirable to work with.

9
Zaurus - pdaXrom / New Packages Announcement
« on: November 16, 2006, 11:47:31 am »
git - Fast Version Control System

http://git.or.cz/

 [ Invalid Attachment ]

For some tools you'll need perl.
gitk requires tcl/tk.
git-http-fetch and git-http-push require libcurl, libgcrypt, openssl.
You can use git without ever needing those tools, so I didn't add the dependencies to the package.  If you need or want them, install the required packages.

10
Zaurus - pdaXrom / Blender
« on: November 16, 2006, 10:02:50 am »
Quote
Blender on Zaurus... How "fast" it is exactly ?

I did some simple rendering benchmarks.

WATER_BUMP.BLEND
640x480 ripple640.png 6m 51s
320x200 ripple320.png 1m 15s
160x100 ripple160.png 22s

WARP.BLEND
640x480 warp640.png 1m 58s
320x200 warp320.png 54s
160x100 warp160.png 29s

PET2.BLEND
720x306 pet720.png 1m 51s
360x153 pet360.png 45s
180x76 pet180.png 22s

VOLUMETRIC2.BLEND
700x400 vol700.png 8m 16s
350x200 vol350.png 1m 54s
175x100 vol175.png 49s

Quote
If mesa on Zaurus is fast enough, we should give a try at beryl
Have you been peaking into my brain?

11
Zaurus - pdaXrom / Blender
« on: November 15, 2006, 11:03:38 am »
http://www.blender.org/

I think this was requested at one point.
It's not a package just a single binary.
Mesa and SDL should be the only extra packages required, ldd output below.

The uncompressed binary is big (8.5M)
blender.zip

screen shots
1 2 3 4 5

enjoy.  


Code: [Select]
    libz.so.1 => /usr/lib/libz.so.1 (0x4001f000)
    libSDL-1.2.so.0 => /usr/lib/libSDL-1.2.so.0 (0x4003a000)
    libpthread.so.0 => /lib/libpthread.so.0 (0x400ae000)
    libGL.so.1 => /usr/lib/libGL.so.1 (0x400cb000)
    libGLU.so.1 => /usr/lib/libGLU.so.1 (0x402d8000)
    libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x40351000)
    libpython2.4.so.1.0 => /usr/lib/libpython2.4.so.1.0 (0x403c2000)
    libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x404de000)
    libm.so.6 => /lib/libm.so.6 (0x405bd000)
    libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x4066c000)
    libc.so.6 => /lib/libc.so.6 (0x4067d000)
    libdl.so.2 => /lib/libdl.so.2 (0x4079d000)
    libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x407a7000)
    libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x4086d000)
    libts-0.0.so.0 => /usr/lib/libts-0.0.so.0 (0x40882000)
    libutil.so.1 => /lib/libutil.so.1 (0x4088c000)
    /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

12
Zaurus - pdaXrom / Ooo!
« on: November 15, 2006, 09:25:53 am »
Quote
I installed xorg-bin and xorg-lib on SD.
# startx
xauth:  creating new authority file /home/root/.serverauth.9150
X: error while loading shared libraries: libfontcache.so.0: cannot open shared object file: No such file or directory
Is fontcache miss in ipk?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=146334\"][{POST_SNAPBACK}][/a][/div]

Must be, I haven't tried this in a while.
I lost my build in a hard drive crash.
I will try again soon.

13
Zaurus - pdaXrom / New Packages Announcement
« on: November 01, 2006, 05:31:02 pm »
[span style=\'font-size:21pt;line-height:100%\']window managa' bonanza[/span]
[span style=\'font-size:8pt;line-height:100%\']... for beta3[/span]

9wm - this is an X window manager which attempts to emulate the Plan 9 window manager 8-1/2.


fvwm - you should know what fvwm is. without libstroke support.


jwm - Joe's window manager is a simple Xlib-based window manager with sloppy focus and click-to-raise


karmen - A simple window manager with a clean look. It doesn't need a config file and has no library dependencies other than Xlib.


pwm - This is a lightweight window manager, which can frame multiple client windows within a single frame.


ratpoison - A simple lightweight window manager with no fancy graphics or window decorations.


waimea - A fast and highly customizable virtual desktop window manager, requires imlib2.


wmii - a lightweight window manager that aims to combine the best features of larsWM, Ion, evilwm, and ratpoison.
 [ Invalid Attachment ]

Nothing special here, these are just the default builds.
configuration is up to you.
let me know if you come up with anything cool.
enjoy.  

14
Zaurus - pdaXrom / Gplflash 2, [working]
« on: March 22, 2006, 06:57:13 pm »
Quote
dtruchan: Can you post a howto compile this....?

get source
Code: [Select]
cvs -z9 -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/gplflash co gplflash2
autogen outside dev enviroment.

configure craps out trying to run a test program while cross compiling.
XOpenDisplay is in libX11, it better be.
configure needs to ignore the test result, so I fool it.

edit configure, around line 20019
change
ac_cv_lib_X11_XOpenDisplay=no
to
ac_cv_lib_X11_XOpenDisplay=yes

configure it
Code: [Select]
./configure \
    --host=armv5tel-cacko-linux \
    --build=i686-linux \
    --x-includes=/opt/cross/arm/3.4.5-xscale-softvfp/armv5tel-cacko-linux/include \
    --x-libraries=/opt/cross/arm/3.4.5-xscale-softvfp/armv5tel-cacko-linux/lib \
    --prefix=/usr
should fail in player dir with the dumb libXxf86vm.so error.
Player is just a test program used for debugging.

switch to plugin/mozilla dir

run make

should fail

grab gcc line

Code: [Select]
armv5tel-cacko-linux-g++ -shared -nostdlib /opt/cross/arm/3.4.5-xscale-softvfp/lib/gcc/armv5tel-cacko-linux/3.4.5/../../../../armv5tel-cacko-linux/lib/crti.o /opt/cross/arm/3.4.5-xscale-softvfp/lib/gcc/armv5tel-cacko-linux/3.4.5/crtbeginS.o  .libs/libnpflash_la-flash_interface.o .libs/libnpflash_la-plugin.o .libs/libnpflash_la-npunix.o -Wl,--whole-archive ../../lib/.libs/libflash2.a -Wl,--no-whole-archive  -Wl,--rpath -Wl,/opt/cross/arm/3.4.5-xscale-softvfp/armv5tel-cacko-linux/lib -Wl,--rpath -Wl,/opt/cross/arm/3.4.5-xscale-softvfp/armv5tel-cacko-linux/lib -L/opt/cross/arm/3.4.5-xscale-softvfp/armv5tel-cacko-linux/lib -ljpeg -lX11 -lXt -lXext -lGL -lGLU -lavformat -lavcodec /opt/cross/arm/3.4.5-xscale-softvfp/armv5tel-cacko-linux/lib/libSDL.so -L/home/sash/Work/Corgi/pdaXrom-builder/build/gcc-3.4.5-armv5tel-cacko-linux-stage2/armv5tel-cacko-linux/libstdc++-v3/src -L/home/sash/Work/Corgi/pdaXrom-builder/build/gcc-3.4.5-armv5tel-cacko-linux-stage2/armv5tel-cacko-linux/libstdc++-v3/src/.libs -L/home/sash/Work/Corgi/pdaXrom-builder/build/gcc-3.4.5-armv5tel-cacko-linux-stage2/gcc -L/opt/cross/arm/3.4.5-xscale-softvfp/armv5tel-cacko-linux/bin -L/opt/cross/arm/3.4.5-xscale-softvfp/lib/gcc/armv5tel-cacko-linux/3.4.5 -L/opt/cross/arm/3.4.5-xscale-softvfp/lib/gcc/armv5tel-cacko-linux/3.4.5/../../../../armv5tel-cacko-linux/lib -lpthread -L/usr/lib /opt/cross/arm/3.4.5-xscale-softvfp/armv5tel-cacko-linux/lib/libxml2.so /opt/cross/arm/3.4.5-xscale-softvfp/armv5tel-cacko-linux/lib/libfreetype.so /usr/lib/libfreetype.so /usr/lib/libxml2.so -ldl -lz /opt/cross/arm/3.4.5-xscale-softvfp/armv5tel-cacko-linux/lib/libstdc++.so -lm -lc -lgcc_s /opt/cross/arm/3.4.5-xscale-softvfp/lib/gcc/armv5tel-cacko-linux/3.4.5/crtendS.o /opt/cross/arm/3.4.5-xscale-softvfp/lib/gcc/armv5tel-cacko-linux/3.4.5/../../../../armv5tel-cacko-linux/lib/crtn.o  -Wl,-soname -Wl,libnpflash.so.0 -o .libs/libnpflash.so.0.0.0
find /usr/lib/libfreetype.so and /usr/lib/libxml2.so and remove them from the command.

run it

in .libs you'll have libnpflash.so.0.0.0
player is the same process, but libXxf86vm.so is not made with kdrive, it is not needed. just remove it from the gcc line too.

I havn't tried the konqueror plugin.

Fun right.
 

15
Zaurus - pdaXrom / Ooo!
« on: March 04, 2006, 05:30:41 pm »
xorg-lib_6.9.0_armv5tel.ipk  [ Invalid Attachment ]


enjoy and have fun.  

Pages: [1] 2 3 ... 6