On Wed, Apr 04, 2012 at 01:16:26PM -0700, lo...@museresearch.com wrote:
> Hi,
> I'm trying to set up a system which can work either with a monitor or
> without but have been running into crashes. When without a monitor, this
> system still has to be able to run X. I am using xorg Intel driver 2.1
Hi,
I'm trying to set up a system which can work either with a monitor or
without but have been running into crashes. When without a monitor, this
system still has to be able to run X. I am using xorg Intel driver 2.17
and a 2.6.33 modesetting kernel (and, if possible, I'd like to not
upgrade the
On Wed, Apr 04, 2012 at 11:48:22AM +0100, Chris Wilson wrote:
> On Tue, 3 Apr 2012 23:02:59 -0700, Ben Widawsky wrote:
> > +[[ `echo 1 | sudo tee ${i915_path}/i915_wedged` ]] || die "Couldn't write
> > to ${i915_path}/i915_wedged"
> echo 1 | sudo tee $(i915_path)/i915_wedged || die ...
> > +cat
On Tue, 3 Apr 2012 23:02:59 -0700, Ben Widawsky wrote:
> +[[ `echo 1 | sudo tee ${i915_path}/i915_wedged` ]] || die "Couldn't write to
> ${i915_path}/i915_wedged"
echo 1 | sudo tee $(i915_path)/i915_wedged || die ...
> +cat $i915_path/i915_error_state > /dev/null 2>&1
cat $(i915_path)/i915_error
On Tue, Apr 03, 2012 at 11:03:00PM -0700, Ben Widawsky wrote:
> I made a mistake, please forgive me.
>
> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=48254
> Signed-off-by: Ben Widawsky
Forgiven and applied, thanks for the quick fix. I've had to patch-up the
i-g-t changes a bit though (