Author Topic: Windowmaker & (x)vim For Pdaxrom?  (Read 27685 times)

iamphet

  • Jr. Member
  • **
  • Posts: 51
    • View Profile
    • http://iamphet.nm.ru
Windowmaker & (x)vim For Pdaxrom?
« Reply #45 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

john4

  • Newbie
  • *
  • Posts: 41
    • View Profile
Windowmaker & (x)vim For Pdaxrom?
« Reply #46 on: March 14, 2006, 08:03:39 pm »
I will try it!Thank you!
But actually,I return to beta1 ,because I found beta2 works not too good.

zarquon

  • Newbie
  • *
  • Posts: 1
    • View Profile
Windowmaker & (x)vim For Pdaxrom?
« Reply #47 on: March 19, 2006, 08:10:00 am »
I am also using beta2 and have the same "/proc/power_key_off: No such file or directory" and "undefined symbol: _Xsetlocale" error when starting WM.

Could anyone create a new ipk of WindowMaker, with the patch already applied? (I have some problems getting compiling to work properly) That would be really great.

iamphet

  • Jr. Member
  • **
  • Posts: 51
    • View Profile
    • http://iamphet.nm.ru
Windowmaker & (x)vim For Pdaxrom?
« Reply #48 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)

alee16

  • Full Member
  • ***
  • Posts: 113
    • View Profile
Windowmaker & (x)vim For Pdaxrom?
« Reply #49 on: July 21, 2006, 10:32:16 am »
I'm running Window Maker on beta 4, it's extremely fast!

I'm having a little trouble with wmzmon, it only seems to be showing the battery power, but nothing else, do I need to change some settings somewhere?

Also, to adjust brightness the keyboard shortcut is supposed to be "M2 + 3", but I can't seem to figure out what the "M2" key or key combination is, is that a working adjustment on the Z?

Great job so far!
Sharp C1000 running pdaXrom 1.1.0beta4!
w/Lexar 1GB 40x Compactflash card &
Toshiba 512mb SD card

ZDevil

  • Hero Member
  • *****
  • Posts: 1998
    • View Profile
    • http://
Windowmaker & (x)vim For Pdaxrom?
« Reply #50 on: July 21, 2006, 12:10:13 pm »
Oh thanks for telling me that wm works in Beta4! (Been busy trying testing and fixing things here and there so no leisure to play with wm under it yet  )
If you want a clock w/ date, you may also try out the asclock docking applet attached in Post #17. I also have encountered issues with display of date and time with the original wmzmon. iamphet has already explained it earlier on in this thread. So see if you can help fix it.
« Last Edit: July 21, 2006, 12:10:29 pm by ZDevil »

Life is too precious for hacking *too much*
Visit my Z screencap gallery[/color]
My EeePC 701 Black = Debian (Lenny) on IceRocks + Transcend SDHC Class6 8GB + 2GB RAM
My Zaurus SL-C3200 = Debian EABI (kernel 2.6.24.3-yonggun) on a swapped internal Sandisk Extreme III CF 16gb
My Debian EABI feed: http://matrixmen.free.fr/zaurus/debian/
My OpenBSD/Zaurus feeds:  Link1, Link2
[/i][/font][/color][/size]

alee16

  • Full Member
  • ***
  • Posts: 113
    • View Profile
Windowmaker & (x)vim For Pdaxrom?
« Reply #51 on: July 21, 2006, 12:20:54 pm »
Quote
Oh thanks for telling me that wm works in Beta4! (Been busy trying testing and fixing things here and there so no leisure to play with wm under it yet  )
If you want a clock w/ date, you may also try out the asclock docking applet attached in Post #17. I also have encountered issues with display of date and time with the original wmzmon. iamphet has already explained it earlier on in this thread. So see if you can help fix it.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=136011\"][{POST_SNAPBACK}][/a][/div]

WindowMaker works, but you will need to install tiff from the unstable feed and libungif (they don't install automatically when you install the wmaker package.  Also, use the package that is two posts up for the base package, the original windowmaker package doesn't work, but the wmaker_pdaxrom_0.1 package works to install it as default wm.
« Last Edit: July 21, 2006, 12:21:07 pm by alee16 »
Sharp C1000 running pdaXrom 1.1.0beta4!
w/Lexar 1GB 40x Compactflash card &
Toshiba 512mb SD card

iamphet

  • Jr. Member
  • **
  • Posts: 51
    • View Profile
    • http://iamphet.nm.ru
Windowmaker & (x)vim For Pdaxrom?
« Reply #52 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;
« Last Edit: September 13, 2006, 08:02:03 am by iamphet »

miskinis

  • Sr. Member
  • ****
  • Posts: 348
    • View Profile
    • http://
Windowmaker & (x)vim For Pdaxrom?
« Reply #53 on: September 13, 2006, 02:47:30 pm »
Quote
And here is a fresh build of WindowMaker for beta 3 (should work on beta 2 as well).

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...
_John Miskinis_

iamphet

  • Jr. Member
  • **
  • Posts: 51
    • View Profile
    • http://iamphet.nm.ru
Windowmaker & (x)vim For Pdaxrom?
« Reply #54 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

dinorex

  • Jr. Member
  • **
  • Posts: 88
    • View Profile
    • http://dinorex.mocasting.com
Windowmaker & (x)vim For Pdaxrom?
« Reply #55 on: November 29, 2006, 05:17:37 am »
just made windows maker in pdaxrom beta 4 environment. using iamphet final package (i.e.wmaker_0.92_2_armv5tel.ipk) with the .xinitrc adjusted to the default matchbox xmodmap layout as follows: -
Code: [Select]
MODEL=`cat /proc/cpuinfo | grep 'Hardware' | cut -d':' -f2 | cut -d' ' -f3`
echo "pdaXrom [${MODEL}]"

test -f /etc/X11/kb/${MODEL}/xmodmap && xmodmap /etc/X11/kb/${MODEL}/xmodmap

test -f /etc/X11/kb/userdefined.xmodmap && xmodmap /etc/X11/kb/userdefined.xmodmap

remember the last line to be changed as follows to maintain the suspend / resume features in beta 4 / r121: -
Code: [Select]
exec /usr/local/bin/wmaker
screen capture: -
[img]http://img83.imageshack.us/img83/113/wmakerxinitrcym2.png\" border=\"0\" class=\"linked-image\" /]
« Last Edit: November 29, 2006, 11:51:09 am by dinorex »
Dinorex corner: -
Chinese: http://dinorex.mocasting.com/
English: http://dinorex-redoxin.blogspot.com/
Website: http://dinorex.no-ip.biz/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Zauri SL-C3100 (1 black & 1 grey)
black - Qtopia / Cacko (for notes taking in meetings) :)
grey - ROM wild tester....