diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-04-21 17:18:08 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-04-21 17:18:08 +0000 |
commit | 9d689867f681ffa894c8d84d934cc462f16b950a (patch) | |
tree | 151c722749269cfe740c33a39fb6b6a9a6cadf69 /lib/Xconfig | |
parent | 1f79d81b3faf2988cc1bb238cecbb34e3707fd00 (diff) | |
download | drak3d-9d689867f681ffa894c8d84d934cc462f16b950a.tar drak3d-9d689867f681ffa894c8d84d934cc462f16b950a.tar.gz drak3d-9d689867f681ffa894c8d84d934cc462f16b950a.tar.bz2 drak3d-9d689867f681ffa894c8d84d934cc462f16b950a.tar.xz drak3d-9d689867f681ffa894c8d84d934cc462f16b950a.zip |
Do not blacklist vboxvideo anymore
New vbox releases support 3d acceleration in virtual machines so we no
longer want to blacklist this video driver
Diffstat (limited to 'lib/Xconfig')
-rw-r--r-- | lib/Xconfig/glx.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Xconfig/glx.pm b/lib/Xconfig/glx.pm index 814dc06..dd94bea 100644 --- a/lib/Xconfig/glx.pm +++ b/lib/Xconfig/glx.pm @@ -103,7 +103,7 @@ sub parse_glxinfo { $glx_info; } -my @glx_blacklist = qw(geode mga nv openchrome sis tdfx vboxvideo vesa vmware); +my @glx_blacklist = qw(geode mga nv openchrome sis tdfx vesa vmware); sub is_in_metisse() { my $display = $ENV{DISPLAY}; |