Nikita Mikhaylov
unread,Jul 14, 2013, 3:06:28 AM7/14/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sddm-...@googlegroups.com
As you know, modern notebooks often have switchable graphics.
For amd there are 2 major setups: MUXed(both gpus connected to multiplexer which can select which gpu will be connected to display port) and MUXless(only one gpu is connected to display port, and other offloads its data to first one).
MUXed setup isn't supported by catalyst, but works well with opensource driver(vgaswitcheroo).
AFAIK, MUXless setup is supported by catalyst, but unsupported by vgaswitcheroo.
The problem is that vgaswitcheroo and catalyst require X server restart to apply changes.
So my typical workflow, when i want discrete gpu: turn on computer -> login -> set gpu -> restart X
It will be much nicer if it can be done by login manager: select gpu in combobox - and sddm will automatically set gpu, restart X with greeter.
So I want some something like gpumanager with different backends(vgaswitcheroo, catalyst - shell scripts, etc.) which will manage gpu's for me.
Remarks:
This wouldn't be useful for alot of people, nvidia's optimus and open source dri_prime don't require X restart; MUXed setup isn't popular and modern notebooks are muxless - so vgaswitcheroo method wouldn't be useful much; I am not 100% sure about muxless catalyst, and can't test it.