mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[GH-ISSUE #758] Shadps4 not working under wayland on arch linux #194
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#194
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 @h16033 on GitHub (Sep 3, 2024).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/758
Hello everyone i have problem with shadps4 it’s didn’t want work on arch linux under wayland i have ryzen 3600 and rtx 2070super 32 ram but when log in with X11 its work what is the problem exactly??and I test it with cachyos and same problem
@chaitan3 commented on GitHub (Sep 3, 2024):
Can reproduce this on Nvidia 4070 Ti Super on KDE Wayland. Using gamescope inside wayland surprisingly works.
@enzi commented on GitHub (Sep 5, 2024):
good thing you posted this because i thought it's just broken on my system. turns out it indeed does work when running with gamescope
@emuyia commented on GitHub (Sep 5, 2024):
Doesn't seem to be working for me. I have a fedora 40 system with KDE wayland, Nvidia GTX 1080. Boots Bloodborne on X11 but not wayland - I get stuck on a black screen before reaching the main menu.
I tried launching with
gamescope --and got the same result, but I don't know if I'm using that right. Same result on both the qt and sdl appimages and the cli executable.@ImanolFotia commented on GitHub (Sep 6, 2024):
Have you tried forcing XWayland?
env -u WAYLAND_DISPLAY env XDG_SESSION_TYPE=x11 gamescope Shadps4-qt.AppImage@HermitsA commented on GitHub (Sep 6, 2024):
Mainline builds have been broken on linux for a while.
@ImanolFotia commented on GitHub (Sep 6, 2024):
The builds from this fork are working nicely, if you wanna run bloodborne
https://github.com/Foul-Tarnished/shadPS4
@luisnunmello commented on GitHub (Sep 6, 2024):
Yeah, that's because of a fix that was included in the past but not anymore in any other branch

Every branch i want to use with linux, i need to include this hack.
If you have problems running builds, i suggest building with this fix.
@ImanolFotia commented on GitHub (Sep 6, 2024):
Nice!!
Thank you!
@emuyia commented on GitHub (Sep 6, 2024):
This didn't work for me, same result.
Can confirm this works for me, but only with gamescope:
For now I no longer have to switch to X11, thank you. I'll try building in future.
@chaitan3 commented on GitHub (Sep 6, 2024):
For folks who are looking for a patch they can apply on latest main branch to get Bloodborne running here it is:
@Caliel666 commented on GitHub (Sep 8, 2024):
is there any reason for this patch to not be implemented on main?
@ImanolFotia commented on GitHub (Sep 8, 2024):
I think this is much of a hack to be included on main
@ngoquang2708 commented on GitHub (Oct 1, 2024):
Guys, please test this build
https://github.com/shadps4-emu/shadPS4/actions/runs/11127985710https://github.com/shadps4-emu/shadPS4/actions/runs/11128877736and report to https://github.com/shadps4-emu/shadPS4/pull/1184. Thanks.