Stop Screen Tearing on Ubuntu
Intel graphics on Linux usually aren’t too much of a problem. That’s probably because integrated graphics usually have fewer features, and the Intel driver stack is mostly open source. For screen tearing on Intel, the solution usually comes in the form of some additional configuration.
Because Intel uses open source drivers, the Xorg configuration is going to be your most direct route. Create a file at /etc/X11/xorg.conf.d/20-intel.conf
or /usr/share/X11/xorg.conf/20-intel.conf
, then place the following block of code inside:
When you’re done, save and reboot.
- Use the NVIDIA proprietary driver
- Open the
NVIDIA X Server Settings
app - Select the
X Server Display Configuration
- Click on the
Advanced
button and checkForce Composition Pipeline
option - Click on the button
Save to X Configuration file
to set it at startup
Tip
Fix For Firefox
1. Go to about:config
2. Select layers.acceleration.force-enabled
and set to true
-
Create a new configuration directory
/etc/X11/xorg.conf.d/
-
Use your favorite text editor to create a configuration file called
20-radeon.conf
: -
Put the information below inside the
20-radeon.conf
file and then save and exit the file: -
Reboot your system for the new configuration to take effect.
X. If you still notice some screen tearing after preforming the steps above, then you'll need to edit the 20-radeon.conf
file to include an extra option. Use your text editor to edit the 20-radeon.conf
file to include the AccelMethod
and DRI
options and then reboot your system.