This may be of interest to people using machines with (old?) intel
graphics.

I previously wrote about fixing the problem of text corruption:

> Based on instructions found here:
>
> https://fedoramagazine.org/solution-graphics-issues-intel-graphics-chipsets-fedora-22/
>
> I created a file /etc/X11/xorg.conf.d/20-intel.conf containing:
>
> Section "Device"
>    Identifier  "Intel Graphics"
>    Driver      "intel"
>    Option "AccelMethod" "uxa"
> EndSection
>
> Apparently the default is now "sna" instead of "uxa" and "sna" does not
> work well on all machines with intel graphics. (Mine is a six year old
> Dell latitude E6410, still mostly doing exactly what I want).

That fixed my text corruption problems. But someone then informed me that
using "blt" instead of "uxa" not only fixed the text corruption problem but
also significantly improved performance.

I tried insert "blt" switched to mode 3, re-started X.

I also ran tests using "gtkperf -c 200" before and after. The total time
went down from 13.50 to 6.57, and I also felt that video performance after
that was better (in browser and vlc).

Details in comment #34 here:

    https://bugs.freedesktop.org/show_bug.cgi?id=88584#c34

Aaron

Reply via email to