12.04 版我的屏幕上出现垂直线条

12.04 版我的屏幕上出现垂直线条

12.04 版的屏幕上突然出现垂直线。戴尔 Inspiron 6GB 机器。最新版本的 Chrome/FireFox 浏览器会出现此现象。我应该怎么做才能解决此问题?

参考:http://pasteboard.co/22LsUxiM.png

cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIB_DESCRIPTION="Ubuntu 12.04.4 LTS"

lspci -k | grep -EA2 'VGA|3D'
00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 09)
    Subsystem: Dell Device 05e9
    Kernel driver in use: i915

参考:

驱动程序详细信息 - 使用 mesa-utils 获取

在此处输入图片描述

机器信息

在此处输入图片描述

uname -a; dpkg -l | grep xserver-xorg-core
Linux seoul 3.13.0-35-generic #62~precise1-Ubuntu SMP Mon Aug 18 14:52:04 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
rc  xserver-xorg-core                                                    2:1.11.4-0ubuntu10.8                                                    Xorg X server - core server
ii  xserver-xorg-core-lts-quantal                                        2:1.13.0-0ubuntu6.5~precise1                                            Xorg X server - core server

sensors
coretemp-isa-0000
Adapter: ISA adapter
Physical id 0:  +47.0°C  (high = +100.0°C, crit = +100.0°C)
Core 0:         +47.0°C  (high = +100.0°C, crit = +100.0°C)
Core 1:         +47.0°C  (high = +100.0°C, crit = +100.0°C)




acpi -V Battery 0: Discharging, 15%, 00:21:53 remaining Battery 0: design capacity 2800 mAh, last full capacity 1743 mAh = 62% Adapter 0: off-line Cooling 0: pkg-temp-0 no state information available Cooling 1: LCD 0 of 99 Cooling 2: intel_powerclamp no state information available Cooling 3: Processor 0 of 10 Cooling 4: Processor 0 of 10 Cooling 5: Processor 0 of 10 Cooling 6: Processor 0 of 10 

在此处输入图片描述

在此处输入图片描述 在此处输入图片描述 在此处输入图片描述 在此处输入图片描述

答案1

我建议升级你的图形堆栈。

在终端中运行

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install xserver-xorg-lts-trusty libgl1-mesa-glx-lts-trusty libgl1-mesa-glx-lts-trusty:i386
sudo apt-get install xserver-xorg-input-all-lts-trusty

这也将升级英特尔驱动程序,您的系统应该是 12.04.5。

答案2

您应该使用以下驱动程序适用于 Linux 的英特尔显卡。这是 GUI 友好安装程序:适用于 Linux 的英特尔显卡安装程序。我看到您使用的是 12.04 版本,似乎它还没有被支持。

我知道,将当前安装升级到新版本的建议不是解决方案,但我会建议您。

同时,请在此处报告此问题:bugs.launchpad.net

相关内容