Un-blacklist radeon, blacklist radeonold. So X -configure will now
select the radeon driver.
This commit is contained in:
parent
2a52146dd2
commit
143961ca76
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user