• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / Ubuntu / How To Enable Low Graphics Mode On Ubuntu 16.04

How To Enable Low Graphics Mode On Ubuntu 16.04

By Sourabh / September 28, 2016 Category: How To, Ubuntu

Enable low graphics mode in Ubuntu. Unity 7 low graphics mode can be enables and speed up Ubuntu Systems. Running system on low graphics mode can make Ubuntu faster.

Low graphics mode can bring various improvements to reduce the amount of visual effects. At a high level this includes things like:

  • Reducing the amount of animation in elements such as the window switcher, launcher and menus (in some cases down to zero)
  • Removing blur and fade in/out
  • Reducing shadows

Enable Low Graphics Mode on Ubuntu

When Ubuntu detects certain GL features are not available the low graphics mode should enable itself. But if not, Ubuntu users can easily force enable the low graphics mode on Ubuntu. Here’s how to enable it:

1. Open Terminal and run the following command to edit the low mode configuration file:

nano ~/.config/upstart/lowgfx.conf

2. Once the file is open, paste the following lines into it:

start on starting unity7
pre-start script
initctl set-env -g UNITY_LOW_GFX_MODE=1
end script

3. Save the file and exit.
4. Restart the system.
5. Once the system gets start, update and upgrade the system:

sudo apt-get update
sudo apt-get upgrade

If you want to stop using low graphics comment out the initctl line by placing a ‘#’ at the start of the line. So the code becomes:

start on starting unity7
pre-start script
#initctl set-env -g UNITY_LOW_GFX_MODE=1
end script

Credit Ubuntu Insights
https://insights.ubuntu.com/2016/09/19/low-graphics-mode-in-unity-7/

Tags: Enable Low Graphics Mode, Enable Low Graphics Mode Ubuntu, Enable Low Graphics Mode Ubuntu 14.04, Enable Low Graphics Mode Ubuntu 14.10, Enable Low Graphics Mode Ubuntu 15.04, Enable Low Graphics Mode Ubuntu 15.10, Enable Low Graphics Mode Ubuntu 16.04, Enable Low Graphics Mode Ubuntu 16.10, Enable Low Graphics Mode Unity, Enable Ubuntu Low Graphics Mode, Enable Unity Low Graphics Mode, How To Enable Low Graphics Mode On Ubuntu 16.04, Low Graphics Mode, Low Graphics Mode Ubuntu, Low Graphics Mode Unity, Ubuntu 14.04 Enable Low Graphics Mode, Ubuntu 14.10 Enable Low Graphics Mode, Ubuntu 15.04 Enable Low Graphics Mode, Ubuntu 15.10 Enable Low Graphics Mode, Ubuntu 16.04 Enable Low Graphics Mode, Ubuntu 16.10 Enable Low Graphics Mode, Ubuntu Enable Low Graphics Mode, Ubuntu Low Graphics Mode, Unity Enable Low Graphics Mode, Unity Low Graphics Mode

Primary Sidebar

Latest Posts

Delete Directory And Contents Recursively Without Prompt On Linux

Check User Login History In Ubuntu Linux Command Line

Use Locate Command To Find File In Linux Terminal By Name

How To Change Terminal Color In Ubuntu Command Line

How To Run Fsck Manually In Linux To Fix Unexpected Inconsistency

How To Fix Broken Packages On Ubuntu From Terminal

Re Execute The Previous Command In Linux Ubuntu Command Line

How Much RAM Is Needed For Ubuntu PC

How To Find Large Files And Directories In Linux Command Line

How To Use Clear Command History In Linux Terminal

© 2026 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap