Skip to content

Instantly share code, notes, and snippets.

View kekonn's full-sized avatar
🏠
Working from home

kekkon kekonn

🏠
Working from home
View GitHub Profile
@kekonn
kekonn / flake.nix
Created April 10, 2024 12:38
Flake setup
{
description = "NixOS configuration";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
# nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-23.11";
home-manager.url = "github:nix-community/home-manager";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
vscode-server.url = "github:nix-community/nixos-vscode-server";
vscode-server.inputs.nixpkgs.follows = "nixpkgs";
@kekonn
kekonn / vainfo.txt
Created April 10, 2024 10:26
vainfo
Trying display: wayland
vainfo: VA-API version: 1.20 (libva 2.20.1)
vainfo: Driver version: Mesa Gallium driver 24.0.3 for AMD Radeon RX 7900 XT (radeonsi, navi31, LLVM 18.1.3, DRM 3.57, 6.8.4-rc1-1-default)
vainfo: Supported profile and entrypoints
VAProfileH264ConstrainedBaseline: VAEntrypointVLD
VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice
VAProfileH264Main : VAEntrypointVLD
VAProfileH264Main : VAEntrypointEncSlice
VAProfileH264High : VAEntrypointVLD
VAProfileH264High : VAEntrypointEncSlice
@kekonn
kekonn / coredump.txt
Last active January 23, 2023 19:16
Hyprland crash
PID: 933 (Hyprland)
UID: 1000 (kekkon)
GID: 1000 (kekkon)
Signal: 11 (SEGV)
Timestamp: Mon 2023-01-23 20:07:38 CET (8min ago)
Command Line: Hyprland
Executable: /usr/bin/Hyprland
Control Group: /user.slice/user-1000.slice/session-1.scope
Unit: session-1.scope
Slice: user-1000.slice
@kekonn
kekonn / 4.1.3.patch
Created February 24, 2022 18:18
gotop-bin 4.1.3 patch
diff --git a/.SRCINFO b/.SRCINFO
index 62fb2ec..a353ef5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gotop-bin
pkgdesc = A terminal based graphical activity monitor inspired by gtop and vtop
- pkgver = 4.1.2
+ pkgver = 4.1.3
pkgrel = 1
This file has been truncated, but you can view the full file.
======================
Proton: 1569267010 proton-4.11-6
SteamGameId: 690830
Command: ['/home/kekonn/.local/share/Steam/steamapps/common/Foundation/foundation.exe', '-fullscreen']
Options: set()
======================
ERROR: ld.so: object '/home/kekonn/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
ERROR: ld.so: object '/home/kekonn/.local/share/Steam/ubuntu12_64/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
ERROR: ld.so: object '/home/kekonn/.local/share/Steam/ubuntu12_64/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
@kekonn
kekonn / README.md
Created October 2, 2019 09:59
mfplat.dll instructions for Spyro trilogy on wine

Spyro: Reignited Trilogy on Linux with WINE Tutorial

Introduction

The problem with Spyro Reignited Trilogy on Wine is that it's built on the Unreal Engine 4 which uses Windows Media Framework/Windows Media Feature Pack/Windows Media Foundation/etc. (not entirely sure what it's called) for video playback. Wine doesn't yet support installing Windows Media Framework directly, so we have to re-create the installation steps ourselves. This guide assumes you have the $WINEPREFIX environment variable set in your shell and that you've already set up DXVK yourself.

Step 1: Get Access to 64 bit Windows 7

We're going to be pulling DLLs out of 64 bit Windows 7 so you need access to a copy of it somewhere.

@kekonn
kekonn / PKGBUILD.patch
Created September 30, 2019 19:20
Update wine-valve-git PKGBUILD
diff --git a/PKGBUILD b/PKGBUILD
index 49a9859..4b0125c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Conttributor: xiretza <xiretza+aur@gmail.com>
pkgname=wine-valve-git
-pkgver=4.2.r270.g06353f78c3
+pkgver=4.11.r415.g08a1b1024f
@kekonn
kekonn / v0.22.patch
Created September 29, 2019 19:59
d9vk-bin v0.22 patch
diff --git a/PKGBUILD b/PKGBUILD
index d36efc8..0187c15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: loathingkernel <loathingkernel @at gmail .dot com>
pkgname=d9vk-bin
-pkgver=0.21
+pkgver=0.22
# mkinitcpio preset file for the 'linux-zen' package
ALL_config="/etc/mkinitcpio.conf"
ALL_kver="/boot/EFI/Arch/vmlinuz-linux-zen"
PRESETS=('default' 'fallback')
#default_config="/etc/mkinitcpio.conf"
default_image="/boot/EFI/Arch/initramfs-linux-zen.img"
#default_options=""
resolving dependencies...
looking for conflicting packages...
Packages (1) linux-zen-5.3.zen1-1
Total Installed Size: 82.74 MiB
Net Upgrade Size: 0.00 MiB
checking keyring...
checking package integrity...