On 13.08.2010 08:18, Natanael Copa wrote:
Another problem ist hat the DRM device nodes below /dev/dri are not created
automatically by mdev, when I f.ex. `modprobe i915`, I can see
that the kernel hotplug mechanism calls mdev, but the files necessary
for running with hardware acceleration (namely /dev/dri/card0 and
/dev/dri/controlD64) are not created automatically. If I create them by
hand before starting the X server, hardware acceleration works,
otherwise it just says it can’t find the device files.

Try add this line to /etc/mdev.conf:

card[0-9]       root:video 0660 =dri/

Thanks, that worked.

bye,
Alex
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to