From: Alberto G. <al...@ti...> - 2002-01-03 00:04:32
|
> Now, for example exhello.py doesn't work under console but does under > X. Explanation: it has something to do with paths, since I am using > fbdev and this driver is compiled as an allegro module. Where should I > look at to fix this? The example just fails with GFX_SAFE. On my > computer the only driver which works under console is framebuffer, and > it was me who wrote it's GFX_SAFE behaviour, so I know for sure it's a > module loading issue, allegro C examples work perfectly. The same happens to me too. I think you know much better than me the details of Allegro internals, so if you say this is a modules issue, I'll look in that direction: anyway, I switched from Allegro 3.9.36 (without modules) to 4.0.0 only a couple of weeks ago, so I didn't notice this until last week. Thank you for the explaination: when I first saw the problem, I really didn't know where to look for a solution! I'll try to fix it as soon as possible. Alberto Griggio |