Всем привет. Я новенький на этом форуме. Я пользуюсь ноутбуком Probook 455 G2 с двумя видеокарточками R4(интегрированная) и R5(дискретная). Вот на днях просматривал логи Xorg.0.log и увидел что опенсорс Radeon поддерживает только KAVERI (R4) а вот про TOPAZ (R5) там ни слова. Установил я AMDGPU т.к. он поддерживает TOPAZ но настраивать xorg я не очень умею. Помогите пожалуйста с настройкой xorg(предпочитаю использовать дискретную карту вместо интегрированной).
Вот что у меня в конфиге:
Section "ServerLayout"
Identifier "Configured Layout"
Screen 0 "R4" 0 0
#Innactive "R4"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "built-ins"
EndSection
Section "Module"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "R4"
VendorName "JustMonitor"
ModelName "JustMonitor"
EndSection
Section "Device"
Option "DRI3" "1"
BusID "PCI:0:1:0"
Identifier "R4"
Driver "radeon"
EndSection
Section "Screen"
Identifier "R4"
Device "R4"
Monitor "R4"
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Monitor"
Identifier "R5"
VendorName "JustMonitor"
ModelName "JustMonitor"
EndSection
Section "Device"
Option "DRI3" "1"
BusID "PCI:1:0:0"
Identifier "R5"
Driver "amdgpu"
EndSection
Section "Screen"
Identifier "R5"
Device "R5"
Monitor "R5"
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Часть конфига сконфигурировал с помощью команды
Xorg -configure
Также команда lspci выдает
00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Kaveri [Radeon R4 Graphics]
01:00.0 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] Topaz PRO [Radeon R5 M255]
Почему R5 видит как Display controller и в чем разница?