02-09-2023, 07:54
0
(02-09-2023, 07:30)dedito napisał(a): Wrzuć wyniki
Kod:xrandr --listproviders
Kod:glxinfo | grep "OpenGL renderer"
Kod:DRI_PRIME=1 glxinfo | grep "OpenGL renderer"
Literatura:
https://wiki.ubuntu.com/X/Config/HybridGraphics
https://wiki.archlinux.org/title/PRIME
Kod:
adrian@adrian-Lenovo-Z51-70:~$ xrandr --listproviders
Providers: number : 2
Provider 0: id: 0x44 cap: 0x9, Source Output, Sink Offload crtcs: 3 outputs: 3 associated providers: 1 name:modesetting
Provider 1: id: 0x9f cap: 0x6, Sink Output, Source Offload crtcs: 6 outputs: 0 associated providers: 1 name:VERDE @ pci:0000:04:00.0
adrian@adrian-Lenovo-Z51-70:~$ glxinfo | grep "OpenGL renderer"
OpenGL renderer string: Mesa Intel(R) HD Graphics 5500 (BDW GT2)
adrian@adrian-Lenovo-Z51-70:~$ DRI_PRIME=1 glxinfo | grep "OpenGL renderer"
OpenGL renderer string: VERDE (, LLVM 15.0.7, DRM 2.50, 6.2.0-31-generic)