parent
eb93b388fe
commit
1a03544d5f
@ -1,10 +1,10 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
chmod 666 /dev/dri/renderD128
|
#chmod 666 /dev/dri/renderD128
|
||||||
chmod 666 /dev/dri/card0
|
#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)
|
# 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'
|
#cat > /etc/udev/rules.d/99-intel-chmod666.rules << 'EOF'
|
||||||
KERNEL=="renderD128", MODE="0666"
|
#KERNEL=="renderD128", MODE="0666"
|
||||||
KERNEL=="card0", MODE="0666"
|
#KERNEL=="card0", MODE="0666"
|
||||||
EOF
|
#EOF
|
||||||
Loading…
Reference in new issue