> For the complete documentation index, see [llms.txt](https://docs.itconductor.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.itconductor.com/user-guide/sid-refresh/troubleshooting/pixelated-fonts.md).

# Java-based GUI Runs with Pixelated Fonts

### Symptom <a href="#java-basedguirunswithpixelatedfonts-symptom" id="java-basedguirunswithpixelatedfonts-symptom"></a>

* You are starting SID-Refresh™ on Linux/Unix with the Java-based GUI and the text fonts are pixelated.

![Figure 1a: Sample Pixelated Text Fonts in SID-Refresh GUI](/files/5ONTApo9XWJFqjzk2HgW)

![Figure 1b: Sample Pixelated Text Fonts in SID-Refresh GUI](/files/jATMXtTDCCcjoRWKJcXW)

### Environment <a href="#java-basedguirunswithpixelatedfonts-environment" id="java-basedguirunswithpixelatedfonts-environment"></a>

* Linux/Unix Systems

### Cause <a href="#java-basedguirunswithpixelatedfonts-cause" id="java-basedguirunswithpixelatedfonts-cause"></a>

* The desktop setting you want isn't supported on your desktop (e.g., you want LCD text on Windows).
* JRE doesn't recognize your desktop setting (e.g., KDE).
* You are automating testing under each of these conditions.

### Resolution <a href="#java-basedguirunswithpixelatedfonts-resolution" id="java-basedguirunswithpixelatedfonts-resolution"></a>

* Set on the command line as of the specified value to control rendering hints used by Swing text:&#x20;

```
java -Dawt.useSystemAAFontSettings=lcd -jar /Install/SIDRefresh.jar
```

![Figure 2: Setting System Font on Linux/Unix Systems](/files/RrkSabq4AZequQfsXI8h)

![Figure 3a: Improved Text Font in SID-Refresh™ GUI After Resolution](/files/EdbTkef3O8MJtC39hUpC)

![Figure 3b: Improved Text Font in SID-Refresh™ GUI After Resolution](/files/adiRA2DzEn6j8ZqSGqfH)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.itconductor.com/user-guide/sid-refresh/troubleshooting/pixelated-fonts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
