2018年12月8日 星期六

Ubuntu 16.04 解 LCD 上的水平紋

一直以為是電腦不夠力, 或電視太爛

最近忽然想到來 google 一下, 才發現這是可以解決的

https://askubuntu.com/questions/945895/solution-to-intel-graphics-screen-tearing-flickering-causes-excessive-fan-use

加個 file : /usr/share/X11/xorg.conf.d/20-intel_flicker_fix.conf

內容:
Section "Device"
   Identifier  "Intel Graphics"
   Driver      "intel"
   Option      "TripleBuffer" "true"
   Option      "TearFree"     "true"
   Option      "DRI"          "false"
EndSection

就這樣~~

不過有趣的是, 加了重開機後, xrandr 顯示 screen name 變了, 變回和 Ubuntu 10.04 一樣 : HDMI1 而不是 HDMI-1

2019/03/23 update:
 DRI 要設為 "true"
 換了大電視, 之前沒看出的較小細紋現在看得一清二楚, 設成 ture 之後就解決了~~