diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Xconfig/card.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Xconfig/card.pm b/lib/Xconfig/card.pm index d4b5b6d..ebdb481 100644 --- a/lib/Xconfig/card.pm +++ b/lib/Xconfig/card.pm @@ -29,10 +29,10 @@ my %VideoRams = ( ); my @xfree4_Drivers = (( - qw(apm ark ast chips cirrus i128 i740 intel mga - neomagic newport nouveau nv openchrome psb qxl - rendition s3 s3virge savage siliconmotion sis sisusb - tdfx tga trident tseng vesa vmware xgi xgixp)), + qw(amdgpu apm ark ast chips cirrus i128 i740 intel mach64 mga + neomagic newport nouveau nv openchrome psb qxl r128 + rendition s3 s3virge savage siliconmotion sis sisimedia sisusb + tdfx tga trident tseng vboxvideo vesa vmware voodoo xgi xgixp)), if_(arch() =~ /i.86/, qw(geode)), qw(ati glint fbdev)); |