| Author |
Message |
greengeek
Joined: 20 Jul 2010 Posts: 1184 Location: New Zealand
|
Posted: Mon 26 Nov 2012, 12:58 Post subject:
|
|
.
Thanks micko. I'm very happy with the outcome.
I have modified the /etc/rc.d/rc.shutdown as follows:
| Code: | 13) #PDEV1 and PUPSFS and PUPSAVE
#/initrd/pup_rw has tmpfs, pup_ro1 has ${DISTRO_FILE_PREFIX}save.2fs file (PUPSAVE), pup_ro2 has PUPSFS file.
#the above are in unionfs at /.
if [ ! -f "/tmp/No_save" ];then
#start big if
#All the snapmerge stuff happens here
echo "`eval_gettext \"Saving session to \\\${SAVEFILE} (\\\${SAVEPART})...\"`" >/dev/console
#echo "Saving session to $SAVEFILE (${SAVEPART})..." >/dev/console
/usr/sbin/snapmergepuppy /initrd/pup_ro1 /initrd/pup_rw
fi #end big if
;; |
then added a script "No_save" into /usr/bin as follows:
| Code: | #!/bin/sh
echo "test" > /tmp/No_save
/usr/bin/wmpoweroff |
and then dragged the script to the desktop and added an icon, so that if I want to do a safe shutdown without waiting for the final save I just click that new icon.
Many thanks for the help!
| Description |
|
| Filesize |
16.4 KB |
| Viewed |
1130 Time(s) |

|
|
|
Back to top
|
|
 |
2000kevin2000
Joined: 11 Jan 2013 Posts: 7
|
Posted: Fri 11 Jan 2013, 23:00 Post subject:
|
|
I want to put this on a computer with 96MB RAM and a 166MHZ Pentium MMX... Would this be too taxing on the hardware, should I go for a build like TurboPup or one of the 486/32MB builds instead?
|
|
Back to top
|
|
 |
Keef

Joined: 20 Dec 2007 Posts: 428 Location: Staffordshire
|
Posted: Sat 12 Jan 2013, 08:24 Post subject:
|
|
The standard Slacko was quite slow on a P450 laptop I tried it on - and verrrrrry slow to get to the desktop.
THINSlacko is stripped down, but unlikley to be significantly quicker on something as old as your kit.
|
|
Back to top
|
|
 |
Smithy

Joined: 12 Dec 2011 Posts: 196
|
Posted: Sat 09 Mar 2013, 08:33 Post subject:
|
|
Currently running this distro and everything is working well, printing,network, jack, gimp etc. A new candidate for a musicians distro I reckon!
| Description |
|

Download |
| Filename |
Amp fx2.jpg |
| Filesize |
207.58 KB |
| Downloaded |
68 Time(s) |
| Description |
|

Download |
| Filename |
Amp fx1.jpg |
| Filesize |
224.96 KB |
| Downloaded |
62 Time(s) |
| Description |
|

Download |
| Filename |
Music2go1.jpg |
| Filesize |
175.85 KB |
| Downloaded |
76 Time(s) |
|
|
Back to top
|
|
 |
greengeek
Joined: 20 Jul 2010 Posts: 1184 Location: New Zealand
|
Posted: Sat 09 Mar 2013, 14:13 Post subject:
|
|
Hey Smithy, what's the "Partition save" icon you have on the desktop in the third pic?
|
|
Back to top
|
|
 |
Smithy

Joined: 12 Dec 2011 Posts: 196
|
Posted: Sat 09 Mar 2013, 15:10 Post subject:
|
|
Hi greengeek, it is the Linux version of Partition Saving.
http://damien.guibouret.free.fr/en/index_frame.html
|
|
Back to top
|
|
 |
01micko

Joined: 11 Oct 2008 Posts: 7018 Location: qld
|
Posted: Thu 28 Mar 2013, 00:06 Post subject:
|
|
Next version is coming soon!
A sneaky peek...
| Description |
|

Download |
| Filename |
capture14732.png |
| Filesize |
87.38 KB |
| Downloaded |
140 Time(s) |
_________________ keep the faith .. 
|
|
Back to top
|
|
 |
raffy
Joined: 25 May 2005 Posts: 4636 Location: Manila
|
Posted: Thu 28 Mar 2013, 05:14 Post subject:
Easter |
|
Look what's coming on Easter.
Will be waiting.
_________________ Puppy user since Oct 2004. Want FreeOffice? Get the sfs (English only).
|
|
Back to top
|
|
 |
nooby
Joined: 29 Jun 2008 Posts: 9385 Location: SwedenEurope
|
Posted: Thu 28 Mar 2013, 07:02 Post subject:
|
|
using the standard Slacko I have these result of free
# free
total used free shared buffers
Mem: 3113396 675136 2438260 0 250500
-/+ buffers: 424636 2688760
Swap: 0 0 0
#
3GB DRAM and it uses up 675MB? What does that indicate?
Have I set it up wrong?
Edit
Using the old Thinslacko that is from may 2012
I get this result before making a save file
# free
total used free shared buffers
Mem: 3113496 340372 2773124 0 41412
-/+ buffers: 298960 2814536
Swap: 0 0 0
#
_________________
I'm a noob so I use Google Search of Puppy Forum
|
|
Back to top
|
|
 |
01micko

Joined: 11 Oct 2008 Posts: 7018 Location: qld
|
Posted: Thu 28 Mar 2013, 07:29 Post subject:
|
|
| nooby wrote: | using the standard Slacko I have these result of free
# free
total used free shared buffers
Mem: 3113396 675136 2438260 0 250500
-/+ buffers: 424636 2688760
Swap: 0 0 0
#
3GB DRAM and it uses up 675MB? What does that indicate?
Have I set it up wrong? |
No, that's ok nooby. Normally, on clean boot you would expect around 400M, this is the sfs expanded. Then open a few apps, browser with tabs and such it quickly increases. I am just trying to get the THIN version (will be renamed "thin".. no caps) to load in less than 256 RAM. So far in virtualbox it seems to work ok. The biggest problem for me is that to maintain decent graphics support, mesa is absolutely required with these newer X.org versions, and that is one FAT package! (~30M).
I hope this gives you some understanding. Never mind if it doesn't . You have 3 gig so are in luxury .
_________________ keep the faith .. 
|
|
Back to top
|
|
 |
nooby
Joined: 29 Jun 2008 Posts: 9385 Location: SwedenEurope
|
Posted: Thu 28 Mar 2013, 07:37 Post subject:
|
|
Yes but I do have an old HP computer
that I bought 2003 and that one actually have
only 256MB DRAM so keep at it
_________________
I'm a noob so I use Google Search of Puppy Forum
|
|
Back to top
|
|
 |
Smithy

Joined: 12 Dec 2011 Posts: 196
|
Posted: Thu 28 Mar 2013, 19:25 Post subject:
|
|
Hi 01 micko, nice that you are still working on the thin slacko idea, just a few things I noticed on it.
1. Abiword only opens as a small square, each time you have to resize it to get it to open full screen.
2. The console could do with copy and paste (like 3hd, for those lazy moments).
3. Any way of getting the qt in it to default to clear look or whatever it is called, the one that looks a lot nicer on jack in 3hd. Without having to load a full QT which is quite a large package?
4. Synaptics is still knackered on laptop (like a lot of other distros)
Only 3hd correctly sorted the touchpad. The problem is the tap bit and I haven't managed to get it to work on loads of them (believe me i tried) so they get junked.
5. After sorting out the connection wizard, each time you boot up and hit connect, it runs through the wizard process again before finally getting to connect. What I do is hit the close box on each step and then it gets there eventually.(That was the pup dial wizard btw).
Only minor issues really, but thought you might like to check if you are doing a new one.
|
|
Back to top
|
|
 |
01micko

Joined: 11 Oct 2008 Posts: 7018 Location: qld
|
Posted: Sun 31 Mar 2013, 00:05 Post subject:
|
|
The next THIN, renamed "ThinSlacko" is out.
See http://murga-linux.com/puppy/viewtopic.php?p=695596#695596
_________________ keep the faith .. 
|
|
Back to top
|
|
 |
|