diff options
-rw-r--r-- | profiles/arch/x86/make.defaults | 2 | ||||
-rw-r--r-- | profiles/arch/x86_64/make.defaults | 2 | ||||
-rw-r--r-- | profiles/base/make.defaults | 2 |
3 files changed, 3 insertions, 3 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" diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index 4d0860d5e..c80be3fc9 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -64,5 +64,5 @@ APACHE2_MPMS="event" INPUT_DEVICES="* -vmmouse" # only put video cards in the base profile that are supported on all architectures (at least tier 1) -VIDEO_CARDS="apm chips cirrus dummy epson fbdev glint mach64 mga nouveau nv r128 radeon radeonsi s3 s3virge savage sisusb tdfx trident via voodoo" +VIDEO_CARDS="chips cirrus dummy epson fbdev glint mach64 mga nouveau nv r128 radeon s3 s3virge savage sisusb tdfx trident voodoo" |