I have just come across the following change that I needed to make in order for glxgears to work:

KERNEL="nvidia[0-9]*", GROUP="video"
KERNEL="nvidiactl",    GROUP="video"
to
KERNEL="nvidia[0-9]*", GROUP="video", MODE="0666"
KERNEL="nvidiactl",    GROUP="video", MODE="0666"

What do I need to do to get this change made in LFS? (provided everyone goes along with the change)

John Gnew



--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to