• 0 Posts
  • 17 Comments
Joined 2 years ago
cake
Cake day: July 13th, 2023

help-circle

  • It ranges from significant performance differences between the drivers with specific games to games having rendering issues with specific drivers. A lot of games don’t work at all with the proprietary driver.

    My most recent issue was with the Indiana Jones game having horrible traversal stuttering making some areas basically unplayable on RADV, but AMDVLK had no stuttering and better framerate overall.



  • AMD is just simpler because you don’t have to manage the drivers, but it’s really not a big deal. It’s very easily handled.

    Honestly this isn’t as true as I was led to believe it was before I switched to AMD. Just like Nvidia has issues between the proprietary driver and nouveau; AMD has its own mix of issues with Vulkan between RADV (mesa), AMDVLK, and AMD’s proprietary driver on a per-game basis at times.




  • That reddit thread is horrible advice, it’s just mapping the LXC root user to the host root user, which is just a privileged LXC with extra steps (and maybe less secure).

    The reason you’re probably having issues is that your root user in the LXC is mapped to the host user 100000 by default, and that user doesn’t have access to the share, but you can change that with mount options or creating a user with 100000:100000 and adding it to a group with access.