Page 10 of 13

Re: getnvidia-0.2-64

Posted: Sun 24 Jun 2012, 10:49
by smokey01
shinobar wrote:
smokey01 wrote:I couldn't even get graphics to work after I tried. Had to delete the savefile and start again.
Right.
If i cannot get the desktop at boot, i type next 2 commands on console:

Code: Select all

# rm /etc/X11/xorg.conf
# xwin
I tried that and it didn't help. :cry:

Posted: Sun 24 Jun 2012, 11:09
by smokey01
Small problem but annoying.

Note the drive sequence on the attached.

Posted: Sun 24 Jun 2012, 11:23
by jamesbond
smokey01 wrote:Small problem but annoying.

Note the drive sequence on the attached.
Thanks, fixed for next release. If you want to fix it now, edit /usr/sbin/fatdog-drive-icon-start.sh, line 13, change:

for p in $(ls /sys/class/block | grep -vE '^loop|^ram|^nbd'); do

to

for p in $(ls /sys/class/block | grep -vE '^loop|^ram|^nbd' | sort -V); do

cheers.

Posted: Sun 24 Jun 2012, 11:49
by Sylvander
smokey01 wrote:Sylvander my FD64-600b1 boots from grub to desktop in 10 seconds. It takes about 3 more sec to show the 10 drive icons.
Will look again at Fatdog as it boots, and see what it's doing NOW.
Still getting to grips with this new PC.
So much to do.
Information overload on this thread alone.

Nooby's point is taken/understood.
Got to get Psip working.
Got it set up in Slacko, but no-one logged in at 12-noon Sun 24th June?
Apparently my sound isn't working. Cannot hear anything.
64-bit version available for Fatdog?

How should I rerun the sound setup in Psip when I missed my 1st chance?

getnvidia-0.3-64

Posted: Sun 24 Jun 2012, 13:57
by shinobar
shinobar wrote: the /etc/modprobe.d/blacklist,conf is cleared after boot. Who and when?
There is a time race between the load_sfs.sh and the rc.nvidia(.copy).
OK, fixed for now: was not persistent the nvidia graphics.

getnvidia-0.3-64.pet, NVIDIA driver installer/PET/SFS builder.
http://shino.pos.to/party/bridge.cgi?puppy/opt/fatdog/
You need fd64-devx_600.sfs . Required internet connection.
Recommended to build with new pupsave, 512MB or larger. I am not quite sure but If your RAM is less than 640MB, needs 500MB swap.
  1. Install the getnvidia.
  2. Run the getnvidia from the main menu > Setup.
  3. Reboot PC. You need to save the session if you have not yet.
  4. Install the devx package
  5. Exit X, go down to the console.
  6. Type 'getnvidia'.
NVIDIA Graphics tip is not essential to build (thanks to pemasu). You can build on another PC if the target PC has not enough power and/or internet connection.
But one problem when you use the sfs built on other PC:
DO NOT right click or choose from the offered when the first time after making save file.
Launch the sfs loader from the control panel and tick on the permanent load when you load the SFS.
I am not used to the FD64, so hope someone find more simple way for the persistent sfs load.

Re: getnvidia-0.2-64

Posted: Sun 24 Jun 2012, 14:13
by shinobar
smokey01 wrote: It appears the Nvidia package in your script is pointing to the wrong location. The modem appears to be downloading but after 10 minutes I killed the script.
Did it say 'Downloading...'?
Before the 'Download' message, it performs ldconfig.
I realized the 'ldconfig' sometime hungs up, or takes too long time.

Re: getnvidia-0.2-64

Posted: Sun 24 Jun 2012, 14:29
by smokey01
shinobar wrote:
smokey01 wrote: It appears the Nvidia package in your script is pointing to the wrong location. The modem appears to be downloading but after 10 minutes I killed the script.
Did it say 'Downloading...'?
Before the 'Download' message, it performs ldconfig.
I realized the 'ldconfig' sometime hungs up, or takes too long time.
It did say Downloading but when I examined your script it look like the wrong location, or a different location to where I normally download the source.

Posted: Sun 24 Jun 2012, 14:33
by smokey01
I've just noticed Picasa is no longer supported for Linux.

Does anyone know of a good replacement.

Shotwell looks interesting, lots of dependencies though.

Geeqie is nice but it doesn't have email capability, well not the last time I looked.

I just can't get my head around fotoxx, maybe I should look a bit closer.

TIA

Re: getnvidia-0.2-64

Posted: Sun 24 Jun 2012, 14:58
by shinobar
smokey01 wrote:It did say Downloading but when I examined your script it look like the wrong location, or a different location to where I normally download the source.
To see what URL the script will download from, type (if you have getnvidia):

Code: Select all

ndivia-installer -l

Posted: Sun 24 Jun 2012, 17:30
by Sylvander
Looked again at Fatdog bootup.
1. Loading initrd takes 65 seconds to load.

2. The sda5/Fatdog/sd64save.ext3 file isn't found, therefore not used. :(
Not good!

Posted: Sun 24 Jun 2012, 17:44
by kirk
Looked again at Fatdog bootup.
1. Loading initrd takes 65 seconds to load.

2. The sda5/Fatdog/sd64save.ext3 file isn't found, therefore not used. Sad
Not good!
65 seconds when booting from CD would be in the range of normal.

Fatdog64-600 will only automatically load a save file named fd64save from the root of a partition. To use a different file name or location you will need to specify that at boot. Here's some examples from the FAQs - Boot options:
Some examples:


savefile=direct:device:sda1 --- use savefile named fd64save.ext4 located in root directory of /dev/sda1, save directly to it
savefile=ram:device:sda2:/fd600/fd64save.3fs --- use savefile named fd64save.3fs located in /fd600 directory of /dev/sda2, use RAM layer
savefile=ram:usb --- use savefile named fd64save.ext4 located in root directory of the first found usb device, use RAM layer
savefile=direct:multi --- use multisession on device /dev/sr0
So you would want to use:

savefile=direct:device:sda5:/Fatdog/sd64save.ext3

Posted: Sun 24 Jun 2012, 19:13
by Sylvander
1.
kirk wrote:65 seconds when booting from CD would be in the range of normal.
(a) I don't think any other Puppy I've EVER run has taken this long to load... :(
Not even on my OLD 2003 hardware.
Or is it just unusual to be waiting for a single file that takes that long?

2.
kirk wrote:Fatdog64-600 will only automatically load a save file named fd64save from the root of a partition.
This did the trick. :D
Moved the file to the root folder, and deleted the Fatdog folder...
And at bootup it found and used the sda5/sd64save.ext3 file. 8)
Would be nice if I could put it inside its own folder just like the other Puppies.

Posted: Sun 24 Jun 2012, 19:29
by BHINTZ
I have loaded Iron.sfs and get a warning that I am running as root and I have been warned, but the browser does activate. I tried running in terminal as root and get some message about C. I tried as spot and get a message about libORBit.....

Can someone give a clue how to use this browser?

Much appreciated,

bob

Posted: Sun 24 Jun 2012, 21:08
by rcrsn51
Sylvander wrote:Would be nice if I could put it inside its own folder just like the other Puppies.
Kirk explained how to do that above.

Posted: Sun 24 Jun 2012, 21:29
by smokey01

Posted: Sun 24 Jun 2012, 21:30
by Billtoo
smokey01 wrote: Shotwell looks interesting, lots of dependencies though.
Shotwell is available in the precise repos in precise puppy beta 2, I just took a quick look at it (I had to start it with gexec with the runs in terminal box checked) but it seems to work okay, slideshow works at least.
If you have room for a puppy precise install on one of your pcs.

Posted: Sun 24 Jun 2012, 21:55
by Sylvander
rcrsn51 wrote:Kirk explained how to do that above.
If I understood correctly...
He explained how TYPE a rather complicated command at the command prompt, at the 5-sec pause, during startup.
Too much of a hassle for my liking.

Posted: Sun 24 Jun 2012, 22:05
by smokey01
Billtoo wrote:
smokey01 wrote: Shotwell looks interesting, lots of dependencies though.
Shotwell is available in the precise repos in precise puppy beta 2, I just took a quick look at it (I had to start it with gexec with the runs in terminal box checked) but it seems to work okay, slideshow works at least.
If you have room for a puppy precise install on one of your pcs.
Thanks Billtoo, I will have a look.

Posted: Mon 25 Jun 2012, 01:18
by jamesbond
BHINTZ wrote:I have loaded Iron.sfs and get a warning that I am running as root and I have been warned, but the browser does activate. I tried running in terminal as root and get some message about C. I tried as spot and get a message about libORBit.....
Can someone give a clue how to use this browser?
Much appreciated,
bob
Bob, iron doesn't currently run as spot. Not if you do it through the usual "su spot" stuff. You need to be logged in properly as "spot" (or any other user) - the easiest way to do it is by using the user manager.
Don't worry about those C stuff if the browser runs :)
Sylvander wrote:
rcrsn51 wrote:Kirk explained how to do that above.
If I understood correctly...
He explained how TYPE a rather complicated command at the command prompt, at the 5-sec pause, during startup.
Too much of a hassle for my liking.
If that is too long, just type "search=2" instead. This will look for savefiles in stored at 2 levels deep. It will find savefile in /fd600/fd64save*. If you need deeper level, type "search=3", this will find /mysavefile/fd600/fd64save*. Remember as you go deeper, the more scanning the system has to do *for every drives*; it will slow down the boot process a lot. Best is still to do what kirk recommends - specify the exact location of the savefile. If you find that typing is too long, create a remaster and type that inside syslinux.cfg when asked to - it will become your default settings.
Note remaster has a problem with running as non-root, this is fixed in the next release.

Posted: Mon 25 Jun 2012, 05:36
by jamesbond
Newer versions:
Fatdog 600 beta2 is here: http://murga-linux.com/puppy/viewtopic.php?t=79265