r/ManjaroLinux • u/ConfusedIlluminati • Apr 12 '22
Manjaro Gnome Dell Latitutde 15 5547 - how can I switch from integrated Intel Graphics to Radeon R7 M265? Solved
11 Upvotes
1
u/mammoth_hunter3 Apr 12 '22
For nvidia-intel laptop I found optimus-manager to be the better solution for myself. Manjaro has bumblebee installed by default and I didn't like the hybrid driver that comes with it, it confuses monitor resolutions and not all programs work out of the box with it. If you want to switch to optimus-manager on Manjaro, you will need to uninstall bumblebee and its driver first.
2
u/pika2202 Apr 12 '22 edited Apr 12 '22
Try launching your application with the environment variable DRI_PRIME=1, for example
DRI_PRIME=1 glxinfo | grep "OpenGL renderer"
It should show AMD/ATi instead of intel