Summary: | adding user to video group fixes opengl extensions for nvidia driver | ||
---|---|---|---|
Product: | [OLD] Docs-user | Reporter: | David Cozatt <yggsdrasil> |
Component: | nVIDIA Trouble Shooting Guide | Assignee: | Sven Vermeulen (RETIRED) <swift> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | andrewbevitt, docs-team |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | http://www.gentoo.org/doc/en/nvidia-guide.xml | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
David Cozatt
2004-11-28 18:22:01 UTC
Can you show me your /etc/security/console.perms? Mine doesn't speak about "video" anywhere. Also, none of the nvidia ebuilds tell something about the "video" user. andrew@asteroid ~ $ ls -l /dev/nvidia* crw-rw---- 1 root video 195, 0 Nov 29 08:13 /dev/nvidia0 crw-rw---- 1 root video 195, 255 Nov 29 08:13 /dev/nvidiactl andrew@asteroid ~ $ groups lp wheel audio video games cdrw users portage Sven they should be in the video group as per udev defaults. Would it be more preferable to have a note about this added to the ebuilds? Essentially standard permissions however I did comment out the "dri" sections as suggested by the nvidia docs. That didn't fix the problem until user was added to video group. #<dri>=/dev/nvidia* /dev/3dfx* <mainboard>=/dev/apm_bios <burner>=/dev/scd* /dev/sg* /dev/pcd* /dev/pg* /dev/cdwriter /dev/scsi/*/*/*/*/generic <usb>=/dev/usb/dabusb* /dev/usb/mdc800* /dev/usb/rio500 /dev/ttyUSB* \ /proc/usb/[0-9][0-9][0-9]/[0-9][0-9][0-9] # permission definitions <console> 0660 <serial> 0660 root.tty <console> 0660 <floppy> 0660 root.floppy <console> 0600 <sound> 0600 root.audio <console> 0600 <cdrom> 0660 root.cdrom <console> 0600 <pilot> 0660 root.uucp <console> 0600 <jaz> 0660 root.disk <console> 0600 <zip> 0660 root.disk <console> 0600 <ls120> 0660 root.disk <console> 0600 <scanner> 0600 root <console> 0600 <camera> 0600 root <console> 0600 <memstick> 0600 root <console> 0600 <flash> 0600 root <console> 0600 <diskonkey> 0660 root.disk <console> 0600 <rem_ide> 0660 root.disk <c<console> 0600 <kbd> 0600 root <console> 0600 <joystick> 0600 root <console> 0600 <v4l> 0600 root.sys <console> 0700 <gpm> 0700 root <console> 0600 <mainboard> 0600 root <console> 0660 <burner> 0660 root.cdrw <console> 0600 <usb> 0660 root.usb <console> 0600 <rio500> 0600 root <xconsole> 0600 /dev/console 0600 root.root #<xconsole> 0660 <dri> 0660 root user99 : please ignore the <c<console thing generated by mistake while pasting. <console> 0600 <fb> 0600 root that line was truncated.and should also be there. I don't believe i ever edited this file from default until i commented the dri lines. user99 Thanks; added to the nvidia guide. Andrew: it might be interesting to add a note as well, although, now that it's documented, it's not absolutely necessary. |