Comment # 8 on bug 1019337 from
OK, now I'm building a test kernel package in OBS home:tiwai:bnc1019337.
It takes some time (maybe 1 or 2 hours).  Give it a try later.

Even if it doesn't work, please take the kernel log with drm.debug=0x0e with
this kernel again.

There might be some problem in the module load order.  Some drivers might be
needed before i915 driver.  For checking this, try to boot with "nomodeset"
option.  Then login on Linux console, and run like:
  # rmmod i915
  # modprobe i915 modeset=1

This will reload i915 with KMS again.


You are receiving this mail because: