Xubuntu 19.10.1 on PI 4 4GB experience feedback
Posted: Sun Mar 15, 2020 4:52 pm
Hello,
This post is to give my Ubuntu experience feedback.
I'm a Raspbian user since the first Raspberry Pi, I just wanted to give a try to Ubuntu on the Pi.
I downloaded 64bit Ubuntu 19.10 for the Pi4 from the official site
Checking, uncompressing and burning the image from linux with dd was as easy as usual.
Put the SD in the Pi and yes it boots.
I was expecting everything running out of the box, but actually it's almost out of the box.
There is no desktop it's console only. Well it's logical it's a server version.
So as suggested here I installed a desktop. I choosed xubuntuSome 1200+ packages and half an hour later (slow internet here) I was prompted to choose a session manager, 2 choices: gdm or lightdm. I choosed lightdm.
After reboot the screen was black nothing on it, however the system was running and I was able lo login in a virtual console (Alt-F1).
From here I found a process using 1 cpu 100% and running forever it was named something like "lightdm-greeter-...."
So the problem was the graphical login screen, may be gdm would have been a better choice when I was asked to choose.. I don't know.
No problem after a quick search on the web I found and install slick-greeter and the problem was gone, I was able to login to a nice xfce desktop.It's very complete, Firefox is installed, easy to get wifi running, etc..
But no sound! (alsa reported no sound card installed)
Again search on the web, found and added
in /boot/firmware/usercfg.txt
reboot and ok audio is working.
I don't know why this is not the default as it is in Raspbian config.txt
Anyway the system is nice and pleasant to use.
I installed cromium thru snap and it worked like a charm.
I didn't run any performance test, it was just a test of the look and feel.
That's it, I just wanted to share my experience I don't have any question.
--
Jmp0
This post is to give my Ubuntu experience feedback.
I'm a Raspbian user since the first Raspberry Pi, I just wanted to give a try to Ubuntu on the Pi.
I downloaded 64bit Ubuntu 19.10 for the Pi4 from the official site
Checking, uncompressing and burning the image from linux with dd was as easy as usual.
Put the SD in the Pi and yes it boots.
I was expecting everything running out of the box, but actually it's almost out of the box.
There is no desktop it's console only. Well it's logical it's a server version.
So as suggested here I installed a desktop. I choosed xubuntu
Code: Select all
sudo apt update
sudo apt install xubuntu-desktopAfter reboot the screen was black nothing on it, however the system was running and I was able lo login in a virtual console (Alt-F1).
From here I found a process using 1 cpu 100% and running forever it was named something like "lightdm-greeter-...."
So the problem was the graphical login screen, may be gdm would have been a better choice when I was asked to choose.. I don't know.
No problem after a quick search on the web I found and install slick-greeter and the problem was gone, I was able to login to a nice xfce desktop.It's very complete, Firefox is installed, easy to get wifi running, etc..
But no sound! (alsa reported no sound card installed)
Again search on the web, found and added
Code: Select all
dtparam=audio=onreboot and ok audio is working.
I don't know why this is not the default as it is in Raspbian config.txt
Anyway the system is nice and pleasant to use.
I installed cromium thru snap and it worked like a charm.
I didn't run any performance test, it was just a test of the look and feel.
That's it, I just wanted to share my experience I don't have any question.
--
Jmp0