1.不知什么时候开始关机的时候会看到一串红色的文字

[lun. avril 20 09:15:34 2015] [drm:intel_uncore_check_errors [i915]] *ERROR* Unclaimed register before interrupt
[lun. avril 20 09:15:35 2015] [drm:intel_uncore_check_errors [i915]] *ERROR* Unclaimed register before interrupt
[lun. avril 20 09:15:53 2015] [drm:intel_set_cpu_fifo_underrun_reporting [i915]] *ERROR* uncleared fifo underrun on pipe A
[lun. avril 20 09:15:53 2015] [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe A FIFO underrun

其实在开机的时候也会有,用dmesg看了一下,最后也是类似的这几行(上面的文字是从其它地方粘过来的,已经修复了就不想再搞出问题,懒人一枚)
之前也一直在找方法,但没看明白,说是内核问题要修改之后再自己编译,好高深,搞不定。今天正好找到了一个回答,也是带着试一试的心理修改了一下,疗效很好。
地址和内容如下:

https://bbs.archlinux.org/viewtopic.php?id=196370 (最后一个回答)

/etc/X11/xorg.conf.d/20-intel.conf : 
Section "Device" 
Identifier "Intel Graphics" 
Driver "intel" 
Option "AccelMethod" "uxa" 
#Option "AccelMethod" "sna" 
EndSection

 

2.另一个问题是自己无知的后果,一直没搞清楚dkms有什么用。现在才明白它的能力。说遇到的问题吧:

kernel: thinkpad_ec: thinkpad_ec read row: failed requesting row: (0x11:0x00)->0xfffffff0

也是被kernel给虎到了。一见kernel就以为要编译内核,其实这个不用去理会什么hdaps什么的,只要重新安装一下tp_smapi就可以了。当然,要一劳永逸就要安装带dkms的版本。之前就是因为没有安装这个才在内核更新(arch经常会有内核更新)的时候没掉了。

结果是这里找到的避http://forum.ubuntu.com.cn/viewtopic.php?p=2427129 (见23楼)

posted on 2016-05-05 20:15  Walamander  阅读(1830)  评论(0编辑  收藏  举报