GNU/Linux Gaming on Kbin

41 readers
2 users here now

A community for gaming on the GNU/Linux distros.

founded 1 year ago
1
 
 

Anyone else excited about Dragons Dogma and the upcoming Dragons Dogma 2 game?

I am trying to get some people who want to talk about either Dragon’s Dogma game to join the Lemmy version group in the Fediverse. I am currently playing through the first game on my Linux gaming PC. We can share news there. We can share pawns too, if anyone is interested.

@dragons_dogma

2
 
 

Available for free download, or as part of a paid-for bundle! Find it here.

3
 
 

I'm looking to try out Linux, but I don't want to have to re install all my games for it. I've got a 500 GB boot drive, and a 2tb where all my games are. I'd install Linux on a 250 GB partition of the boot drive. ty all :)

4
 
 

🎮 Join the **Open Source Gaming Tournament! **🎮

Hey there gamers and open-source enthusiasts! Get ready for an epic showdown featuring two fantastic open-source games: SuperTuxKart and 0 A.D.

🚀 Highlights:

Open to gamers of all levels.

Play SuperTuxKart's high-speed racing and 0 A.D.'s strategic warfare.

Open prize pool in Bitcoin - everyone can contribute!

Prizes split between winners and game developers.

Support open-source gaming while having a blast!

🏆 How to Participate:

Register now: open-source-gaming-tournament.com

Choose your game, show your skills, and compete.

Win awesome prizes and help fund the future of open source gaming.

Don’t miss out on the chance to play, compete, and support open source. Join us and let’s game together! 🎉💰🕹️

#OpenSourceGamingTournament #SuperTuxKart #0AD #linux #gaming #linux_gaming

5
 
 

Welcome to PlayStation Couch, your ultimate destination for all things video games. Explore the latest trends, advanced techniques, and valuable tips to enhance your gaming skills and maximize your gaming experience.

6
 
 

check out the detailed negative and positive points

7
8
3
submitted 10 months ago* (last edited 10 months ago) by [email protected] to c/[email protected]
 
 

The blurb:
"DUSK HD is now a FULL VISUAL REMASTER OF DUSK.

We have remade every enemy, every weapon, every model, every texture,
EVERY THING.
FOR YOU. FOR FREE.
YOU'RE WELCOME.

We still have some work to do! But expect a full ON / OFF style comparison trailer around Halloween.

Then full launch with the SDK + Steam Workshop around DUSK's 5 YEAR ANNIVERSARY in December.

The HD models, textures, weapons, etc will all be available on the Steam Workshop as free downloads and not integrated into the base game until you install them!

This is all completely optional! IF YOU LIKE DUSK JUST HOW IT IS THAT'S GREAT!

And YES you WILL be able to use both the old and these new assets to create anything you want with the SDK and upload your own creations to the workshop as well. We can't wait to see it.

Because DOOM may be Eternal but DUSK is FOREVER. ...Or something."

9
 
 

cross-posted from: https://lemmy.ml/post/5648861

Whether you are into casual, retro or AAA #gaming, KDE has something for you 🎮🎲!

10
 
 

AMD used to release new AMDVLK Vulkan driver updates on a near weekly basis for Linux users but that has slowed down for a while. We are approaching the end of Q3 and now AMDVLK 2023.Q3.2 has been published as their first new open-source driver release since early August.

With the time that has passed since the prior release, AMDVLK 2023.Q3.2 is at least on the heavier side for changes. AMDVLK 2023.Q3.2 brings support for quadbuffer stereo, Quake 2 RTX ray-tracing performance tuning, reducing the RS64 vs. FP32 mode overhead, reducing the AMDVLK binary size, and other optimizations.

[New features and improvement]

  • Update Khronos Vulkan Headers to 1.3.261
  • Support Quadbuffer Stereo
  • Performance tuning for Quake2 RTX RT
  • Reduce RS64 vs F32 mode overhead
  • Add a setting to allow changing PWS mode
  • Reduce amdvlk binary size
  • Optimize the clear to single shaders
  • Support dynamic sample buffer info for Extended_dynamic_state3 extension

[Issues fixed]

  • Driver still reports HDR formats even when HDR mode is disabled
  • CTS failure in dEQP-VK.pipeline.monolithic.executable_properties.graphics.vertex_stage*
  • vkCreateRenderPass2 Crash
  • Debug markers missing in RGD
11
 
 

If it is helpful to others, I was able to get Starfield to work with Steam with my AMD system.

I understand that folks using AMD cards have generally had a lot more success; this probably won't help nvidia users.

I'm using Kubuntu 22.04.3 LTS, an AMD Ryzen 9 5900X CPU, and AMD RX 6800 XT video card. I'm not a big fan of using PPA repos, but I am using the Mesa 23.1.8 libraries from kisak-mesa PPA. I am using experimental proton in Steam.

My symptom was that Starfield would install and load, but crash trying to start a new game. /var/log/kern.log had errors similar to 'Waiting for fences timed out' and 'ERROR failed to halt cp gfx'.

The latest kernel from Canonical available via apt is 5.15.0.84. What solved the problem for me was a newer kernel. I did this today, so I was successful by building 6.5.4.

Be careful: your mileage may vary here and installing a new kernel comes with risks. Backing up your system is always a good idea.
I've found that as long as I leave known stable kernels available in my grub boot-loader, this isn't scary - I can reboot and select the safe kernel. However, if you're uncomfortable troubleshooting and don't have a second system to search for help and answers, give your recovery strategy some thought before proceeding.

I've found that this guide is a nice straightforward one for building and installing a new kernel:
https://phoenixnap.com/kb/build-linux-kernel

I deviate from this guide in two ways (I'm not being super verbose here - you may have to figure some of this out or search for more info, but I hope it will get you going in a direction):

  1. make will almost certainly fail due to not being able to sign the new kernel. Side note: make is verbose. If it fails, it may not be clear why. Try running it a second time to get a more succinct message of what is failing.
    The linked guide suggests working around the cert errors by disabling secure booting in the kernel. Instead, I installed the source for my current kernel (e.g. apt-get install linux-source-5.15.0) and copied over the certificates I needed. For example:
    cp -v /usr/src/linux-source-5.15.0/debian/canonical*.pem ~/newkernelsource/debian/
    cp -v /usr/src/linux-source-5.15.0/debian/certs/* ~/newkernelsource/debian/certs/

  2. You can allow make to run multiple jobs concurrently, which can reduce the build time. Just ensure it is fewer jobs than you have cores. I have 24 cores, so I use something like:
    make -j 20

After rebooting with the new kernel, the game fired right up.

Hope this helps someone.

12
 
 

Its been a while since we had a new entry of the famous Dark Souls or Bloodborne Formula, but its here and it is good. What I can say to you without spoiling is that the story is the highlight which for this type of game, is never the case.

13
 
 

An anonymous reader quotes a report from 404 Media: Historically, video game preservation efforts usually cover two types of games. The most common are very old or "retro" games from the 16-bit era or earlier, which are trapped on cartridges until they're liberated via downloadable ROMs. The other a...

14
 
 

Steam is one of the best things to come along for gaming on Linux. Here's how you can easily install the Steam application on any Ubuntu or Debian-based distribution.

15
16
 
 

For those interested in the latest big RPG from Larian Studios, here's my quick initial report on Baldur's Gate 3 running on Steam Deck and desktop Linux.

17
 
 

In case you consider using the AMD pstate frequency scaling driver...

Make sure to use amd_pstate=active. I tried amd_pstate=passive originally but, even with performance governor it would severely throttle at high-fps gaming. I often got 20-30 FPS lower than what the active or even the default acpi driver gave me during spiderman remastered.

There is also amd_pstate=guided but I haven't tried that. CPU is 5800x3D and I usually play at 80-140FPS in that game so I'm thinking the load was not managed well by the passive one.

#linux_gaming

18
2
Unsung (www.supergoodcode.com)
submitted 1 year ago by [email protected] to c/[email protected]
19
 
 

Related to SteamController

Solution for Mouse cursor on Wayland

20
 
 

I have been offered a choice between these two cards, and I'm not sure which one will perform better in linux at this point. If it was Windows I would just go with the Nvidia and call it a day, but the driver situation on Linux has me leaning towards AMD. Is the AMD the right choice?

I'm using the Garuda distro.

21
 
 

Get Prey, Baldur's Gate II: Enhanced edition and more games for free in celebration of Prime Day UNTIL 7-31-23

22
 
 

If you like transport related games, I encourage you to give it a try. I've sunk a lot of time into this game usually playing with mods. You can find it at https://www.openttd.org/

23
 
 

Like 10-15 years ago I was into linux and tried a bunch of different distros (PCLinuxOS, Mint, CentOS, OpenSuse...) and was quite happy with the, then, limited options of gaming on linux (It was the time Valve released TF2 for linux)

But time passed, I got a new PC and didn't bothered install any linux distro (because I got a small HDD and didn't wanted to split it in partitions for linux)

Back then stuff like Proton did not even exists, so today I'm kind of lost and don't know what flavour I should pick, so here I am asking for advice

A couple of relevant details about the hardware, my PC is a little bit old (i7-7700) I hope that's not an obstacle to enjoy gaming on linux I also have an Nvidia graphic card

Also, while most people just use Steam I also use GOG regularly, if that matters

24
 
 

I have d3dx11 but it still gives me that error this error happens when i try to play hollow knight, dead cells and the great ace attorney chronicles

25
 
 

NVIDIA 535.86.05 graphics driver for Linux, FreeBSD, and Solaris systems is now available for download with various bug fixes.

view more: next ›