Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 126026 - ati dri needs doc
Summary: ati dri needs doc
Status: RESOLVED DUPLICATE of bug 63580
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-13 01:04 UTC by Harald Schioeberg
Modified: 2006-03-13 01:38 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***