6

I have created SD card with Ubuntu Desktop 21.10 using Pi Imager on Raspbian. It boots fine but when I interact with desktop environment, e.g. re-arrange the icons on the sidebar, the desktop environment freezes. When it's frozen, I can still ssh into it from another device on the same network and use anything that does not require graphical environment (e.g. I can use htop to see that the system is actually running as usual and the issue is with GUI).

Initially, I used the default DE this Ubuntu image comes with (Gnome shell) and when it got frozen, I was able to ssh into Pi and kill gnome-shell process which got me back to log in screen. I was also able to change some display-related settings (resolution, scaling, etc.) without it freezing but eventually some interaction with the environment is always making it unresponsive.

I figured that maybe a different desktop environment would solve the issue so I installed MATE desktop through tasksel. After re-boot, I started using MATE, but it was even worse: I wasn't even able to change screen resolution, because when I clicked on the menu and then "Preferences", it froze. In this case I was not able to locate the process which I could kill to restore the environment without a reboot.

In both cases, I can use GUI apps as long as I launch them from terminal (in the case of MATE, I was able to right-click on the desktop and select "open in terminal", in the case of the default Gnome shell, I was even able to launch terminal from the usual menu and "Add to favourites").

It's challenging to determine what exactly triggers the freeze because when I use GUI applications launched via terminal, I will eventually click something that freezes everything.

What could be causing the issue? Is it more likely to be Raspberry-specific or an issue with ARM port of the desktop environments?

Raspbian 32-bit and its LXDE environment work just fine (so the issue is Ubuntu-specific and not related to power supply or SD card reader) but I need 64-bit system, preferably Ubuntu, for better performance and some software which only runs on 64-bit systems (e.g. Sublime Text 4).

Rafal
  • 169
  • 4

1 Answers1

0

I have the same problem with Ubuntu Raspberry Pi Desktop 21.10 on both a Pi4 and a Pi400 using an SSD created as above. I have had no problems at all with the 21.04 version on the same hardware, so I suspect a lack of testing may be at the root of this problem

SteveK
  • 1