diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-08-08 16:37:20 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-08-08 16:37:20 +0000 |
commit | 4e43007a2134e8360c010cdadc6760917daf197c (patch) | |
tree | a8f99e1b5da69a90fc319ad3eeb52d35a5482be0 /xserver | |
parent | 11a149b23aec7e5387e72fc0988dd0f4680484df (diff) |
Un-blacklist radeon, blacklist radeonold. So X -configure will now
select the radeon driver.
Diffstat (limited to 'xserver')
-rw-r--r-- | xserver/hw/xfree86/common/xf86Config.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |