Skip to content

Instantly share code, notes, and snippets.

View Daasin's full-sized avatar
🇺🇦
I may be slow to respond.

Adpocalyptic. Daasin

🇺🇦
I may be slow to respond.
  • Ireland & British Isles
View GitHub Profile
@ziemek99
ziemek99 / enable-jxl-edge-91.md
Last active March 5, 2023 04:43
How to permanently enable JPEG XL in Microsoft Edge 91-109

⚠️ Instructions below only apply to outdated Microsoft Edge versions. Since JPEG XL support has been removed from the latest versions of Edge (110+), this guide is irrelevant on the latest systems. Windows 7 and 8(.1) are limited to Edge 109, so the guide can still be used there.

ℹ️ Users are advised to move to Thorium, an enhanced fork of Chromium that supports JPEG XL out of the box by default.


How to permanently enable JPEG XL in Microsoft Edge 91-109

@peteristhegreat
peteristhegreat / Readme.md
Last active April 12, 2024 07:32
Realtek bluetooth usb adapter RTL8671b
@ArseniyShestakov
ArseniyShestakov / gpu-hotplug.md
Last active May 3, 2024 05:54
Current QEMU dual-VM configuration. Thanks to everyone who helped me!

Check it's working

DRI_PRIME=1 glxinfo | grep OpenGL

Unbind AMD GPU from Radeon driver

echo "1002 6719" > /sys/bus/pci/drivers/vfio-pci/new_id echo "0000:01:00.0" > /sys/bus/pci/devices/0000:01:00.0/driver/unbind echo "0000:01:00.0" > /sys/bus/pci/drivers/vfio-pci/bind echo "1002 6719" > /sys/bus/pci/drivers/vfio-pci/remove_id echo "1002 aa80" > /sys/bus/pci/drivers/vfio-pci/new_id echo "0000:01:00.1" > /sys/bus/pci/devices/0000:01:00.1/driver/unbind