This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ----------------------------------------------------------------------- | |
# BATTLEFIELD 4 | |
# BETLOG - 2022-12-30 transcribed from console | |
GameTime.MaxVariableFps | |
# | |
NetworkPerfOverlay.Enable | |
# | |
NetworkPerfOverlay.DrawGraph | |
# |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
====================== | |
Proton: 1670023342 GE-Proton7-42 | |
SteamGameId: 1238860 | |
Command: ['link2ea://launchgame/1238860?platform=steam&theme=bf4'] | |
Options: {'forcelgadd'} | |
depot: 0.20221018.74 | |
pressure-vessel: 0.20221014.0 | |
scripts: v0.20220823.0-0-gcc4e44f | |
soldier: 0.20221017.1 soldier 0.20221017.1 | |
Kernel: Linux 5.15.0-57-generic #63~20.04.1-Ubuntu SMP Wed Nov 30 13:40:16 UTC 2022 x86_64 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# betlog - 2023-03-03--20-32-15 | |
# | |
unset data protonVer steamId steamIdList | |
while IFS= read -r data;do | |
# echo "data:$data" | |
protonVer=$(cat "$data") | |
protonVer=$(printf '%-15s' $protonVer) | |
# echo "protonVer:$protonVer" | |
steamId=$(echo "$data"|grep -o -E '\/[0-9]*\/'|sed 's|\/||g') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# /home/user/.nvidia-settings-rc | |
# | |
# Configuration file for nvidia-settings - the NVIDIA Settings utility | |
# Generated on Tue Jun 20 18:22:37 2023 | |
# | |
# ConfigProperties: | |
RcFileLocale = C |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# betlog - 2022-02-24--16-49-47 | |
# | |
# esc, F1 through F5, and F10 cannot be rebound | |
# INGAME BINDS : | |
# Orders menu - KP_Insert(KP_0) | |
# Multiplayer Options / Alliance Dialog - Keypad Enter | |
# INGAME UNBINDS | |
# rotate left (KP_4) | |
# rotate right (KP_6) | |
# view north (ctrl-up) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Computer Information: | |
Manufacturer: Gigabyte Technology Co., Ltd. | |
Model: B365 M AORUS ELITE-CF | |
Form Factor: Desktop | |
No Touch Input Detected | |
Processor Information: | |
CPU Vendor: GenuineIntel | |
CPU Brand: Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz | |
CPU Family: 0x6 | |
CPU Model: 0x9e |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# betlog - 2023-08-06--15-13-58 | |
# | |
# https://github.com/CryoByte33/steam-deck-utilities/blob/main/docs/tweak-explanation.md | |
# | |
# get defaults | |
# hugepage=$(cat /sys/kernel/mm/transparent_hugepage/enabled) | |
# shmem=$(cat /sys/kernel/mm/transparent_hugepage/shmem_enabled) | |
# proactiveness=$(cat /proc/sys/vm/compaction_proactiveness) | |
# defrag=$(cat /sys/kernel/mm/transparent_hugepage/khugepaged/defrag) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# betlog - 2023-08-26--17-25-47 | |
# | |
timeout=15 | |
port=5930 | |
vmImage="/home/user/qemu/kubuntu2304.qcow2" | |
auxMedia="/home/user/qemu/temporary30GB.img" # raw .img | |
# ----------------- AUTOMATIC SNAPSHOT SELECTION | |
test=$(find ${vmImage%/*} -maxdepth 1 -type f|grep -E "_snap[0-9]{2}.${vmImage##*.}"|sort|tail -n1) | |
[[ -f "$test" ]] && vmImage=$test |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sudo ratbagd --verbose | |
Initializing libratbag | |
ratbag debug: New device: NZXT. - Inc. NZXT USB Device | |
ratbag debug: Using data directory '/usr/share/libratbag' | |
ratbag debug: No data file found for 1e71:2006 | |
ratbag debug: New device: SONiX USB DEVICE | |
ratbag debug: Using data directory '/usr/share/libratbag' | |
ratbag debug: No data file found for 0c45:7644 | |
ratbag debug: New device: SONiX USB DEVICE | |
ratbag debug: Using data directory '/usr/share/libratbag' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# betlog - 2024-12-29--19-05-15 | |
# valheim - custom backpack definition for Smoothbrain-Backpacks | |
# | |
# LICENSE : public domain | |
# NOTE: filename must start with `Backpacks` | |
# NOTE: NO END OF LINE COMMENTS | |
# | |
# size: 8x4 #32 - plains | |
# size: 7x4 #28 - mountain | |
# size: 6x4 #24 - swamp |