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

Pages: [1] 2 3 4
1
Angstrom & OpenZaurus / Building Oz Bootstrap Image
« on: October 13, 2006, 01:24:37 pm »
Attached.

2
Angstrom & OpenZaurus / Building Oz Bootstrap Image
« on: October 13, 2006, 12:45:35 am »
I see a lot of noisy messages on startup about modules that cannot be found.
The size of bootstrap-image-3.5.4.1-c7x0.rootfs.img is 5936K vs 6608K of original initrd.bin.
And yes, I use org.openembedded.oz354x. The local.conf file is attached.

3
Angstrom & OpenZaurus / Building Oz Bootstrap Image
« on: October 12, 2006, 07:01:23 am »
It seems OZ bootstrap image available for download differs from what is obtained with
Code: [Select]
bitbake bootstrap-imageCan anyone explain how to build OZ bootstrap image?

4
Angstrom & OpenZaurus / Terminfo For Console
« on: October 12, 2006, 06:31:01 am »
..bk..
Thanks, now it works far better, although there are some visual artifacts anyway.

5
Angstrom & OpenZaurus / Terminfo For Console
« on: October 03, 2006, 02:43:26 am »
Is there a terminfo definition for the OZ console? I tried to keep TERM unset, set it to linux, xterm, rxvt; Midnight Commander doesn't work correctly in any case.

6
Zaurus - pdaXrom / Windowmaker & (x)vim For Pdaxrom?
« on: September 14, 2006, 03:14:14 am »
Quote
Well, I'd be happy to try it, but I have an SL-6000, and thus use the latest beta 1 pdaXrom.

I may completely rebuild (reflash, reconfigure, etc.) my SL-6000 soon to verify some
"step by step" notes I'm writing, but I don't risk trying it on beta1 unless you think it
will work...

I'm pretty sure freshly compiled wmaker won't work on beta1 because of changes in X locale between beta1 and beta2

7
Zaurus - pdaXrom / Windowmaker & (x)vim For Pdaxrom?
« on: September 13, 2006, 07:55:50 am »
After some period of inactivity I have updated wmzmon (if someone uses it at all). No bugfixes since there are no bug reports, only new bugs and one new feature: support of TrueType fonts in Date/Time display. E.g., you can write "Date xft:Lucida Console:pixelsize=8" in your config file to display date with a font which is nicer than core X11 fonts.
And here is a fresh build of WindowMaker for beta 3 (should work on beta 2 as well).
Besides of usual single click patch I have adapted another useful hack to allow setting up of minimal/maximal height of window titles and menus which is very useful to save some precious desktop space.
Personally,  I updated my ~/GNUstep/Defaults/WindowMaker file with values below:
Code: [Select]
WindowTitleMaxHeight = 15;
MenuTitleMaxHeight = 15;

8
Zaurus - pdaXrom / Sl-c860 Pdaxrom Status
« on: September 11, 2006, 08:02:02 am »
I don't see any difference in my tasks. I moved there because it supports UTF-8 much better and have updated versions of some packages. Anyway it makes sense to do NAND backup to rollback smoothly in case of problems

9
Zaurus - pdaXrom / Sl-c860 Pdaxrom Status
« on: September 11, 2006, 04:10:44 am »
beta3 built by pgas

10
Zaurus - pdaXrom / Sd Card Gets Lost After Suspend/resume
« on: September 04, 2006, 01:04:44 am »
Just managed to install something more fresh than beta1 (hurray, I can see cyrillic in rxvt-unicode!) and found wierd problem. On resume "ls /mnt/card" shows nothing until I reinsert SD card by hands.
Strange enough I see this only if I don't use matchbox/openbox (I use wmaker compiled by myself). I solved this by adding "/etc/sdcontrol eject/insert" into /etc/apm scripts.
Just wondering if openbox/matchbox/someapplets do the same under the hood or do they do something more smart?

11
Zaurus - pdaXrom / Windowmaker & (x)vim For Pdaxrom?
« on: March 20, 2006, 07:53:32 am »
here is WindowMaker compiled for beta2

to get rid of errors re /proc/power_key_off replace lines
Code: [Select]
echo "BLAH" >/proc/power_key_off 2>/dev/null with
Code: [Select]
test -e /proc/power_key_off && echo "0" >/proc/power_key_off 2>/dev/nulland
Code: [Select]
test -e /proc/power_key_off && echo "1" >/proc/power_key_off 2>/dev/nullrespectively (like in matchbox-pdaxrom's /usr/bin/mbsession)

12
Zaurus - pdaXrom / Windowmaker & (x)vim For Pdaxrom?
« on: March 14, 2006, 01:39:23 pm »
Well, it seems I missed that beta 2 is available for 860 too

And probably it will be useful to put the patch here. Apply it with
Code: [Select]
patch -p0 < wmaker_single_click_patch.txt.
Configure with
Code: [Select]
GNUSTEP_LOCAL_ROOT=/usr/local LDFLAGS=-lX11 ./configure --enable-shared --disable-static --prefix=/usr/local

13
Zaurus - pdaXrom / Windowmaker & (x)vim For Pdaxrom?
« on: March 13, 2006, 05:28:03 am »
Quote
/home/root/.xinitr.wmaker: line 1: /proc/power_key_off: No such file or directory

I've got only SL-860C so I can't help you effeciently until beta 2 goes out for it. Just some advices...

Lines with /proc/power_key_off are copied from the matchbox-pdaxrom's .xinitrc. You can compare  .xinitrc's from beta1 and beta2 to see how it was changed. In versions < beta2 you could just comment this out but then you will have some troubles with suspend/resume.

Quote
/usr/local/bin/wmaker: relocation error: /usr/local/bin/wmaker: undefined symbol: _Xsetlocale
I think the only solution is to rebuild wmaker with new libraries. I can send you a patch and command line to do that.

14
Zaurus - pdaXrom / About Xim: Laze And Pgas Please Come In
« on: March 01, 2006, 06:46:19 am »
Can you please share X compiled without X_LOCALE? I haven't setup pdaxrom yet and just want to try russian input in rxvt-unicode.

15
Zaurus - pdaXrom / Windowmaker & (x)vim For Pdaxrom?
« on: February 20, 2006, 03:21:06 am »
Is this single-click configurable?
Single click is configurable (the last tab in wprefs)

I might try my hand at compiling WindowMaker -- is it just a straightforward configure; make install?
There is some minor tweaking with C- and LD-flags.

Also what was the nature of the Z-specific tweaks you made?
They are in wmaker-pdaxrom package: most of them are just Z-key bindings.

Pages: [1] 2 3 4