[solved] xandr não lista as duas gráficas do Pc

PsySc0rpi0n

Power Member
Boas.

Como diz o título, o xandr não detecta as duas gráficas que tenho no PC, apenas lista a Intel. A AMD, apesar de ser detectada pelo 'lspci', não aparece no 'xandr --listproviders' nem consigo forçar o uso dela recorrendo ao 'DRI_PRIME=1' que antes conseguia!

Aqui ficam alguns comandos que relatam o que disse.

Código:
glxinfo | grep -i "OpenGL Renderer"
output:
OpenGL renderer string: Mesa DRI Intel(R) Ivybridge Mobile

Código:
DRI_PRIME=1 glxinfo | grep -i "OpenGL Renderer"
output:
OpenGL renderer string: Mesa DRI Intel(R) Ivybridge Mobile

Código:
xandr --listproviders
output
Providers: number : 1
Provider 0: id: 0x4a cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 3 outputs: 8 associated providers: 0 name:modesetting

Código:
lspci -k | grep -EA3 'VGA|Display'
output:
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
Subsystem: CLEVO/KAPOK Computer 3rd Gen Core processor Graphics Controller
Kernel driver in use: i915
Kernel modules: i915
--
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Wimbledon XT [Radeon HD 7970M]
Subsystem: CLEVO/KAPOK Computer Wimbledon XT [Radeon HD 7970M]
Kernel modules: radeon, amdgpu
03:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTL8411 PCI Express Card Reader (rev 01)

Alguma idea?
 
Back
Topo