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.

azron , in Trying to install gzdoom on Manjaro but keep getting an error message. Any advice?

Install the “patch” package with pacman -S patch and try again.

SpiceDealer OP ,
@SpiceDealer@lemmy.world avatar

Tried it. Everything was good until it returned a couple of errors.

First:

CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):``Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)``Call Stack (most recent call first):``/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE)``/usr/share/cmake/Modules/FindPkgConfig.cmake:99 (find_package_handle_standard_args)``thirdparty/fluidsynth/src/CMakeLists.txt:157 (find_package)

– Configuring incomplete, errors occurred!``==> ERROR: A failure occurred in build().`` Aborting…``-> Failed to install layer, rolling up to next layer.error:error making: zmusic - exit status 4

Second: Same as the first one

Third:

==> ERROR: Could not resolve all dependencies. -> error making: gzdoom-exit status 8 -> Failed to install the following packages. Manual intervention is required: zmusic - exit status 4 gzdoom - exit status

stewie410 ,

Looks like you need to manually install pkgbuild (mkpkg? Don’t remember off hand) & zmusic.

plague_sapiens , in Trying to install gzdoom on Manjaro but keep getting an error message. Any advice?
@plague_sapiens@lemmy.world avatar
SpiceDealer OP ,
@SpiceDealer@lemmy.world avatar

In the first forum post, the user having the same problem as I didn’t have base-devel installed and presumably neither did I. I go to intall and it returns this error:

archlinuxfr.db failed to download error: failed retrieving file ‘archlinuxfr.db’ from repo.archlinux.fr : The requested URL returned error: 404 error: failed to synchronize all databases (failed to retrieve some files)

The second forum suggest that I have to compile ZMusic. I do that and get this error:

fatal: destination path ‘ZMusic’ already exists and is not an empty directory. mkdir: cannot create directory ‘ZMusic/build’: File exists VGM/GYM: Nuked OPN2 emulator will be used CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) Call Stack (most recent call first): /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE) /usr/share/cmake/Modules/FindPkgConfig.cmake:99 (find_package_handle_standard_args) thirdparty/fluidsynth/src/CMakeLists.txt:157 (find_package)

– Configuring incomplete, errors occurred! make: Makefile: No such file or directory make: *** No rule to make target ‘Makefile’. Stop.

Laavu ,

Have you tried the fixes in the comments of this page?

aur.archlinux.org/packages/gzdoom

I find the comments in the AUR package page the best source of information to debug AUR issues.

Anyway, if you don’t want to use exactly that AUR package, there are multiple ways to install gzdoom witch some may be easier to install. You many different packages come up when you search gzdoom.

And what comes to other options, for Steam users there is luxtorpeda that integrates with Steam. Lutris users have their gzdoom runner. For the rest there is flatpak version available.

eldain ,

Do a pacman -Syyu before you continue.

clemdemort , in Valve Releases Proton 8.0-5 With Many Fixes, More Windows Games Now Playable
@clemdemort@lemmy.world avatar

I hope demonologist works now!

sp6 OP , in Looks like Valve is working on a 64bit and Vulkan upgrade to TF2's linux client
turbowafflz , in Does it matter that Gnome doesn't support VRR? And why?

Gnome and KDE have their own Wayland compositors. Wayland is a protocol not a program itself.

million OP ,
@million@lemmy.world avatar

Ah that makes a lot more sense. Thanks!

EccTM , in Does it matter that Gnome doesn't support VRR? And why?

Someone smarter than me can probably explain this way better...

As far as Wayland goes, If I remember correctly, it's mainly just a protocol, and Gnome/KDE do all the actual work of making stuff happen, so both need to support it to have it work correctly. Like if Wayland was a language like French, Gnome and KDE need to know the French words for something before they can have conversations about it, and Gnome hasn't been as studious with it's dictionary in regards to VRR. X11 just has an ancient code-base, and adding support for anything involves a lot of effort to make sure something else isn't broken by the addition.

Gnome hasn't officially merged support for VRR yet, but there is a merge request to add support, and a patched version built on that code available if you want to try it (mutter-vrr, gnome-control-center-vrr) at least on Arch Linux's AUR.

million OP ,
@million@lemmy.world avatar

You sound plenty smart to me, thanks for educating me

woelkchen ,
@woelkchen@lemmy.world avatar

Gnome hasn’t officially merged support for VRR yet, but there is a merge request to add support

Open since three years: gitlab.gnome.org/GNOME/mutter/-/…/1154

And in all that time, more talking than coding.

CalcProgrammer1 ,
@CalcProgrammer1@lemmy.ml avatar

The stupid thing is mutter-vrr works far better than Plasma’s implementation in my experience. Plasma locks refresh rate to max if your cursor is moving, causing games that use the cursor to stutter badly while the mutter implementation refreshes the cursor at the game’s rate as expected.

million OP ,
@million@lemmy.world avatar

Oh that is crazy, will have to try out KDE VRR out on my machine and see if I get the same behavior.

jntesteves , in Does it matter that Gnome doesn't support VRR? And why?
@jntesteves@lemmy.world avatar

Wayland and X11 are protocols, they are essentially just documentation. You need an implementation to be able to actually run programs on it, called a compositor. People tend to think of X11 as a single software because historically Xorg became dominant as the main implementation of the specification, so most of us have only ever used Xorg (but Xorg is not the only implementation of X11, there are many others). Wayland, as a newer protocol, hasn’t undergone such consolidation yet, there are many competing compositors implementing the protocol in their own way. GNOME has one such compositor, and KDE has their own, and there are many others. So it’s not about “Desktop Environments” all running over the same compositor, as it was on Linux in the Xorg days. Instead, the Wayland features you get are the ones your choice of compositor has already implemented, and can vary between different compositors.

million OP ,
@million@lemmy.world avatar

So it’s less the Gnome doesn’t support VRR and more that “the wayland compatible desktop compositor that the Gnome project prefers doesn’t support VRR”?

Max_P ,
@Max_P@lemmy.max-p.me avatar

Which is basically the same thing. Gnome uses Mutter, which is a part of the Gnome project as a whole.

Wayland changes things a fair bit compared to Xorg. There’s no standard Wayland server, each DE implements their own to suit their needs. Some libraries have emerged to help with that, it’s relatively easy to get going with wlroots which Sway/Hyprland/Gamescope uses. But Gnome makes their own and so does KDE so it can integrate more deeply with the DE.

There’s non-desktop compositors too, like for VR for example where you can manage your windows in 3D space all around you. That’s where Wayland shines, that gets super complicated to do in Xorg but a breeze with Wayland.

bou , in GloriousEggroll announces new project to unify Proton runtimes
@bou@kbin.social avatar

@simple could you explain why this is worth getting excited about, to a guy who plays windows games on Bottles and has no idea what a proton fix is?

Presi300 , in Does it matter that Gnome doesn't support VRR? And why?
@Presi300@lemmy.world avatar

Yes, it does matter, it’s a feature of your monitor that you just cannot use on gnome. Wayland DOES support VRR, it’s had a protocol for it for a while now. GNOME doesn’t support it yet. VRR works perfectly fine on KDE Plasma Wayland and Hyprland (standalone wayland compositor).

million OP ,
@million@lemmy.world avatar

So can you just swap compositors for Gnome or is Gnome reliant on their own compositor (Mutter)?

Chewy7324 ,

Gnome is tightly integrated with mutter and doesn’t support other compositors. Same is true for KDE with KWin.

Rustmilian ,
@Rustmilian@lemmy.world avatar

Not necessarily true, you can switch say Kwin for Mutter or something else for example. People have successfully done it in the past.
It’s just not at all straight forward, nor supported, nor recommend, likely very unstable especially under Wayland, amongst losing out on features that rely on integration between the DE & compositor.
It’s possible to do, but; why even bother? it’s not really worth it.

Presi300 ,
@Presi300@lemmy.world avatar

No, I just use the KDE Plasma sesktop

amzd , in Does it matter that Gnome doesn't support VRR? And why?

Never noticed while gaming for months in high refresh rate screen. I don’t think it’s worth switching to KDE. I’m currently on KDE because I was convinced by others this VRR issue was a problem but honestly there is so many things wrong with KDE I wish I did not switch

Rustmilian , (edited )
@Rustmilian@lemmy.world avatar

Can you elaborate on the issues you have with KDE?
Perhaps you should test Plasma 6 in a KDE Neon live environment, and report any bugs you may find, especially one’s particular to your hardware configuration, that way your particular issues would get patched.
You can also help by making suggestions for general improvements too.

amzd ,

No idea where to report this but this is the list I keep. Some already have reports I could find as far back as 2012.

  • default screenshot tool does not copy to clipboard (as soon as app closes(which is immediately after the screenshot is taken) the clipboard data is lost)
    • fix is to keep the app open until after pasting which adds just so much overhead for no reason
  • display scaling does not work (125% causes all fonts to be fuzzy)
  • alt tabbing does not work as expected (shift-tab should go back in the alt-tab menu but it does not (apparently only with SOME keyboars??? since 2012: https://bugs.kde.org/show_bug.cgi?id=294249))
  • while alt tabbing: every other screen disappears which makes me motion sick
  • while alt tabbing: clicking the screen you want to go to cancels the alt-tab and you land back to where you started ??????????????????????????????????????????????????? This one makes me unreasonably angry every time it happens.
  • almost every theme breaks krunner (background somehow shifts when hiding??)
  • default settings app is junkware
    • side bar behaviour is terrible unless you have it wide enough for it to go double sidebar (eg: when on home in sidebar: search > click on group > click on back > click remove search > puts you in the group again?????)
    • crashes when changing mundane settings
    • every single screen looks different, no consistency across the app
    • it is using some custom text selection logic or SOMETHING because double click text selection in text fields does not select per word
    • mouse up outside popup while selecting text closes the popup?? (mouse up next to a button that you mouse downed on correctly cancels the mouse click without closing the popup)
  • many apps show the wayland icon in task bar (every bugreport to kde is just replied with "yeah that's the apps fault" but it works in gnome)
Rustmilian , (edited )
@Rustmilian@lemmy.world avatar

Resources :

KDE Landing Page, Bugs & Improvement Idea Guidelines, Contact Help, KDE Forum, Debugging How To If Needed and Run the Below Command for Useful Information :
qdbus org.kde.KWin /KWin supportInformation

Use KDE Neon Unstable (Plasma 6) in a Live Environment.

Suggested Actions & Explanations :

  • The screenshot issue maybe fixed, have you tested it recently? I assume you mean Spectacle with Klipper. If it’s still happening, it’s likely something simple like the screenshot is being wiped out in Klipper storage when the Spectacle window is closed instead of sticky around.
    Perhaps a miss-configuring of the distro you’re using or a bug in Spectacle or Klipper itself.
    I’d recommend testing it with the latest version of Spectacle on Plasma 6(for latest Klipper) and checking what’s happening in ~/.local/share/klipper/history*.lst
    Then open a bug report on your findings if it’s still happening.
  • Scaling causing fuzzy font is a known issue related to DPI, it’s supposed to be getting fixed in Plasma 6.
  • This alt tab (Activities) bug was closed with “Needs Info”, you should probably open another one and provide the missing info using the old bug as reference.
  • Perhaps they could add/obey an animation, like slide-behind or genie. Might be worth opening a bug ‘suggestion’ report.
  • That’s a bug for sure, test in Plasma 6 and open a bug report if it’s still there.
  • I’ve personally never had any issues with theming Krunner, perhaps worth testing in Plasma 6 and opening a bug report.
  • Default settings app is getting a rework in Plasma 6, try it out make suggestions on how to improve it.
  • That’s the app not obeying the .desktop rules, it’s a design decision taken as to prevent a particular vulnerability where a malicious app could switch icon extremely rapidly causing all sorts of issues and allowing for potential arbitrary code execution.
    Gnome just said “fuck it, we don’t care; won’t fix” and left the vulnerability as is.
Rustmilian , in Does it matter that Gnome doesn't support VRR? And why?
@Rustmilian@lemmy.world avatar

This is a kinda off-topic recommendation, but might I suggest you try out KDE Plasma 6 in a KDE Neon live environment and test out the improved VRR and such; reporting any bugs you may find.
It’d be very helpful to making sure KDE Plasma 6 is as stable as possible on launch for everyone.
Not a lot of testers have a VRR monitor to test, and various hardware configuration can yield weird bugs not fond on other systems.
Thanks.

sdrawk , in Surreal Engine (formerly UTEngine): Open source reimplementation of Unreal Engine 1, can run UT99 and Unreal Gold (v226) maps, and boot up Deus Ex
@sdrawk@lemmy.world avatar

So can it play RUNE?

LupertEverett OP ,
@LupertEverett@lemmy.world avatar

Sadly it cannot yet. The engine immediately crashes upon starting it up. Current focus is more on getting Unreal Tournament v436 and Unreal Gold v226 (and Deus Ex whenever it gets some attention) running.

Petter1 , in AYANEO NEXT LITE no longer ships with SteamOS-like HoloISO Linux - Windows 11 instead

But, why?

SatyrSack ,

From the article:

Some players provided feedback indicating the continued preference for a Windows operating system.

Interesting that it wasn’t something like an “overwhelmingly majority” of player feedback calling for Windows that prompted the change, just some… At least they will continue to provide HoloISO from their website and officially support it.

fuckwit_mcbumcrumble ,

Some players could mean the large majority. Without any quantification a meaningless metric.

Plus it makes sense. The type of person who wants Linux on something like this is probably more than happy to install linux on it. Vs the average Joe who doesn’t want to futs with the quirks of running games through proton/is just used to windows probably doesn’t want to or doesn’t even know how to.

LaterRedditor ,

Some players under the username PhilS_msft

helenslunch ,
@helenslunch@feddit.nl avatar

Which users? Of the 20 devices/year they ship, they can’t experiment with any with a different operating system?

People don’t like what they don’t know. Put it in their hands and see what happens. No one buys them? Go back to Windows.

Believe it or not most people don’t know what they want until you show them.

I bet MS got in their ear. Perhaps that was the plan all along?

Oh well, HoloISO was a terrible choice anyway and would potentially do more harm than good.

verdantbanana , in AYANEO NEXT LITE no longer ships with SteamOS-like HoloISO Linux - Windows 11 instead
@verdantbanana@lemmy.world avatar

own a computer shop

patrons love windows, love signing up for a windows account, always clicks share my data, and buys the hell out of HP products

blame the lack of good education at least here in the US

SpiceDealer ,
@SpiceDealer@lemmy.world avatar

The shit you must see on a daily basis. I hope everything is going well for you.

SpiceDealer , in Surreal Engine (formerly UTEngine): Open source reimplementation of Unreal Engine 1, can run UT99 and Unreal Gold (v226) maps, and boot up Deus Ex
@SpiceDealer@lemmy.world avatar

“My engine is augmented”

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