vitaly-zdanevich Tux's lil' helper
Joined: 01 Dec 2019 Posts: 106 Location: Belarus
|
Posted: Tue Jun 18, 2024 12:02 am Post subject: Screen Tearing on Intel iGPU IvyBridge, despite configs |
|
|
Hi, I have an old laptop ThinkPad T430 with Intel iGPU IvyBridge.
In /etc/X11/xorg.conf.d/20-intel.conf I have:
Code: | Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "TearFree" "true"
EndSection |
Also I tried
Code: | Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "AccelMethod" "uxa"
Option "TearFree" "true"
Option "TripleBuffer" "true"
EndSection |
And added to /etc/environment
Code: | CLUTTER_PAINT=disable-clipped-redraws:disable-culling
CLUTTER_VBLANK=True |
but still I have screen tearing
A month ago it was ok, but looks like after some system update it broken now
Please help. |
|