File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -171,3 +171,19 @@ Alien Token Check failed - Please get an alien token before running with https C
171
171
- Create the AliEn token by executing the ` alien.py ` command inside the O2Physics environment.
172
172
- You should be greeted with ` Welcome to the ALICE GRID ` .
173
173
- 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
+ ```
You can’t perform that action at this time.
0 commit comments