From 1610b0fa3ad1bde069b0bf1cb0cbbad42c211207 Mon Sep 17 00:00:00 2001 From: Marco Giacalone Date: Tue, 4 Mar 2025 10:48:00 +0100 Subject: [PATCH 1/2] Added graphical issue workaround --- docs/troubleshooting/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/troubleshooting/README.md b/docs/troubleshooting/README.md index a359d06e..999e130e 100644 --- a/docs/troubleshooting/README.md +++ b/docs/troubleshooting/README.md @@ -171,3 +171,19 @@ Alien Token Check failed - Please get an alien token before running with https C - Create the AliEn token by executing the `alien.py` command inside the O2Physics environment. - You should be greeted with `Welcome to the ALICE GRID`. - Exit with `exit`. + +## Graphical issue with high DPI monitors + +When using monitors with high DPI the labels and text in TBrowser might be too small, especially when fractional scaling is enabled in multiple +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 +font preferences: + +```text +Gui.DefaultFont: -*-helvetica-medium-r-*-*-28-*-*-*-*-*-iso8859-1 +Gui.MenuFont: -*-helvetica-medium-r-*-*-32-*-*-*-*-*-iso8859-1 +Gui.MenuHiFont: -*-helvetica-bold-r-*-*-32-*-*-*-*-*-iso8859-1 +Gui.DocFixedFont: -*-courier-medium-r-*-*-32-*-*-*-*-*-iso8859-1 +Gui.DocPropFont: -*-helvetica-medium-r-*-*-32-*-*-*-*-*-iso8859-1 +Gui.IconFont: -*-helvetica-medium-r-*-*-28-*-*-*-*-*-iso8859-1 +Gui.StatusFont: -*-helvetica-medium-r-*-*-28-*-*-*-*-*-iso8859-1 +``` From b499a43bc9374344d801dda101ed23b5a5cf6c0b Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 4 Mar 2025 09:50:40 +0000 Subject: [PATCH 2/2] MegaLinter fixes --- docs/troubleshooting/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/troubleshooting/README.md b/docs/troubleshooting/README.md index 999e130e..a762c0de 100644 --- a/docs/troubleshooting/README.md +++ b/docs/troubleshooting/README.md @@ -175,7 +175,7 @@ Alien Token Check failed - Please get an alien token before running with https C ## Graphical issue with high DPI monitors When using monitors with high DPI the labels and text in TBrowser might be too small, especially when fractional scaling is enabled in multiple -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 +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 font preferences: ```text