Software & AppsOperating SystemLinux

How To Fix Screen Tearing on Ubuntu 18.04

Ubuntu 12

Screen tearing is a common issue faced by many Ubuntu users. It is a visual artifact in video display where a display device shows information from multiple frames in a single screen draw. In this article, we will walk you through various solutions to fix screen tearing on Ubuntu 18.04.

Quick Answer

To fix screen tearing on Ubuntu 18.04, you can try enabling hardware acceleration in your browser settings, checking and updating your GPU driver, adjusting the refresh rate, and disabling hardware acceleration in the browser if necessary. However, please note that these solutions may not work for all systems or configurations.

Enable Hardware Acceleration in Your Browser

Often, the screen tearing problem is associated with the settings of your web browser.

Google Chrome/Chromium:

  1. Go to Settings.
  2. Scroll down and click on Advanced.
  3. In the System section, ensure the “Use hardware acceleration when available” option is checked.

Firefox:

  1. Go to Preferences.
  2. Navigate to the Performance section.
  3. Uncheck the “Use recommended performance settings” option.
  4. Ensure the “Use hardware acceleration when available” option is checked.

Check Your GPU Driver

The GPU driver can also be a cause of screen tearing. To check your GPU driver, follow the steps below:

  1. Open a terminal by pressing Ctrl + Alt + T.
  2. Run the command lspci -v | less. This command will display information about all PCI buses and devices in the system.
  3. Look for the “VGA compatible controller” section to see your video card model, available drivers, and the driver in use.

Depending on your graphics card, you may want to switch between open source and proprietary drivers. You can do this by going to System Settings → Updates → Settings → Additional Drivers.

Update Your Graphics Driver

For Intel Graphics:

Visit the Intel Linux Graphics website for the latest drivers.

For Nvidia Graphics:

  1. Open “Software & Updates” and go to the “Additional Drivers” tab.
  2. Install the recommended Nvidia driver.

If you’re using Nvidia and experiencing issues, you can try the trick mentioned in this GitHub repository.

Adjust the Refresh Rate

Sometimes, adjusting the refresh rate can fix screen tearing. To do this, open the display settings and change the refresh rate from 60Hz to 59.96Hz or try different values to see if it reduces screen tearing.

Disable Hardware Acceleration in the Browser

If none of the above solutions work, you can try turning off hardware acceleration in your browser settings. This method varies depending on the browser you’re using. Consult the browser’s settings or do a web search for instructions specific to your browser.

Please note that these solutions may not work for all systems or configurations. It’s recommended to try them one by one and see which one works best for your setup. Remember to always backup your data before making any changes to your system.

Screen tearing can be a frustrating issue, but with a bit of patience and troubleshooting, it can often be resolved. We hope this guide has been helpful in resolving your screen tearing issues on Ubuntu 18.04.

What is screen tearing?

Screen tearing is a visual artifact in video display where a display device shows information from multiple frames in a single screen draw.

How can I enable hardware acceleration in Google Chrome or Chromium?

To enable hardware acceleration in Google Chrome or Chromium, go to Settings, scroll down and click on Advanced, and in the System section, ensure the "Use hardware acceleration when available" option is checked.

How can I enable hardware acceleration in Firefox?

To enable hardware acceleration in Firefox, go to Preferences, navigate to the Performance section, uncheck the "Use recommended performance settings" option, and ensure the "Use hardware acceleration when available" option is checked.

How can I check my GPU driver on Ubuntu 18.04?

To check your GPU driver on Ubuntu 18.04, open a terminal by pressing Ctrl + Alt + T, run the command lspci -v | less, and look for the "VGA compatible controller" section to see your video card model, available drivers, and the driver in use.

How can I switch between open source and proprietary drivers on Ubuntu 18.04?

To switch between open source and proprietary drivers on Ubuntu 18.04, go to System Settings → Updates → Settings → Additional Drivers and choose the desired driver.

Where can I find the latest Intel graphics drivers for Ubuntu?

You can find the latest Intel graphics drivers for Ubuntu on the Intel Linux Graphics website.

How can I update my Nvidia graphics driver on Ubuntu 18.04?

To update your Nvidia graphics driver on Ubuntu 18.04, open "Software & Updates", go to the "Additional Drivers" tab, and install the recommended Nvidia driver.

How can I adjust the refresh rate to fix screen tearing?

To adjust the refresh rate, open the display settings on Ubuntu 18.04 and change the refresh rate from 60Hz to 59.96Hz or try different values to see if it reduces screen tearing.

What should I do if none of the above solutions work?

If none of the above solutions work, you can try turning off hardware acceleration in your browser settings. This method varies depending on the browser you’re using. Consult the browser’s settings or do a web search for instructions specific to your browser.

Are these solutions guaranteed to fix screen tearing on Ubuntu 18.04?

These solutions may not work for all systems or configurations. It is recommended to try them one by one and see which one works best for your setup. Remember to always backup your data before making any changes to your system.

Leave a Comment

Your email address will not be published. Required fields are marked *