profile: nvidia is only for amd64, the driver won't work with newer x86 kernels

This commit is contained in:
Rick Farina (Zero_Chaos) 2019-01-07 15:57:31 -05:00
parent f3325ce937
commit 6d69482c21
No known key found for this signature in database
GPG key ID: A5DD1427DD11F94A
3 changed files with 4 additions and 2 deletions

View file

@ -7,3 +7,5 @@ QEMU_SOFTMMU_TARGETS="arm aarch64 i386 x86_64"
QEMU_USER_TARGETS="arm aarch64 i386 x86_64"
UNICORN_TARGETS="arm aarch64 x86"
VIDEO_CARDS="nvidia amdgpu nouveau fbdev glint intel i965 mach64 mga nv radeon radeonsi radeonhd savage sis tdfx vga via vmware voodoo apm chips cirrus cyrix epson i128 i740 imstt nsc rendition s3 s3virge siliconmotion"

View file

@ -1,5 +1,3 @@
VIDEO_CARDS="nvidia amdgpu nouveau fbdev glint intel i965 mach64 mga nv radeon radeonsi radeonhd savage sis tdfx vga via vmware voodoo apm chips cirrus cyrix epson i128 i740 imstt nsc rendition s3 s3virge siliconmotion"
#we may have 64 bit efi and want to install 32 bit userspace
#or have 32 bit efi on 64 bit system
GRUB_PLATFORMS="coreboot efi-32 efi-64 emu multiboot pc qemu"

View file

@ -9,3 +9,5 @@ QEMU_SOFTMMU_TARGETS="arm i386"
QEMU_USER_TARGETS="arm i386"
UNICORN_TARGETS="arm aarch64 x86"
VIDEO_CARDS="amdgpu nouveau fbdev glint intel i965 mach64 mga nv radeon radeonsi radeonhd savage sis tdfx vga via vmware voodoo apm chips cirrus cyrix epson i128 i740 imstt nsc rendition s3 s3virge siliconmotion"