You are not logged in.
Yesterday I updated my laptop:
[2014-01-04 23:24] [PACMAN] upgraded xf86-video-intel (2.21.15-2 -> 2.99.907-1)
[2014-01-04 23:24] [PACMAN] upgraded xorg-server-common (1.15.0-2 -> 1.15.0-3)
[2014-01-04 23:24] [PACMAN] upgraded xorg-server (1.15.0-2 -> 1.15.0-3)
[2014-01-04 23:24] [PACMAN] upgraded xorg-server-xephyr (1.15.0-2 -> 1.15.0-3)
Today, after running for some time, I started getting a blank screen. Downgrading xf86-video-intel seems to have fixed it. Logs are below.
I guess file a bug against the Intel repo at freedesktop.org and wait?
Log output: either
[drm] stuck on render ring
[drm] capturing error event; look for more information in /sys/class/drm/card0/error
[drm:i915_set_reset_status] *ERROR* render ring hung inside bo (0x2c3e000 ctx 0) at 0x2c3e0c0
[drm] GMBUS [i915 gmbus vga] timed out, falling back to bit banging on pin 2
[drm:i915_reset] *ERROR* Failed to reset chip.
or
WARNING: CPU: 1 PID: 268 at drivers/gpu/drm/i915/intel_display.c:929 assert_pll+0x64/0x70 [i
PLL state assertion failure (expected on, current off)
Modules linked in: fuse joydev snd_hda_codec_si3054 snd_hda_codec_realtek uvcvideo arc4 vide
usb_common
CPU: 1 PID: 268 Comm: X Tainted: G W 3.12.6-1-ARCH #1
Hardware name: LENOVO INVALID /SPEEDY , BIOS 06CN28WW 03/12/2008
0000000000000009 ffff88007562fa20 ffffffff814ee4fb ffff88007562fa68
ffff88007562fa58 ffffffff81062bcd 0000000000000001 ffff88007b6ae000
ffff88007b6b3000 0000000000000000 0000000000000000 ffff88007562fab8
Call Trace:
[<ffffffff814ee4fb>] dump_stack+0x54/0x8d
[<ffffffff81062bcd>] warn_slowpath_common+0x7d/0xa0
[<ffffffff81062c3c>] warn_slowpath_fmt+0x4c/0x50
[<ffffffffa06a6c44>] assert_pll+0x64/0x70 [i915]
[<ffffffffa06a6dac>] intel_crtc_load_lut+0x15c/0x170 [i915]
[<ffffffff814f2722>] ? mutex_lock+0x12/0x30
[<ffffffffa00a0de3>] drm_fb_helper_setcmap+0x3d3/0x490 [drm_kms_helper]
[<ffffffff812f267a>] fb_set_cmap+0x6a/0x140
[<ffffffff814ee4fb>] dump_stack+0x54/0x8d
[<ffffffff81062bcd>] warn_slowpath_common+0x7d/0xa0
[<ffffffff81062c3c>] warn_slowpath_fmt+0x4c/0x50
[<ffffffffa06a6c44>] assert_pll+0x64/0x70 [i915]
I also get some i915-related errors at boot both before and after downgrading:
[drm:intel_pipe_config_compare] *ERROR* mismatch in gmch_pfit.lvds_border_bits (expected 32768, found 0)
WARNING: CPU: 0 PID: 143 at drivers/gpu/drm/i915/intel_display.c:8853 check_crtc_state+0x61f
pipe state doesn't match!
Modules linked in: i915(+) snd_hda_codec_si3054 uvcvideo videobuf2_vmalloc videobuf2_memops
Jan 05 18:12:48 Shrdlu kernel: CPU: 0 PID: 143 Comm: systemd-udevd Not tainted 3.12.6-1-ARCH
Hardware name: LENOVO INVALID /SPEEDY , BIOS 06CN28WW 03/12/2008
0000000000000009 ffff88007aeef188 ffffffff814ee4fb ffff88007aeef1d0
ffff88007aeef1c0 ffffffff81062bcd ffff88000001e000 ffff88000001e6d8
ffff88007b7d4c40 ffff88007b7d4800 ffff88007b7d4c48 ffff88007aeef220
Call Trace:
[<ffffffff814ee4fb>] dump_stack+0x54/0x8d
...
Last edited by Fixnum (2014-01-06 00:40:15)
Offline
When posting configs, code or command output, please use [ code ] tags https://bbs.archlinux.org/help.php#bbcode
like this
It makes the code more readable and - in case of longer listings - more convenient to scroll through.
Sorry if I missed it, but what card are you using?
Offline
Oh yeah, the card:
$ lspci
00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (primary) (rev 03)
00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (secondary) (rev 03)
...
Offline
I'm having the same problem. I am able to boot into cli by adding the nomodeset option to grub, but I don't have an older version of the xf86-video-intel package on my system. Is there any other way of downgrading it or could you share it? Thanks in advance.
Offline
Is there any other way of downgrading it or could you share it? Thanks in advance.
https://wiki.archlinux.org/index.php/Do … g_Packages
https://wiki.archlinux.org/index.php/Ar … ck_Machine
Offline
Same problem here. I will downgrade and see if that solves the problem.
Offline
Same hardware, by the way:
00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 0c)
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (primary) (rev 0c)
00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (secondary) (rev 0c)
Offline
Just reported this as bug here:
https://bugs.archlinux.org/task/38518?project=1
Please confirm the issue there if you face the same problem
Offline
An alternative workaround is to use UXA instead of SNA. So far, I don't have any screen lockups using UXA.
Offline
Another workaround is to install the linux lts kernel. So my kernel is now 3.14.17-1-lts (and not 3.16.1.1 anymore)
sudo pacman -S linux-lts-header
sudo pacman -S linux-lts
Update initramfs is done by pacman
(sudo mkinitcpio -p linux)
sudo grub-mkconfig -o /boot/grub/grub.cfg
In a few weeks I will go back to the normal kernel.
Hope this will help you, too!
Offline