Доброго дня всем. Помогите настроить проприетарный драйвер amd. Необходимо задействовать графику amd по необходимости или если не получится постоянно, но монитор должен быть подключен к intel. Сейчас настроено так, что GL не работает совсем.
$ glxinfo
name of display: :0.0
Error: couldn't find RGB GLX visual or fbconfig
$ cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-5.15.0-56-generic root=/dev/mapper/vgubuntu--mate-root ro quiet splash radeon.modeset=1 radeon.cik_support=0 radeon.si_support=0 amdgpu.si_support=1 amdgpu.cik_support=1 amdgpu.dc=1 amdgpu.dpm=1 vt.handoff=7
Пытался настроить PRIME в xorg.conf
Section "ServerLayout"
Identifier "layout"
Screen 0 "intel"
Inactive "amd"
EndSection
Section "Device"
Identifier "amd"
Driver "amdgpu"
Option "DRI" "3"
EndSection
Section "Screen"
Identifier "amd"
Device "amd"
EndSection
Section "Device"
Identifier "intel"
Driver "intel"
Option "PrimaryGPU" "yes"
Option "DRI" "3"
BusID "PCI:0:2:0"
EndSection
Section "Screen"
Identifier "intel"
Device "intel"
EndSection