Ville Syrjälä wrote:
[...]
> 
> OK. You should see some error message from the matrox driver about this
> issue. It should complain about not finding the device file or failing
> to open it. If there is no error message it seems like the config file
> is not read. Use strace to see if it looks for the config file in the
> right place (and it can also show you the i2c file search).

Allright, either I was mislead by Torgeir's reply in this thread ("Ok,
putting directfbrc under /usr/local/etc fixed it! Thx"), or you guys
changed this in the meantime, 'cause DirectFB is looking in these places
after a directfbrc file (in this case, I ran dfbinfo through strace as
you suggested):

open("/usr/etc/directfbrc", O_RDONLY)   = -1 ENOENT (No such file or
directory)
open("/root/.directfbrc", O_RDONLY)     = -1 ENOENT (No such file or
directory)
open("/usr/etc/directfbrc.dfbinfo", O_RDONLY) = -1 ENOENT (No such file
or directory)
open("/root/.directfbrc.dfbinfo", O_RDONLY) = -1 ENOENT (No such file or
directory)

So, putting directfbrc under /usr/etc now solved it for me, too.

Thanks alot!

P.S. man directfbrc doesn't seem to reflect this location (yet).



_______________________________________________
directfb-users mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to