Re: permissions on /dev/nvidia*

2014-01-16 Thread Andrei POPESCU
On Mi, 15 ian 14, 13:13:34, Uli Wannek wrote: > It is a very old thread, sorry, but i stumbled upon and meanwhile found > a solution: > > nvidia supplies > /etc/modprobe.d/nvidia-kernel-common.conf > originally containing: > alias char-major-195* nvidia > options nvidia NVreg_DeviceFileUID=0

Re: permissions on /dev/nvidia*

2014-01-15 Thread Uli Wannek
It is a very old thread, sorry, but i stumbled upon and meanwhile found a solution: nvidia supplies /etc/modprobe.d/nvidia-kernel-common.conf originally containing: alias char-major-195* nvidia options nvidia NVreg_DeviceFileUID=0 NVreg_DeviceFileGID=44 \ NVreg_DeviceFileMod

Re: permissions on /dev/nvidia*

2011-10-12 Thread Giorgio Ruffa
On Fri, Oct 07, 2011 at 10:32:34AM -0400, Christian Jaeger wrote: > (Your mail was in my gmail spam folder -- which is why I noticed it :) > > > to solve the problem i tried to edit the init.d/nvidia-kernel script and > > replaced the line > >        mknod -m 0660 dev/nvidiactl c 195 255 > > with

Re: permissions on /dev/nvidia*

2011-10-07 Thread Christian Jaeger
(Your mail was in my gmail spam folder -- which is why I noticed it :) > to solve the problem i tried to edit the init.d/nvidia-kernel script and > replaced the line >        mknod -m 0660 dev/nvidiactl c 195 255 > with >        mknod -m 0666 dev/nvidiactl c 195 256 Wondering why you changed the

permissions on /dev/nvidia*

2011-10-05 Thread Giorgio Ruffa
Hi all and thanks for reading, I have a messy problem of permissions of /dev/nvidiactl and /dev/nvidia0. As usual on debian distributions the video devices are owned by the video group. ls -l /dev/nvidia* crw-rw 1 root video 195, 0 Sep 27 17:56 /dev/nvidia0 crw-rw 1 root video 195, 255 S