justlighthouse64 and Fatdog64 hybrid

For talk and support relating specifically to Puppy derivatives
Message
Author
stemsee

justlighthouse64 and Fatdog64 hybrid

#1 Post by stemsee »

I couldn't get either to function the exact way I wanted, and then I joined them together and hey presto, Bob's your uncle, and all that!

This could be the new 'EmSee FatHouse'
Attachments
fatHouse.jpg
(52.1 KiB) Downloaded 1966 times

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

#2 Post by smokey01 »

Sounds interesting, what versions of JLH and FD did you use?
What is the size of the ISO?
Are you going to release it?
Nice

TeX Dog
Posts: 287
Joined: Wed 06 Jul 2016, 17:57

#3 Post by TeX Dog »

lol So what it do better than its parents, forgive my history but wasn't lighthouse always a spin of fatdog? A lot more spit and polish, and stocky not just fat-e-er??

stemsee

#4 Post by stemsee »

I used latest version of fatdog 710 b2 and version 701c of lighthouse.

I tried several additive methods keeping fatdog as base add using a script to add the differences. That didn't work! Then I remastered fd using sfs-unattended-remaster to make a 1.3gb media monster. But booting was problematic in fd. So I used the lighthouse initrd to boot it and at switch root it uses the fatdog init to boot to X (superfast, by the way, JL64 takes a very longtime to boot a big basesfs to desktop!). Then I had to manually create a JL64save.4fs savefile using sfs-unattended-remaster utilities, mount it and manually invoke snapmergepuppy after redefining mountpoints in the script. It saved the session and then rebooted finding the basesfs and loading savefile successfully. Subsequent restarts do not require manual invoking of snapmergepuppy.

The booting is easier because I am more familiar with JL boot codes. It doesn't need the id string. Manipulating the savefile is easier for me too. FD keyboard settings and gslapt and development functions are more stable at this time.

I will continue to develope this so as to add more polish from JL side to the FD side!

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

#5 Post by jamesbond »

Interesting project stemsee Image
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]

stemsee

#6 Post by stemsee »

Thanks for the encouragement @jamesbond!

I am using this all the time now without a second thought! it's that much fun!

How to alter the savefile creation in FD to bypass or fool the system into beleiving 'savefile=none' as this doesn't get passed through from lighthouse initrd init to fd init?? I do understand if you would not offer a solution as it is made for FD, of course!

cheers
stemsee

stemsee

#7 Post by stemsee »

So FatHouse is nearly ready.

features
hotspot gui - via create_ap
text to screen
vlc 2.4 with tv scanning.
popcorntime 64
libreoffice
wifi-connect
chrome
tor with wechat, skype, whatsapp, fb-mesenger plugins
Yong - Chinese input method.
pmusic
dogradio
sfs-unattended-remaster and utilities (savefile resizer/creator) etc
master pdf editor


REMOVED;

gnumeric
abiword


The advantage for me is using the jl64 initrd, easier more puppy like options at boot.

to sort out; must add overlay_fs code from fatdog init to jl64 init.
Last edited by stemsee on Wed 01 Feb 2017, 20:40, edited 2 times in total.

User avatar
ally
Posts: 1957
Joined: Sat 19 May 2012, 19:29
Location: lincoln, uk
Contact:

#8 Post by ally »

neat project

:)

stemsee

#9 Post by stemsee »

:)

dannydiff

#10 Post by dannydiff »

looks cool. :D

Gordie
Posts: 153
Joined: Tue 23 Aug 2016, 15:26
Location: Nolalu, Ontario, Canada

Re: justlighthouse64 and Fatdog64 hybrid

#11 Post by Gordie »

stemsee wrote:I couldn't get either to function the exact way I wanted, and then I joined them together and hey presto, Bob's your uncle, and all that!

This could be the new 'EmSee FatHouse'
So interesting. Am gonna follow this thread closely and would sure like to take a test drive

stemsee

#12 Post by stemsee »

Still working on this.

I have two versions. 1) Music production edition or 2) non-music production edition

Screencaster isn't working, no error message. Baffling.
Attachments
shot4.jpg
(235.89 KiB) Downloaded 262 times

Dry Falls
Posts: 616
Joined: Tue 16 Dec 2014, 23:37
Location: Upper Columbia

#13 Post by Dry Falls »

stemsee wrote:Screencaster isn't working, no error message. Baffling.
Same here. JL64 has the 2010 fatdog screencast.sh. The 2015 version is nearly the same and fails as well. Found this on web and it works great (run in terminal)

Code: Select all

ffmpeg -f alsa -ac 2 -i pulse -f x11grab -r 30 -s YxZ -i :0.0 -acodec pcm_s16le -vcodec libx264 -preset ultrafast -crf 0 -threads 0 output.mkv
"Find your screen’s native resolution and replace the YxZ with it (e.g: 1920×1080). Not happy with only 30 frames per second? Change -r 30 to your desired FPS." Enter 'q' or close terminal to quit. mkv file is in root directory.

df

stemsee

#14 Post by stemsee »

That does the trick!
So, I will use this to write my own gui app.
cheers.

User avatar
drunkjedi
Posts: 882
Joined: Mon 25 May 2015, 02:50

#15 Post by drunkjedi »

Hi dry falls,

Would changing the file extension to .gif make a gif.
Or do I have to change the -vcodec option?

For gif I wouldn't need the audio either, so maybe I should remove that alsa and acodec options too, I think.
Please advise.
Thanks.

step
Posts: 1349
Joined: Fri 04 May 2012, 11:20

#16 Post by step »

@stemsee, you coul also try Fatdog-710 screencast.sh, it's changed since 2015, last update number is 1.6.
[url=http://murga-linux.com/puppy/viewtopic.php?t=117546]Fatdog64-810[/url]|[url=http://goo.gl/hqZtiB]+Packages[/url]|[url=http://goo.gl/6dbEzT]Kodi[/url]|[url=http://goo.gl/JQC4Vz]gtkmenuplus[/url]

Dry Falls
Posts: 616
Joined: Tue 16 Dec 2014, 23:37
Location: Upper Columbia

#17 Post by Dry Falls »

drunkjedi wrote:Hi dry falls,

Would changing the file extension to .gif make a gif.
Or do I have to change the -vcodec option?

For gif I wouldn't need the audio either, so maybe I should remove that alsa and acodec options too, I think.
Please advise.
Thanks.
I'm really the wrong person to ask. But I guess you're thinking of creating animated gif images. Screencast is a gui for ffmpeg which has its own functions for capturing screen as a stream/video. There used to be a really great w3.1/95 program called 'gif construction kit' for managing gif images. Don't know what the modern/linux equivalent would be.

df

User avatar
drunkjedi
Posts: 882
Joined: Mon 25 May 2015, 02:50

#18 Post by drunkjedi »

Thanks dry falls, I will search the net.

I have used Fatdog's Screencaster app to record screen in avi.
Then used ffmpeg to convert that avi to .gif.

So I thought why not do it directly.

Dry Falls
Posts: 616
Joined: Tue 16 Dec 2014, 23:37
Location: Upper Columbia

#19 Post by Dry Falls »

step wrote:@stemsee, you coul also try Fatdog-710 screencast.sh, it's changed since 2015, last update number is 1.6.
I stand corrected, step. The version I got was from an earlier fd.sfs. Here is the file you speak of, and it works great. (rename and place in /usr/bin)
Attachments
screencast.sh.fake.gz
(23.22 KiB) Downloaded 122 times

step
Posts: 1349
Joined: Fri 04 May 2012, 11:20

#20 Post by step »

No worries, Dry Falls, thanks.
[url=http://murga-linux.com/puppy/viewtopic.php?t=117546]Fatdog64-810[/url]|[url=http://goo.gl/hqZtiB]+Packages[/url]|[url=http://goo.gl/6dbEzT]Kodi[/url]|[url=http://goo.gl/JQC4Vz]gtkmenuplus[/url]

Post Reply