Re: Solved - Re: DRM not working - recent head

2008-09-14 Thread Steve O'Hara-Smith
On Sun, 14 Sep 2008 12:18:56 -0700 (PDT) Matthew Dillon <[EMAIL PROTECTED]> wrote: > > : > : Gah here I sit red in face - /dev/dri/card0 had somehow become a > :device with major number 0. Fixed that and all is well. > : > :-- > > Cool. If you recall how the device managed to get mis-c

Re: Solved - Re: DRM not working - recent head

2008-09-14 Thread Matthew Dillon
: : Gah here I sit red in face - /dev/dri/card0 had somehow become a :device with major number 0. Fixed that and all is well. : :-- Cool. If you recall how the device managed to get mis-created we might be able to add some protection against future occurances. I've seen device

Solved - Re: DRM not working - recent head

2008-09-14 Thread Steve O'Hara-Smith
On Thu, 11 Sep 2008 18:03:57 +0100 "Steve O'Hara-Smith" <[EMAIL PROTECTED]> wrote: > Hi, > > I don't know how long this has been going on but DRM is not > working for me and it seems to be mostly down to ioctl mismatch, I hacked > libdrm to emit a message on the first failed one (DRM_

DRM not working - recent head

2008-09-11 Thread Steve O'Hara-Smith
Hi, I don't know how long this has been going on but DRM is not working for me and it seems to be mostly down to ioctl mismatch, I hacked libdrm to emit a message on the first failed one (DRM_IOCTL_GET_UNIQUE) and found that the error is "Inappropriate ioctl for device". I tried di