There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

linux_gaming

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

woelkchen , in Awesome tool for backing up game saves!
@woelkchen@lemmy.world avatar

It kinda is old news but something that’s alright to bring up from time to time.

riesendulli , (edited ) in Awesome tool for backing up game saves!

Alternative, for windows, solid for years.

www.gamesave-manager.com

whou ,

not open source, unfortunately.

riesendulli ,

Yeah, guess I missed that point. And Windows, Doh.

V0lD ,

Does half of Lemmy come from the same town, or has closed source software poisoned more than one well?

Puzzle_Sluts_4Ever ,

A lot of people came to lemmy because it is open source and will NEVER have the monetization issues reddit has (because hosting and development becomes free if you are open source, I guess?).

So we basically have a LOT of people who are the equivalent of a comp sci 101 kid learning that linux exists and insisting that is the answer to all problems and wanting to show off how much cooler they are.

Personally? I prefer FOSS when it is viable. But I am also not going to go too crazy over using a closed source app or driver to… better play my closed source games that I installed via my closed source Steam client.

But also: Honestly, a few rsync scripts running as part of a cron job handles most of this. Because most games I play are through Steam so they already have save file sync. Which mostly leaves my emulator saves and what not.

bgtlover ,

@Puzzle_Sluts_4Ever @V0lD personally, I use systemd timers, in combination with the btrfs tooling to backup certain snapshots of my filesystem, which include game saves. I can't use steam because it's entirely screenreader inaccessible, so I play stuff with retroarch and other emulators, plus the occasional audiogame in wine, and very rarely, native ones, those are so rare.

whou ,

Yeah, a lot of lemmy users were already into free software as a whole and liked lemmy because it’s libre and federated. So it’s only natural you see the focus on software freedom everywhere.

I just think that we should strive to use libre alternatives, especially when they are as useful/better than closed source ones.

The philosophical side of free software is much more important to me than anything else. For me, it’s not just about using open source software for the sake of it. It’s about software freedom.

But I don’t go around telling everyone to use open source or die. If you just don’t like the libre alternative and prefer using closed source software, whatever. If there isn’t a general reason to use a closed source software, I’ll just point out the libre alternative (or try to convince that a somewhat inferior libre alternative may not be that bad) :)

Snowplow8861 ,

I’m a vegan.

73ms ,
@73ms@infosec.exchange avatar

Does this work on Linux natively?

@riesendulli @linux_gaming

luthis , in Awesome tool for backing up game saves!

Nice!

nintendiator , in Wayland Color Management Protocol Posted For Weston

Oh, so finally after [checks calendar] 10 years, Wayland has color!

Wayland it’s totally public ready, right? Right?

EddyBot , (edited ) in What AMD Drivers for 7900xt - Manjaro

the Manjaro hardware driver setting is absolutely confusing or straight up misleading
also hilariously easy to bork your system here if you ever think about trying the video-vesa driver for whatever reason

the solution is to use the newest linux kernel and update all your packages (which updates Mesa and Vulkan tools) and afterwards rebooting (I still believe Manjaro doesn’t reload kernel modules on kernel updates automatically?)
if you experience graphics issues switch between Xorg/X11 and Wayland compositor

if you actually want worse gaming performance try the proprietary driver

Sh1nyM3t4l4ss , in Linux 6.7 Adding New Feature To Btrfs For The Steam Deck

I wonder why they use A/B root in the first place instead of a single BTRFS partition with Subvolumes and snapshots

vividspecter OP ,

Possibly because of better reliability. If a filesystem breaks, all subvolumes it contains break in turn. Whereas independent filesystems will continue to run if one is corrupted.

just_another_person ,

This is standard for devices which receive firmware and OS updates non-interactively. Edge devices, phones, routers…etc. It’s a simple and effective way to lessen the chance that a device may brick during an update failure or similar event.

One running partition is the primary known-good copy of the system, and the other is a failover of a previous known-good. When an update is received, it isn’t applied directly to the current primary, it’s applied to failover. When the system reboots, the bootloader attempts to boot the newly updated partition to see if it works, and if it does, it is marked as the “new” known-good primary and boots from then on. If not, the existing primary is rebooted, and the user is notified that a failure occured, and dually an error or recourse to take if so.

Subvolumes and such require a kernel to be loaded in order to use, so that’s why the base device partitions don’t run that way. Even if you wanted to go that way, it’s safer working at the lower levels as above when you’re dealing with deployed devices out in the world. Nobody wants a customer service disaster on their hands if devices start bricking themselves from a bad update.

Chewy7324 ,

Subvolumes and such require a kernel to be loaded in order to use, so that’s why the base device partitions don’t run that way.

That’s a great point I never thought about. I really wondered why they wouldn’t go with btrfs subvolumes, since they could easily btrfs send and receive subvols like they do now with whole partitions. Subvols would even have the benefit of less space needed since many files probably stay the same between updates.

My guess was that the update mechanism used doesn’t support btrfs, though after a quick search on the rauc github it might actually support it.

steamos-teardown is a great project to learn more about SteamOS, btw. https://github.com/77Z/steamos-teardown

sugar_in_your_tea ,

Pretty much every Linux bootloader supports BTRFS these days.

The critical thing though, is that happens if your BTRFS partition gets corrupted? You just lost your failover since both your primary and failover are on the same partition.

That’s fine on a desktop system where the user can boot into a recovery image and repair the filesystem, but it’s not fine when you do a completely automated system upgrade. So for a kiosk, console, or other embedded system, the two partition setup is more reliable than a BTRFS root with subvolumes.

Atemu , in What AMD Drivers for 7900xt - Manjaro
@Atemu@lemmy.ml avatar

If you enter vulkaninfo into a teriminal, which driver does it use? You want RADV; 23.something or later. If it says AMDVLK, you want to uninstall that.

Which kernel are you using? You probably want the latest kernel (6.5) right now.

GOTFrog OP ,

This is what I’m getting vulkaninfo --summary  ✔

VULKANINFO

Vulkan Instance Version: 1.3.264

Instance Extensions: count = 23
VK_EXT_acquire_drm_display : extension revision 1
VK_EXT_acquire_xlib_display : extension revision 1
VK_EXT_debug_report : extension revision 10
VK_EXT_debug_utils : extension revision 2
VK_EXT_direct_mode_display : extension revision 1
VK_EXT_display_surface_counter : extension revision 1
VK_EXT_surface_maintenance1 : extension revision 1
VK_EXT_swapchain_colorspace : extension revision 4
VK_KHR_device_group_creation : extension revision 1
VK_KHR_display : extension revision 23
VK_KHR_external_fence_capabilities : extension revision 1
VK_KHR_external_memory_capabilities : extension revision 1
VK_KHR_external_semaphore_capabilities : extension revision 1
VK_KHR_get_display_properties2 : extension revision 1
VK_KHR_get_physical_device_properties2 : extension revision 2
VK_KHR_get_surface_capabilities2 : extension revision 1
VK_KHR_portability_enumeration : extension revision 1
VK_KHR_surface : extension revision 25
VK_KHR_surface_protected_capabilities : extension revision 1
VK_KHR_wayland_surface : extension revision 6
VK_KHR_xcb_surface : extension revision 6
VK_KHR_xlib_surface : extension revision 6
VK_LUNARG_direct_driver_loading : extension revision 1
Instance Layers: count = 8
VK_LAYER_FROG_gamescope_wsi Gamescope WSI (XWayland Bypass) Layer (x86_64) 1.3.221 version 1
VK_LAYER_MANGOAPP_overlay Mangoapp Layer 1.3.0 version 1
VK_LAYER_MANGOHUD_overlay_x86 Vulkan Hud Overlay 1.3.0 version 1
VK_LAYER_MANGOHUD_overlay_x86_64 Vulkan Hud Overlay 1.3.0 version 1
VK_LAYER_VALVE_steam_fossilize_32 Steam Pipeline Caching Layer 1.3.207 version 1
VK_LAYER_VALVE_steam_fossilize_64 Steam Pipeline Caching Layer 1.3.207 version 1
VK_LAYER_VALVE_steam_overlay_32 Steam Overlay Layer 1.3.207 version 1
VK_LAYER_VALVE_steam_overlay_64 Steam Overlay Layer 1.3.207 version 1

Devices:

GPU0: apiVersion = 1.3.246 driverVersion = 23.1.7 vendorID = 0x1002 deviceID = 0x744c deviceType = PHYSICAL_DEVICE_TYPE_DISCRETE_GPU deviceName = AMD Radeon RX 7900 XT (RADV GFX1100) driverID = DRIVER_ID_MESA_RADV driverName = radv driverInfo = Mesa 23.1.7-1 conformanceVersion = 1.3.0.0 deviceUUID = 00000000-0300-0000-0000-000000000000 driverUUID = 414d442d-4d45-5341-2d44-525600000000

hostnamectl  ✔ Static hostname: Frogs-BattleStation Icon name: computer-desktop Chassis: desktop 🖥 Machine ID: 810cd56700d54e2aa8cf36f256a3d740 Boot ID: 12af05be93ab4082865579d4a3fd1e41 Operating System: Manjaro Linux
Kernel: Linux 6.5.3-1-MANJARO Architecture: x86-64 Hardware Vendor: Micro-Star International Co., Ltd. Hardware Model: MS-7C79 Firmware Version: 1.C0 Firmware Date: Fri 2022-06-10 Firmware Age: 1y 3month 2w 2d

Atemu ,
@Atemu@lemmy.ml avatar

That looks absolutely fine.

vividspecter , in What AMD Drivers for 7900xt - Manjaro

That version number doesn’t look right and probably isn’t the driver (given it’s well before the 7xxx cards were released). Make sure you have a recent version of mesa and the kernel (and vulkan drivers) and that amdvlk and amdgpu-pro are not installed.

Still , in What AMD Drivers for 7900xt - Manjaro
@Still@programming.dev avatar

what version of mesa do you have installed?

I’m not aware of a video-linux package existing, tho I am an arch guy, it may just be that it is out of date

you shouldn’t need any of the amdgpupro things just for gaming

GOTFrog OP ,

I got this version of the driver by running mhwd -l -d --pci

Scio , in Linux 6.7 Adding New Feature To Btrfs For The Steam Deck
@Scio@kbin.social avatar

Will this let us modify both A/B partition for small system level configuration changes without shenanigans?

just_another_person ,

Configuration is kept separate. The A/B referred to here is just boot and static system, essentially.

moist_towelettes , in Loving PopOS but apparently I can't get the latest Nvidia driver? (Your regularly scheduled "What Distro should I use" thread)

Gentoo. It will be the last distro you hop to. Because it’s whatever you want it to be. Don’t be afraid. It even has a special command and portage repo to install all the support files and ancient libraries from 2002 your old games need in one shot.

You can snag a binary kernel, browser and some compilers now too if you don’t want to deal with that. It’s not much more difficult than Arch nowadays.

Dark_Arc ,
@Dark_Arc@social.packetloss.gg avatar

Gentoo takes a serious commitment if for no other reason than build time. I would not go around recommending it to anyone who isn’t an enthusiast. PopOS to Gentoo is kind of a crazy jump.

kariboka , in Loving PopOS but apparently I can't get the latest Nvidia driver? (Your regularly scheduled "What Distro should I use" thread)

Garuda

EveningNewbs , in Loving PopOS but apparently I can't get the latest Nvidia driver? (Your regularly scheduled "What Distro should I use" thread)

The kind of game-specific fixes that get added to GPU drivers on Windows are typically added to Proton, not the Linux GPU drivers. Waiting a week for the Nvidia driver so you can be sure it won’t break your system is only a plus in this instance.

Dark_Arc ,
@Dark_Arc@social.packetloss.gg avatar

Yeah I’m going to echo this. Patience is a good idea on Linux, especially when it comes to proprietary drivers.

jernej , in Loving PopOS but apparently I can't get the latest Nvidia driver? (Your regularly scheduled "What Distro should I use" thread)

I use Endevour OS, and have no problems with Nvidia drivers, but since its an arch based distro its not as easy or stable as debian based distros

sugar_in_your_tea , in Loving PopOS but apparently I can't get the latest Nvidia driver? (Your regularly scheduled "What Distro should I use" thread)

I’ve had good luck with OpenSUSE Tumbleweed, but I usually recommend Linux Mint because it’s so much more common so it’s probably easier to get help. So that’s my recommendation, check out Linux Mint.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines