mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 06:04:36 +08:00
4 lines
215 B
Plaintext
4 lines
215 B
Plaintext
# Put this file in /lib/udev/rules.d or /etc/udev/rules.d
|
|
# Prevent the nvidia card from "randomly" turning on
|
|
DEVPATH=="/module/nvidia", ACTION=="remove", RUN+="/bin/rm -f /dev/nvidiactl /dev/nvidia0 /dev/nvidia1"
|