Think-pad T450でUbuntu 14.04を実行しています。内蔵のラップトップ画面よりも高解像度の外部モニターを使用すると、ダイアログボックスのテキストが乱れます。
グラフィックカードドライバーを交換する必要があるようです。誰もこれの解決策を見つけましたか?
要求された情報を追加するために更新されました:
lspci -nnk | grep '\[03' -A2
以下を提供します:
00:02.0 VGA compatible controller [0300]: Intel Corporation Broadwell-U Integrated
Graphics [8086:1616] (rev 09)
Subsystem: Lenovo Device [17aa:5034]
Kernel driver in use: i915
以下はスクリーンショットです。画面上で文字がめちゃくちゃになっている様子をご覧ください。
ご支援いただきありがとうございます。ルークは私に問題を簡単な方法で解決する道を開いた。この問題は、Intel GraphicsでSNA(SandybridgeのNew Acceleration)を使用している問題に関連しており、UXA(Unified Acceleration Architecture)に戻す必要があります。これを行う方法は非常に簡単です。
以下を入れてください:
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "AccelMethod" "uxa"
EndSection
ファイル/etc/X11/xorg.conf.d/20-intel.conf
に、/etc/X11/xorg.conf.d/
ディレクトリが存在しない場合は作成します。これはルートとして実行する必要があります。
$ Sudo mkdir /etc/X11/xorg.conf.d/
$ Sudo cp 20-intel.conf /etc/X11/xorg.conf.d/20-intel.conf
ローカルディレクトリに20-intel.conf
ファイルを作成したと仮定します。
他の人を助けることを願っています!
ところで、ここにソリューションのソースがあります: https://wiki.archlinux.org/index.php/Intel_graphics#SNA_issues
Utopic HWE-Stackを削除し、X.orgとカーネルを元のTrustyバージョンにダウングレードすることで問題が解決したようです: Kernel/LTS Enablement Stackを削除する方法?
uname -r
は以下を返します。
3.13.0-48-generic
およびXorg -version
は以下を返します。
X.Org X Server 1.15.1
Release Date: 2014-04-13
X Protocol Version 11, Revision 0
Build Operating System: Linux 3.2.0-76-generic x86_64 Ubuntu
Current Operating System: Linux nibbler 3.13.0-48-generic #80-Ubuntu SMP Thu Mar 12 11:16:15 UTC 2015 x86_64
Kernel command line: BOOT_IMAGE=/vmlinuz-3.13.0-48-generic root=/dev/mapper/lvmgroup01-ubuntu ro splash quiet vt.handoff=7
Build Date: 12 February 2015 02:49:29PM
xorg-server 2:1.15.1-0ubuntu2.7 (For technical support please see http://www.ubuntu.com/support)
Current version of pixman: 0.30.2
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
私は同様の症状と、さらにいくつかの症状を見ていました。このバグのように見えます: https://bugs.launchpad.net/linux/+bug/1432194