Fatdog64-600b1

A home for all kinds of Puppy related projects
Message
Author
User avatar
smokey01
Posts: 2813
Joined: Sat 30 Dec 2006, 23:15
Location: South Australia :-(
Contact:

Re: getnvidia-0.2-64

#196 Post 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:

User avatar
smokey01
Posts: 2813
Joined: Sat 30 Dec 2006, 23:15
Location: South Australia :-(
Contact:

#197 Post by smokey01 »

Small problem but annoying.

Note the drive sequence on the attached.
Attachments
drives.jpg
Out of sequence
(12.24 KiB) Downloaded 839 times

jamesbond
Posts: 3433
Joined: Mon 26 Feb 2007, 05:02
Location: The Blue Marble

#198 Post 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.
Fatdog64 forum links: [url=http://murga-linux.com/puppy/viewtopic.php?t=117546]Latest version[/url] | [url=https://cutt.ly/ke8sn5H]Contributed packages[/url] | [url=https://cutt.ly/se8scrb]ISO builder[/url]

Sylvander
Posts: 4416
Joined: Mon 15 Dec 2008, 11:06
Location: West Lothian, Scotland, UK

#199 Post 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?

User avatar
shinobar
Posts: 2672
Joined: Thu 28 May 2009, 09:26
Location: Japan
Contact:

getnvidia-0.3-64

#200 Post 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.
Last edited by shinobar on Sun 24 Jun 2012, 15:02, edited 2 times in total.
Downloads for Puppy Linux [url]http://shino.pos.to/linux/downloads.html[/url]

User avatar
shinobar
Posts: 2672
Joined: Thu 28 May 2009, 09:26
Location: Japan
Contact:

Re: getnvidia-0.2-64

#201 Post 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.
Downloads for Puppy Linux [url]http://shino.pos.to/linux/downloads.html[/url]

User avatar
smokey01
Posts: 2813
Joined: Sat 30 Dec 2006, 23:15
Location: South Australia :-(
Contact:

Re: getnvidia-0.2-64

#202 Post 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.

User avatar
smokey01
Posts: 2813
Joined: Sat 30 Dec 2006, 23:15
Location: South Australia :-(
Contact:

#203 Post 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

User avatar
shinobar
Posts: 2672
Joined: Thu 28 May 2009, 09:26
Location: Japan
Contact:

Re: getnvidia-0.2-64

#204 Post 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
Downloads for Puppy Linux [url]http://shino.pos.to/linux/downloads.html[/url]

Sylvander
Posts: 4416
Joined: Mon 15 Dec 2008, 11:06
Location: West Lothian, Scotland, UK

#205 Post 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!

kirk
Posts: 1553
Joined: Fri 11 Nov 2005, 19:04
Location: florida

#206 Post 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

Sylvander
Posts: 4416
Joined: Mon 15 Dec 2008, 11:06
Location: West Lothian, Scotland, UK

#207 Post 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.

BHINTZ
Posts: 139
Joined: Wed 09 Aug 2006, 03:55

#208 Post 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

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#209 Post 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.

User avatar
smokey01
Posts: 2813
Joined: Sat 30 Dec 2006, 23:15
Location: South Australia :-(
Contact:

#210 Post by smokey01 »


User avatar
Billtoo
Posts: 3720
Joined: Tue 07 Apr 2009, 13:47
Location: Ontario Canada

#211 Post 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.
Attachments
shotwell.jpg
(50.56 KiB) Downloaded 1286 times

Sylvander
Posts: 4416
Joined: Mon 15 Dec 2008, 11:06
Location: West Lothian, Scotland, UK

#212 Post 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.

User avatar
smokey01
Posts: 2813
Joined: Sat 30 Dec 2006, 23:15
Location: South Australia :-(
Contact:

#213 Post 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.

jamesbond
Posts: 3433
Joined: Mon 26 Feb 2007, 05:02
Location: The Blue Marble

#214 Post 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.
Fatdog64 forum links: [url=http://murga-linux.com/puppy/viewtopic.php?t=117546]Latest version[/url] | [url=https://cutt.ly/ke8sn5H]Contributed packages[/url] | [url=https://cutt.ly/se8scrb]ISO builder[/url]

jamesbond
Posts: 3433
Joined: Mon 26 Feb 2007, 05:02
Location: The Blue Marble

#215 Post by jamesbond »

Newer versions:
Fatdog 600 beta2 is here: http://murga-linux.com/puppy/viewtopic.php?t=79265
Fatdog64 forum links: [url=http://murga-linux.com/puppy/viewtopic.php?t=117546]Latest version[/url] | [url=https://cutt.ly/ke8sn5H]Contributed packages[/url] | [url=https://cutt.ly/se8scrb]ISO builder[/url]

Post Reply