I moved to KDE for better gaming support, but I really dislike the condensed look of everything in the settings app, discover, and most of all in Dolphin.

Are there any discrete, simple, clean themes that have more padding ? I like how GNOME looks but I really dislike their slow development for gaming related stuff.

  • rah@feddit.uk
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    4 months ago

    It’s not like games talk to the kernel and GPU driver directly to get graphical output

    LOL that’s exactly what they do.

    there’s a desktop environment they need to take into account

    They do not need to take the desktop environment into account. They ask for a window and they render into it. They’ll ask for a window using either the OpenGL or Vulcan API. Both those APIs abstract the windowing system away, the desktop is entirely irrelevant. Under Wayland, the compositor requests a buffer from the kernel, provides it to the game and then manages where on the desktop that buffer is rendered. The game’s rendering is done directly (talking to the kernel and GPU driver) without going anywhere near either the compositor or the desktop environment.

    The desktop environment means nothing when it comes to gaming. Except in so far as it may provide a GUI to configure aspects of the system that would otherwise be configured on the comand line or, for example by interacting with /sys.

    This is why I asked what OP meant when they said KDE “supports” gaming better. Seems ridiculous. The desktop environment is not involved in game rendering. It has no impact. I’m mystified as to why people think it does.