OESF Portables Forum

Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => OpenBSD => Topic started by: gen2 on September 04, 2006, 02:23:04 pm

Title: 4.0 -beta Packages (and Asst C3200 Info) Available
Post by: gen2 on September 04, 2006, 02:23:04 pm
http://www.planetofidiots.com/zaurus/ (http://www.planetofidiots.com/zaurus/)

corrections welcome on the docs.
Title: 4.0 -beta Packages (and Asst C3200 Info) Available
Post by: mathemajikian on September 04, 2006, 02:56:43 pm
Excellent idea!

Quote
1.4 - Ports

Create an NFS share on a Linux or BSD box for ports, cause you won't want this stuff locally on the Z. Download ports from some mirror, into your NFS share, like for instance:

# cd /mnt/raid1/obsd
# wget -nd -c http://mirror.sese.asu.edu/pub/OpenBSD/sna...ts/ports.tar.gz (http://mirror.sese.asu.edu/pub/OpenBSD/snapshots/ports.tar.gz)
# tar xzf ports.tar.gz

Meanwhile, back at the Zaurus, do the Batch Mode port-build thing (after mounting the NFS share onto the Z):

# cd /usr/ports
# vi mypackages
www/bluefish
net/psi
net/nmap,no_x11

# make BUILD=yes SUBDIRLIST=/usr/ports/mypackages install
Title: 4.0 -beta Packages (and Asst C3200 Info) Available
Post by: DaemonsGR on September 04, 2006, 05:50:35 pm
Hello,
Im an OpenBSD user (i386,sparc64) for a long time (since ~2000) but I have stuck with openbsd on my Z because my wifi card is not supported!
I have a planex CF prism3 without firmware on it...

What should I get? I dont want to spend lot of money on it!

Thnx
Tasos
Title: 4.0 -beta Packages (and Asst C3200 Info) Available
Post by: mathemajikian on September 05, 2006, 06:18:15 am
If you read the following post you will see that others have had similar problems with Planex cards: https://www.oesf.org/forums/index.php?showtopic=20116 (https://www.oesf.org/forums/index.php?showtopic=20116)

Purchase one of the following Wifi CF cards:

Intersil PRISM-2-3 based 802.11b Compact Flash adapters (wi)

    * AmbiCom WL1100C-CF
    * ASUS WL-110
    * Belkin F5D6060
    * Buffalo AirStation
    * D-Link DCF-660W
    * ELSA XI800
    * Linksys WCF12
    * Netgear MA701
    * Pretec Compact WLAN OC-WLBXX-A
    * Senao NL-2511CF
Title: 4.0 -beta Packages (and Asst C3200 Info) Available
Post by: mathemajikian on September 06, 2006, 08:46:47 am
FVWM2 uses only 1.5MB RAM?!?!? Going to have to check this out. Fluxbox uses ~3.0MB RAM!

How about posting a screenshot of your fvwm desktop on your website to show off your fvwm2rc config?

Quote
1.6 - Window Manager

If I can avoid using X on a Z, I do (about 70% of time). Currently using fvwm2 for resource-conservation purposes (don't care about transparent terminals on my Z). I just started working on an fvwm2rc file (save as ~/.fvwm/.fvwm2rc). Work in Progress atm (rather annoying conf schema), but so far so good. Please post your impressive fvwm2rc files at the zobsd forum. Fvwm2 restarts in about 2 seconds, takes about 1.5MB ram.
Title: 4.0 -beta Packages (and Asst C3200 Info) Available
Post by: gen2 on September 06, 2006, 12:28:22 pm
Quote
How about posting a screenshot of your fvwm desktop on your website to show off your fvwm2rc config?

Done.
Title: 4.0 -beta Packages (and Asst C3200 Info) Available
Post by: mathemajikian on September 09, 2006, 09:25:22 am
Quote
Quote
How about posting a screenshot of your fvwm desktop on your website to show off your fvwm2rc config?
Done.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=140865\"][{POST_SNAPBACK}][/a][/div]

Excellent!

I gave FVWM2  a shot but I can't seem to live without fluxbox for now.  I'm going to keep it on the Z just to fiddle with. It uses about 1MB less resident memory and is a tad bit quicker when loading than fluxbox.

EDIT: I have done away with Fluxbox! FVWM2 is the best keyboard + mouse window manager I have used on the Zaurus thus far!
Title: 4.0 -beta Packages (and Asst C3200 Info) Available
Post by: mathemajikian on September 20, 2006, 07:26:52 am
If you like ratposion then you should try out Ion3. It's my favorite all keyboard window manager.

Quote
1.6 - Window Manager

The Zaurus is not "fast" by desktop standards. One must decide how much waiting is tolerable when launching a window manager, desktop apps, or simply moving windows around on the screen. I choose as-fast-as-possible over pretty (with extreme prejudice), and tend to avoid icon usage. After some research, my preference order is:

0) console
1) ratpoison
2) fvwm2
Title: 4.0 -beta Packages (and Asst C3200 Info) Available
Post by: vrejakti on September 22, 2006, 01:18:38 am
Quote
FVWM2 uses only 1.5MB RAM?!?!? Going to have to check this out. Fluxbox uses ~3.0MB RAM!

How about posting a screenshot of your fvwm desktop on your website to show off your fvwm2rc config?

I can top that: dwm (http://www.shortest.de/view/dynamic+window+manager) uses less than 1.1MB of memory. It is an elitist window manager, hence it's lack of popularity. ^^

You can read about it here (http://www.shortest.de/view/dynamic+window+manager).

Some info from the author:

* dwm is only a single binary, it's source code is intended to never exceed 2000 SLOC.

* dwm is customized through editing its source code, that makes it extremely fast and secure - it does not process any input data which hasn't been known at compile time, except window title names and status text read from standard input. You don't have to learn Lua/sh/ruby or some weird configuration file format (like X resource files), beside C to customize it for your needs, you only have to learn C (at least editing header files).

* Because dwm is customized through editing its source code, it's pointless to make binary packages of it. This keeps its userbase small and elitist. No novices asking stupid questions.

I've been playing around with it since version 0.1 - I have compiled it on OpenBSD 3.9, pdaXrom, Gentoo Linux, Fedora Core... long as you have a good amount of X11 headers installed, it should compile OK.

Keep in mind, the author wrote dwm for himself. wmii (http://www.shortest.de/view/window+manager+improved+2) is another project of his that has plenty more features with an active community.
Title: 4.0 -beta Packages (and Asst C3200 Info) Available
Post by: mathemajikian on September 22, 2006, 04:52:02 am
Going to have to check dwm out! Ion3 uses ~3.5MB of RAM!  

Quote
I can top that: dwm (http://www.shortest.de/view/dynamic+window+manager) uses less than 1.1MB of memory. It is an elitist window manager, hence it's lack of popularity. ^^
Title: 4.0 -beta Packages (and Asst C3200 Info) Available
Post by: TronDD on September 22, 2006, 09:57:29 pm
I've been using wmii for some time.  (See my mouse patch for slightly older wmii versions here. (https://www.oesf.org/forums/index.php?showtopic=18805&pid=126547&st=0&#))

Was going to switch to dwm but I don't think it supports the stacked and maximized modes I use on the Z.
Title: 4.0 -beta Packages (and Asst C3200 Info) Available
Post by: mathemajikian on September 23, 2006, 08:29:59 am
How stable have you found wmii to be? I read a few reviews concerning wmii and they all pretty much said that it was still kinda buggy. Is that true?

Quote
I've been using wmii for some time.  (See my mouse patch for slightly older wmii versions here. (https://www.oesf.org/forums/index.php?showtopic=18805&pid=126547&st=0&#))
[div align=\"right\"][a href=\"index.php?act=findpost&pid=142092\"][{POST_SNAPBACK}][/a][/div]
Title: 4.0 -beta Packages (and Asst C3200 Info) Available
Post by: TronDD on September 23, 2006, 11:19:45 pm
Hasn't been buggy for me.  I use a pretty consistent set of apps and they all work very well with wmii.  Most of the complaints I have seen are with certain applications not behaving as expected (or desired) with wmii.  Often that is an issue with the specific app not following standards.

My only complaint with wmii is a sluggish feel when opening apps.  Might just be the Zaurus.  Besides the Z, I only use wmii on a linux box with completly different applications and very rarely, so I have little basis for comparison.  It's not so bad I need to investigate it anyway.
Title: 4.0 -beta Packages (and Asst C3200 Info) Available
Post by: mathemajikian on October 06, 2006, 01:58:42 pm
Here's an MSN Messanger console client which works great with OpenBSD 4.0. I made some slight changes to the interface and to the startup scripts since I didn't  like the original programs colors or startup messages. If you use MSN Messanger but don't want to load gaim or some other bulky program then you should give this a shot:

EDIT: Just noticed that there is no other console msn messager in the ports collection, so I created a makefile and such and submitted it to the ports maintainers.
 

To install just untar.gz msncp-0.7.0-beta.tar.gz and run msncp from within the msncp-0.7.0-beta directory
Title: 4.0 -beta Packages (and Asst C3200 Info) Available
Post by: gen2 on October 08, 2006, 10:44:01 am
Quote
I can top that: dwm (http://www.shortest.de/view/dynamic+window+manager) uses less than 1.1MB of memory. It is an elitist window manager, hence it's lack of popularity. ^^

I've been playing around with it since version 0.1 - I have compiled it on OpenBSD 3.9, pdaXrom, Gentoo Linux, Fedora Core... long as you have a good amount of X11 headers installed, it should compile OK.

Anyone get dwm running on 4.0beta? It compiles fine, and works with the stylus (switches modes/desktops), but the moment I use any z keys it freezes.

I did try dwm out on laptop, and it's very cool! Right up my alley anyway.  Could easily see using it full time on limited-resource devices.  
Title: 4.0 -beta Packages (and Asst C3200 Info) Available
Post by: coreilly on October 08, 2006, 10:59:40 am
I got it going... I remember having a few freezing problems and went with Ion3. Since then, no problems. I'm only in X for dillo though. Try ion3 is my only suggestion. Sorry mate.


Anyone get dwm running on 4.0beta? It compiles fine, and works with the stylus (switches modes/desktops), but the moment I use any z keys it freezes.

I did try dwm out on laptop, and it's very cool! Right up my alley anyway.  Could easily see using it full time on limited-resource devices.  
[div align=\"right\"][a href=\"index.php?act=findpost&pid=143450\"][{POST_SNAPBACK}][/a][/div]
[/quote]
Title: 4.0 -beta Packages (and Asst C3200 Info) Available
Post by: deluxe on October 08, 2006, 11:17:54 am
So, I can see using window managers that size windows to differing sizes and allow the user to move them about...........but only when they are displayed on a large (desktop) monitor. Otherwise, on a Zaurus, what's the point?? Whenever a smaller window pops up on the Z don't you guys wish the thing opened full-screen?? Or maybe my eyes are just too old, the eyestrain is getting to me...
Seriously, I'd like to know, what are the advantages, on the Z, of windows opeing up in less than full-screen size?
Title: 4.0 -beta Packages (and Asst C3200 Info) Available
Post by: coreilly on October 08, 2006, 11:20:16 am
I dunno?
Title: 4.0 -beta Packages (and Asst C3200 Info) Available
Post by: mathemajikian on October 08, 2006, 01:22:45 pm
Quote
Seriously, I'd like to know, what are the advantages, on the Z, of windows opening up in less than full-screen size?
You can't be serious? Look at this screenshot of ion3 in action:

 [ You are not allowed to view attachments ]

If you cannot see the advantages of this then somethings wrong. I can have my windows open up to any size I want within ion3, it just depends on how my current workspace is configured. At any time I can open any window to fullscreen with a simple press of "META Enter".
Title: 4.0 -beta Packages (and Asst C3200 Info) Available
Post by: TronDD on October 08, 2006, 09:58:41 pm
Well I made the switch from wmii to ion3.  Wmii is a little simpler, which I prefer, but ion3 seems to just work more smoothly.

deluxe,  Using wmii, and now ion3, I almost always have all my programs full screen.  I'll do a horizontal split on the occasion that I need to see a couple terminals at the same time.  Ion3 opens everything full screen (well, in tabbed mode) by default.

mathemajikian,  Are you really playing Naruto with mplayer on the Z?  One thing I haven't tried yet is video.
Title: 4.0 -beta Packages (and Asst C3200 Info) Available
Post by: mathemajikian on October 09, 2006, 07:10:22 am
Quote
One thing I haven't tried yet is video.
Video playback on the Z really isn't all that great; however, I found that if I encode the video with ffmpeg using the following settings the Z can handle it quite well:

ffmpeg -i anyvideo.mpg -s 320x220 -r 18 -an -b 276 -f avi anyvideo.avi

Here's an example video which I encoded with these settings and can be played via mplayer:

 [ You are not allowed to view attachments ]

And here's an image of it in action:

 [ You are not allowed to view attachments ]

Quote
Well I made the switch from wmii to ion3.
Excellent choice! I'm sure you won't regret it.
Title: 4.0 -beta Packages (and Asst C3200 Info) Available
Post by: TronDD on October 10, 2006, 09:14:08 pm
Screenshots are handy.  You've shown me the existance of pork.  I couldn't get naim, my prefered ncurses AIM client, to compile and didn't know of a decent alternative.  Pork seems to do the job and looks quite configurable.