https://bugzilla.novell.com/show_bug.cgi?id=270846#c20 --- Comment #20 from Matthias Hopf <mhopf@novell.com> 2007-07-30 07:42:13 MST --- Created an attachment (id=153989) --> (https://bugzilla.novell.com/attachment.cgi?id=153989) Test case with added code. Ok, this is the "working" test case. You certainly will want to have a different output scheme. What we need is the names of the outputs (output->name), the connection state (output->connection, if you want to automatically select the right output selection in a multi-monitor layout), the number of preferred modes (output->npreferred, the first npreferred modes of the mode list are native/preferred otherwise by the monitor), and the actual modelist. Actually, if the mode list has at least one preferred mode, it should be taken (the first preferred mode is the most preferred (native) one). What we *really* only need for a trivial setup is the list of output names (and that could even be derived statically per chipset). But in order to make it more automatic, we need the connection state and the modelists. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.