• 2 Posts
  • 21 Comments
Joined 2 years ago
cake
Cake day: June 25th, 2023

help-circle

  • Do you mean PROTON_USE_WINED3D=1 ? If so, you don’t have Vulkan compatible hardware (GPU from like before 2012) or missing drivers. With this flag you use OpenGL rendered instead, that is inferior in every way. If you try it on modern hardware with the right driver in place you’ll get much worse performance, if it even works. This flag shouldn’t be promoted generally.

    If you run ancient GPU and want to always fallback to OpenGL, you can put the line

    PROTON_USE_WINED3D=1
    

    in /etc/environment and reboot. No need to set that in properties for every individual game.







  • I have no idea how people keep recommending that distro to beginners and regular end users only based on what the experience is like right after installing it.

    It was such a pain daily driving it for couple of months even for experienced user. updates breaking stuff every now and then, packages reverting versions oddly, causing conflicts in plasma packages, when using SteamDeck mode it would auto-install updates on boot without asking and bootlooping for no reason until I disconnect it from the network, plymouth theme changing randomly. Usually to troubleshoot I had to go to their Discord to see what broke this time. I mean, fine, but this is an unstable tinkerer purely community-driven distro, not meant for those who just want easy time dealing with their PCs. Besides, none of that shit happens on just regular plain Arch btw, once setup properly it updates just fine.

    EDIT: maybe it’s any better in Nobara 41?








  • I created an issue in tracker for Steam Linux client: https://github.com/ValveSoftware/steam-for-linux/issues/11518 Found some logs in Steam directory:

    [2024-11-26 23:30:25] Client version: 1731433018
    [2024-11-26 23:30:25] Init: enable connect workaround: 0
    [2024-11-26 23:30:25] Init: create NetworkManager client: success
    [2024-11-26 23:31:15] Device[0xd32c0739] state: Unknown/Connected -> Deactivating/Disconnecting - reason: user-requested
    [2024-11-26 23:31:15] Device[0xd32c0739] state: Deactivating/Disconnecting -> Disconnected/Disconnected - reason: user-requested
    [2024-11-26 23:31:15] Device[0xd32c0739] state: Disconnected/Disconnected -> Unavailable/NotPresent - reason: carrier-changed
    [2024-11-26 23:31:19] Device[0xd32c0739] state: Unavailable/NotPresent -> Disconnected/Disconnected - reason: carrier-changed
    [2024-11-26 23:31:22] Connect: interface: enp8s0
    [2024-11-26 23:31:22] SetIPv6Config: IPv6 libnm workaround: 1
    [2024-11-26 23:31:22] Connection invalid: ipv6.method: property is invalid
    

    Interesting…