Author Topic: Hentges Rom For Spitz  (Read 20809 times)

Lurker

  • Jr. Member
  • **
  • Posts: 74
    • View Profile
Hentges Rom For Spitz
« Reply #45 on: July 06, 2006, 03:53:08 pm »
Quote
Coredump,
.....
I should do another round of testing, anyways. I may have done something wrong before, as my Linux knowledge is just enough for me to be dangerous (to myself)   
[div align=\"right\"][a href=\"index.php?act=findpost&pid=133084\"][{POST_SNAPBACK}][/a][/div]


Indeed, this was the case. The akita tslib.sh now works as it should on my spitz. Perhaps the earlier failure resulted from using Links to transfer the tslib.sh from the repository to a FAT-formated SD card, then to etc/profile.d/ ? This time I learned to use gFTP and transfered the tslib.sh straight from the repository to etc/profile.d/
Zaurus SL-C3000
Zonet 802.11g USB (ZEW2501) --> Zydas ZD1211
IOGear Bluetooth USB (GBU211) --> Broadcom BCM2035
OpenZaurus 3.5.4.1 / GPE 2.7

jerrybme

  • Hero Member
  • *****
  • Posts: 639
    • View Profile
    • http://
Hentges Rom For Spitz
« Reply #46 on: July 10, 2006, 11:15:44 am »
CoreDump:
First, thanks for your work customizing the OZ/GPE for the Zaurus  

Couple of issues, I've run into so far in my testing on my Spitz.

Not sure if this was intentional or not but the feeds in ipkg.conf have a leading "." before 3.5.4.1 in all of the default OZ feeds, so ipkg update fails on all but your feed.

I flashed your "ROM" with the newer OZ kernel and disabled /etc/init.d/checkversion per your advice. On first boot I got a strange dbus error (see screenshot) however didn't notice any problem. On reboot, no error message.

The matchbox panel behaves a bit wierd on rotation (see 2nd schreenshot). Anyway to have it return to normal thickness?

I did a ipkg upgrade after fixing the ipkg.conf error and afterwards, screen rotation didn't work.

And lastly mplayer complains about
Code: [Select]
QSocket::writeblock: Socket is not open
QSocket::writeblock: Socket is not open
QSocket::writeblock: Socket is not open
QSocket::writeblock: Socket is not open
No Qt/Embedded server appears to be running.
If you want to run mplayer as a server,
add the "-qws" command-line option.

Again thanks for all of your efforts!
SL-C3100
Angstrom-GPE
Lexar SD 1 GB
PQI 2GB CF
Ambicom WL1100 CF

Hrw

  • Hero Member
  • *****
  • Posts: 1366
    • View Profile
Hentges Rom For Spitz
« Reply #47 on: July 10, 2006, 11:28:42 am »
feed/.3.5.4.1/ is leftover from times when I had OZ feeds built but images was not yet tested.

mplayer output shows that you have wrong libsdl installed - remove libsdl-1.2-0 (or how it was called) and install one from x11/ feed.
OpenZaurus 3.5.4x Release Manager
OpenEmbedded, Ångström, Poky developer
My website

Misc embedded hardware.

CoreDump

  • Hero Member
  • *****
  • Posts: 713
    • View Profile
    • http://www.hentges.net
Hentges Rom For Spitz
« Reply #48 on: July 10, 2006, 11:49:30 am »
Quote
CoreDump:
First, thanks for your work customizing the OZ/GPE for the Zaurus 

You're welcome  

Quote
Couple of issues, I've run into so far in my testing on my Spitz.

Not sure if this was intentional or not but the feeds in ipkg.conf have a leading "." before 3.5.4.1 in all of the default OZ feeds, so ipkg update fails on all but your feed.

As hrw already said, this was a left-over from the pre 3.5.4.1 days.

Quote
I flashed your "ROM" with the newer OZ kernel and disabled /etc/init.d/checkversion per your advice. On first boot I got a strange dbus error (see screenshot) however didn't notice any problem. On reboot, no error message.

The matchbox panel behaves a bit wierd on rotation (see 2nd schreenshot). Anyway to have it return to normal thickness?

Actually that's a fluxbox bug with its NET_WM implementation. It should send "_NET_WORKAREA" to all windows on a work-area resize (ie: in this case a rotation from 640x480 to 480x640).

Since it doesn't do that, matchbox-desktop and matchbox-panel to not update their positions according to the new screen dimensions.


Quote
I did a ipkg upgrade after fixing the ipkg.conf error and afterwards, screen rotation didn't work.

"didn't work" is not a valid problem description  
Please be more specific (what did you try, were there any error messages etc)

Quote
And lastly mplayer complains about
Code: [Select]
QSocket::writeblock: Socket is not open
QSocket::writeblock: Socket is not open
QSocket::writeblock: Socket is not open
QSocket::writeblock: Socket is not open
No Qt/Embedded server appears to be running.
If you want to run mplayer as a server,
add the "-qws" command-line option.

Again thanks for all of your efforts!
[div align=\"right\"][a href=\"index.php?act=findpost&pid=134550\"][{POST_SNAPBACK}][/a][/div]

Yep, wrong libsdl on your end. Might be a problem with the uploaded image.
Webmaster of hentges.net & Embedded Linux Developer.

jerrybme

  • Hero Member
  • *****
  • Posts: 639
    • View Profile
    • http://
Hentges Rom For Spitz
« Reply #49 on: July 10, 2006, 12:09:29 pm »
Quote
Actually that's a fluxbox bug with its NET_WM implementation. It should send "_NET_WORKAREA" to all windows on a work-area resize (ie: in this case a rotation from 640x480 to 480x640).

Since it doesn't do that, matchbox-desktop and matchbox-panel to not update their positions according to the new screen dimensions.
Hmm, anyway to work around this bug, or manually update the new positions?


Quote
Quote
I did a ipkg upgrade after fixing the ipkg.conf error and afterwards, screen rotation didn't work.

"didn't work" is not a valid problem description  
Please be more specific (what did you try, were there any error messages etc)

Sorry, when the screen is rotated to portrait, the auto rotation didn't work. Also the rotation applet didn't manually rotate the screen.  The upgrade only produced one error and that was a fluxbox conflict error message, but I didn't save it so I can't be more specific. I reflashed back to your default image and am currently testing without upgrading any packages.

Cheers,
Jerry
SL-C3100
Angstrom-GPE
Lexar SD 1 GB
PQI 2GB CF
Ambicom WL1100 CF

CoreDump

  • Hero Member
  • *****
  • Posts: 713
    • View Profile
    • http://www.hentges.net
Hentges Rom For Spitz
« Reply #50 on: July 10, 2006, 12:31:23 pm »
Quote
Hmm, anyway to work around this bug, or manually update the new positions?

None, I'm afraid. Killing off matchbox-desktop and matchbox-panel (and restarting them as the correct user) would fix the positioning but is way ugly.

Let's just hope someone is going to fix fluxbox :\

On the bright-side I've just talked to _law_ on #gpe. He reworked gpe-login to allow for multiple windowmanagers

Quote
Sorry, when the screen is rotated to portrait, the auto rotation didn't work. Also the rotation applet didn't manually rotate the screen.  The upgrade only produced one error and that was a fluxbox conflict error message, but I didn't save it so I can't be more specific. I reflashed back to your default image and am currently testing without upgrading any packages.

Cheers,
Jerry
[div align=\"right\"][a href=\"index.php?act=findpost&pid=134557\"][{POST_SNAPBACK}][/a][/div]

If you ever encounter this situation again, please try "export DISPLAY=:0; xrandr -o left" in a console.
« Last Edit: July 10, 2006, 12:32:39 pm by CoreDump »
Webmaster of hentges.net & Embedded Linux Developer.

jerrybme

  • Hero Member
  • *****
  • Posts: 639
    • View Profile
    • http://
Hentges Rom For Spitz
« Reply #51 on: July 10, 2006, 12:40:17 pm »
Quote
On the bright-side I've just talked to _law_ on #gpe. He reworked gpe-login to allow for multiple windowmanagers
[div align=\"right\"][a href=\"index.php?act=findpost&pid=134560\"][{POST_SNAPBACK}][/a][/div]

SWEET!  

When will it be available in the OZ feeds?
SL-C3100
Angstrom-GPE
Lexar SD 1 GB
PQI 2GB CF
Ambicom WL1100 CF

Hrw

  • Hero Member
  • *****
  • Posts: 1366
    • View Profile
Hentges Rom For Spitz
« Reply #52 on: July 10, 2006, 02:06:48 pm »
probably sooner or later - depends when it will get added into OE - probably in next gpe-login release
OpenZaurus 3.5.4x Release Manager
OpenEmbedded, Ångström, Poky developer
My website

Misc embedded hardware.

koen

  • Hero Member
  • *****
  • Posts: 1008
    • View Profile
    • http://dominion.thruhere.net/koen/cms/
Hentges Rom For Spitz
« Reply #53 on: July 10, 2006, 03:19:23 pm »
Quote
On the bright-side I've just talked to _law_ on #gpe. He reworked gpe-login to allow for multiple windowmanagers
[div align=\"right\"][a href=\"index.php?act=findpost&pid=134560\"][{POST_SNAPBACK}][/a][/div]

Technically speaking those are 'sessions', not 'window managers' to choose from, but that's just changing one string in the patch
Forums are not bugtrackers!!! Smart questions
Ångström release team
iPAQ h2210, iPAQ h5550, iPAQ hx4700, Zaurus SL-C700, Nokia 770, all running some form of GPE
My blog

jerrybme

  • Hero Member
  • *****
  • Posts: 639
    • View Profile
    • http://
Hentges Rom For Spitz
« Reply #54 on: July 10, 2006, 09:48:16 pm »
Quote
Quote

Sorry, when the screen is rotated to portrait, the auto rotation didn't work. Also the rotation applet didn't manually rotate the screen.  The upgrade only produced one error and that was a fluxbox conflict error message, but I didn't save it so I can't be more specific. I reflashed back to your default image and am currently testing without upgrading any packages.

Cheers,
Jerry
[div align=\"right\"][a href=\"index.php?act=findpost&pid=134557\"][{POST_SNAPBACK}][/a][/div]

If you ever encounter this situation again, please try "export DISPLAY=:0; xrandr -o left" in a console.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=134560\"][{POST_SNAPBACK}][/a][/div]

OK, did an ipkg upgrade & now rotation works fine (except of course the fluxbox bug). So no idea why I had the problem before. User error most likely  

I found that I wasn't using the Fluxbox features that much so I restored matchbox as the window manager and rotation works fine when the screen is spun.

Thanks
« Last Edit: July 10, 2006, 10:04:55 pm by jerrybme »
SL-C3100
Angstrom-GPE
Lexar SD 1 GB
PQI 2GB CF
Ambicom WL1100 CF

dkm

  • Newbie
  • *
  • Posts: 15
    • View Profile
    • http://
Hentges Rom For Spitz
« Reply #55 on: October 14, 2006, 11:25:56 pm »
Quote
Hey all,
some people have been asking for "Hentges" style Spitz images. Since Spitz is mostly identical to Akita I thought I'd give it a try.

http://hentges.net/tmp/do_not_use/spitz/

Hi CoreDump,

When I click the link to get the spitz image, I get a 404 error.  In looking through this thread, I didn't see any announcement that the image was being pulled.  Is this a web site accident (he says hoping), a temporary move, or something longer term?
Zaurus SL-C3200, Cacko 1.23
Ambicom CF 801.11 wifi card

Palm T|X If I could get all the pim functions I need working reliably on the Z...
Tapwave Zodiac 2 (for palm games)
Long-time Palm user (Palm Pilot Pro, III, V, Tungsten E, Tungsten C, T|X)
Laptop & Desktop running OpenSUSE Linux 10.3

adf

  • Hero Member
  • *****
  • Posts: 2807
    • View Profile
    • http://
Hentges Rom For Spitz
« Reply #56 on: November 13, 2006, 12:58:49 pm »
Something like this was discussed elsewhere, but I couldn't find it.

Is it possible to put a hentges opie image on the fash on a 3100 in the same way that itis done on a 1000?  I thought it might be fun to have a simple opie pda setup on flash and a more desktoppish thing on the hd, or sd.  especially if one could keep /home on the hd and altboot to the sd or boot direct from the flash.

or has this been done and turned out less exciting than it sounds?
« Last Edit: November 13, 2006, 12:59:15 pm by adf »
**3100 Zubuntu Jaunty,(working on Cacko dualboot), 16G A-Data internal CF, 4G SD, Ambicom WL-1100C Cf, linksys usb ethernet,  BelkinF8T020 BT card, Belkin F8U1500-E Ir kbd, mini targus usb mouse, rechargeble AC/DC powered USB hub, psp cables and battery extenders.

**6000l  Tetsuized Sharprom, installed on internal flash only 1G sd, 2G cf

koen

  • Hero Member
  • *****
  • Posts: 1008
    • View Profile
    • http://dominion.thruhere.net/koen/cms/
Hentges Rom For Spitz
« Reply #57 on: November 13, 2006, 03:13:32 pm »
Quote
Something like this was discussed elsewhere, but I couldn't find it.

Is it possible to put a hentges opie image on the fash on a 3100 in the same way that itis done on a 1000?  I thought it might be fun to have a simple opie pda setup on flash and a more desktoppish thing on the hd, or sd.  especially if one could keep /home on the hd and altboot to the sd or boot direct from the flash.

or has this been done and turned out less exciting than it sounds?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=146188\"][{POST_SNAPBACK}][/a][/div]

You could do that, but flash is a lot slower as the microdrive.
Forums are not bugtrackers!!! Smart questions
Ångström release team
iPAQ h2210, iPAQ h5550, iPAQ hx4700, Zaurus SL-C700, Nokia 770, all running some form of GPE
My blog

adf

  • Hero Member
  • *****
  • Posts: 2807
    • View Profile
    • http://
Hentges Rom For Spitz
« Reply #58 on: November 13, 2006, 03:23:13 pm »
Quote
Quote
Something like this was discussed elsewhere, but I couldn't find it.

Is it possible to put a hentges opie image on the fash on a 3100 in the same way that itis done on a 1000?  I thought it might be fun to have a simple opie pda setup on flash and a more desktoppish thing on the hd, or sd.  especially if one could keep /home on the hd and altboot to the sd or boot direct from the flash.

or has this been done and turned out less exciting than it sounds?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=146188\"][{POST_SNAPBACK}][/a][/div]

You could do that, but flash is a lot slower as the microdrive.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=146200\"][{POST_SNAPBACK}][/a][/div]
ah... but one might have 3 flavors on tap at once:)  flash & altboot to sd & altboot to hd (though this might complicate the home thing)

I've heard the speed thing argued both ways.  My experience shows little difference in daily use. what about power consumption?  might there be savings using flash?
**3100 Zubuntu Jaunty,(working on Cacko dualboot), 16G A-Data internal CF, 4G SD, Ambicom WL-1100C Cf, linksys usb ethernet,  BelkinF8T020 BT card, Belkin F8U1500-E Ir kbd, mini targus usb mouse, rechargeble AC/DC powered USB hub, psp cables and battery extenders.

**6000l  Tetsuized Sharprom, installed on internal flash only 1G sd, 2G cf

Meanie

  • Hero Member
  • *****
  • Posts: 2803
    • View Profile
    • http://www.users.on.net/~hluc/myZaurus/
Hentges Rom For Spitz
« Reply #59 on: November 13, 2006, 06:26:16 pm »
Quote
Quote
Quote
Something like this was discussed elsewhere, but I couldn't find it.

Is it possible to put a hentges opie image on the fash on a 3100 in the same way that itis done on a 1000?  I thought it might be fun to have a simple opie pda setup on flash and a more desktoppish thing on the hd, or sd.  especially if one could keep /home on the hd and altboot to the sd or boot direct from the flash.

or has this been done and turned out less exciting than it sounds?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=146188\"][{POST_SNAPBACK}][/a][/div]

You could do that, but flash is a lot slower as the microdrive.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=146200\"][{POST_SNAPBACK}][/a][/div]
ah... but one might have 3 flavors on tap at once:)  flash & altboot to sd & altboot to hd (though this might complicate the home thing)

I've heard the speed thing argued both ways.  My experience shows little difference in daily use. what about power consumption?  might there be savings using flash?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=146202\"][{POST_SNAPBACK}][/a][/div]

you can create the loop filesystems on the microdrive and boot off those. i tried bootstrap to boot oz, then altboot to select between hentges-opie-rootfs, hentges-gpe-rootfs and pdaxrom-rootfs all located on the third partition of the microdrive (first partition being the default rootfs for bootstrap, second partition being /home and third partition being /media/hdd. just needs a little mod to the altboot scripts to pick up the third partition on the microdrive.
SL-C3000 - pdaXii13 build5.4.9 (based on pdaXrom beta3) / SL-C3100 - Sharp ROM 1.02 JP (heavily customised)
Netgear MA701 CF, SanDisk ConnectPlus CF, Socket Bluetooth CF, 4GB Kingston CF,  4GB pqi SD, 4GB ChoiceOnly SD, 2GB SanDisk SD USB Plus, 1GB SanDisk USB Plus, 1GB Transcend SD, 2GB SanDisk MicroSD with SD adaptor, Piel Frama Leather Case, GoldX 5-in-1 USB cable, USB hub, USB mouse, USB keyboard, USB ethernet, USB HDD, many other USB accessories...
(Zaurus SL-C3000 owner since March 14. 2005, Zaurus SL-C3100 owner since September 21. 2005)
http://members.iinet.net.au/~wyso/myZaurus - zBook3K