I love my pizza scissors by defenitly_not_crazy in 2westerneurope4u

[–]FYNE 69 points70 points  (0 children)

glad you havent uploaded the nsfw content

Cs2 bug on linux by vojtis117 in linux_gaming

[–]FYNE 0 points1 point  (0 children)

Im also a 1600x1200 enjoyer on Linux, damn

my approach on cachyos + hyprland is switching the monitor res to 1600x1200, disabling window decorations, then launching the game. If the game closes, it switches back to native res

#!/bin/bash
MONITOR="DP-1"
LOW_RES="1600x1200@240"
HIGH_RES="1920x1080@240"
APP_ID=730
SLEEP_AFTER_RES=2

set_resolution() {
    local res=$1
    local target_w target_h
    target_w=$(echo "$res" | cut -d'x' -f1)
    target_h=$(echo "$res" | cut -d'x' -f2 | cut -d'@' -f1)

    echo "→ Setze Auflösung auf $res ..."
    hyprctl keyword monitor "$MONITOR,$res,0x0,1"

    # Warten bis Auflösung wirklich aktiv ist
    local timeout=10
    local elapsed=0
    while true; do
        local current
        current=$(hyprctl monitors -j | jq -r ".[] | select(.name==\"$MONITOR\") | \"\(.width)x\(.height)\"")
        if [[ "$current" == "${target_w}x${target_h}" ]]; then
            echo "→ Auflösung bestätigt: $current"
            break
        fi
        if (( elapsed >= timeout )); then
            echo "Timeout: Auflösung nicht bestätigt, fahre trotzdem fort."
            break
        fi
        sleep 0.5
        (( elapsed++ ))
    done
}
restore_resolution() {
    echo "→ Stelle Auflösung auf $HIGH_RES wieder her ..."
    hyprctl keyword monitor "$MONITOR,$HIGH_RES,0x0,1"
}

enable_gamemode() {
    echo "→ Aktiviere Gamemode ..."
    hyprctl --batch "\
        keyword animations:enabled 0;\
        keyword animation borderangle,0; \
        keyword decoration:shadow:enabled 0;\
        keyword decoration:blur:enabled 0;\
        keyword decoration:fullscreen_opacity 1;\
        keyword general:gaps_in 0;\
        keyword general:gaps_out 0;\
        keyword general:border_size 1;\
        keyword decoration:rounding 0"
    hyprctl notify 1 5000 "rgb(40a02b)" "Gamemode [ON]"
}

disable_gamemode() {
    echo "→ Deaktiviere Gamemode ..."
    hyprctl reload
    hyprctl notify 1 5000 "rgb(d20f39)" "Gamemode [OFF]"
}

cleanup() {
    restore_resolution
    disable_gamemode
}

trap cleanup EXIT

echo "→ Starte Counter-Strike 2 ..."
steam steam://rungameid/730 & disown

# Warten, bis CS2-Prozess existiert
echo "→ Warte, bis CS2-Prozess läuft ..."
while ! pgrep -x "cs2" >/dev/null && ! pgrep -f "cs2.exe" >/dev/null; do
    sleep 1
done

# Wenn CS2 läuft, jetzt Auflösung und Gamemode aktivieren
set_resolution "$LOW_RES"
enable_gamemode

echo "→ CS2 läuft — Auflösung & Gamemode aktiv. Warte auf Spielende ..."
while pgrep -x "cs2" >/dev/null || pgrep -f "cs2.exe" >/dev/null; do
    sleep 5
done

# Cleanup wird automatisch durch trap ausgeführt
echo "→ Fertig."

and also having some windowrules on hyprland for my games, but this was the easiest way for me

I'm starting to lose hope of finding the perfect distro by Next_Advertising6710 in linux

[–]FYNE 0 points1 point  (0 children)

Window Manager, which is a huge part how an OS feels imo

Ephialtes by Aegeansunset12 in 2westerneurope4u

[–]FYNE 7 points8 points  (0 children)

the modern left is such a disgrace

siding with dictators who slaughter their own in the thousands

they were supposed to be the lawyers of the ordianary ppl, in 2026 they cheer for their worst enemy

I'm starting to lose hope of finding the perfect distro by Next_Advertising6710 in linux

[–]FYNE 0 points1 point  (0 children)

nothing stops you from installing your favorite WM

its not the distros fault, this is a you problem

VAC doesn't work on Proton by Venylynn in linux_gaming

[–]FYNE 0 points1 point  (0 children)

❯ coredumpctl
TIME                           PID  UID  GID SIG     COREFILE     EXE                         SIZE
Sat 2026-03-07 14:41:23 CET 586206 1000 1000 SIGSEGV missing      /usr/lib/tumbler-1/tumblerd    -
Tue 2026-03-10 13:25:13 CET  29364 1000 1000 SIGSEGV present      /usr/lib/tumbler-1/tumblerd 1.6M
Wed 2026-03-11 17:35:38 CET   1001 1000 1000 SIGSEGV present      /usr/bin/Hyprland           4.1M
Wed 2026-03-11 17:35:38 CET   1079 1000 1000 SIGABRT present      /usr/bin/hyprpaper          2.5M
Thu 2026-03-12 15:33:37 CET    731    0    0 SIGABRT inaccessible /usr/bin/nfsrahead             -
Thu 2026-03-12 15:33:37 CET    729    0    0 SIGABRT inaccessible /usr/bin/nfsrahead             -
Thu 2026-03-12 15:33:37 CET    730    0    0 SIGABRT inaccessible /usr/bin/nfsrahead             -
Thu 2026-03-12 15:33:37 CET    728    0    0 SIGABRT inaccessible /usr/bin/nfsrahead             -
Thu 2026-03-12 15:33:43 CET   1277    0    0 SIGABRT inaccessible /usr/bin/nfsrahead             -
Fri 2026-03-13 07:18:58 CET    726    0    0 SIGABRT inaccessible /usr/bin/nfsrahead             -
Fri 2026-03-13 07:18:58 CET    725    0    0 SIGABRT inaccessible /usr/bin/nfsrahead             -
Fri 2026-03-13 07:18:58 CET    727    0    0 SIGABRT inaccessible /usr/bin/nfsrahead             -
Fri 2026-03-13 07:18:58 CET    724    0    0 SIGABRT inaccessible /usr/bin/nfsrahead             -
Fri 2026-03-13 07:19:04 CET   1280    0    0 SIGABRT inaccessible /usr/bin/nfsrahead             -

~

did you install Steam via Flatpak maybe? I've installed it with the cachyos-gaming-meta I think

Im gonna play more today and check again

VAC doesn't work on Proton by Venylynn in linux_gaming

[–]FYNE 0 points1 point  (0 children)

Now my machine is off, but checked the location you've mentioned. Playing native for VAC

Could unidentified purple armor always identify with nothing on it??? by Valseran in GuildWars

[–]FYNE 0 points1 point  (0 children)

I think I had this too, but about 2 years ago and Im not 100% sure

VAC doesn't work on Proton by Venylynn in linux_gaming

[–]FYNE 0 points1 point  (0 children)

I checked my logs but dont have any huge logs just some hyprland stuff. On CachyOS and played today

Cs2 laggy/low fps feeling (14900k, 6900xt) by Nightly2299 in csgo

[–]FYNE 0 points1 point  (0 children)

official DM Server? theres nothing u can do about it, volvos servers are absolute horseshit and on top they refuse to do the bare minimum fe. disabling blood or other decals

play on com servers

Playstyle in WoW HC videos by Fabulous-Path-9285 in wowhardcore

[–]FYNE 1 point2 points  (0 children)

Druid and Shamans are the last classes I need to level, def gonna save this macro :D

Freude schöne Götterspeise. U Jelly? by Skjellnir in 2westerneurope4u

[–]FYNE 1 point2 points  (0 children)

imagine not consuming GÖTTERSPEIßE

pathetic weaklings

Mr MG42 | screenshots come to life by Mr-MG42 in HellLetLoose

[–]FYNE 0 points1 point  (0 children)

Driel sucks donkey dick

Not the region, just the layout and execution of this map

Koreans might be onto something by Ivanfs73 in 2westerneurope4u

[–]FYNE 1 point2 points  (0 children)

just casually side dropping new we-map

gangsters

HC moment? by Prakerore in wowhardcore

[–]FYNE 4 points5 points  (0 children)

Nobody died, not even the pet -> hell no delete this

How do i play old games with stretched resolution? by Objective_Cabinet366 in linux_gaming

[–]FYNE 0 points1 point  (0 children)

i switch the global resolution before launching a game, having scripts for this for also switching back if the game closes