diff options
Diffstat (limited to 'profiles/arch')
-rw-r--r-- | profiles/arch/x86/make.defaults | 2 | ||||
-rw-r--r-- | profiles/arch/x86_64/make.defaults | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/profiles/arch/x86/make.defaults b/profiles/arch/x86/make.defaults index 9c8cc315e..0694bbcda 100644 --- a/profiles/arch/x86/make.defaults +++ b/profiles/arch/x86/make.defaults @@ -10,4 +10,4 @@ ACCEPT_KEYWORDS="x86" USE="pam threads" INPUT_DEVICES="${INPUT_DEVICES} vmmouse" -VIDEO_CARDS="${VIDEO_CARDS} amdgpu ast i128 i740 intel neomagic openchrome qxl rendition siliconmotion tga tseng vesa vmware" +VIDEO_CARDS="${VIDEO_CARDS} amdgpu apm ast i128 i740 intel neomagic openchrome qxl radeonsi rendition siliconmotion tga tseng vesa via vmware" diff --git a/profiles/arch/x86_64/make.defaults b/profiles/arch/x86_64/make.defaults index b4a3edee5..b085a8358 100644 --- a/profiles/arch/x86_64/make.defaults +++ b/profiles/arch/x86_64/make.defaults @@ -32,4 +32,4 @@ ELIBC="musl" USE="amd64 amd64-linux pam threads" INPUT_DEVICES="${INPUT_DEVICES} vmmouse" -VIDEO_CARDS="${VIDEO_CARDS} amdgpu ast i128 i740 intel neomagic openchrome qxl rendition siliconmotion tga tseng vesa vmware" +VIDEO_CARDS="${VIDEO_CARDS} amdgpu apm ast i128 i740 intel neomagic openchrome qxl radeonsi rendition siliconmotion tga tseng vesa via vmware" |