You are not logged in.
Pages: 1
My xorg hung for a minute, so after a quick dmesg i found this:
[ 69.040029] [drm] stuck on render ring
[ 69.057149] [drm] GPU HANG: ecode 2:0:0x40ffffc1, in Xorg [226], reason: Ring hung, action: reset
[ 69.057154] [drm] GPU hangs can indicate a bug anywhere in the entire gfx stack, including userspace.
[ 69.057156] [drm] Please file a _new_ bug report on bugs.freedesktop.org against DRI -> DRM/Intel
[ 69.057158] [drm] drm/i915 developers can then reassign to the right component if it's not a kernel issue.
[ 69.057160] [drm] The gpu crash dump is required to analyze gpu hangs, so please always attach it.
[ 69.057162] [drm] GPU crash dump saved to /sys/class/drm/card0/error
[ 69.057245] drm/i915: Resetting chip after gpu hang
[ 69.057281] [drm:i915_reset [i915]] *ERROR* Failed to reset chip: -19
this is the gpu in lspci: 00:02.0 VGA compatible controller: Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 01)
-EDIT-
Now every time i try to play video in vlc this happens
dmesg: [ 2140.168617] vlc[1833]: segfault at a92bc070 ip b7616fb0 sp a8a05e58 error 6 in libc-2.22.so[b74ed000+1b3000]
what's happining
i turned off acelerated video playback in vlc now this happens:
[ 2387.101281] vlc[1941]: segfault at 9cdf3001 ip a12f1510 sp a789bc00 error 4 in i915_dri.so[a126c000+641000]
Last edited by jcjordyn120 (2016-10-08 18:58:30)
jcjordyn120 on irc.freenode.net #archlinux and #thelinuxgeekcommunity
Offline
Intel 845g is a very old chipset/graphic chip...
xf86-video-intel from arch repo is now a git snapshot, so it may break compatibility with your old hardware.
Try to follow the wiki at https://wiki.archlinux.org/index.php/Intel and switch default acceleration from sna to uxa.
-EDIT-
Intel video driver hung or was unusable on 845g for a long period of time in the past (I had one...), until they fixed it in late 2012.
Last edited by losko (2015-09-30 18:14:16)
"Greetings from the Banana Republic"
Offline
Those are kernel messages. While xf86-video-intel might have an effect on the kernel driver, it's highly unlikely. Especially for such old hardware, where for sure there weren't any differences between the last two xf86-video-intel snapshots.
It's been my experience that the 4.1 and 4.2 kernels are quite bad for intel graphics, I've had several hangs every day on an Ironlake machine. The 4.3-rc kernel has been very solid though. I would advise you to try the linux-lts kernel, but LTS is now 4.1, so... yeah . Try it anyway, might work better.
Offline
Okay, anyway according to this:
[ 69.057154] [drm] GPU hangs can indicate a bug anywhere in the entire gfx stack, including userspace.
switching to uxa it's worth a try .
"Greetings from the Banana Republic"
Offline
losko, No wonder it's old.
I am using a dell dimminsion 2400
jcjordyn120 on irc.freenode.net #archlinux and #thelinuxgeekcommunity
Offline
It worked!, and it keeps giving me this error:
[ 15.043125] [drm:intel_parse_bios [i915]] *ERROR* General definiton block child device size is too small.
jcjordyn120 on irc.freenode.net #archlinux and #thelinuxgeekcommunity
Offline
There's another thread where switching to uxa fixed the hangs - yeah, lots of threads about Intel GPU hangs lately . But that doesn't mean sna is the problem, I still say the kernel is the problem, sna merely uses the GPU in a way that exposes the issue. Try sna again once the 4.3 kernel is released, it fixed the issues I was having.
Offline
okay i will
jcjordyn120 on irc.freenode.net #archlinux and #thelinuxgeekcommunity
Offline
In the meanwhile:
https://bbs.archlinux.org/viewtopic.php?id=203100
seems to confirm (915g) that kernel 4.2.x (drm, i915) + xf86-video-intel, breaks something on old gen intel graphics using SNA.
-EDIT-
Oooops! too late
Last edited by losko (2015-09-30 20:33:21)
"Greetings from the Banana Republic"
Offline
There's another thread where switching to uxa fixed the hangs - yeah, lots of threads about Intel GPU hangs lately . But that doesn't mean sna is the problem, I still say the kernel is the problem, sna merely uses the GPU in a way that exposes the issue. Try sna again once the 4.3 kernel is released, it fixed the issues I was having.
I can confirm that changing from SNA to UXA helps.
https://bbs.archlinux.org/viewtopic.php?id=202938
Offline
Pages: 1