Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[Software] Graphics Driver for Intel UHD on Bullseye

Graphical Environments, Managers, Multimedia & Desktop questions.
Post Reply
Message
Author
Anegadian
Posts: 5
Joined: 2023-03-28 12:53

[Software] Graphics Driver for Intel UHD on Bullseye

#1 Post by Anegadian »

I have a LattePanda 3 Delta with Bullseye installed. I did a network install, and no driver was installed for the Intel UHD GPU. My display works, but is stuck at 800x600 resolution.

lspci reports:
00:00.0 Host bridge: Intel Corporation Device 4e24
00:02.0 VGA compatible controller: Intel Corporation Device 4e61 (rev 01)
00:14.0 USB controller: Intel Corporation Device 4ded (rev 01)
00:14.2 RAM memory: Intel Corporation Device 4def (rev 01)
00:14.3 Network controller: Intel Corporation Device 4df0 (rev 01)
00:14.5 SD Host controller: Intel Corporation Device 4df8 (rev 01)
00:15.0 Serial bus controller [0c80]: Intel Corporation Device 4de8 (rev 01)
00:15.1 Serial bus controller [0c80]: Intel Corporation Device 4de9 (rev 01)
00:15.2 Serial bus controller [0c80]: Intel Corporation Device 4dea (rev 01)
00:16.0 Communication controller: Intel Corporation Device 4de0 (rev 01)
00:17.0 SATA controller: Intel Corporation Device 4dd3 (rev 01)
00:19.0 Serial bus controller [0c80]: Intel Corporation Device 4dc5 (rev 01)
00:19.1 Serial bus controller [0c80]: Intel Corporation Device 4dc6 (rev 01)
00:1a.0 SD Host controller: Intel Corporation Device 4dc4 (rev 01)
00:1c.0 PCI bridge: Intel Corporation Device 4db8 (rev 01)
00:1c.6 PCI bridge: Intel Corporation Device 4dbe (rev 01)
00:1e.0 Communication controller: Intel Corporation Device 4da8 (rev 01)
00:1e.3 Serial bus controller [0c80]: Intel Corporation Device 4dab (rev 01)
00:1f.0 ISA bridge: Intel Corporation Device 4d87 (rev 01)
00:1f.3 Audio device: Intel Corporation Device 4dc8 (rev 01)
00:1f.4 SMBus: Intel Corporation Device 4da3 (rev 01)
00:1f.5 Serial bus controller [0c80]: Intel Corporation Device 4da4 (rev 01)
01:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd Device a809
02:00.0 Ethernet controller: Intel Corporation I211 Gigabit Network Connection (rev 03)

What do I need to do to install the correct driver?

User avatar
None1975
df -h | participant
df -h | participant
Posts: 1389
Joined: 2015-11-29 18:23
Location: Russia, Kaliningrad
Has thanked: 45 times
Been thanked: 66 times

Re: [Software] Graphics Driver for Intel UHD on Bullseye

#2 Post by None1975 »

Hello. Try to install the package

Code: Select all

firmware-linux-nonfree
But keep in mind that you have add non-free repositories to repositories configuration file /etc/apt/sources.list. If this does not help, then you should try to install the linux kernel and firmware-linux-nonfree from Debian Bullseye backports.
OS: Debian 12.4 Bookworm / DE: Enlightenment
Debian Wiki | DontBreakDebian, My config files on github

Anegadian
Posts: 5
Joined: 2023-03-28 12:53

Re: [Software] Graphics Driver for Intel UHD on Bullseye

#3 Post by Anegadian »

None1975 wrote: 2023-03-28 16:12 Hello. Try to install the package

Code: Select all

firmware-linux-nonfree
But keep in mind that you have add non-free repositories to repositories configuration file /etc/apt/sources.list. If this does not help, then you should try to install the linux kernel and firmware-linux-nonfree from Debian Bullseye backports.
I installed firmware-linux-nonfree and rebooted.

No change.

I have Bullseye backport in my apt sources. How do I install the linux kernel and firmware-linux-nonfree from the backports?

User avatar
None1975
df -h | participant
df -h | participant
Posts: 1389
Joined: 2015-11-29 18:23
Location: Russia, Kaliningrad
Has thanked: 45 times
Been thanked: 66 times

Re: [Software] Graphics Driver for Intel UHD on Bullseye

#4 Post by None1975 »

Anegadian wrote: 2023-03-28 17:47 I have Bullseye backport in my apt sources. How do I install the linux kernel and firmware-linux-nonfree from the backports?
Hello again :) If you want to install the latest version of kernel and firmware (from bullseye-backports) for new features and driver support, here is how:

Code: Select all

sudo apt update

sudo apt install linux-image-amd64 firmware-linux-nonfree -t bullseye-backports
P.S.

Reboot is required.
OS: Debian 12.4 Bookworm / DE: Enlightenment
Debian Wiki | DontBreakDebian, My config files on github

kurto
Posts: 8
Joined: 2023-03-29 15:08
Has thanked: 1 time

Re: [Software] Graphics Driver for Intel UHD on Bullseye

#5 Post by kurto »

I want to say that I had the same issue as the OP, except with different hardware (intel i3/1220p in an ASRock Industrial NUC 1220p). Updating the kernel and the firmware to the bullseye-backports versions resolved my issue with the screen resolution.

Thanks for the hints and directions.

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: [Software] Graphics Driver for Intel UHD on Bullseye

#6 Post by stevepusser »

So did it work? It's marked solved, but I thought 12th gen Intel also needed a newer Mesa!

Prove me wrong by installing inxi and showing that the results of "inxi -Gxx"

are using true Mesa DRI and not llvmpipe (lame). I'm always willing to learn.
MX Linux packager and developer

Anegadian
Posts: 5
Joined: 2023-03-28 12:53

Re: [Software] Graphics Driver for Intel UHD on Bullseye

#7 Post by Anegadian »

sudo apt install linux-image-amd64 firmware-linux-nonfree -t bullseye-backports
Did that and rebooted

Nothing changed

Still default 800x600 only

User avatar
None1975
df -h | participant
df -h | participant
Posts: 1389
Joined: 2015-11-29 18:23
Location: Russia, Kaliningrad
Has thanked: 45 times
Been thanked: 66 times

Re: [Software] Graphics Driver for Intel UHD on Bullseye

#8 Post by None1975 »

Anegadian wrote: 2023-03-30 13:04 Nothing changed

Still default 800x600 only
Then I don't even know how to help you. Maybe someone who has hardware similar to yours will respond.
OS: Debian 12.4 Bookworm / DE: Enlightenment
Debian Wiki | DontBreakDebian, My config files on github

herbie643
Posts: 66
Joined: 2010-09-18 15:59

Re: [Software] Graphics Driver for Intel UHD on Bullseye

#9 Post by herbie643 »

I am going to assume that initramfs has been updated. If not, update-initramfs =k all -c

Least I think that is the command.

Anegadian
Posts: 5
Joined: 2023-03-28 12:53

Re: [Software] Graphics Driver for Intel UHD on Bullseye

#10 Post by Anegadian »

Output from inxi -Gxx:

Code: Select all

Graphics:  Device-1: Intel driver: N/A bus ID: 00:02.0 chip ID: 8086:4e61 
           Display: unspecified server: AT&T Laboratories Cambridge X.org 1.21.1.7 driver: loaded: vesa 
           unloaded: fbdev,modesetting s-res: 1920x1080 s-dpi: 75 
           OpenGL: renderer: N/A v: N/A direct render: N/A

Anegadian
Posts: 5
Joined: 2023-03-28 12:53

Re: [Software] Graphics Driver for Intel UHD on Bullseye

#11 Post by Anegadian »

herbie643 wrote: 2023-03-30 16:46 I am going to assume that initramfs has been updated. If not, update-initramfs =k all -c

Least I think that is the command.
Did that.

No change.

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: [Software] Graphics Driver for Intel UHD on Bullseye

#12 Post by stevepusser »

You may need a newer Mesa, which is not available in Bullseye or bullseye-backports. If you wish to keep running Debian, you need to either run upstream Debian, or maybe install Mesa 22.05 from the MX 21 AHS repo. Or at least try the MX 21 AHS Live USB to see if it works there.

Did you remember to update any firmware you have installed from backports along with the kernels? That's a must, and the firmware is backwards-compatible with earlier kernels.
MX Linux packager and developer

Post Reply