Change to 25-lfs.rules

2005-04-15 Thread John Gnew
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

Re: Change to 25-lfs.rules

2005-04-15 Thread M.Canales.es
El Sábado, 16 de Abril de 2005 01:14, John Gnew escribió: What do I need to do to get this change made in LFS? (provided everyone goes along with the change) John Gnew I can run glxgears having this permissions: [EMAIL PROTECTED]:~$ ls -l /dev/nvidia* crw-rw 1 root video 195, 0

Re: Change to 25-lfs.rules

2005-04-15 Thread Randy McMurchy
John Gnew wrote these words on 04/15/05 18:14 CST: 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,

Re: Change to 25-lfs.rules

2005-04-15 Thread John Gnew
Randy McMurchy wrote: I believe the preferred method of handling this issue is to add the users needing access to the 'video' group, instead of giving world permission to the device files. Sorry, I missed that. That is why I ask questions. Thanks John --