sidney108
Posts: 1
Joined: Sat May 02, 2020 10:33 am

Ubuntu 20.04 HDMI display driver problem

Sat May 02, 2020 11:00 am

Hi,
I have first time installed Ubuntu 20.04 an my new Pi 4B, 4GB and it runs, but the display settings is only showing 1824x974 (9:5) option.
I have been using Ubuntu for more then a decade, but here I am missing the "additional drivers" section in settings. I have almost new Samsung 4k monitor, but there is just one fixed resolution available.
Any idea?
Thanks a lot...
P.S.: I can't install any other desktop - have tried lubuntu and kubuntu, but both have failed few times. It just hangs with an empty screen towards the end and only cursor (underscore) on it. Needs hard reset. Have tried re-create the install medium - always the same. synaptic has fixed some dependences, but no apparent broken packages. sudo dpkg --configure -a also without any effect... :(

salmay
Posts: 1
Joined: Sat May 02, 2020 12:51 pm

Re: Ubuntu 20.04 HDMI display driver problem

Sat May 02, 2020 12:55 pm

same problem, attached a pi4 to a philips 499P9 configurable as a dual 2560x1440. But is doesn't recognize the displays and only shows that resolution of 1824 x 984

blendfish
Posts: 1
Joined: Sat May 02, 2020 5:58 pm

Re: Ubuntu 20.04 HDMI display driver problem

Sat May 02, 2020 6:06 pm

Just installed this on the kids pi 4 and I'm also getting the display issue. I don't think it's just a resolution issue as I've noticed the screen occasionally glitches / goes black / mouse restores background as I move over the screen.

Resolution is wrong as with the OP.

I'm no expert in this but I think it might be something to do with llvmpipe being used as a software gfx driver instead of the proper hardware ones.

I wouldn't consider this usable on the pi at the moment (you also need a wired connection to install as working internet seems to be required to install the WiFi internet drivers. Genius.

User avatar
waveform80
Posts: 359
Joined: Mon Sep 23, 2013 1:28 pm
Location: Manchester, UK
Contact: Website Twitter

Re: Ubuntu 20.04 HDMI display driver problem

Sat May 02, 2020 6:23 pm

If you haven't already, try adding the following to /boot/firmware/syscfg.txt (or usercfg.txt):

Code: Select all

dtoverlay=vc4-fkms-v3d
That loads the "fake" KMS framebuffer which is considerably better for desktop usage. There's a few more bits in this post in case they're useful.

Dave.
Author of / contributor to a few pi related things (picamera, Sense HAT emulator, gpio-zero, piwheels, etc.), and currently a software engineer at Canonical responsible for Ubuntu Server and Core on the Raspberry Pi.

ichi
Posts: 4
Joined: Tue Aug 20, 2019 11:45 pm

Re: Ubuntu 20.04 HDMI display driver problem

Mon May 04, 2020 4:28 am

Hi,

thank you very much! The hint with the dtoverlay=vc4-fkms-v3d solved my problem! I was searching a lot before I found this and already wanted to give up.
Thank you!

Gyula

Return to “Ubuntu”