summarylogtreecommitdiffstats
path: root/nvidia.rules
blob: 1334f88ca2d5f92e1028748151ba792aafcabb5f (plain)
1
2
3
4
5
# Device nodes are created by nvidia-modprobe, which is called by the nvidia DDX.
# In case the DDX is not started, the device nodes are never created, so call
# nvidia-modprobe in the udev rules to cover the Wayland/EGLStream and compute
# case without a started display.
KERNEL=="nvidia", DRIVER=="nvidia", RUN+="/usr/bin/nvidia-modprobe", RUN+="/usr/bin/nvidia-modprobe -u"