From 1ce2f098c85aa8942b1d856ec6dd1c296dc38f41 Mon Sep 17 00:00:00 2001 From: Riccardo Maria Bianchi <riccardo.maria.bianchi@cern.ch> Date: Wed, 27 Mar 2024 13:26:07 +0100 Subject: [PATCH] docs: fix URLs links --- documentation/docs/dev/troubleshooting.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/documentation/docs/dev/troubleshooting.md b/documentation/docs/dev/troubleshooting.md index 3e036e232..52944f244 100644 --- a/documentation/docs/dev/troubleshooting.md +++ b/documentation/docs/dev/troubleshooting.md @@ -32,16 +32,17 @@ Fatal Application Error. Can't setup a valid OpenGL canvas, something is serious Then, your local machine probably has the **indirect rendering of OpenGL** content **disabled**. -In the case of macOS, Apple has disabled the remote indirect rendering of OpenGL by default for a few years, so running remote OpenGL applications (any OpenGL applications) does not work out of the box. +In the case of **macOS**, Apple has disabled the remote indirect rendering of OpenGL by default for a few years, so running remote OpenGL applications (any OpenGL applications) does not work out of the box. **Re-enabling the indirect rendering solves the problem. ** You can see a few instructions on the VP1 pages here: -https://atlas-vp1.web.cern.ch/atlas-vp1/home/documentation/how-to-run-vp1/tutorial/0-pre-requisites/#Mac_OS_X -You get a similar situation if you run from a recent Fedora or an Alma9 machine. In that case, you can find instructions here: +<https://atlas-vp1.web.cern.ch/atlas-vp1/home/documentation/how-to-run-vp1/tutorial/0-pre-requisites/#Mac_OS_X> -https://askubuntu.com/questions/1100451/how-to-enable-allowindirectglx-on-ubuntu-18-04-with-nvidia-1050ti +You get a similar situation if you run from a recent **Fedora** or an **Alma9** machine. In that case, you can find instructions here: + +<https://askubuntu.com/questions/1100451/how-to-enable-allowindirectglx-on-ubuntu-18-04-with-nvidia-1050ti> -- GitLab