modules from cch
Post links to your 32-bit module repos here. Repo maintainers are responsible for resolving any issues caused by their xzm's.
modules from cch
Post#1 by cchuang » 19 Jan 2011, 05:20
These modules is developed under slax-remix-09, but I think they can also run on Porteus well. The web site address is:
http://diffusion.cgu.edu.tw/ftp/porteus
http://diffusion.cgu.edu.tw/ftp/porteus
cchuang
X-Factor
LibreOffice-3.3
Post#3 by cchuang » 28 Mar 2011, 05:10
A Open-Office fork, LibreOffice-3.3, is now downloaded from:
http://diffusion.cgu.edu.tw/ftp/porteus ... ibreoffice
Enjoy,
cch
http://diffusion.cgu.edu.tw/ftp/porteus ... ibreoffice
Enjoy,
cch
cchuang
Hamza
Re: modules from cch
Post#5 by cchuang » 28 Mar 2011, 22:34
Fear for OpenOffice development to be put under a foundation were raised long before Oracle's acquisition of Sun. The developers of OOo quit the Openoffice.org project and formed the Document Foundation. LibreOffice-3.3 is it's first release. This module was converted from rpm-installer version and came with shout-cut.
cchuang
Hamza
cchuang
- fanthom
- Moderator Team
- Posts: 5667
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: modules from cch
Post#8 by fanthom » 29 Mar 2011, 21:02
@Hamza
"Have you tried to compress it to maximum with mksquashfs -b 1M"
i wouldn't do that as higher compression rate means more CPU power for decompression and slower system. default -b 256K is a good choice - IMHO.
Let's stick to the standards....
"Have you tried to compress it to maximum with mksquashfs -b 1M"
i wouldn't do that as higher compression rate means more CPU power for decompression and slower system. default -b 256K is a good choice - IMHO.
Let's stick to the standards....
Please add [Solved] to your thread title if the solution was found.
fanthom
Re: modules from cch
Post#9 by Hamza » 30 Mar 2011, 11:15
@ fanthom
I'm sorry , but with 1M of Block Size , it works without any problems.But , If you said
Please ignore my last message.
Regards,
I'm sorry , but with 1M of Block Size , it works without any problems.But , If you said
@ cchuangi wouldn't do that as higher compression rate means more CPU power for decompression and slower system. default -b 256K is a good choice
Please ignore my last message.
Regards,
NjVFQzY2Rg==
Hamza
- brokenman
- Site Admin
- Posts: 6105
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
Re: modules from cch
Post#10 by brokenman » 01 Apr 2011, 23:12
I don't think the block size will make enough difference to justify the extra passes during compression. Decompression should be just as quick however the difference in size due to a 1M block is not worth the trouble unless you are talking about HUGE files.
Thanks for this libre release ... i think it will be well used.
Thanks for this libre release ... i think it will be well used.
How do i become super user?
Wear your underpants on the outside and put on a cape.
Wear your underpants on the outside and put on a cape.
brokenman
- fanthom
- Moderator Team
- Posts: 5667
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: modules from cch
Post#11 by fanthom » 02 Apr 2011, 07:52
@brokenman
in the slax times i have made comparison of slax-remix booting speed (in Vbox) when modules were compressed with different block size. the fastest was 64K if i remember correctly.
you can try to repeat the test with xz compression.
i'm wonder of the result
in the slax times i have made comparison of slax-remix booting speed (in Vbox) when modules were compressed with different block size. the fastest was 64K if i remember correctly.
you can try to repeat the test with xz compression.
i'm wonder of the result

Please add [Solved] to your thread title if the solution was found.
fanthom
- brokenman
- Site Admin
- Posts: 6105
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
Re: modules from cch
Post#12 by brokenman » 02 Apr 2011, 10:00
Ah yes. I think i remember it, you were typing a commentary in a text editor next to vbox. I'll run the tests with xz when i get a chance.
Interesting ... here are the results from my test
Using virtualbox and a bash stopwatch script i wrote.
mksquashfs folder module.xzm -b 1M
15M iso/porteus/base/000-kernel.xzm
44M iso/porteus/base/001-core.xzm
58M iso/porteus/base/002-xorg.xzm
3.5M iso/porteus/base/003-lxde.xzm
52M iso/porteus/base/004-kde.xzm
20M iso/porteus/base/005-kdeapps.xzm
9.7M iso/porteus/base/006-koffice.xzm
34M iso/porteus/base/007-devel.xzm
13M iso/porteus/base/008-firefox.xzm
bash-4.1# du -sh porteus-v1-i486.iso
257M porteus-v1-i486.iso
Boot time 31s
mksquashfs folder module.xzm -b 64K
18M iso/porteus/base/000-kernel.xzm
54M iso/porteus/base/001-core.xzm
60M iso/porteus/base/002-xorg.xzm
4.3M iso/porteus/base/003-lxde.xzm
58M iso/porteus/base/004-kde.xzm
22M iso/porteus/base/005-kdeapps.xzm
11M iso/porteus/base/006-koffice.xzm
39M iso/porteus/base/007-devel.xzm
15M iso/porteus/base/008-firefox.xzm
288M porteus-v1-i486.iso
Boot time 24s
Interesting ... here are the results from my test
Using virtualbox and a bash stopwatch script i wrote.
mksquashfs folder module.xzm -b 1M
15M iso/porteus/base/000-kernel.xzm
44M iso/porteus/base/001-core.xzm
58M iso/porteus/base/002-xorg.xzm
3.5M iso/porteus/base/003-lxde.xzm
52M iso/porteus/base/004-kde.xzm
20M iso/porteus/base/005-kdeapps.xzm
9.7M iso/porteus/base/006-koffice.xzm
34M iso/porteus/base/007-devel.xzm
13M iso/porteus/base/008-firefox.xzm
bash-4.1# du -sh porteus-v1-i486.iso
257M porteus-v1-i486.iso
Boot time 31s
mksquashfs folder module.xzm -b 64K
18M iso/porteus/base/000-kernel.xzm
54M iso/porteus/base/001-core.xzm
60M iso/porteus/base/002-xorg.xzm
4.3M iso/porteus/base/003-lxde.xzm
58M iso/porteus/base/004-kde.xzm
22M iso/porteus/base/005-kdeapps.xzm
11M iso/porteus/base/006-koffice.xzm
39M iso/porteus/base/007-devel.xzm
15M iso/porteus/base/008-firefox.xzm
288M porteus-v1-i486.iso
Boot time 24s
How do i become super user?
Wear your underpants on the outside and put on a cape.
Wear your underpants on the outside and put on a cape.
brokenman
- fanthom
- Moderator Team
- Posts: 5667
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: modules from cch
Post#13 by fanthom » 02 Apr 2011, 19:02
as you can see with little bigger ISO size you are getting nice performance boost 

Please add [Solved] to your thread title if the solution was found.
fanthom