Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 126026

Summary: ati dri needs doc
Product: Gentoo Linux Reporter: Harald Schioeberg <schioebe>
Component: [OLD] UnspecifiedAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: enhancement    
Priority: High    
Version: 2006.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Harald Schioeberg 2006-03-13 01:04:32 UTC
It took me a while of googling to find out how to enable dri support on ati cards.
/dev/dri/card0 belongs to root:root with 0660, but should belong to root:video
or root:users depending on taste :)
One needs 

Section "DRI"
  Group "video"
  Mode 0666
EndSection
  
in the xorg.conf, and it has nothing to do with the udev settings, which look perfectly ok, with 

/etc/udev/rules.d/50-udev.rules:
KERNEL=="card*",        NAME="dri/card%n", GROUP="video"

This should be documented somewhere, i'd opt for a warning in the opengl-update 
script, or a note in xorg.conf.sample, unless there is a good X11 installation document, which i have not found.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-03-13 01:38:24 UTC

*** This bug has been marked as a duplicate of 63580 ***