mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[GH-ISSUE #1878] Emulator defaults to Xwayland despite having Wayland support #646
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#646
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @C0rn3j on GitHub (Dec 25, 2024).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/1878
Is this intended?
unsetting DISPLAY makes it run under native Wayland, which is preferable, unless there are some major issues, but it seems to work fine on my machine™.
Keeping the possibility to override it to Xwayland would of course make sense.
@ngoquang2708 commented on GitHub (Dec 25, 2024):
It because of this https://github.com/libsdl-org/SDL/pull/9383.
@ngoquang2708 commented on GitHub (Dec 25, 2024):
I made a PR to force Wayland https://github.com/shadps4-emu/shadPS4/pull/1827 but decided that just wait for DEs to implement required protocols.
@C0rn3j commented on GitHub (Dec 25, 2024):
One of the needed protocols was just pushed a release behind for kwin which I use... https://invent.kde.org/plasma/kwin/-/merge_requests/6474
But I suppose this is then resolved on shad's side, as it will eventually default to Wayland on its own.
It is worth to mention that messing with DISPLAY is the wrong way to do this based on reading that thread, and
export SDL_VIDEO_DRIVER=wayland; shadps4is actually the way to go.