Haijo7

joined 1 year ago
[–] [email protected] 1 points 1 month ago

@[email protected] Sonic RoboBlast 2 and Sonic RoboBlast 2 Kart.
The former is a fork of the original Doom that turns it into a 3D platformer. The latter is a fork of the former that turns it into an online kart racing game

[–] [email protected] 28 points 2 months ago (2 children)

this rarely happens, but when i run into a game that doesn't work i - check protondb.com to see if someone else has already found a solution. trying different proton versions can sometimes help as well

[–] [email protected] 3 points 3 months ago

dualbooting is often messy because windows update can delete things required for linux to boot.
or to be more specific, it deletes grub, the bootloader.
i've heard you can use a different bootloader called refined to prevent this from happening, that might be worth looking into.
as for which distro, it doesn't really matter. the only real differences between distros are the package managers and repositories (servers for application and update downloads) they use by default. if you like frequent updates, you choose one that has frequent updates, if you don't, you don't

[–] [email protected] 4 points 3 months ago (1 children)

The operating systems from the PS3, PS4, PS5, 3DS and Switch and Mac OS are based on FreeBSD. The Wii U probably also runs something based on FreeBSD.
Linux for the PS2 is based on Red Hat.
Chrome OS is based on Gentoo

CC: @[email protected]

[–] [email protected] 2 points 3 months ago

what filesystem you use to store your games on shouldn't matter. as long as the file system is able to store the files you need and supports the file permissions unix systems use it doesn't really matter.
i recall things like file management are a little faster on btrfs, but it has no impact on game performance or loading times for as far as i'm aware

[–] [email protected] 3 points 3 months ago

many linux distributions still use the older method of getting things to appear on screen.
they rely on a program called x11, development on x11 has stopped in favour of a new system called wayland. x11 does not support running different displays at different refresh rates, wayland does.
but nvidia doesn't support wayland very well yet. you can use it, but it might be more prone to crashes when using an nvidia gpu. i still recommend trying it.

usually you will find a menu at one of the corners of the screen before logging in to your desktop. here you will usually find something like "desktop name (xorg)" and "desktop name (wayland)".
but some software hides the wayland option from nvidia users, it shouldn't be too difficult to find a guide on how to make this option appear if it is hidden though.

HDR support is still a work in progress. Afaik it's not part of any official standard for display technology on linux yet, but KDE Plasma 6 has experimental support and Valve is actively working on support.
KDE Plasma 6 is currently only available on distributions that push updates more frequently, without testing said updates thoroughly, like arch linux and some derivatives. the pop os developers have also promised to support HDR in their upcoming desktop environment called cosmic, which might still take a while to be released

[–] [email protected] 3 points 4 months ago

BSD based operating systems work fine for a lot of things. A huge majority of people only use their computers to browse the web, write documents and read their e-mail.
Something like GhostBSD would work perfectly well for this, though afaik GhostBSD is just FreeBSD with a different default configuration.
Though you are not going to be able to do much that involves proprietary software, like playing video games. Unless you use Wine or a proprietary BSD based operating system like that of Sony's or Nintendo's game consoles, or Mac OS.
I'm actually thinking about installing OpenBSD on my laptop, though I would not recommend doing this to anyone who just wants to stop using Windows.

CC: @[email protected]

[–] [email protected] 1 points 1 year ago (1 children)

Looks like lemmy doesn't accept posts with attachments.
I tried to send a screenshot of a settings for accelerated rendering in steam. I don't think i'll make a difference, but turning it on is worth a try

[–] [email protected] 1 points 1 year ago

forgot the attachment, i've sent another post

[–] [email protected] 1 points 1 year ago

doubt this will do anything, but have you tried turning this on?
(posted again because the edit didn't federate and i forgot the attachment)

[–] [email protected] 4 points 1 year ago (1 children)

Most modloaders work by tricking the game into loading a dll file by giving the dll file the name of another dll file the game actually needs. (dsound.dll for example)
But wine ignores these custom dll files by default because it has its own custom implementations of the libraries that use dll files with those names and prioritizes those.
You can change settings with winecfg to make wine load the modloader dll files anyway, I don't remember exactly how to do this for a proton prefix, but it shouldn't be difficult

CC: @[email protected]

view more: next ›