Un-blacklist radeon, blacklist radeonold. So X -configure will now

select the radeon driver.
This commit is contained in:
matthieu 2012-08-08 16:37:19 +00:00
parent 2a52146dd2
commit 143961ca76

View File

@ -515,7 +515,7 @@ static void
fixup_video_driver_list(char **drivers)
{
static const char *fallback[4] = { "vesa", "fbdev", "wsfb", NULL };
static const char *blacklist[] = { "radeonhd", "radeon", NULL };
static const char *blacklist[] = { "radeonhd", "radeonold", NULL };
char **end, **drv, **d;
char *x;
int i;