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-c
Kristian Høgsberg wrote:
I think we should just do
mode=600x400
Since there is code to parse this text, why not reuse it for the
command-line switch? That would allow it to look more like --geometry
(maybe even call it that).
Ie instead of "--width 100 --height 200" the switch wou
On Fri, Aug 3, 2012 at 2:42 AM, Pekka Paalanen wrote:
> On Thu, 2 Aug 2012 20:42:17 -0600
> Scott Moreau wrote:
>
> > This patch provides a way to define outputs for the x11 backend. It
> > parses [output] sections and checks for 'name', 'width' and 'height'
> > keys. The 'name' key must start
On Fri, Aug 3, 2012 at 11:10 AM, Kristian Høgsberg wrote:
> On Thu, Aug 02, 2012 at 08:42:17PM -0600, Scott Moreau wrote:
> > This patch provides a way to define outputs for the x11 backend. It
> > parses [output] sections and checks for 'name', 'width' and 'height'
> > keys. The 'name' key must s
On Thu, Aug 02, 2012 at 08:42:17PM -0600, Scott Moreau wrote:
> This patch provides a way to define outputs for the x11 backend. It
> parses [output] sections and checks for 'name', 'width' and 'height'
> keys. The 'name' key must start with an 'X' to distinguish between
> drm output names. Command
On Thu, 2 Aug 2012 20:42:17 -0600
Scott Moreau wrote:
> This patch provides a way to define outputs for the x11 backend. It
> parses [output] sections and checks for 'name', 'width' and 'height'
> keys. The 'name' key must start with an 'X' to distinguish between
> drm output names. Command line
This patch provides a way to define outputs for the x11 backend. It
parses [output] sections and checks for 'name', 'width' and 'height'
keys. The 'name' key must start with an 'X' to distinguish between
drm output names. Command line options --width and --height supersede
what is in the config fil