-
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--screenshot flag still broken #11
Comments
Output of |
Running into this too on |
@YHNdnzj could you confirm for me whether or not you're on a NVIDIA GPU? I believe we have narrowed the issue down to my NVIDIA GPU or rather, the lack of proper screen capture support on it. |
@NotAShelf I'm using a laptop with NVIDIA Optimus, but manually specified But the whole screen is blank on my side, plus I can see and move the cursor when locked, maybe this is something else? |
It could possibly be something else, yes. I am unable to reproduce the broken --screenshot behaviour on an AMD gpu. |
Seems to be an nvidia gpu issue I have the exact same issues on my side. |
Having this issue on an AMD Radeon HD 6320 as well Edit: Was hoping the most recent wlroots-git update would fix it but it has not. It hasn't gone red screen and locked me out for a few days though. White screen on screenshot still persists |
I can reproduce this on a NIVIDIA GPU with wlroots-git AUR package. Sometimes it turns red screen and others white background but I can move the cursor though. |
Having the issue on AMD 6700XT too. Every other parameter apart from --screenshot seems to work fine. Tested with swaylock-effects-git. EDIT: No idea why, but it works fine now. |
For those using hyprland the hyprland-nvidia-git package on AUR resolves the issue for me. |
Have this issue on Intel i5-1260p, too. My screen is blank when locked, without screenshot. Using sway-effects-git (swaylock version v1.6.10-4-ga1cf657 (Jan 6 2023, branch 'master')) and sway(1.8) from archlinux. Get logs:
update: FYI, sway 1.7-10 on archlinux has no problem. Sth wrong with sway 1.8. |
Same issue as @Martinits with Intel GPU on Arch and Sway 1.8. Worked in Sway 1.7. Could it be related to this new feature?
|
Same issue here too... (Sway 1.8, Swaylock Effects v1.6.10-4-ga1cf657) |
Seems fixed with latest commit/merge. |
After the last commit, the screen blink, then after one second the blur screen appears... |
I can confirm it works now.
|
Thanks for the confirmation! |
I have recently came across your comment on this issue in which you have announced it was fixed in version 1.6.10. However, I am experiencing this exact issue on a freshly built version of
swaylock-effects-git
(AUR) with package versionr402.9ac172a-1
The issue is simply that 1/3 of the screen will be blank when
--screenshot
is passed and the screenshot will be fit inside the remaining 2/3, which is counterintuitive.The text was updated successfully, but these errors were encountered: