Are you experiencing blurry fonts in your Linux apps on ChromeOS? Don't worry, you're not alone! Many users have encountered this issue, but fortunately, there are some simple fixes you can try to improve the clarity of your fonts. In this article, we will walk you through the steps to fix blurred fonts in ChromeOS Linux apps.
Method 1: Adjust Display Scaling
The first method involves adjusting the display scaling settings in ChromeOS. Follow these steps:
- Click on the system tray in the bottom-right corner of the screen.
- Select the gear icon to open the Settings menu.
- In the Settings menu, click on "Displays" in the left-hand sidebar.
- Under the "Display size" section, try adjusting the slider to a different percentage.
- Check if the fonts appear less blurry after adjusting the display scaling.
If this method doesn't solve the issue, proceed to the next one.
Method 2: Enable Font Smoothing
Enabling font smoothing can often help improve the clarity of fonts. Here's how to do it:
- Open the Linux Terminal app on your Chromebook.
- Type the following command and press Enter:
- A text editor will open. Copy and paste the following lines into the editor:
- Save the file and close the text editor.
- Restart your Chromebook.
sudo gedit /etc/profile.d/font-smoothing.sh
#!/bin/bash
export FREETYPE_PROPERTIES="truetype:interpreter-version=35"
After your Chromebook restarts, check if the fonts in your Linux apps appear sharper. If not, let's move on to the next method.
Method 3: Change Font Rendering Options
Changing the font rendering options can sometimes resolve the issue. Follow these steps:
- Open the Linux Terminal app.
- Type the following command and press Enter:
- In the text editor, add the following lines:
- Save the file and close the text editor.
- Restart your Chromebook.
sudo gedit /etc/fonts/local.conf
rgb
After the restart, check if the fonts in your Linux apps are now clearer. If the issue persists, there is one more method to try.
Method 4: Install Microsoft TrueType Fonts
Installing Microsoft TrueType Fonts can sometimes improve font clarity. Here's how to do it:
- Open the Linux Terminal app.
- Type the following command and press Enter:
- During the installation, you will be prompted to accept the End User License Agreement. Use the Tab key to navigate to the "OK" button and press Enter to accept.
- Wait for the installation to complete.
- Restart your Chromebook.
sudo apt-get install ttf-mscorefonts-installer
After the restart, check if the fonts in your Linux apps appear sharper and less blurry.
We hope one of these methods helped you fix the issue with blurred fonts in ChromeOS Linux apps. If none of the methods worked, it's recommended to reach out to ChromeOS support for further assistance.
References
| Number | Source |
|---|---|
| 1 | How to Geek |
| 2 | Reddit - Crostini Wiki |
| 3 | Reddit - Crostini |