Page 4 of 5

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

Posted: Thu May 20, 2021 3:55 pm
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


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

Posted: Fri May 21, 2021 12:14 am
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:


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

Posted: Tue May 25, 2021 2:22 am
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.


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

Posted: Wed May 26, 2021 2:43 am
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.


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

Posted: Wed May 26, 2021 2:49 am
by rcrsn51

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

See the discussion here.


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

Posted: Wed May 26, 2021 3:25 am
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.


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

Posted: Wed May 26, 2021 3:27 am
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.


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

Posted: Wed May 26, 2021 3:35 am
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)


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

Posted: Wed May 26, 2021 3:37 am
by rcrsn51

See my post above.


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

Posted: Wed May 26, 2021 3:42 am
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.


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

Posted: Wed May 26, 2021 3:47 am
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.


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

Posted: Wed May 26, 2021 3:52 am
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..


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

Posted: Wed May 26, 2021 3:59 am
by rcrsn51

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


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

Posted: Thu May 27, 2021 3:10 am
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...:-)


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

Posted: Thu May 27, 2021 1:27 pm
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.


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

Posted: Thu May 27, 2021 1:29 pm
by rcrsn51

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


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

Posted: Thu May 27, 2021 11:51 pm
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


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

Posted: Wed Jul 07, 2021 9:50 am
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


Re: FossaDog Frugal Install?

Posted: Wed Jul 07, 2021 3:26 pm
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.


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

Posted: Wed Jul 07, 2021 9:27 pm
by stemsee

Hello Tosim

Fossadog has frugal install in menu.

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

I use it daily on my chromebook.


Re: FossaDog Frugal Install?

Posted: Wed Jul 07, 2021 9:48 pm
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.


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

Posted: Thu Jul 08, 2021 2:07 pm
by tosim

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


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

Posted: Thu Jul 08, 2021 2:13 pm
by rcrsn51

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


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

Posted: Mon Jul 26, 2021 7:27 pm
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?


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

Posted: Fri Feb 25, 2022 7:21 pm
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.


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

Posted: Mon Jan 02, 2023 1:40 pm
by Amol

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


SVG icon

Posted: Wed Jan 04, 2023 7:34 pm
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.
____________________________


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

Posted: Wed Apr 05, 2023 12:06 am
by Thanos

I'm testing FossaDog :thumbup2:

It is nearly my dream os.


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

Posted: Thu Apr 06, 2023 7:13 am
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


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

Posted: Thu Apr 06, 2023 10:47 am
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: