Skip to content

Instantly share code, notes, and snippets.

Section "Device"
Identifier "nvidia"
Driver "nvidia"
EndSection
execve("/usr/bin/Xfbdev", ["Xfbdev"], 0x7ffe6ad8d160 /* 19 vars */) = 0
brk(NULL) = 0x559176f40000
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
newfstatat(3, "", {st_mode=S_IFREG|0644, st_size=13627, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 13627, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f36e5514000
close(3) = 0
openat(AT_FDCWD, "/usr/lib/glibc-hwcaps/x86-64-v3/libXfont.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/usr/lib/glibc-hwcaps/x86-64-v3", 0x7ffecde8dc50, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/lib/glibc-hwcaps/x86-64-v2/libXfont.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 5.18.14 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 12.1.0"
CONFIG_CC_IS_GCC=y
CONFIG_GCC_VERSION=120100
CONFIG_CLANG_VERSION=0
CONFIG_AS_IS_GNU=y
CONFIG_AS_VERSION=23800
#!/bin/bash
modprobe -r vfio_pci
modprobe -r vfio_iommu_type1
modprobe -r vfio
virsh nodedev-reattach pci_0000_01_00_0
virsh nodedev-reattach pci_0000_01_00_1
virsh nodedev-reattach pci_0000_01_00_2
virsh nodedev-reattach pci_0000_01_00_3
virsh nodedev-reattach pci_0000_05_00_0
echo 1 > /sys/class/vtconsole/vtcon1/bind
@apprehensions
apprehensions / config.h
Last active July 5, 2022 07:13
qmk keyboard
#pragma once
#define TAP_CODE_DELAY 135
#define AUTO_SHIFT_TIMEOUT 135
#define TAPPING_TERM 135
#define RGBLIGHT_SLEEP
#define NO_AUTO_SHIFT_SPECIAL
#define NO_AUTO_SHIFT_NUMERIC
#define NO_AUTO_SHIFT_ALPHA