FossaDog (Ubuntu 20.04 'Focal Fossa' LTS) 64-bit (updated 2020-11-15)

Moderator: fredx181

User avatar
fredx181
Posts: 3085
Joined: Tue Dec 03, 2019 1:49 pm
Location: holland
Has thanked: 375 times
Been thanked: 1314 times
Contact:

Re: FossaDog (Ubuntu 20.04 'Focal Fossa' LTS) 64-bit (updated 2020-11-15)

Post by fredx181 »

dcung wrote: Thu May 20, 2021 9:07 am

My FossaDog goes to sleep/suspend when lid is closed.
I'd like the laptop (Dell D630) to shutdown when the lid is closed.
Where can I find/change the settings please?

Thank you.

Edit '/etc/systemd/logind.conf', find "HandleLidSwitch" so becomes this (uncomment and set to poweroff):

Code: Select all

HandleLidSwitch=poweroff
HandleLidSwitchExternalPower=poweroff

Reboot to apply the change, or:
to apply directly (untested, read it on the web):

Code: Select all

systemctl restart systemd-logind

Fred

dcung
Posts: 471
Joined: Fri Sep 25, 2020 4:31 am
Has thanked: 57 times
Been thanked: 68 times

Re: FossaDog (Ubuntu 20.04 'Focal Fossa' LTS) 64-bit (updated 2020-11-15)

Post by dcung »

fredx181 wrote: Thu May 20, 2021 3:55 pm

Edit '/etc/systemd/logind.conf', find "HandleLidSwitch" so becomes this (uncomment and set to poweroff):
...
Reboot to apply the change, or:
...
Fred

Now when lid is closed, it shutdowns after making those changes.
Thank you Fred. :thumbup:

dcung
Posts: 471
Joined: Fri Sep 25, 2020 4:31 am
Has thanked: 57 times
Been thanked: 68 times

Re: FossaDog (Ubuntu 20.04 'Focal Fossa' LTS) 64-bit (updated 2020-11-15)

Post by dcung »

I just installed FossaDog on a spare old laptop that has XenialPup64 7.5, and FatDog64 already.
Fujitsu LifeBook S6311 T5600 1.83GHz, 2GB RAM, 80GB HDD.

Sound is not working in FossaDog, but working fine in the other two (XenialPup64 & FatDog64) - btw - I just used YouTube to test sound.
In AlsaMixer it says:
Card - HDA Intel
Chip - Realtek ALC262

I did apt-get update and upgraded all upgradeable using Synaptic Package Manager. There were approx 133 packages got updated, no errors, some warnings. Rebooted and no sound still. That's the end of my knowledge. Anything else that can be done please? Thanks.

dcung
Posts: 471
Joined: Fri Sep 25, 2020 4:31 am
Has thanked: 57 times
Been thanked: 68 times

Re: FossaDog (Ubuntu 20.04 'Focal Fossa' LTS) 64-bit (updated 2020-11-15)

Post by dcung »

On separate issue - nVidia driver.

My 'multimedia box' is currently using Windows10.
I want to replace Windows with FossaDog if I can. I found that video performance is better when using nVidia driver. On my Dell 630 laptop, I use following command to install the driver successfully.

Code: Select all

apt-get update
apt-get install linux-headers-$(uname -r)
apt-get install nvidia-340 

On this PC, it has nVidia GeForce 7900GS and it does not work when I tried using nvidia-340 driver.
Some googling, tells me to use 304.37 driver. I tried following commands with no luck (from my old notes for DebianDog)

Code: Select all

apt-get update
apt-get install linux-headers-$(uname -r)
apt-get install nvidia-detect
nvidia-detect #pick the recommended driver
apt-get install nvidia-legacy-304xx-driver

Anyone knows which driver to use please? Thanks.

User avatar
rcrsn51
Posts: 1390
Joined: Sun Aug 23, 2020 4:26 pm
Been thanked: 357 times

Re: FossaDog (Ubuntu 20.04 'Focal Fossa' LTS) 64-bit (updated 2020-11-15)

Post by rcrsn51 »

What driver did the nvidia-detect command recommend? The nvidia-legacy-304xx-driver?

See the discussion here.

dcung
Posts: 471
Joined: Fri Sep 25, 2020 4:31 am
Has thanked: 57 times
Been thanked: 68 times

Re: FossaDog (Ubuntu 20.04 'Focal Fossa' LTS) 64-bit (updated 2020-11-15)

Post by dcung »

rcrsn51 wrote: Wed May 26, 2021 2:49 am

What driver did the nvidia-detect command recommend? The nvidia-legacy-304xx-driver?

See the discussion here.

apt-get install nvidia-detect
apt-get install nvidia-legacy-304xx-driver
apt-get install nvidia-legacy-30437-driver
-> these commands errors out, something about package not found/available.
I'm still fiddling and reading... Trying to see what package name to use.

User avatar
rcrsn51
Posts: 1390
Joined: Sun Aug 23, 2020 4:26 pm
Been thanked: 357 times

Re: FossaDog (Ubuntu 20.04 'Focal Fossa' LTS) 64-bit (updated 2020-11-15)

Post by rcrsn51 »

What happens when you run the "nvidia-detect" command from a terminal?

IIRC, Ubuntu handles nvidia driver detection differently than Debian. Read here.

dcung
Posts: 471
Joined: Fri Sep 25, 2020 4:31 am
Has thanked: 57 times
Been thanked: 68 times

Re: FossaDog (Ubuntu 20.04 'Focal Fossa' LTS) 64-bit (updated 2020-11-15)

Post by dcung »

rcrsn51 wrote: Wed May 26, 2021 3:27 am

What happens when you run the "nvidia-detect" command from a terminal?

bash: nvidia-detect: command not found.

(which is what I expected, since "apt-get install nvidia-detect" -> E: Unable to locate package nvidia-detect)

User avatar
rcrsn51
Posts: 1390
Joined: Sun Aug 23, 2020 4:26 pm
Been thanked: 357 times

Re: FossaDog (Ubuntu 20.04 'Focal Fossa' LTS) 64-bit (updated 2020-11-15)

Post by rcrsn51 »

See my post above.

dcung
Posts: 471
Joined: Fri Sep 25, 2020 4:31 am
Has thanked: 57 times
Been thanked: 68 times

Re: FossaDog (Ubuntu 20.04 'Focal Fossa' LTS) 64-bit (updated 2020-11-15)

Post by dcung »

rcrsn51 wrote: Wed May 26, 2021 3:37 am

See my post above.

I did.

apt-get install ubuntu-drivers-common (-> installed successfully)
ubuntu-drivers devices | grep recommended

came back empty...

ubuntu-drivers devices also came back empty. No errors after running the command.

User avatar
rcrsn51
Posts: 1390
Joined: Sun Aug 23, 2020 4:26 pm
Been thanked: 357 times

Re: FossaDog (Ubuntu 20.04 'Focal Fossa' LTS) 64-bit (updated 2020-11-15)

Post by rcrsn51 »

Then the discussion in the Debian forum probably applies to your situation. These old nvidia cards are no longer supported in Linux.

What driver are you currently using - the nouveau modesetting driver?

I had good results on an old nvidia machine running Debian Buster by switching to the Xorg framebuffer driver. But I don't know how that would work in Ubuntu.

Last edited by rcrsn51 on Wed May 26, 2021 3:54 am, edited 1 time in total.
dcung
Posts: 471
Joined: Fri Sep 25, 2020 4:31 am
Has thanked: 57 times
Been thanked: 68 times

Re: FossaDog (Ubuntu 20.04 'Focal Fossa' LTS) 64-bit (updated 2020-11-15)

Post by dcung »

rcrsn51 wrote: Wed May 26, 2021 3:47 am

Then the discussion in the Debian forum probably applies to your situation. These old nvidia cards are no longer supported in Linux.

What driver are you currently using - the nouveau modesetting driver?

Whatever in FossaDog, I think so ie. nouveau.
It works but not acceptable for high resolution (1920x1080) video performance.

Looks like, I still have to use the bloated Windows10 on this PC..

Last edited by dcung on Wed May 26, 2021 4:10 am, edited 2 times in total.
User avatar
rcrsn51
Posts: 1390
Joined: Sun Aug 23, 2020 4:26 pm
Been thanked: 357 times

Re: FossaDog (Ubuntu 20.04 'Focal Fossa' LTS) 64-bit (updated 2020-11-15)

Post by rcrsn51 »

Then the framebuffer driver (see above) probably won't help.

dcung
Posts: 471
Joined: Fri Sep 25, 2020 4:31 am
Has thanked: 57 times
Been thanked: 68 times

Re: FossaDog (Ubuntu 20.04 'Focal Fossa' LTS) 64-bit (updated 2020-11-15)

Post by dcung »

I found this, and google translate shows it in English.
https://lafibre.info/tutoriels-linux/nv ... ntu-18-04/

I knew the chance of success is next to zero. FossaDog is Ubuntu 20.04.
Not knowing what I was doing, I gave it a go anyway...

downloaded the driver, extracted it, patched it.
created /etc/modprobe.d/disable-nouveau.conf accordingly.
update-initramfs -u (in my case return to prompt with nothing, in the screenshot it was generating initrd.img.xxx)

After reboot (it went to 640x480 res), I exited X-windows and installed the nvidia-304 driver (via ./nvidia-installer).
In screenshots it showed X windows config was updated. In my case, it didn't even ask.
After final reboot, it was still 640x480 res. No nvidia splash (on my Dell 630 laptop, this is how I know nvidia driver installed successfully, apart from CPU util drops significantly when playing hi-res video)

Anyway...it's really beyond my depth...:-)

backi
Posts: 602
Joined: Thu Jul 23, 2020 2:28 pm
Has thanked: 77 times
Been thanked: 70 times

Re: FossaDog (Ubuntu 20.04 'Focal Fossa' LTS) 64-bit (updated 2020-11-15)

Post by backi »

Hi dcung !
I am using a Dell Precision M6600 .
Did install NVIDIA Drivers.
For getting NVIDIA to run i have to disable in BIOS the OTPIMUS option (in BIOS Video Settings )....else it will not run/activate NVIDIA Driver on Reboot.
Not sure if there is something like OPTIMUS in your BIOS Settings for your Dell 630 laptop,
NVIDIA on Dells is really a Pain in the Ass.

Mostly i don`t use NVIDIA Graphic Card .... causing more Heat.I disable NVIDIA Graphic Card by enabling OPTIMUS in BIOS.

Last edited by backi on Thu May 27, 2021 1:36 pm, edited 2 times in total.
User avatar
rcrsn51
Posts: 1390
Joined: Sun Aug 23, 2020 4:26 pm
Been thanked: 357 times

Re: FossaDog (Ubuntu 20.04 'Focal Fossa' LTS) 64-bit (updated 2020-11-15)

Post by rcrsn51 »

@dcung: Did you have the kernel headers package installed? Read here for the Debian instructions. See Method B.

dcung
Posts: 471
Joined: Fri Sep 25, 2020 4:31 am
Has thanked: 57 times
Been thanked: 68 times

Re: FossaDog (Ubuntu 20.04 'Focal Fossa' LTS) 64-bit (updated 2020-11-15)

Post by dcung »

For this issue - Not sure if I should create a separate thread or keep posting on this FossaDog. I don't mind either way. If Fred thinks, I should create separate one, let me know.

The PC involved has following specs:
Asus P5K-E Motherboard, E6750 CoreDuo@2.66GHz, 4GB RAM, GeForce 7900GS GPU card and SSD.

My goal is to replace current Windows10 with any light weight linux that has (latest..ish) Firefox, Chrome and VLC player. My preference is FossaDog, BionicDog, or any other flavour that boots fast.
I have settled on FossaDog/BionicDog since experimenting on puppy linuxes probably 3 years ago in the old forum. So, using FossaDog is my 'ultimate' goal when replacing OS on my old HW collections.

While not completely clueless technically, my linux knowlegde is limited to say the least...
I realised that old nvidia cards are no longer supported in later version of linuxes. So, this is just to experiment and improve my linux knowledge while doing it.

Having found the French link above, I downloaded ubuntu-18.04.5-desktop-amd64.iso and ubuntu-20.04.2.0-desktop-amd64.iso. Only to proof that nVidia driver can be installed (specifically on my HW above).

I started with ubuntu-20. Could not even get proper GUI. I didn't try to fix/troubleshoot.
Switched to ubuntu-18.04.5. Better, GUI interface ok with built-in video driver, so I followed what's in the French link. NVIDIA-Linux-x86_64-304.137 installation with some errors (X config part). After reboot, no GUI. Tried startx manually, no joy, errors...
Redo ./nvidia-installer again from non-GUI command prompt as root, same result...
I will try to locate error logs mentioned...(when I'm recharged).

backi wrote: Thu May 27, 2021 1:27 pm

Hi dcung !
I am using a Dell Precision M6600 ...

Hi backi,
FossaDog64 - With Dell D630 laptop, nVidia driver install is surprisingly (and pleasantly) easy. Only 3 lines of commands. See my post above.

rcrsn51 wrote: Thu May 27, 2021 1:29 pm

@dcung: Did you have the kernel headers package installed? Read here for the Debian instructions. See Method B.

@rcrsn51
I blindly followed the French link, and thought this line below included all needed - not sure if kernel headers included.

Code: Select all

sudo apt install gcc make build-essential gcc-multilib dkms mesa-utils

I will try installing headers next time I experiment.
I will also try to get Debian light weight later...whichever works, as long as with nVidia driver installed.
EDIT: I think I tried this (Method B and your revised procedure) on Dell D630 back then, and it worked. But since I found the 3 lines command and has been using the 'updated' procedure on Dell D630 (I think it has nvidia quadro nvs 135m).
Need to find procedure that works for my 7900GS now.

Continue on this now
viewtopic.php?f=58&t=3062

User avatar
stemsee
Posts: 779
Joined: Sun Jul 26, 2020 8:11 am
Location: lattitude 8
Has thanked: 185 times
Been thanked: 131 times

Re: FossaDog (Ubuntu 20.04 'Focal Fossa' LTS) 64-bit (updated 2020-11-15)

Post by stemsee »

There is no blue-alsa package in the repo. Without it bluetooth cannot connect to Audio Sink devices. And compiling it failed due to software in non-standard-prefix. If possible please provide packages; alsa-libs (aptx enabled), blue-alsa (aptx and aac enabled ... requires fdk-aac).

Also /etc/init.d/bluetooth is incomplete or barebones. It would need to start bluealsa, add services using sdptool, obexftpd, obexd etc

Code: Select all

bluetoothd -C -E &
obexd -a &
obexftpd -b &
bluetoothctl power on
bluetoothctl agent on
bluetoothctl default-agent
if type bluealsa > /dev/null 2>&1; then
	sleep 2
	bluealsa &
fi
sdptool add OPUSH
sdptool add LAN
sdptool add FTP
sdptool add KEYB
sdptool add HID
sdptool add A2SNK
sdptool add A2SRC
hciconfig hci0 up

Cheers
stemsee

tosim
Posts: 481
Joined: Thu Jul 23, 2020 1:13 pm
Has thanked: 929 times
Been thanked: 59 times

Re: FossaDog Frugal Install?

Post by tosim »

I've done a search to my query, but came up empty.Presently, I have several Puppies frugally installed on a hard drive. There are both 32b and 64b pups. I'd really like to also frugal install FossaDog,
and possibly BusterDog, or whichever Dog you may suggest. However, as I'm not sure how to frugal install(or even if possible) a "Dog",, I would very much appreciate guidance, step by step, PLEASE. BTW-I
used the built-in app "Frugal Installer", in the Pups to do those. Thank you very, very much.

User avatar
stemsee
Posts: 779
Joined: Sun Jul 26, 2020 8:11 am
Location: lattitude 8
Has thanked: 185 times
Been thanked: 131 times

Re: FossaDog (Ubuntu 20.04 'Focal Fossa' LTS) 64-bit (updated 2020-11-15)

Post by stemsee »

Hello Tosim

Fossadog has frugal install in menu.

install.png
install.png (236.04 KiB) Viewed 4250 times

I use it daily on my chromebook.

User avatar
rcrsn51
Posts: 1390
Joined: Sun Aug 23, 2020 4:26 pm
Been thanked: 357 times

Re: FossaDog Frugal Install?

Post by rcrsn51 »

tosim wrote: Wed Jul 07, 2021 3:26 pm

I've done a search to my query, but came up empty.Presently, I have several Puppies frugally installed on a hard drive. There are both 32b and 64b pups. I'd really like to also frugal install FossaDog,
and possibly BusterDog, or whichever Dog you may suggest. However, as I'm not sure how to frugal install(or even if possible) a "Dog",, I would very much appreciate guidance, step by step, PLEASE. BTW-I
used the built-in app "Frugal Installer", in the Pups to do those. Thank you very, very much.

Go to the Debian Live Bullseye Starter Kit thread and get the deblive-multi-installer.

tosim
Posts: 481
Joined: Thu Jul 23, 2020 1:13 pm
Has thanked: 929 times
Been thanked: 59 times

Re: FossaDog (Ubuntu 20.04 'Focal Fossa' LTS) 64-bit (updated 2020-11-15)

Post by tosim »

Thank you both for the replies. I will get it done. Thanks again.

User avatar
rcrsn51
Posts: 1390
Joined: Sun Aug 23, 2020 4:26 pm
Been thanked: 357 times

Re: FossaDog (Ubuntu 20.04 'Focal Fossa' LTS) 64-bit (updated 2020-11-15)

Post by rcrsn51 »

Note that in the case of FossaDog, you will use the Ubuntu section of the multi-installer.

je55eah
Posts: 183
Joined: Mon Jul 26, 2021 5:27 pm
Has thanked: 30 times
Been thanked: 5 times

Re: FossaDog (Ubuntu 20.04 'Focal Fossa' LTS) 64-bit (updated 2020-11-15)

Post by je55eah »

I found a couple links about snaps on live booted ubuntu.

It's possible with some of them.
https://forum.snapcraft.io/t/how-to-ins ... -usbs/5413

These guys talk about it like it was fixed back in 2018.
https://forum.snapcraft.io/t/confined-s ... ng/3767/20

I didn't read this whole thread, are snaps working in Puppy now?

recobayu
Posts: 64
Joined: Tue Jul 14, 2020 9:34 am
Has thanked: 11 times
Been thanked: 8 times

Re: FossaDog (Ubuntu 20.04 'Focal Fossa' LTS) 64-bit (updated 2020-11-15)

Post by recobayu »

Hi Fred,
Now, there is an update of Ubuntu Fossa, 20.04.4.
Is there any update iso of FossaDog based of that?
Thank you.

Amol
Posts: 127
Joined: Wed Oct 26, 2022 10:35 pm
Has thanked: 27 times
Been thanked: 80 times

Re: FossaDog (Ubuntu 20.04 'Focal Fossa' LTS) 64-bit (updated 2020-11-15)

Post by Amol »

Hello UbuntuDog team !
Very good job made here with this OS.The features put in this Dog are the good ones.
THANKS !!

don570
Posts: 688
Joined: Sat Nov 21, 2020 4:43 pm
Has thanked: 5 times
Been thanked: 117 times

SVG icon

Post by don570 »

I'm testing FossaDog :thumbup2:
I came across this anomaly.
I tried to create SVG icon using this script...

Code: Select all

#!/bin/bash

echo ' <svg version="1.1" width="150" height="150" id="svg1">
    id="svg1854"
  
  <defs
     id="defs1856" />
  <sodipodi:namedview
     id="base" />
  <g
     id="g863"
     transform="matrix(2.548887,0.000000,0.000000,2.401153,-1219.592,-402.1428)"
     style="font-size:12;">
    <path
       fill="#333333"
       d="M516.791,176.799l-3.211,6.996c6.373,1.846,11.049,7.724,11.049,14.683    c0,8.435-6.861,15.296-15.294,15.296c-7.314,0-13.438-5.163-14.938-12.034l-7.119,3c2.729,9.624,11.559,16.682,22.057,16.682    c12.669,0,22.942-10.272,22.942-22.944C532.277,188.421,525.797,179.897,516.791,176.799z"
       id="path865" />
    <g
       id="g867">
      <path
         fill="#333333"
         d="M515.889,206.126c-0.555,0-1.111-0.211-1.539-0.633l-7.075-7.015h-16.514     c-1.207,0-2.185-0.978-2.185-2.185c0-1.207,0.978-2.185,2.185-2.185h18.313l8.354,8.281c0.857,0.85,0.863,2.233,0.014,3.091     C517.014,205.911,516.451,206.126,515.889,206.126L515.889,206.126z"
         id="path869" />
    </g>
  </g>
</svg>
' >  /root/baconrecorder.svg

I got error that sodipodi wasn't defined, so I deleted line
<sodipodi:namedview
and the icon was created.
____________________________

Thanos
Posts: 92
Joined: Wed Mar 29, 2023 6:02 am
Has thanked: 3 times
Been thanked: 14 times

Re: FossaDog (Ubuntu 20.04 'Focal Fossa' LTS) 64-bit (updated 2020-11-15)

Post by Thanos »

I'm testing FossaDog :thumbup2:

It is nearly my dream os.

User avatar
wiak
Posts: 4082
Joined: Tue Dec 03, 2019 6:10 am
Location: Packing - big job
Has thanked: 65 times
Been thanked: 1208 times
Contact:

Re: FossaDog (Ubuntu 20.04 'Focal Fossa' LTS) 64-bit (updated 2020-11-15)

Post by wiak »

FossaDog was excellent. BionicDog pretty good too. Because of their existence I never myself used Fossapup nor BionicPup, but I guess it is a matter of what you like in a distro when it comes to package manager support and utilities offered. Maybe BionicPup used a bit less RAM (?) so might have worked better on really old machines?? I suspect any such 'sweet spot' is pretty much now gone, and what we use comes down to habit and reluctance to adopt anything different even if just as small, efficient, and at least as functional. No harm in that of course except I feel these Dogs could have become much more popular if they had ever been made better known via the likes of Distrowatch - back when they came out I have to say they blew most alternatives out of the water (and I tried most everything back then, including Pups, and other distros large mainstream or small specialised). I used Puppy Linux from version 2.17 up to 4.31 and they really did provide for a certain class of machine that other distros of the time failed to cater for so well - not that they were perfect - I never liked that they were not multi-user, though realise that was a simplification to make their design easier to implement. But once the first DebianDogs appeared they brought the best of both worlds - small, efficient, frugal install flexible, sfs-loading, but also fully multi-user and pretty much perfect package management. I doubt those who adopted the DebianDogs ever went backi... just a joke @backi

https://www.tinylinux.info/
DOWNLOAD wd_multi for hundreds of 'distros' at your fingertips: viewtopic.php?p=99154#p99154
Αξίζει να μεταφραστεί;

backi
Posts: 602
Joined: Thu Jul 23, 2020 2:28 pm
Has thanked: 77 times
Been thanked: 70 times

Re: FossaDog (Ubuntu 20.04 'Focal Fossa' LTS) 64-bit (updated 2020-11-15)

Post by backi »

You pretty much summed it up perfectly @wiak ......what else should i say ? :thumbup:

I have installed Bionic-Dog64 ,Fossa-Dog64 with Printer Drivers installed and Debian Dog64 Bookworm on a SSD......,perfectly configured for my Demands...They all just fly......light as a Feather.........Who could ask for more.

But I am still on Bionic-Dog64 as my daily Driver.......cause...it has an older Version of Enlightenment Desktop installed (E17)....a little bit less demanding (minimal) on my Processor than the newer Enlightenment Desktop Versions.(although it does not really matter at all ....nowadays.....better Hardware).

The "Dogs" are ,in my humble Opinion, the most outstanding Product on the "Linux Scene" ......hard to beat.

@wiak wrote:

No harm in that of course except I feel these Dogs could have become much more popular if they had ever been made better known via the likes of Distrowatch - back when they came out I have to say they blew most alternatives out of the water (and I tried most everything back then, including Pups, and other distros large mainstream or small specialised).

That`s absolutely correct....

Best Wishes :thumbup:

Post Reply

Return to “UbuntuDogs”