Author Topic: Kde 3.5  (Read 68955 times)

doppiaemme

  • Newbie
  • *
  • Posts: 26
    • View Profile
Kde 3.5
« Reply #105 on: January 13, 2006, 04:56:42 am »
Quote
Probably there are at least two issues to resolve:
1. Capability to mount squashfs in 6000 (dunno if pgas' Squashfs Modules And Utils For 1000/3100 will do here)
2. Screen rotation problem: as Putherguy reports in #83, xrandr has strange output: 320 x 240 for orientation 1 (portrait).  Have taken a briet look at xrandr, rotate and the related scripts but cannot figure out how to change that.  Hope some experts here can enlighten us. 
[Edited: In Screen Resize & Rotate (KRandRTray), there are also only options for 640 x 480 and 320 x 240. ]
[div align=\"right\"][a href=\"index.php?act=findpost&pid=110782\"][{POST_SNAPBACK}][/a][/div]


uhm... and what about memory request?  6000's 64 MB flash memory???

ZDevil

  • Hero Member
  • *****
  • Posts: 1998
    • View Profile
    • http://
Kde 3.5
« Reply #106 on: January 13, 2006, 05:02:42 am »
Quote
uhm... and what about memory request?  6000's 64 MB flash memory???
[div align=\"right\"][a href=\"index.php?act=findpost&pid=110788\"][{POST_SNAPBACK}][/a][/div]

Oh, I was just thinking 6000 has got 128MB flash.  Then probably the only way to do this is to mount the squashfs on card and make symlinks to the paths there, or just use Laze's packages of kdebase and kdelibs.  Not sure about the difference in performance between these two setups.
Also I don't know if 6000 runs a 2.4.18 or 2.4.20 kernel.  If it's 2.4.18 then use the squashfs module mentioned by ShioriKuma on the first page of this post; if it's 2.4.20 then pgas' may do.
« Last Edit: January 13, 2006, 05:02:55 am 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]

TheWalt

  • Full Member
  • ***
  • Posts: 176
    • View Profile
Kde 3.5
« Reply #107 on: January 13, 2006, 09:59:33 am »
Quote
Quote
uhm... and what about memory request?  6000's 64 MB flash memory???
[div align=\"right\"][a href=\"index.php?act=findpost&pid=110788\"][{POST_SNAPBACK}][/a][/div]

Oh, I was just thinking 6000 has got 128MB flash.  Then probably the only way to do this is to mount the squashfs on card and make symlinks to the paths there, or just use Laze's packages of kdebase and kdelibs.  Not sure about the difference in performance between these two setups.
Also I don't know if 6000 runs a 2.4.18 or 2.4.20 kernel.  If it's 2.4.18 then use the squashfs module mentioned by ShioriKuma on the first page of this post; if it's 2.4.20 then pgas' may do.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=110790\"][{POST_SNAPBACK}][/a][/div]

Here is what I did, which should work fine on a 6000 also asuming there is squashfs support.

KDE lite 3.5.0 Installation procedure for non-flash install
#1 Install the symlinks package to the main memory
#2 Copy kde_lite_3.5.0.squashfs to storage media (SD, CF, HDD)
#3 ln -s /mnt/card/kde_lite_3.5.0.squashfs /usr/lib/kde/ (asuming file on SD card)
#4 ln -s /usr/lib/kde/bin/startkde ~/.xinitrc (Use mv ~./.xinitrc ~./.xinitrc.old to restore matchbox if necessary)
#5 startx

Probably doesn't run as fast as from flash, but it works great and seems much faster then the standard IPK install.  Now to start looking into getting a build of Koffice
« Last Edit: January 13, 2006, 10:11:24 am by TheWalt »
- Gemini PDA | WiFi - Android 7.1.1
- GPD Pocket | Ubuntu Mate 18.10
- Zaurus SL-C3100 | ArchLinuxARM

ZDevil

  • Hero Member
  • *****
  • Posts: 1998
    • View Profile
    • http://
Kde 3.5
« Reply #108 on: January 13, 2006, 10:28:15 am »
Oops!  Disabling the Introduction page in Konqueror (and start with no page loaded) and now get ...

Normal: 15 seconds!    
Preloaded:  10 seconds!        

Now I begin to get hooked on KDE 3.5 ...  

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]

omro

  • Hero Member
  • *****
  • Posts: 796
    • View Profile
    • http://
Kde 3.5
« Reply #109 on: January 13, 2006, 12:17:31 pm »
Hi All

I think I'm doing something seriously wrong.

I'm copying the squashfs file to /usr/lib/kde but there doesn't seem to be enough room, it seems to copy about 9mb of it and then run out of space.

I've cleanly flashed my C1000 and I'm no linux whiz so I'm probably making a very basic mistake.

Any help would be gratefully received!

After a new flash this is what I get:

Code: [Select]
#df
filesystem             1k-blocks      Used   Available  Use%   Mounted on
/dev/root                   59392    47712       11680    80%   /
none                        11288          16      12272      0%   /dev
/dev/mtdblock3              Â 64512      3852      60660      6%   /home
/dev/mtdblock3               64512      3852      60660      6%   /mnt/usr
« Last Edit: January 13, 2006, 01:47:01 pm by omro »
Zaurus C-1000

TheWalt

  • Full Member
  • ***
  • Posts: 176
    • View Profile
Kde 3.5
« Reply #110 on: January 13, 2006, 04:35:28 pm »
Quote
Hi All

I think I'm doing something seriously wrong.

I'm copying the squashfs file to /usr/lib/kde but there doesn't seem to be enough room, it seems to copy about 9mb of it and then run out of space.

I've cleanly flashed my C1000 and I'm no linux whiz so I'm probably making a very basic mistake.

Any help would be gratefully received!

After a new flash this is what I get:

Code: [Select]
#df
filesystem             1k-blocks      Used   Available  Use%   Mounted on
/dev/root                   59392    47712       11680    80%   /
none                        11288          16      12272      0%   /dev
/dev/mtdblock3               64512      3852      60660      6%   /home
/dev/mtdblock3               64512      3852      60660      6%   /mnt/usr
[div align=\"right\"][a href=\"index.php?act=findpost&pid=110835\"][{POST_SNAPBACK}][/a][/div]

The instructions asume you are copying the squashfs to root, which requires 43mb free... and you only have 11mb free.

You can either repartition the nand to a bigger root, or copy the squishfs file to /home and link it to /usr/lib/kde.  In theory since they both reside in flash shouldn't effect speed at all.
- Gemini PDA | WiFi - Android 7.1.1
- GPD Pocket | Ubuntu Mate 18.10
- Zaurus SL-C3100 | ArchLinuxARM

omro

  • Hero Member
  • *****
  • Posts: 796
    • View Profile
    • http://
Kde 3.5
« Reply #111 on: January 13, 2006, 04:37:15 pm »
Quote
Quote
Hi All

I think I'm doing something seriously wrong.

I'm copying the squashfs file to /usr/lib/kde but there doesn't seem to be enough room, it seems to copy about 9mb of it and then run out of space.

I've cleanly flashed my C1000 and I'm no linux whiz so I'm probably making a very basic mistake.

Any help would be gratefully received!

After a new flash this is what I get:

Code: [Select]
#df
filesystem             1k-blocks      Used   Available  Use%   Mounted on
/dev/root                   59392    47712       11680    80%   /
none                        11288          16      12272      0%   /dev
/dev/mtdblock3               64512      3852      60660      6%   /home
/dev/mtdblock3               64512      3852      60660      6%   /mnt/usr
[div align=\"right\"][a href=\"index.php?act=findpost&pid=110835\"][{POST_SNAPBACK}][/a][/div]

The instructions asume you are copying the squashfs to root, which requires 43mb free... and you only have 11mb free.

You can either repartition the nand to a bigger root, or copy the squishfs file to /home and link it to /usr/lib/kde.  In theory since they both reside in flash shouldn't effect speed at all.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=110859\"][{POST_SNAPBACK}][/a][/div]

I'm afraid I've no idea how to accomplish either of those :-( Sorry
Zaurus C-1000

ZDevil

  • Hero Member
  • *****
  • Posts: 1998
    • View Profile
    • http://
Kde 3.5
« Reply #112 on: January 13, 2006, 06:12:40 pm »
Or you may want to reflash pdaXrom with a bigger root partition.  In the installation menu of pdaXrom, before flashing, you can go to the NAND Flash utils and then choose "Fix loader 64MB limit".  After that you can set a large enough root partition (I always go for the max. 121MB).  Then flash as usual.

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]

omro

  • Hero Member
  • *****
  • Posts: 796
    • View Profile
    • http://
Kde 3.5
« Reply #113 on: January 13, 2006, 06:56:16 pm »
Quote
Or you may want to reflash pdaXrom with a bigger root partition.  In the installation menu of pdaXrom, before flashing, you can go to the NAND Flash utils and then choose "Fix loader 64MB limit".  After that you can set a large enough root partition (I always go for the max. 121MB).  Then flash as usual.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=110868\"][{POST_SNAPBACK}][/a][/div]


Ok, I did the nand thing and then choce fix loader
Then it said it would need to reboot and then flash again
I rebooted and started the flash
should I not have said yes to "do you want to flash the user flash" or what ever that message is?

What step did I miss? cause it's still no different in layout. :-(
« Last Edit: January 13, 2006, 07:03:43 pm by omro »
Zaurus C-1000

ZDevil

  • Hero Member
  • *****
  • Posts: 1998
    • View Profile
    • http://
Kde 3.5
« Reply #114 on: January 13, 2006, 07:12:44 pm »
Quote
Ok, I did the nand thing and then choce fix loader
Then it said it would need to reboot and then flash again
I rebooted and started the flash
should I not have said yes to "do you want to flash the user flash" or what ever that message is?

What step did I miss? cause it's still no different in layout. :-(
[div align=\"right\"][a href=\"index.php?act=findpost&pid=110873\"][{POST_SNAPBACK}][/a][/div]

After fix loader you need to go back to the Nand Flash Utils again.  
This time you choose "Resize root partition".  
Then you'll be prompted to fill in the size of the root partition.  
Say you go for the max (121MB).
Then reboot again and enter the pdaXrom installation screen once again (the last time).  
Finally you can go ahead with real flashing, choose "1 Install new ROM".  

Hope this helps.  
(Actually what I say all comes from pdaXrom's original documentation)

Good luck and hope things will go well.
« Last Edit: January 13, 2006, 07:13:32 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]

omro

  • Hero Member
  • *****
  • Posts: 796
    • View Profile
    • http://
Kde 3.5
« Reply #115 on: January 13, 2006, 07:37:56 pm »
Quote
Quote
Ok, I did the nand thing and then choce fix loader
Then it said it would need to reboot and then flash again
I rebooted and started the flash
should I not have said yes to "do you want to flash the user flash" or what ever that message is?

What step did I miss? cause it's still no different in layout. :-(
[div align=\"right\"][a href=\"index.php?act=findpost&pid=110873\"][{POST_SNAPBACK}][/a][/div]

After fix loader you need to go back to the Nand Flash Utils again.  
This time you choose "Resize root partition".  
Then you'll be prompted to fill in the size of the root partition.  
Say you go for the max (121MB).
Then reboot again and enter the pdaXrom installation screen once again (the last time).  
Finally you can go ahead with real flashing, choose "1 Install new ROM".  

Hope this helps.  
(Actually what I say all comes from pdaXrom's original documentation)

Good luck and hope things will go well.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=110875\"][{POST_SNAPBACK}][/a][/div]

I really don't remember this documentation, I guess it's somewhere exceedingly obvious, lol
Zaurus C-1000

omro

  • Hero Member
  • *****
  • Posts: 796
    • View Profile
    • http://
Kde 3.5
« Reply #116 on: January 13, 2006, 08:31:13 pm »
ok, some progress

the xinitrc step took me in to a weird xscreen with odd windows open and nothing happened

running startkde direct gave me a lot of kpersonalizer: cannot connect to X server
Zaurus C-1000

ZDevil

  • Hero Member
  • *****
  • Posts: 1998
    • View Profile
    • http://
Kde 3.5
« Reply #117 on: January 13, 2006, 10:00:40 pm »
Quote
ok, some progress
the xinitrc step took me in to a weird xscreen with odd windows open and nothing happened
running startkde direct gave me a lot of kpersonalizer: cannot connect to X server
[div align=\"right\"][a href=\"index.php?act=findpost&pid=110883\"][{POST_SNAPBACK}][/a][/div]

Do you mean twm (the ancient window manager 'hidden' in pdaXrom)?  
Don't use startkde directly.  Instead try:
Code: [Select]
rm -f ~/.xinitrc
ln -s /usr/lib/kde/bin/startkde ~/.xinitrc
startx
See if this helps.  Cheers.  

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]

ZDevil

  • Hero Member
  • *****
  • Posts: 1998
    • View Profile
    • http://
Kde 3.5
« Reply #118 on: January 13, 2006, 10:48:19 pm »
Surprise again.  Using a 64MB swap on SD, I'm very surprised to see about 20MB free RAM in KDE!   Amazing ...  

Would it be just an illusion??
« Last Edit: January 13, 2006, 11:04:21 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]

TheWalt

  • Full Member
  • ***
  • Posts: 176
    • View Profile
Kde 3.5
« Reply #119 on: January 14, 2006, 12:44:31 am »
Quote
Surprise again.  Using a 64MB swap on SD, I'm very surprised to see about 20MB free RAM in KDE!   Amazing ... 

Would it be just an illusion??
[div align=\"right\"][a href=\"index.php?act=findpost&pid=110897\"][{POST_SNAPBACK}][/a][/div]

Wow, thats a lot of free ram.  At the most I have about 6mb and thats with a 128mb swap.  Crazy... gonna spend some time this weekend tweaking though, will see what trouble I can get into.
- Gemini PDA | WiFi - Android 7.1.1
- GPD Pocket | Ubuntu Mate 18.10
- Zaurus SL-C3100 | ArchLinuxARM