From 1a03544d5fe2afefe3b0f046b9929333484731f3 Mon Sep 17 00:00:00 2001 From: adminbruno Date: Fri, 15 Mar 2024 15:13:48 -0400 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'proxmox-host-confi?= =?UTF-8?q?g.sh'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proxmox-host-config.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/proxmox-host-config.sh b/proxmox-host-config.sh index f7feed0..de8ef9c 100644 --- a/proxmox-host-config.sh +++ b/proxmox-host-config.sh @@ -1,10 +1,10 @@ #!/bin/bash -chmod 666 /dev/dri/renderD128 -chmod 666 /dev/dri/card0 +#chmod 666 /dev/dri/renderD128 +#chmod 666 /dev/dri/card0 # For a persistent way to give the permissions (this worked for me the first time but later on stopped working) -cat > /etc/udev/rules.d/99-intel-chmod666.rules << 'EOF' -KERNEL=="renderD128", MODE="0666" -KERNEL=="card0", MODE="0666" -EOF \ No newline at end of file +#cat > /etc/udev/rules.d/99-intel-chmod666.rules << 'EOF' +#KERNEL=="renderD128", MODE="0666" +#KERNEL=="card0", MODE="0666" +#EOF \ No newline at end of file