Removing gpu passthrough stuff from system.

This commit is contained in:
Siina Mashek 2020-12-05 09:38:28 +02:00
parent 30a3043c78
commit 4d2743e711
5 changed files with 3 additions and 33 deletions

View File

@ -1,4 +1,5 @@
app-admin/bitwarden-desktop-bin ~amd64
app-emulation/protontricks ~amd64
app-emulation/wine-mono ~amd64
app-emulation/wine-staging ~amd64
dev-python/pipenv ~amd64

View File

@ -1,12 +0,0 @@
app-emulation/qemu spice usbredir
app-emulation/virt-manager gtk
# required by app-emulation/virt-manager-2.2.1-r3::gentoo[gtk]
# required by @gpu-passthrough
# required by @selected
# required by @world (argument)
>=net-misc/spice-gtk-0.37-r2 usbredir gtk3
# required by app-emulation/libvirt-6.8.0-r1::gentoo[virt-network]
# required by app-emulation/libvirt-glib-3.0.0::gentoo
# required by app-emulation/virt-manager-2.2.1-r3::gentoo
# required by @gpu-passthrough (argument)
>=net-dns/dnsmasq-2.82 script

View File

@ -1,5 +0,0 @@
#undef BANNER_TIMEOUT
#define BANNER_TIMEOUT 0
#define NET_PROTO_IPV6
#define VMWARE_SETTINGS
#define CONSOLE_VMWARE

View File

@ -1,14 +0,0 @@
with open('linux-firmware-20201022-r2') as f:
data = f.readlines()
num_lines = len(data)
i=0
for line in data:
if 'banks' in line or'pitcairn' in line or 'picasso' in line or 'tahiti' in line or 'stoney' in line or 'oland' in line or 'mullins' in line or 'fiji' in line or 'carrizo' in line or 'topaz' in line or 'raven' in line or 'verde' in line or 'hawaii' in line or 'renoir' in line or 'navi' in line or 'tonga' in line or 'bonaire' in line or 'vega' in line or 'kaveri' in line or 'kabini' in line or 'hainan' in line or 'vegam' in line:
print(line)
data.pop(i)
i += 1
f = open('linux-firmware-20201022-r2', 'w')
f.writelines(data)
f.close()

4
world
View File

@ -4,8 +4,8 @@ app-admin/doas
app-admin/metalog
app-editors/vim
app-editors/vscodium
app-emulation/qemu
app-emulation/virt-manager
app-emulation/protontricks
app-emulation/wine-staging
app-misc/neofetch
dev-lang/elixir
dev-python/pipenv