Fossa64-bas - CLOSED

Moderator: Forum moderators

User avatar
amethyst
Posts: 2355
Joined: Tue Dec 22, 2020 6:35 am
Has thanked: 55 times
Been thanked: 473 times

Re: Fossa64-bas - A Basic Fossapup

Post by amethyst »

greengeek wrote: Tue Jul 25, 2023 9:46 am
amethyst wrote: Tue Jul 25, 2023 8:08 am

But if there is some holdup at startup wouldn't that be evident every single time you start the browser (which isn't the case)?

I get the feeling that the browsers initially spend quite a bit of time exploring the capabilities of the hardware and i guess they make a config file dependent on what works and what doesn't. Once that process is over the next run is much quicker to start.
(In my case I get the slow start after every boot because it's always a pristine boot without anything saved from last run)

I am impressed with the very quick start up of Dissenter browser though - noticeably quicker than any of the others.

Brave also starts very quick. Dissenter is a fork of Brave.

User avatar
amethyst
Posts: 2355
Joined: Tue Dec 22, 2020 6:35 am
Has thanked: 55 times
Been thanked: 473 times

Re: Fossa64-bas - A Basic Fossapup

Post by amethyst »

Actually running Brave as my main browser now. Taken some time to set up the configuration just as I want it. Changed the search engine to DuckDuckGo, the Brave search engine isn't too great. Have Opera as a backup. Both much lighter on resources than Firefox which really puts strain on an old machine. To be honest, one should do well with any of the Chromium based browsers but Brave does startup a bit faster.

User avatar
greengeek
Posts: 1200
Joined: Thu Jul 16, 2020 11:06 pm
Has thanked: 339 times
Been thanked: 145 times

Re: Fossa64-bas - "Big-1" version

Post by greengeek »

This post relates to the "big1" version (which has ffmpeg pre-installed in the iso)
Not relevant to the "basic" version.

I use ffmpeg for all sorts of video transformations so I wanted to test whether or not my usual ffmpeg "one liners" would work here.

In particular I needed to rotate a video that came off my Samsung camera but when viewed on computer was in landscape mode instead of portrait.

Different versions of ffmpeg use different vf filters and filter syntax so I had to try a few different commands to get the correct rotation. But the following syntax worked to rotate the video 90 degrees clockwise:

Code: Select all

ffmpeg -i inputfile.mp4 -vf "rotate = 6.28" -acodec aac -strict -2 -b:a 384k outputfile.mp4

(Rotates video 90 degrees CLOCKWISE)

Just to explain the detail - the rotate angle is specified in radians so "6.28" represents 2xPi.

Initially I used "rotate = 3.14" as I thought that should represent a 90 degree turn to the right - but in fact it turned it ANTIclockwise and left the image upside down.

Anyway - with the right syntax ffmpeg was able to give me the video output I needed so big tick from me. :thumbup: :thumbup:

ozsouth
Posts: 1350
Joined: Sun Jul 12, 2020 2:38 am
Location: S.E. Australia
Has thanked: 209 times
Been thanked: 597 times

Re: Fossa64-bas - A Basic Fossapup

Post by ozsouth »

I examined Slimjet & Midori in more depth. Midori is good & at 61mb, was able to see most things (not all my paid streaming services). It did not require ffmpeg to be installed. Slimjet did not impress me any more than Chrome.

ozsouth
Posts: 1350
Joined: Sun Jul 12, 2020 2:38 am
Location: S.E. Australia
Has thanked: 209 times
Been thanked: 597 times

Fossa64-bas - gtk3 .pet fix

Post by ozsouth »

I had trouble printing from Firefox & Chrome & discovered today that my gtk3 .pet was at fault. Fixed version linked in 1st post.

User avatar
amethyst
Posts: 2355
Joined: Tue Dec 22, 2020 6:35 am
Has thanked: 55 times
Been thanked: 473 times

Re: Fossa64-bas - A Basic Fossapup

Post by amethyst »

@ozsouth I have downloaded version 9, now I have the same issue as mentioned before. mikewalsh's portable browsers won't run. :?

ozsouth
Posts: 1350
Joined: Sun Jul 12, 2020 2:38 am
Location: S.E. Australia
Has thanked: 209 times
Been thanked: 597 times

Re: Fossa64-bas - A Basic Fossapup

Post by ozsouth »

@amethyst - did you add the apulse-gtk3-fixed-fl.pet in 1st post? Is essential for bigger browsers. Must uninstall old one first.
I do have a 223mb version with apulse-gtk3 & all my small .pets installed. Still has palemoon as an adrv & no ffmpeg, but that's all to add if you wish (and a bigger browser, if desired). I can pm you a link if you want to test it.

User avatar
amethyst
Posts: 2355
Joined: Tue Dec 22, 2020 6:35 am
Has thanked: 55 times
Been thanked: 473 times

Re: Fossa64-bas - A Basic Fossapup

Post by amethyst »

ozsouth wrote: Thu Jul 27, 2023 9:12 am

@amethyst - did you add the apulse-gtk3-fixed-fl.pet in 1st post? Is essential for bigger browsers. Must uninstall old one first.
I do have a 223mb version with apulse-gtk3 & all my small .pets installed. Still has palemoon as an adrv & no ffmpeg, but that's all to add if you wish (and a bigger browser, if desired). I can pm you a link if you want to test it.

Oh yes, forgot about the extra libraries. You know I have just checked again and I can play ALL my streaming sites (DRM, everything) without installing the ffmpeg package and using mikewalsh's portable Brave browser with the gnome-mplayer .pet package installed..and last time I checked I could play all my video and audio files with this gnome-mplayer as well. This is going to cut a a big chunk out of the size of my base system not needing ffmpeg. Quite amazing the functionality one can get with such a small system. :thumbup:

ozsouth
Posts: 1350
Joined: Sun Jul 12, 2020 2:38 am
Location: S.E. Australia
Has thanked: 209 times
Been thanked: 597 times

Re: Fossa64-bas - small ffmpeg

Post by ozsouth »

Well there's an amazing discovery. By using ScPup64's ffmpeg, I needed way less libraries. I've made a 7.5mb ffmpeg, tested OK with my paid streaming services & other media. Sometimes it pays to dig deeper. See 2nd post.
I've now made a 229mb pup with lots of .pets installed - still testing.

User avatar
amethyst
Posts: 2355
Joined: Tue Dec 22, 2020 6:35 am
Has thanked: 55 times
Been thanked: 473 times

Re: Fossa64-bas - A Basic Fossapup

Post by amethyst »

My base sfs (ydrv and other installs included) is 117MB and has everything I need for day to day computing. If I swap in the Tahr kernel, my Basic Fossa will be less than 150MB (everything included besides the browser). Max xz compression.

ozsouth
Posts: 1350
Joined: Sun Jul 12, 2020 2:38 am
Location: S.E. Australia
Has thanked: 209 times
Been thanked: 597 times

Re: Fossa64-bas - DONE

Post by ozsouth »

OK, I think this is as far as I can advance this, so I intend to stop work on it. I've made a more complete version, MID, 258mb - has most of my small .pets & can stream & print OOTB. See forum announcement.

User avatar
amethyst
Posts: 2355
Joined: Tue Dec 22, 2020 6:35 am
Has thanked: 55 times
Been thanked: 473 times

Re: Fossa64-bas - DONE

Post by amethyst »

ozsouth wrote: Fri Jul 28, 2023 5:11 am

OK, I think this is as far as I can advance this, so I intend to stop work on it. I've made a more complete version, MID, 258mb - has most of my small .pets & can stream & print OOTB. See forum announcement.

For me this has achieved its goal. I wouldn't want to make my version any bigger because then you may just as well use the standard, official release (without much more functionality, for me, anyway). Thanks for the work on this, must have been quite an effort to remove all those libraries without breaking the system. Nice job.

User avatar
greengeek
Posts: 1200
Joined: Thu Jul 16, 2020 11:06 pm
Has thanked: 339 times
Been thanked: 145 times

Re: Fossa64-bas - Midori

Post by greengeek »

ozsouth wrote: Wed Jul 19, 2023 8:02 am

@oui - I've found a .deb for Midori 10.0.2 beta here: https://astian.org/wp-content/uploads/m ... beta-2.deb
Needs gtk3 from here: https://www.mediafire.com/file/fik7do6a ... l.pet/file
.......

The gtk3 link is dead so just wondering if there is a new gtk3 link or other pet or deb I missed?
Keen to try Midori in Fossa-Mid.
Cheers!

ozsouth
Posts: 1350
Joined: Sun Jul 12, 2020 2:38 am
Location: S.E. Australia
Has thanked: 209 times
Been thanked: 597 times

Re: Fossa64-bas - DONE

Post by ozsouth »

@greengeek - I've added new link to that post, but with Fossa64-Mid, all the needed libs including gtk3 are in the ydrv (Midori needs to run without apulse being used). Interesting test, as Mid has ffmpeg-sml in ydrv & Midori has it's own micro-ffmpeg.

User avatar
greengeek
Posts: 1200
Joined: Thu Jul 16, 2020 11:06 pm
Has thanked: 339 times
Been thanked: 145 times

Re: Fossa64-bas - DONE

Post by greengeek »

ozsouth wrote: Sat Jul 29, 2023 8:32 am

with Fossa64-Mid, all the needed libs including gtk3 are in the ydrv (Midori needs to run without apulse being used). Interesting test, as Mid has ffmpeg-sml in ydrv & Midori has it's own micro-ffmpeg.

Awesome, thanks. Yep, just tested the Midori deb you linked and it runs in Mid without any other additions. Excellent!

User avatar
amethyst
Posts: 2355
Joined: Tue Dec 22, 2020 6:35 am
Has thanked: 55 times
Been thanked: 473 times

Re: Fossa64-bas - DONE

Post by amethyst »

As mentioned I can't get pEqualizer to work with this BASE version, HOWEVER, there is hope for an equalizer. MPlayer has a builtin equalizer so it is a matter of getting it invoked and getting the settings right for your setup. A relatively easy way is to specify the command in Gnome-Mplayer's preferences. To do this: Run gnome-mplayer > Edit > Preferences > MPlayer > place the command -af equalizer=0:0:0:0:0:0:0:0:0:0 in the Extra Options to MPlayer box. The zero's represent the values of the 10 sliders with the bass settings to the left and the treble settings to the right. So in this standard command everything is set to 0 which I presume will activate the equalizer with the "flat" preset (I think). So it's now a matter of setting the preferred values for your setup. Setting the 2 levels to the far left (for bass) and the 2 levels to the far right (for treble) is normally sufficient for me. With my very basic pc speakers I've set it as follows as an example: -af equalizer=7:7:0:0:0:0:0:0:3:3

ozsouth
Posts: 1350
Joined: Sun Jul 12, 2020 2:38 am
Location: S.E. Australia
Has thanked: 209 times
Been thanked: 597 times

Re: Fossa64-bas - CLOSED

Post by ozsouth »

Project CLOSED. Replaced by Fossa64-Less.

Post Reply

Return to “Re-masters”