Terence Eden. He has a beard and is smiling.
Theme Switcher:

Configuring Pop!_OS - Keyboard lights, fonts, and more

· 4 comments · 300 words · Viewed ~14,543 times


I've got a new laptop which runs Linux! These are mostly notes to myself.

Fonts

First, from the console, install Gnome Tweaks

sudo apt install gnome-tweaks

Run Tweaks and select "Fonts". Font selection panel. You can swap fonts, boost them, and generally have a good fiddle. Increasing the scaling factor is a good way to boost the size of all desktop elements.

Bluetooth - rename

By default the Bluetooth name is pop_os.

sudo nano /etc/hostname

Replace it with whatever you like.

Keyboard Lights

You will need to use Tuxedo. It's a bit complicated.

git clone https://github.com/tuxedocomputers/tuxedo-keyboard.git
cd tuxedo-keyboard
git checkout release

Now edit the Makefile. Find the lines with

# Package version and name from dkms.conf
VER := $(shell sed -n 's/^PACKAGE_VERSION=\([^\n]*\)/\1/p' dkms.conf)
MODULE_NAME := $(shell sed -n 's/^PACKAGE_NAME=\([^\n]*\)/\1/p' dkms.conf)

Change dkms.conf to the full path of your git download. For example

# Package version and name from dkms.conf
VER := $(shell sed -n 's/^PACKAGE_VERSION=\([^\n]*\)/\1/p' /home/MYNAME/git/tuxedo-keyboard/dkms.conf)
MODULE_NAME := $(shell sed -n 's/^PACKAGE_NAME=\([^\n]*\)/\1/p' /home/MYNAME/git/tuxedo-keyboard/dkms.conf)

Save the file. Now run:

make clean
sudo make dkmsinstall
sudo modprobe tuxedo_keyboard

Testing! Press the Fn key and the numpad symbols

  • [Fn] / changes the colours. You get red, green, blue, yellow, purple, light blue, white, off
  • [Fn] * toggles the lights on and off
  • [Fn] - dims the lights
  • [Fn] + increases brightness

You can also install this widget to help manage things.

Screen Tearing

See Fix screen tearing on rotated external monitors (Ubuntu / POP!_OS)


Share this post on…

4 thoughts on “Configuring Pop!_OS - Keyboard lights, fonts, and more”

  1. Thank you very much, appreciate the little tips about Tweaks for font size, makes my reading the sccreen life easier 😉

    Reply

  2. The new version of POP OS shows Tweaks installed. But will not open it for command line or from Applications?

    Reply

What are your reckons?

All comments are moderated and may not be published immediately. Your email address will not be published.

See allowed HTML elements: <a href="" title="">
<abbr title="">
<acronym title="">
<b>
<blockquote cite="">
<br>
<cite>
<code>
<del datetime="">
<em>
<i>
<img src="" alt="" title="" srcset="">
<p>
<pre>
<q cite="">
<s>
<strike>
<strong>

To respond on your own website, write a post which contains a link to this post - then enter the URl of your page here. Learn more about WebMentions.