Re: [PATCH] xRandr strikes back

2013-03-14 Thread Scott Moreau
On Mon, Mar 11, 2013 at 3:47 PM, Alex Deucher wrote: > On Mon, Mar 11, 2013 at 5:39 PM, Scott Moreau wrote: > > > > > > On Mon, Mar 11, 2013 at 12:59 PM, Pekka Paalanen > > wrote: > >> > >> On Sun, 10 Mar 2013 15:53:30 +0100 > >> Hardening wrote: > >> > >> > This patch adds a wlrandr extension

Re: [PATCH] xRandr strikes back

2013-03-11 Thread Alex Deucher
On Mon, Mar 11, 2013 at 5:39 PM, Scott Moreau wrote: > > > On Mon, Mar 11, 2013 at 12:59 PM, Pekka Paalanen > wrote: >> >> On Sun, 10 Mar 2013 15:53:30 +0100 >> Hardening wrote: >> >> > This patch adds a wlrandr extension. It is useful to test >> > mode switching. The patch provides the weston-s

Re: [PATCH] xRandr strikes back

2013-03-11 Thread Scott Moreau
On Mon, Mar 11, 2013 at 12:59 PM, Pekka Paalanen wrote: > On Sun, 10 Mar 2013 15:53:30 +0100 > Hardening wrote: > > > This patch adds a wlrandr extension. It is useful to test > > mode switching. The patch provides the weston-switch-mode > > utility that can be use quite the same way as xrandr to

Re: [PATCH] xRandr strikes back

2013-03-11 Thread Pekka Paalanen
On Sun, 10 Mar 2013 15:53:30 +0100 Hardening wrote: > This patch adds a wlrandr extension. It is useful to test > mode switching. The patch provides the weston-switch-mode > utility that can be use quite the same way as xrandr to > change graphical modes. For now only the DRM backend supports > m

Re: [PATCH] xRandr strikes back

2013-03-10 Thread Dave Airlie
On Mon, Mar 11, 2013 at 2:09 AM, Hardening wrote: > On 10/03/2013 16:17, Jonas Ådahl wrote: >> On Sun, Mar 10, 2013 at 3:53 PM, Hardening wrote: >>> This patch adds a wlrandr extension. It is useful to test >>> mode switching. The patch provides the weston-switch-mode >>> utility that can be use

Re: [PATCH] xRandr strikes back

2013-03-10 Thread Hardening
On 10/03/2013 16:17, Jonas Ådahl wrote: > On Sun, Mar 10, 2013 at 3:53 PM, Hardening wrote: >> This patch adds a wlrandr extension. It is useful to test >> mode switching. The patch provides the weston-switch-mode >> utility that can be use quite the same way as xrandr to >> change graphical modes

Re: [PATCH] xRandr strikes back

2013-03-10 Thread Jonas Ådahl
On Sun, Mar 10, 2013 at 4:53 PM, Jonas Ådahl wrote: > On Sun, Mar 10, 2013 at 4:39 PM, Scott Moreau wrote: >> >> >> On Sun, Mar 10, 2013 at 9:17 AM, Jonas Ådahl wrote: >>> >>> On Sun, Mar 10, 2013 at 3:53 PM, Hardening wrote: >>> > This patch adds a wlrandr extension. It is useful to test >>> >

Re: [PATCH] xRandr strikes back

2013-03-10 Thread Jonas Ådahl
On Sun, Mar 10, 2013 at 4:39 PM, Scott Moreau wrote: > > > On Sun, Mar 10, 2013 at 9:17 AM, Jonas Ådahl wrote: >> >> On Sun, Mar 10, 2013 at 3:53 PM, Hardening wrote: >> > This patch adds a wlrandr extension. It is useful to test >> > mode switching. The patch provides the weston-switch-mode >>

Re: [PATCH] xRandr strikes back

2013-03-10 Thread Scott Moreau
On Sun, Mar 10, 2013 at 9:17 AM, Jonas Ådahl wrote: > On Sun, Mar 10, 2013 at 3:53 PM, Hardening wrote: > > This patch adds a wlrandr extension. It is useful to test > > mode switching. The patch provides the weston-switch-mode > > utility that can be use quite the same way as xrandr to > > chan

Re: [PATCH] xRandr strikes back

2013-03-10 Thread Jonas Ådahl
On Sun, Mar 10, 2013 at 3:53 PM, Hardening wrote: > This patch adds a wlrandr extension. It is useful to test > mode switching. The patch provides the weston-switch-mode > utility that can be use quite the same way as xrandr to > change graphical modes. For now only the DRM backend supports > mode

[PATCH] xRandr strikes back

2013-03-10 Thread Hardening
This patch adds a wlrandr extension. It is useful to test mode switching. The patch provides the weston-switch-mode utility that can be use quite the same way as xrandr to change graphical modes. For now only the DRM backend supports mode switching, but other may follow. --- clients/Makefile.am