Skip to content

Commit 14fe36f

Browse files
authored
Merge pull request AliceO2Group#290 from jackal1-66/patch-1
Added graphical issue workaround
2 parents a1a435b + 39779ca commit 14fe36f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/troubleshooting/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,3 +171,19 @@ Alien Token Check failed - Please get an alien token before running with https C
171171
- Create the AliEn token by executing the `alien.py` command inside the O2Physics environment.
172172
- You should be greeted with `Welcome to the ALICE GRID`.
173173
- Exit with `exit`.
174+
175+
## Graphical issue with high DPI monitors
176+
177+
When using monitors with high DPI the labels and text in TBrowser might be too small, especially when fractional scaling is enabled in multiple
178+
monitors setup. A workaround for this issue is to create a local .rootrc file in the $HOME folder including the following lines, edited with your own
179+
font preferences:
180+
181+
```text
182+
Gui.DefaultFont: -*-helvetica-medium-r-*-*-28-*-*-*-*-*-iso8859-1
183+
Gui.MenuFont: -*-helvetica-medium-r-*-*-32-*-*-*-*-*-iso8859-1
184+
Gui.MenuHiFont: -*-helvetica-bold-r-*-*-32-*-*-*-*-*-iso8859-1
185+
Gui.DocFixedFont: -*-courier-medium-r-*-*-32-*-*-*-*-*-iso8859-1
186+
Gui.DocPropFont: -*-helvetica-medium-r-*-*-32-*-*-*-*-*-iso8859-1
187+
Gui.IconFont: -*-helvetica-medium-r-*-*-28-*-*-*-*-*-iso8859-1
188+
Gui.StatusFont: -*-helvetica-medium-r-*-*-28-*-*-*-*-*-iso8859-1
189+
```

0 commit comments

Comments
 (0)