[Bug 1631719] Re: Intel GMA965 DRM hanging on yakkety

2016-12-24 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1631719

Title:
  Intel GMA965 DRM hanging on yakkety

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1631719/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1631719] Re: Intel GMA965 DRM hanging on yakkety

2016-10-25 Thread Jeff
To Fred,

Looking at you Xlog I seen the same problem  as in mine

[36.472] (II) modeset(0): Output VGA-1 has no monitor section
[46.854] (II) modeset(0): Output SVIDEO-1 has no monitor section

Almost 10 seconds gone there and:

[46.876] (II) modeset(0): EDID for output VGA-1
[57.393] (II) modeset(0): EDID for output SVIDEO-1

another 11 there. Lastly:

[   126.003] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280
1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)

Over two minutes hammering away on your video card.
All the time is eaten up modesetting and polling outputs, when the DRM module 
was supposed to have done that.

I took up the suggestion somebody mentioned of using the Ubuntu test
kernels and I got up to 4.5.6 with boots looking good.

I also started to learn git and downloaded the test kernel repository. I
see that there is a lot going on with drm/i915 drivers, in an attempt to
move higher level functions away from Xorg ,and a lot of commits
(changes) devoted to the same area and problems (fix one thing,break two
more).

Maybe a one size fits all driver (9 generations), is too much.

Your first time stamp is 36.282 which is when the system is booted and
going into user-mode. Mine is similar using 4.5.6. You can use 'systemd-
analyze' to see your boot times.

The call traces in your kernel log don't seem to eat much time at all,
but obviously something is afoot.

BTW I tried the 4.9.0-rc1 kernel and the thing stop at the initramfs shell, 
with alot of "error -22"
messages.  I think maybe they're heading in the wrong direction.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1631719

Title:
  Intel GMA965 DRM hanging on yakkety

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1631719/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1631719] Re: Intel GMA965 DRM hanging on yakkety

2016-10-24 Thread Fred Vkigg
I think the non-existant firmware is not relevant for the older Intel
Chips such as GMA965. This firmware is only for the latest chips.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1631719

Title:
  Intel GMA965 DRM hanging on yakkety

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1631719/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1631719] Re: Intel GMA965 DRM hanging on yakkety

2016-10-23 Thread Jeff
I can confirm this is also a problem on my Dell Inspiron 1520.  It seems
to only happen using the 4.8.0 kernel.  Resume from hibernation fails
while decompressing the hibernation image.  The boot time is much longer
than when I use the 4.4.0 kernel on my Xubuntu 16.10 installation.  It
seems the drm/i915 module has undergone some big changes between 4.4.0
and 4.8.0, and now is asking for non-existant firmware during update-
initramfs operations.


** Attachment added: "apport report showing drm issues during boot"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1631719/+attachment/4765997/+files/apport.linux-image-generic.i724pdwc.apport

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1631719

Title:
  Intel GMA965 DRM hanging on yakkety

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1631719/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1631719] Re: Intel GMA965 DRM hanging on yakkety

2016-10-19 Thread Fred Vkigg
As the problem report shows the system was upgraded, over many releases 
originally from Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64
The lastest 16.04 kernel did not have the problem. I guess that gives us two 
bisection points.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1631719

Title:
  Intel GMA965 DRM hanging on yakkety

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1631719/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1631719] Re: Intel GMA965 DRM hanging on yakkety

2016-10-12 Thread Joseph Salisbury
Did this issue start happening after an update/upgrade? Was there a
kernel version where you were not having this particular problem? This
will help determine if the problem you are seeing is the result of a
regression, and when this regression was introduced.   If this is a
regression, we can perform a kernel bisect to identify the commit that
introduced the problem.


** Changed in: linux (Ubuntu)
   Importance: Undecided => High

** Changed in: linux (Ubuntu)
   Status: Confirmed => Incomplete

** Tags added: kernel-da-key

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1631719

Title:
  Intel GMA965 DRM hanging on yakkety

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1631719/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1631719] Re: Intel GMA965 DRM hanging on yakkety

2016-10-09 Thread Fred Vkigg
Attach Xorg.log for completeness although this does not show any
problems

** Attachment added: "Xorg.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1631719/+attachment/4757953/+files/Xorg.0.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1631719

Title:
  Intel GMA965 DRM hanging on yakkety

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1631719/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1631719] Re: Intel GMA965 DRM hanging on yakkety

2016-10-09 Thread Fred Vkigg
Attached dmesg with complete kernel errors with stack traces

** Attachment added: "kernel dmesg"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1631719/+attachment/4757952/+files/dmesg.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1631719

Title:
  Intel GMA965 DRM hanging on yakkety

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1631719/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs