diff options
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | lib/Xconfig/card.pm | 8 |
2 files changed, 5 insertions, 4 deletions
@@ -2,6 +2,7 @@ - try to fix the Esperanto Dvorak keyboard - add the French Azerty latin9 keyboard (mga#20364) - improve the names of some French keyboards +- list amdgpu mach64 r128 sisimedia vboxvideo voodoo drivers Version 1.23 - 5 June 2017 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)); |