Re: [PATCH xf86-video-intel] xwayland: shortcut Enter/ExitVT

2013-09-12 Thread Kristian Høgsberg
On Thu, Sep 12, 2013 at 1:52 PM, Michael Forney wrote: > On Wed, 11 Sep 2013 10:36:34 -0700, Kristian Høgsberg > wrote: >> On Wed, Aug 21, 2013 at 10:02:43AM +0200, Giovanni Campagna wrote: >> > Avoids a warning due to drmGetMaster and a crash with multimonitor, >> > caused by not having an inte

Re: [PATCH xf86-video-intel] xwayland: shortcut Enter/ExitVT

2013-09-12 Thread Michael Forney
On Wed, 11 Sep 2013 10:36:34 -0700, Kristian Høgsberg wrote: > On Wed, Aug 21, 2013 at 10:02:43AM +0200, Giovanni Campagna wrote: > > Avoids a warning due to drmGetMaster and a crash with multimonitor, > > caused by not having an intel_mode. > > I finally applied this patch. The one thing I wa

Re: [PATCH xf86-video-intel] xwayland: shortcut Enter/ExitVT

2013-09-11 Thread Kristian Høgsberg
On Wed, Aug 21, 2013 at 10:02:43AM +0200, Giovanni Campagna wrote: > Avoids a warning due to drmGetMaster and a crash with multimonitor, > caused by not having an intel_mode. I finally applied this patch. The one thing I wasn't sure about is the call to xf86SetDesiredModes() in I830EnterVT, but I

[PATCH xf86-video-intel] xwayland: shortcut Enter/ExitVT

2013-08-21 Thread Giovanni Campagna
Avoids a warning due to drmGetMaster and a crash with multimonitor, caused by not having an intel_mode. --- src/intel_driver.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/src/intel_driver.c b/src/intel_driver.c index d1da72d..b7702e6 100644 --- a/src/intel_driver.c +++ b/src/intel_dr