From f8da373b53ffabf50eff34d00bdc690848493820 Mon Sep 17 00:00:00 2001
From: Guilherme Calandrini <gupa977e@tu-dresden.de>
Date: Mon, 10 Oct 2022 16:02:47 +0200
Subject: [PATCH] pipe the glxinfo to head to decrease user output

---
 .../docs/access/desktop_cloud_visualization.md                  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc.zih.tu-dresden.de/docs/access/desktop_cloud_visualization.md b/doc.zih.tu-dresden.de/docs/access/desktop_cloud_visualization.md
index 7395aad28..e3fe6e8f2 100644
--- a/doc.zih.tu-dresden.de/docs/access/desktop_cloud_visualization.md
+++ b/doc.zih.tu-dresden.de/docs/access/desktop_cloud_visualization.md
@@ -29,7 +29,7 @@ Click on the `DCV` button. A new tab with the DCV client will be opened.
 - Check GPU support via:
 
 ```console hl_lines="4"
-marie@compute$ glxinfo
+marie@compute$ glxinfo | head
 name of display: :1
 display: :1  screen: 0
 direct rendering: Yes
-- 
GitLab