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
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
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
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