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

Pages: [1] 2
1
Zaurus - pdaXrom / Fvwm-pdaxrom 0.4.x
« on: March 21, 2006, 10:53:48 am »
Thanks for the nice extra feature! However, for some reason my taskbar stays on top in all "zoom-modes"... Apparantly it ignores "ZaurusTaskBar StaysOnBottom".
Why that?
Peter

2
Zaurus - pdaXrom / Personal Rc9.1 Mods
« on: March 16, 2005, 01:40:21 am »
While we're all waiting for the next release, I just wanted to share my latest mods...

I found it somehow awkward that the applicaiton buttons launched a new program each time pressed. Therefore I changed the Openbox rc-fille, and now each button and silkscreen button represent a desktop. Now I always open kopi in desktop 4, kapi in 3 and so on. In that way I get a quick responding more pda-liike behaviour. I can still launch a new program by pressing fn+button/silkscreen.

Other mods:
fn-up/down: maximize/minimize
Ctr+alt+p: close program

I attached my rc.xml which i keep in /home/root/.config/openbox/

please note that this will override the custom made input setup-application the pdaxrom team made.

Peter

3
Zaurus - pdaXrom / Odd Behavior
« on: March 14, 2005, 02:49:18 am »

4
Zaurus - pdaXrom / Wlan-ng
« on: January 22, 2005, 03:18:15 pm »
-just reflashed and solved my problems that way. Somehow I messed up the wireless drivers installing various packages. Now I realize that I didn't need the wlan-ng file anyway and everything's fine.

Peter

5
Zaurus - pdaXrom / Wlan-ng
« on: January 20, 2005, 12:27:36 pm »
Can anyone please provide me with a copy of wlan-ng (/etc/pcmcia/wlan-ng) as it somehow (human error) got lost while i was trying to change my cf-wireless card to the hostap-drivers....

thanks
Peter

ps: have any of you been able to change drivers?

6
Zaurus - pdaXrom / Kathrin RC8 Is Out..
« on: December 29, 2004, 04:24:32 pm »
thanks to the pdaXrom team for the new release. It made my christmas more than usual exciting.

A few random issues after a couple of days:

Running X as nonroot is still not fully functional: no sound availible - insuff. permissions for /dev/dsp apparently. Dillo is seq-faulting. Haven't explored further.

Aterm-applet sometimes produces a small empty window at the border of the display.

Right clicking with Fn not working on windows or panel but ok in mc


However this is banalities compared to the overall performance and functionality - keep up the good work!


Peter

7
Zaurus - pdaXrom / Mail LED flashing in console mode
« on: October 28, 2004, 05:11:24 pm »
Just noticed that after a while the green mail LED starts flashing outside X.

Anyone knows what that means?

Peter

8
Zaurus - pdaXrom / RC5 Available...
« on: October 07, 2004, 03:35:05 pm »
My first impression is a great speed improvement. Everything seems alot snappier. Wonder how this will influence on batt. life...

Is it Vector FP or perhaps Virtual FP?

Thank you guys - this is great!

Peter

9
Zaurus - pdaXrom / error opening terminal
« on: July 01, 2004, 12:17:27 pm »
try typing

export TERM=xterm-color

-works for me

Peter

10
Zaurus - pdaXrom / Pekwm update
« on: June 28, 2004, 11:41:58 am »
You can download my config-files from here:

http://zaurus.hostnic.us/pekwm/configfiles.tar

Peter

11
Zaurus - pdaXrom / Pekwm update
« on: June 27, 2004, 10:34:28 am »
Hi CoreyC
I really like pekwm too - it's light and easy to configure
Just sent you a mail with some of my config-files.
Basically I just made small modifications to the standard-files in the packages. Nothing sophisticated. Would be happy to share it with others, though.

If you could find a way to host it and post a link that would be great.

Thanks,

Peter

12
Zaurus - pdaXrom / Pekwm update
« on: June 27, 2004, 07:05:42 am »
Pekwm has no panel/taskbar - only floating menus. I configured the "home" key to bring up the root menu and the "menu" key to bring up the window menu. Moving windows is done by alt("Address") + Enter and arrows. Use shift + arrows for resizing. Accept window position and size by pressing Enter.

I also got the screen-rotation to work by running a small script that kills pypanel, runs "chkhinge"  and restarts pekwm when the screen is flipped over (the "Sys_Req" key).

You can try out yourself using "xev" to get the key-names and edit /home/root/.pekwm/keys.

I would have attached my own keys-file but apparently the new board does not allow that. I can email the file to you if you want.


Peter

13
Zaurus - pdaXrom / Pekwm update
« on: June 24, 2004, 03:58:22 am »
Being a near-newbie myself, I got it working though, by editing the /home/root/.initrc file.
I commented the last lines mentioning matchbox out using a "#". Then I added "exec pekwm".

Furthermore I added "exec pypanel" to the pekwm start-script /home/root/.pekwm/start (just remember to "chmod +x /home/root/.pekwm/start" to make it executable.

For adding a desktop-image I used qiv. Installed
http://zaurus.spy.org/feeds/cacko/x11/feed...1.7-0.2_arm.ipk
and
http://zaurus.spy.org/feeds/cacko/x11/feed..._1.9.14_arm.ipk

then added "qiv -z /home/root/whateverimage.jpg" to the pekwm start-script

For customizing pekwm the files in /home/root/.pekwm/ are almost self-explaining.
So is the /home/root/.pypanelrc ....

Good luck -Peter!

14
Zaurus - pdaXrom / Pekwm update
« on: June 21, 2004, 06:05:15 am »
That did it.
With both pekwm and pypanel running I\'m very satisfied with the look of my pdaxrom right now!
Thanks again!
Peter

15
Zaurus - pdaXrom / Pekwm update
« on: June 18, 2004, 04:05:59 am »
I recently got pekwm working for pdaxrom and I really like it. However I have been having some trouble getting pypanel to work. After installing the required packages and running pypanel I get this error msg:
<
Traceback (most recent call last):
  File \"/usr/bin/pypanel\", line 586, in ?
    from Xlib import X, display, Xatom, Xutil
  File \"/usr/lib/python2.3/site-packages/Xlib/display.py\", line 25, in ?
    import error
  File \"/usr/lib/python2.3/site-packages/Xlib/error.py\", line 28, in ?
    from Xlib.protocol import rq
  File \"/usr/lib/python2.3/site-packages/Xlib/protocol/rq.py\", line 25, in ?
    import struct
ImportError: No module named struct
>

I have absolutely no python skills - what do I have to do to get it to work?

thx Peter

Pages: [1] 2