Re: [RFC] [PATCH weston] Allow output configuration from config file.

2012-07-30 Thread Kristian Høgsberg
On Mon, Jul 30, 2012 at 05:55:12PM -0600, Scott Moreau wrote: > Parse the config file for [output] sections and check for 'name' > and 'mode' keys. The key strings are compared to what is reported > by weston log. The 'mode' key string can be one of the following: > > 1) WIDTHxHEIGHT - One that is

[RFC] [PATCH weston] Allow output configuration from config file.

2012-07-30 Thread Scott Moreau
Parse the config file for [output] sections and check for 'name' and 'mode' keys. The key strings are compared to what is reported by weston log. The 'mode' key string can be one of the following: 1) WIDTHxHEIGHT - One that is reported by weston log, e.g. 1280x1024 2) off - Disables the output 3)