mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 19:11:57 +02:00
profile: nvidia is only for amd64, the driver won't work with newer x86 kernels
This commit is contained in:
parent
f3325ce937
commit
6d69482c21
3 changed files with 4 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue