>>106515707
>DRI_PRIME=1 or DRI_PRIME=0
I can switch between the GPUs using DRI_PRIME=1 , but the AMD GPU still runs hot for no reason.
$ glxspheres64 # This command utilizes the Intel GPU
Polygons in scene: 62464 (61 spheres * 1024 polys/spheres)
GLX FB config ID of window: 0x177 (8/8/8/0)
Visual ID of window: 0x304
Context is Direct
OpenGL Renderer: Mesa Intel(R) HD Graphics 5500 (BDW GT2)
$ DRI_PRIME=1 glxspheres64 # This command utilizes the AMD GPU
Polygons in scene: 62464 (61 spheres * 1024 polys/spheres)
GLX FB config ID of window: 0x177 (8/8/8/0)
Visual ID of window: 0x304
Context is Direct
OpenGL Renderer: AMD Radeon R5 M255 (radeonsi, iceland, ACO, DRM 3.61, 6.12.36-1-lts)
On Windows the discrete GPU is completely off most of the times but I think that's not the case with Linux.
>you can also create an xorg.conf.d snippet to force xorg to use the igpu
How can I do so? Do you have any resources that can help me apart from the Arch wiki link that you provided?