Comment 48 for bug 1365336

Revision history for this message
LaƩrcio de Sousa (lbssousa) wrote : Re: Lightdm update=No desktop

I've crated a topic in NVIDIA DevZone Forums about shipping this udev rule. Someone have pointed out about the possibility of no kernel devices (like /dev/dri/card*) being available, since they are not created by NVIDIA drivers, but by other kernel modules.

So I'm proposing this alternative udev rule as a fallback for the case we cannot guarantee /dev/dri/card* is available in the system:

SUBSYSTEM=="pci", ATTRS{vendor}=="0x10de", DRIVER=="nvidia", TAG+="seat", TAG+="master-of-seat"