diff --git a/xserver/hw/xfree86/common/xf86Config.c b/xserver/hw/xfree86/common/xf86Config.c index 09ea3fa8c..b2a7dde43 100644 --- a/xserver/hw/xfree86/common/xf86Config.c +++ b/xserver/hw/xfree86/common/xf86Config.c @@ -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;