Puppy Linux Discussion Forum Forum Index Puppy Linux Discussion Forum
Puppy HOME page : puppylinux.com
"THE" alternative forum : puppylinux.info
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

The time now is Thu 23 May 2013, 10:26
All times are UTC - 4
 Forum index » Taking the Puppy out for a walk » Misc
Other Distros
Moderators: Flash, JohnMurga
Post new topic   Reply to topic View previous topic :: View next topic
Page 30 of 71 [1064 Posts]   Goto page: Previous 1, 2, 3, ..., 28, 29, 30, 31, 32, ..., 69, 70, 71 Next
Author Message
nooby

Joined: 29 Jun 2008
Posts: 9387
Location: SwedenEurope

PostPosted: Fri 20 Apr 2012, 04:08    Post subject:  

Does Xubuntu 11.10 have all the codex and programs for Flash
and such that LinuxMint 12 have or are Xubuntu like Ubuntu that
you have to download and install for to get Flash?

I use LM12 LXDE and wonder if that one are as lite or lean
as xfce is supposed to be? Are them very similar?

_________________

I'm a noob so I use Google Search of Puppy Forum

Back to top
View user's profile Send private message 
Tman


Joined: 22 Jan 2011
Posts: 731
Location: Toronto

PostPosted: Sat 21 Apr 2012, 17:33    Post subject:  

I tried Slitaz 4.0 and was really impressed. Did you know that you can have a frugal install of Slitaz along side Puppy in your Grub4Dos bootloader menu?
http://forum.slitaz.org/topic/howto-make-a-frugal-install-with-grub4dos

With the frugal install, Slitaz does not auto-save on shutdown, but instead you need to issue the terminal command "tazusb writefs gzip"
However, a frugal install in Slitaz is not as easy to set up as it is in Puppy.

But like Puppy, Slitaz is small, and extremely fast.
On my system, Slitaz is smaller than Puppy even after I install all the similiar types of packages. This is becuase Slitaz does not use a savefile...it compresses it's entire filesystem upon save into a single "rootfs.gz" file and loads that file at startup. The previous rootfs.gz file gets backed up, but it can be removed to reduce space.

Eg. Think of Puppy using only the main.sfs at bootup. Once you save, it would compress everything into a new main sfs, backing up the old one...it would not use a save file.

What I don't like about Slitaz is that I don't feel the sense of community in the Slitaz forum compared to Puppy. Also, the Puppy forum contains a lot more useful information. (IMO)
But currently I have both Puppy and Slitaz on my computer and switch whenever I get bored.
-

Last edited by Tman on Sat 21 Apr 2012, 19:21; edited 2 times in total
Back to top
View user's profile Send private message 
nooby

Joined: 29 Jun 2008
Posts: 9387
Location: SwedenEurope

PostPosted: Sat 21 Apr 2012, 17:54    Post subject:  

Thanks Tman. Yes I should look into that save thing your talk about.
I am so lazy these days Remind me if I don't tell the result withing a month
or two Smile I am totally immersed in fixing a Bike to use for the Summer.

_________________

I'm a noob so I use Google Search of Puppy Forum

Back to top
View user's profile Send private message 
Tman


Joined: 22 Jan 2011
Posts: 731
Location: Toronto

PostPosted: Sat 21 Apr 2012, 18:58    Post subject:  

Here is a teaser pic of my frugal Slitaz-4,0. It is very portable, and there is never a need to run a remaster script. When it saves, it essentially does a remaster.

It uses the default LXDE openbox + lxpanel. I stole the looks of the bottom panel from Lubuntu.
slitaz-4.0-frugal.jpg
Description 
jpg

 Download 
Filename  slitaz-4.0-frugal.jpg 
Filesize  189.28 KB 
Downloaded  212 Time(s) 
Back to top
View user's profile Send private message 
nooby

Joined: 29 Jun 2008
Posts: 9387
Location: SwedenEurope

PostPosted: Sun 22 Apr 2012, 03:21    Post subject:  

Could you compare with your grub4dos menu.lst


title SliTaz 4 usernam root psw root
root (hd0,1)
kernel /slitaz4boot/bzImage root=/dev/null rw lang=en_US kmap=fi-latin1 vga=791 screen=1024x768x24
initrd /slitaz4boot/rootfs4.gz /slitaz4boot/rootfs3.gz /slitaz4boot/rootfs2.gz /slitaz4boot/rootfs1.gz

Do you also need all these
initrd /slitaz4boot/rootfs4.gz /slitaz4boot/rootfs3.gz /slitaz4boot/rootfs2.gz /slitaz4boot/rootfs1.gz

or have they come up with some shorter version with one such file?

_________________

I'm a noob so I use Google Search of Puppy Forum

Back to top
View user's profile Send private message 
Tman


Joined: 22 Jan 2011
Posts: 731
Location: Toronto

PostPosted: Sun 22 Apr 2012, 18:59    Post subject:  

@nooby,

I gave a tutorial in the link several posts above.

You only need 2 files to boot with a Slitaz frugal. Those 2 files are bzImage and rootfs.gz

But there is a problem: Slitaz 4.0 has split up rootfs into 4 separate files. These files can be combined in different ways for various types of setups. The default setup is acheived when all 4 rootfs*.gz files are extracted.

How to install from Puppy:
Create a folder named /mnt/home/boot and copy all 4 rootfs files and the "bzImage" file into that folder.
Next, type the following terminal commands to make a single rootfs.gz file:
Code:

cd /mnt/home/boot
cat $(ls -r rootfs*.gz) > rootfs.gz


Once you have the rootfs.gz file created, you can delete the other rootfs1...to rootfs4 files.

And your grub4dos menu should be like this:
Code:

title SliTaz 4 username root psw root
root (hd0,1)
kernel /boot/bzImage rw root=/dev/null home=/dev/sda2
initrd /boot/rootfs.gz


* don't add the other options for language or keyboard becuase I discovered that it will mess up Slitaz after you save and "tux" user will no longer work...those settings only work if you don't save anything.
And also, after you save, your language and keyboard settings will also be saved, so you don't always have to re-select them.

I am sure there is a way to get it working in a different subfolder name other than "boot", but I just wanted to get it to work and have not tried it in a different folder name.
Back to top
View user's profile Send private message 
nooby

Joined: 29 Jun 2008
Posts: 9387
Location: SwedenEurope

PostPosted: Mon 23 Apr 2012, 13:42    Post subject:  

Much appreciated such detailed answer.
I have to test it but being totally immersed in
getting my summer bike ready will make me
have to wait some days or week maybe

But I will note the bookmark on a to do list so I never forget it.

_________________

I'm a noob so I use Google Search of Puppy Forum

Back to top
View user's profile Send private message 
starhawk

Joined: 22 Nov 2010
Posts: 1821
Location: Everybody knows this is nowhere...

PostPosted: Thu 26 Apr 2012, 16:23    Post subject:  

Found this last night, aimlessly googling around for something entirely different.

http://tiny.seul.org/en/index.html

It's called TINY Linux, and it looks positively antique. None of the emails work, that I can tell at least, but it may be still downloadable. Are there any derivatives or anything, or did it just die of old age?

I'm thinking of beefing it up (if I can learn enough) to work on a Dell Latitude CPi that I have -- 300mhz P-II CPU, 128mb RAM, 12gb HDD, battery may or may not work (I don't trust it!)... you get the picture. Tricky bit is that the graphics are some NeoMagic thing that seems to have been killed by ATi/nVIDIA some time ago -- at least, I've never heard of it in any other place.

Trouble with the CPi is that it's too low power for any modern Puppy. Even ClassicPup, TurboPup, and Puplite5 are too big for it (I've tried). Well... TurboPup worked but had other issues, to be fair.

I might try this TINY Linux on it, but I'm a little scared that the graphics packages available for that distro may not be new enough for the laptop! (I also severely doubt it supports ACPI...)

_________________
siht daer nac uoy fi uoy od os dna skcor yppup Razz
Back to top
View user's profile Send private message 
nooby

Joined: 29 Jun 2008
Posts: 9387
Location: SwedenEurope

PostPosted: Thu 26 Apr 2012, 16:33    Post subject:  

Google find others that also are curious on it.
I don't remember that I have tested it and I
am totally immersed in getting a bike ready for the summer.

"I found a distro of called 'Tiny Linux' here http://tiny.seul.org/en/index.html this is based on Slackware 4.0. I've had it down to 35M as an install ..."

So depending on what the developer changed it should work like Slackware.
does it say which window manager it use?

_________________

I'm a noob so I use Google Search of Puppy Forum

Back to top
View user's profile Send private message 
starhawk

Joined: 22 Nov 2010
Posts: 1821
Location: Everybody knows this is nowhere...

PostPosted: Thu 26 Apr 2012, 16:48    Post subject:  

I'm pretty sure it's bare X, with whatever minimal extra stuff is needed to make for a (presumably barely) usable desktop. I can report that it's downloadable -- I just finished getting all the ZIPs.

Looks intriguing, though...

_________________
siht daer nac uoy fi uoy od os dna skcor yppup Razz
Back to top
View user's profile Send private message 
James C


Joined: 26 Mar 2009
Posts: 4742
Location: Kentucky

PostPosted: Sun 29 Apr 2012, 04:55    Post subject:  

Speaking of LMDE........Ubuntu is a total nonstarter now with that Unity/Gnome 3 stuff so I may run this....
LMDE-Mate.png
 Description   
 Filesize   150.26 KB
 Viewed   571 Time(s)

LMDE-Mate.png

Back to top
View user's profile Send private message 
nooby

Joined: 29 Jun 2008
Posts: 9387
Location: SwedenEurope

PostPosted: Sun 29 Apr 2012, 06:58    Post subject:  

James I make use of LM 12 LXDE and have not tested
LMDE 12 due to one most likely need to do full install
for it to work at all? Have you tested LM 12 LXDE
which is a ubuntu style version wile LMDE is Debian

_________________

I'm a noob so I use Google Search of Puppy Forum

Back to top
View user's profile Send private message 
James C


Joined: 26 Mar 2009
Posts: 4742
Location: Kentucky

PostPosted: Sun 29 Apr 2012, 07:34    Post subject:  

nooby wrote:
James I make use of LM 12 LXDE and have not tested
LMDE 12 due to one most likely need to do full install
for it to work at all? Have you tested LM 12 LXDE
which is a ubuntu style version wile LMDE is Debian


Haven't tried Mint 12 LXDE yet,but I probably will soon.The Debian Edition is so big (DVD sized) and seems a little slow on some older machines so thanks for reminding me about the LXDE version..... downloading it now.
Back to top
View user's profile Send private message 
harii4


Joined: 30 Jan 2009
Posts: 443
Location: La Porte City, IA , U.S.A.

PostPosted: Sun 29 Apr 2012, 12:01    Post subject:  

Testing Salix LXDE 13.37 - right now on an old DEll Latitude C540/C640.
Full install - really nice Very Happy

Quote:
The LXDE release is the most lightweight Salix release so far, both in terms of download size and in terms of resources needed. More lightweight applications have been selected in place of the usual heavier ones. The default web browser is Midori, which uses the powerful webkit engine for rendering. The default mail client is Claws-mail and the transmission bittorrent client and Pidgin IM client also included. Abiword and Gnumeric are included for all your document and spreadsheet editing needs and epdfview is the default PDF viewer. Other applications included are the lightweight Whaaw! Media Player, the Exaile music manager and the Brasero disc burning application, all using the GStreamer engine as a backend. Installation of restricted codecs is, as usual, made easy with the Salix codecs installer application, available from the Multimedia menu. Viewnior is the default image file viewer and mtpaint can be used for editing them. The full set of the Salix system tools are of course included in this release. Users are able to use the Gslapt package manager, or the command line equivalent slapt-get, to install extra software in their systems from Slackware and Salix repositories, with complete support for dependency resolution. As previously noted, Sourcery is also available to make the task of building software from SlackBuilds easier, as is slapt-src, its command line equivalent. The full set of the Salix system tools are of course included in this release.

CD is size: 485MB
Was hoping Big_Bass's tools would work on it but they use spkg-pkgtools not the standard pkgtools. Sad
mod slapt-get/Gslapt updates real nice Smile

_________________
3.01 Fat Free / Fire Hydrant featherweight/ TXZ_pup / 431JP2012
----------------------------------------------------------------------------------------
Peace and Justice are two sides of the same coin.
Back to top
View user's profile Send private message Visit poster's website 
nooby

Joined: 29 Jun 2008
Posts: 9387
Location: SwedenEurope

PostPosted: Sun 29 Apr 2012, 12:05    Post subject:  

A fast but maybe not politically correct way to test the LM12 LXDE is
to use my "cheat" frugal install. It allows a freedom close to root
but is less secure obviously.


title LM12 LXDE 2012 frugal iso boot of LM12 LM12LXDE
find --set-root --ignore-floppies --ignore-cd /linuxmint-12-lxde-cd-32bit.iso
kernel /LM12LXDE/casper/vmlinuz rw file=/cdrom/preseed/mint.seed boot=casper iso-scan/filename=/linuxmint-12-lxde-cd-32bit.iso ramdisk_size=1048576 root=/dev/ram kmap=se LANG=sv_SE.UTF-8 keymap=sv-latin1 noeject noprompt persistent --
initrd /LM12LXDE/casper/initrd.lz

One have to use puppy to move some directories like casper
and preseed but most likely isolinux is not needed on NTFS
how it works on linux formatting I have not tested.

Change the codes that is unique for my set up like HD
and language.
It is a good way to get it installed on USB one boot
it live using my code from HD and then tell it to install
on USB. Have done that two times and it works well.
No need for burning DVD

_________________

I'm a noob so I use Google Search of Puppy Forum

Back to top
View user's profile Send private message 
Display posts from previous:   Sort by:   
Page 30 of 71 [1064 Posts]   Goto page: Previous 1, 2, 3, ..., 28, 29, 30, 31, 32, ..., 69, 70, 71 Next
Post new topic   Reply to topic View previous topic :: View next topic
 Forum index » Taking the Puppy out for a walk » Misc
Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group
[ Time: 0.0856s ][ Queries: 13 (0.0153s) ][ GZIP on ]