Skip to content

Instantly share code, notes, and snippets.

View 266-750Balloons's full-sized avatar

266-750Balloons

View GitHub Profile
@266-750Balloons
266-750Balloons / Chicago95Verbose.txt
Created November 28, 2023 05:20
Inkscape Issues with Chicago95 Plus
INFO :: go :: Starting Chicago Plus! with the folowing settings: cursors=True, icons=True, wallpaper=True, sounds=True, colors=True, fonts=True, screensaver=True
INFO :: check_software :: Checking for required installed software
INFO :: parse_icons :: Parsing Icons
INFO :: parse_icons :: my_computer | ('xmas97 my computer.ico', '0')
INFO :: parse_icons :: my_documents | False
INFO :: parse_icons :: network_neighborhood | ('xmas97 network neighborhood.ico', '0')
INFO :: parse_icons :: recycle_bin_full | ('xmas97 recycle full.ico', '0')
INFO :: parse_icons :: recycle_bin_empty | ('xmas97 recycle empty.ico', '0')
INFO :: parse_cursors :: Parsing Control Panel\Cursors
INFO :: parse_cursors :: arrow | {'type': 'cur', 'filename': 'xmas97 arrow.cur', 'path': '/home/dexcube/Downloads/xmas97/Xmas97 arrow.cur'}
@266-750Balloons
266-750Balloons / unbind_vfio.sh
Created August 1, 2022 07:33
my unbind_vfio.sh
#!/bin/bash
## Load the config file
source "/etc/libvirt/hooks/kvm.conf"
## Unbind gpu from vfio and bind to amd
virsh nodedev-reattach $VIRSH_GPU_VIDEO
virsh nodedev-reattach $VIRSH_GPU_AUDIO
## Unload vfio
@266-750Balloons
266-750Balloons / bind_vfio.sh
Created August 1, 2022 07:32
my bind_vfio.sh
#!/bin/bash
## Load the config file
source "/etc/libvirt/hooks/kvm.conf"
## Load vfio
sudo modprobe vfio
sudo modprobe vfio_iommu_type1
sudo modprobe vfio_pci
@266-750Balloons
266-750Balloons / troubled-config.xml
Created August 1, 2022 07:13
KVM VM GPU Passthrough config with Issues (redacted username)
<domain type="kvm">
<name>Windows10</name>
<uuid>d8211d0e-3204-4219-a33d-e379c32a8234</uuid>
<metadata>
<libosinfo:libosinfo xmlns:libosinfo="http://libosinfo.org/xmlns/libvirt/domain/1.0">
<libosinfo:os id="http://microsoft.com/win/10"/>
</libosinfo:libosinfo>
</metadata>
<memory unit="KiB">16777216</memory>
<currentMemory unit="KiB">16777216</currentMemory>