Skip Navigation

User banner
Posts
1
Comments
64
Joined
2 yr. ago

  • I haven't tried the account linking process yet but I wanted first to log in to PSN through their website and I can't, not even from different devices.

    Anyone else having a similar issue?

  • Thanks for the resources, I'll check them out later today!

  • Yeah I'm fairly certain it's a permission issue. Having the gpu with permissions 666 makes it work inside the containers.

    The thing is also that these container images (plex and jellyfin) create a separate user inside, instead of using the root user, and this new user ("abc" for lsio images) doesn't get added to the same groups as the root user.

    Also the render group that gets passed to the container appears as "nogroup", so I thought of adding user abc to "nogroup" but still didn't seem to work.

  • Yes I did the Systemd integration at the user level too and I quite like it

  • My favorite part is how virtual desktops and switching between them works perfectly on Windows 10, and even on KDE it works well and smooth, but on Windows 11 somehow they made it slower and glitchy. It was probably better when it didn't even have an animation when switching.

  • I managed this by using tailscale, with a kind of weird setup I think, but it just works.

    I have tailscale on the VPS and my local server, let's say its tailscale name is potatoserver

    Then with Caddy on the VPS i have something like:

    mywebsite.com { reverse_proxy potatoserver:port }

    And so mywebsite.com is accessible on the clearnet through the VPS

    Though given you're getting rid of cloudflare tunnles I don't know if you'd want to get into Tailscale. There's Headscale too but I haven't worked with it so I can't comment

  • Essentially since I switched to AMD almost a year ago, and I switched so I could use wayland with freesync lol

  • I have the adapter from Cable Matters I think and I'm fairly sure it supports VRR at 4:4:4 chroma subsampling. Tested it on a Hisense U8H. I stopped using the adapter though because on Windows it wouldn't work with VRR, the screen would kind of go black when I moved the mouse. Not sure what it was.

    I can confirm on this some time tomorrow

  • IIRC the screenshot thing was the tipping point for me. Tried taking a screenshot in the Crunchyroll app for Android, and it came out black...

    Looked into plex, and it's all been better ever since

  • I hadn't either until the Steam autumn sale 2023, I wanted Dirt Rally 2 GOTY edition because it includes all the DLC, but I couldn't buy it because I already own the base game...

  • I used DXVK for Dragon's Dogma on Windows because it ran better overall, vs Directx 9 which the game uses natively.

    This was on an AMD Rx 6800 xt

  • Maybe connecting the 2 screens to the same VPN server? Or if using Tailscale then using the same exit node on both screens, if possible. Apple TV supports Tailscale for example.

  • I would say, when playing games, if you get audio crackling, try a different kernel such as Liquorix (https://software.opensuse.org//download.html?project=home%3Ahwsnemo%3Akernels&package=kernel-liquorix). I've had that issue on my hardware across multiple distros, and this kernel solves it.

    I believe it's something with a kernel parameter regarding scheduling, specifically as noted in this features list (https://liquorix.net/#features)

    High Resolution Scheduling: 1000hz tick rate for precise low jitter task scheduling.

    You may or may not get this issue with your hardware, but if you do, then this is something you could try.

    Otherwise, great distro, I'm currently on it.

  • I used it for a while on my laptop and I like that it comes with the BTFRS snapshots by default. I used the KDE Lite version I think it's called.

  • Not yet but I will check it out, thanks!

  • Just between yesterday and today I was struggling with this, to get DoH or DoT working, but Network Manager would override /etc/resolv.conf. At least I figured out how to stop NM from modifying the DNS.

    I tried my putting my dns settings in /etc/systemd/resolv.conf, as suggested by Nextdns setup page, but that didn't seem to work, at least on Tumbleweed. On my Debian laptop running as a headless server, the /etc/systemd/resolv.conf does work.

    I'm currently with Stubby, and it's working at least, but I would've liked to figure out the systemd-resolved way on Tumbleweed.

  • I would say option 3.

    I can share my current setup in case you're interested.

    I recently moved back to Tumbleweed, and did the following:

    / -> 50GB, BTRFS, currently 13GB used I think

    /home -> 800something GB, BTRFS, same drive

    /boot/efi -> 512MB i think, same drive

    Then a separate drive mounted to a folder in my home directory, for games mostly.

    So far it eworks well, at least for me. BTRFS snapshots are working fine too. Flatpaks I have installed as user so they get installed in my home directory.