Re: [AD] [AL] fbcon problems |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2002-01-29, Eric Botcazou <ebotcazou@xxxxxxxxxx> wrote:
> > If so, we should put fbcon ahead of the VGA driver in the driver lists.
> > Or, we can make the VGA driver know if fbcon is active and then disable
> > itself?
>
> I'd rather use the former solution than the latter.
Me too. What a coincidence, it's also the easier option ;-)
This was committed:
--- fbcon.c 2001/11/09 10:36:54 1.20
+++ fbcon.c 2002/02/05 23:25:53
@@ -954,7 +954,7 @@
void _module_init(int system_driver)
{
if (system_driver == SYSTEM_LINUX)
- _unix_register_gfx_driver(GFX_FBCON, &gfx_fbcon, TRUE, FALSE);
+ _unix_register_gfx_driver(GFX_FBCON, &gfx_fbcon, TRUE, TRUE);
}
#endif /* ifdef ALLEGRO_MODULE */