Tuesday, August 16, 2022

dri3 extension not supported on Kubuntu

[80663:0816/211245.612952:ERROR:gpu_memory_buffer_support_x11.cc(44)] dri3 extension not supported. Solved on Kubuntu 22.10 by installing latest nvidia-driver-xxx.

xdpyinfo | grep DRI

DRI2

apt list | grep libxcb-dri

libxcb-dri2-0-dev/kinetic 1.15-1 amd64

libxcb-dri2-0-dev/kinetic 1.15-1 i386

libxcb-dri2-0/kinetic,now 1.15-1 amd64 [installed,automatic]

libxcb-dri2-0/kinetic,now 1.15-1 i386 [installed,automatic]

libxcb-dri3-0/kinetic,now 1.15-1 amd64 [installed,automatic]

libxcb-dri3-0/kinetic,now 1.15-1 i386 [installed,automatic]

libxcb-dri3-dev/kinetic 1.15-1 amd64

libxcb-dri3-dev/kinetic 1.15-1 i386


glxinfo | grep OpenGL

OpenGL vendor string: NVIDIA Corporation

OpenGL renderer string: NVIDIA GeForce GTX 1660/PCIe/SSE2

OpenGL core profile version string: 4.6.0 NVIDIA 470.141.03

OpenGL core profile shading language version string: 4.60 NVIDIA

OpenGL core profile context flags: (none)

OpenGL core profile profile mask: core profile

OpenGL core profile extensions:

OpenGL version string: 4.6.0 NVIDIA 470.141.03

OpenGL shading language version string: 4.60 NVIDIA

OpenGL context flags: (none)

OpenGL profile mask: (none)

OpenGL extensions:

OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 470.141.03

OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20

OpenGL ES profile extensions:

glxinfo | grep -i vendor

server glx vendor string: NVIDIA Corporation

client glx vendor string: NVIDIA Corporation

OpenGL vendor string: NVIDIA Corporation


xrandr --listproviders
Providers: number : 1
Provider 0: id: 0x1b7 cap: 0x1, Source Output crtcs: 4 outputs: 7 associated providers: 0 name:NVIDIA-0

cat /var/log/Xorg.0.log |grep -i DRI3
[     8.922] (II) Initializing extension DRI3

sudo apt install nvidia-driver-515

reboot

xdpyinfo | grep DRI
    DRI2
    DRI3

cat /var/log/Xorg.0.log |grep -i DRI3
[     8.746] (II) Initializing extension DRI3


"X11_Xss_INCLUDE_PATH-NOTFOUND"
sudo apt install libxss-dev libxxf86vm-dev libxkbfile-dev libxv-dev

No comments:

Post a Comment