commit | 248aaecda24ee4d2826d79a510176d2c634d8ac6 | [log] [tgz] |
---|---|---|
author | Scott Moreau <oreaus@gmail.com> | Fri Aug 03 14:19:52 2012 -0600 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Fri Aug 03 20:17:47 2012 -0400 |
tree | 912c505a19394eed7f4317342df2c48e6302e282 | |
parent | a5021521f11edaa5d83ed8a4003f917c1dfb2e1b [diff] |
compositor-x11: Allow output configuration from config file. This patch provides a way to define outputs for the x11 backend. It parses [output] sections and checks for 'name' and 'mode' keys. The 'name' must start with an 'X' to distinguish from drm output names. Command line options --width and --height supersede what is in the config file. When --output-count is passed, the number of outputs are limited or additional outputs added with default values.