• 0 Posts
  • 98 Comments
Joined 1 year ago
cake
Cake day: June 19th, 2023

help-circle













  • rah@feddit.uktoLinux@lemmy.mlAny KDE Plasma themes that have more padding like GNOME?
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    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.