Mir

Code review comment for lp:~cemil-azizoglu/mir/use-options-to-probe

Revision history for this message
Alexandros Frantzis (afrantzis) wrote :

> Similarly, I think we should make driver-specific options more explicit.

Seems like a good idea. I would go for:

--driver mesa-kms|android|...
--driver-opts mesa-kms:mesa-kms-opt=1,android:android-opt=2,all-platforms-opt=3

Where driver-opts can be used even without an explicit driver setting. The reason is to allow invocations to work across platforms without change. So a script that wants to run everywhere, but wants to use VT 1 on mesa-kms can just use:

unity-system-compositor --driver-opts mesa-kms:vt=1

« Back to merge proposal