Skip Navigation
Japan seeks international coordination to thwart online manga, anime piracy
  • mfers raised the yearly price from 80 USD to 100 this year, and then they sent me an email that next year it'll be 120! a 50% increase in two years, insane.

  • Self-hosting Photo Alternatives
  • I use Photoprism, mainly because it seems stable so far, and it's good enough for my needs

  • which OS for transcoding with jellyfin and gpu intel arc a380?
  • May be related to this: https://github.com/jellyfin/jellyfin/issues/11380

    I know my setup with intel integrated gpu worked prior to the release pf 10.9. Now I can't get transcoding to work. In the comments they suggest the kernel version has something to do with it but for me it didn't fix it. I'll have to troubleshoot further today

    Meanwhile transcoding works fine in Plex, so I feel it may be something specific to jellyfin

  • how to set up jellyfin with podman and selinux and an intel gpu (a380) for transcoding?
  • I can speak at least for rootless podman, I spent some hours on it and different ways I tried all ended in permission issues.

    I gave up on trying to do it properly and just set the permissions of the /dev/dri device to 666, so that my podman container can use the gpu for transcoding.

    Part of the issue with the container images that I tried is that they create a new user with whatever uid:gid I pass to the container, and so even if my nonroot user is part of the render group, the new user inside the container is not and so it can't write to the /dev/dri/renderD128 (gpu), and so transcode wouldn't work.

    That's where I left the troubleshooting at cause it was being a headache

  • Helldivers 2 received over 14,000 negative reviews today due to an update that will require PSN accounts next week.
  • 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?

  • Podman rootless Jellyfin/Plex container with hardware acceleration
  • Thanks for the resources, I'll check them out later today!

  • Podman rootless Jellyfin/Plex container with hardware acceleration
  • 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.

  • Podman rootless Jellyfin/Plex container with hardware acceleration
  • Thanks! I'll take a look there

  • Podman rootless Jellyfin/Plex container with hardware acceleration
  • Yes I did the Systemd integration at the user level too and I quite like it

  • Podman rootless Jellyfin/Plex container with hardware acceleration

    I've been trying to get hardware acceleration working on rootless containers of Plex and Jellyfin and I can't get it to work the proper way.

    My current workaround is having my device /dev/dri/renderD128 with permissions set to 666, but I feel like that really isn't an ideal setup.

    Some things I've done:

    -Currently I'm running my containers with my user with ID 1000.

    -My user is part of the render group, which is the group assigned to:

    /dev/dri/renderD128

    -I'm passing the device to the containers as such:

    --device /dev/dri:/dev/dri

    -In my plex container for example, I'm passing the IDs to use as such:

    -e PUID=1000 and -e PGID=1000

    -I tried the option "--group-add keep-groups" and I see the groups in the container but I believe they're assigned to the root user in the container, and from my understanding, the plex and jellyfin images I've tried I think they create a user inside with the IDs I pass, in this case 1000, and so this new user doesn't get assigned my groups on the host. I'm using the LinuxServer.io images currently but I saw the official plex image creates a user named "plex". The LinuxServer.Io images create a user named "abc".

    -Out of curiosity on the host I changed the group of /dev/dri/renderD128 to my user's group 1000, but that didn't work either

    -I tried with the --privileged option too but that didn't seem to work either, at least running podman as my user.

    -I haven't tried running podman as root for these containers, and I wonder how that compares security-wise vs having my /dev/dri/renderD128 with permissions set to 666

    For some context, I've been transitioning from Docker to Podman rootless over the past 5 days maybe. I've learned a couple of things but this one has been quite a headache.

    Any tips or hints would be appreciated. Thanks!

    12
    Former Microsoft developer says Windows 11's performance is "comically bad," even with monster PC
  • 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.

  • How can I bypass CGNAT by using a VPS with a public IPv4 address?
  • 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

  • Do you daily drive Wayland, if so since when, if not when will you?
  • Essentially since I switched to AMD almost a year ago, and I switched so I could use wayland with freesync lol

  • Steam's February Survey: AMD CPUs & GPUs Continue To Dominate For Linux Gamers
  • 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

  • Even in this poorly made comparison shot I made you can tell the difference between streaming and "self hosting"
  • 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

  • How Disney and Warner Bros. Are Causing Internet Piracy to Boom | Platforms like Netflix, Hulu, and Disney+ were supposed to do away with pirated media. Instead, they may make them stronger than ever.
  • 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...

  • Deleted
    OpenDX: An Open Source DirectX implementation for Linux, providing native support for DirectX-based applications and games!
  • 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

  • Fuck Subscriptions. Here is how to setup Streamio like a pro
  • 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.

  • OpenSuse Tumbleweed Gaming Advice (or in general)
  • 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.

  • Anyone have Garuda experience?
  • 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.

  • Kekin Kekin @lemy.lol

    Mainly here to keep up with the news on Linux.

    Posts 1
    Comments 48