Add Brightness Slider Control for External Monitor in Ubuntu

Last updated: June 13, 2023 — Leave a comment

Running Ubuntu on Desktop PC or laptop with external monitor? You can add a slider in top-right system menu to control the screen brightness.

Unlike laptop’s built-in screen, most Linux today does not provide brightness control for external monitors.

Fortunately, there’s a ddcutil utility can do the job via ddc/ci protocol, which is supported in most external monitors. And, there’s an extension to add the slider control to system status menu.

brightness slider for external monitor

The extension supports all current Ubuntu releases, including Ubuntu 20.04, Ubuntu 22.04, Ubuntu 22.10 and Ubuntu 23.04, as well as other Linux with recent Gnome desktop, such as Fedora Workstation, Debian, RHEL.

NOTE: DDC/CI is usually enabled by default. Just in case, use your monitor’s physical button to make sure the option is enabled!

1. First of all, press Ctrl+Alt+T on keyboard to open terminal. When it opens, run command to install the ddcutil utility in Ubuntu:

sudo apt install ddcutil

2. Next, add your current user to ‘i2c’ group to grant permissions:

sudo gpasswd --add $USER i2c

3. Install “Extension Manager” tool from Ubuntu Software for installing and managing extensions.

Install Extension Manager in Ubuntu 22.04+

For Ubuntu 20.04, run command to install “Gnome Extensions” app instead, as well as agent package for browser integration.

sudo apt install gnome-shell-extension-prefs chrome-gnome-shell

4. Ubuntu 22.04 + can now launch “Extension Manager” and use the tool to search and install “Brightness control using ddcutil” extension.

For Ubuntu 20.04, go to this page in web browser, install browser extension if prompted (refresh after installation), and finally turn on the ON/OFF switch to install that extension.

5. The extension by default add an indicator applet in panel with brightness slider. To configure it, open ‘Installed’ tab in “Extension Manager” (or ‘Gnome Extensions’ app for Ubuntu 20.04).

Then, click on either gear button or ‘Settings’ button for that extension. Finally, set button location to “System Menu” and turn on “Hide System Indicator” for better integration.

That’s all. Enjoy!

Twitter

I'm a freelance blogger who started using Ubuntu in 2007 and wishes to share my experiences and some useful tips with Ubuntu beginners and lovers. Please comment to let me know if the tutorial is outdated! And, notify me if you find any typo/grammar/language mistakes. English is not my native language. Contact me via [email protected] Buy me a coffee: https://ko-fi.com/ubuntuhandbook1

No Comments

Be the first to start the conversation.

Leave a Reply

Text formatting is available via select HTML.

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> 

*