tech-kern archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Oddities with my new machine: interrupt storms (hdaudio), DRM errors (i915) and gdm keyboard fail - update
On Fri, Dec 01, 2017 at 10:34:27PM +0100, Reinoud Zandijk wrote:
> DRM error in i915_hangcheck_elapsed: Hangcheck timer elapsed... blitter ring idle
>
> when starting X, so there sure is something wrong with the i915 code :-/
I explcitly disabled acceleration :
And I needed to patch the keyboard with:
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "Protocol" "wskbd"
Option "Device" "/dev/wskbd"
EndSection
Section "Device"
Option "NoAccel"
...
Identifier "Card0"
Driver "intel"
BusID "PCI:0:2:0"
EndSection
This makes it a kind of working X again :) though a bit sluggish of course.
Any idea as how to fix this permanently?
Reinoud
Home |
Main Index |
Thread Index |
Old Index