Skip to content
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

No cursor on external monitors #5319

Closed
J0nnyMak0 opened this issue May 9, 2020 · 7 comments · Fixed by swaywm/wlroots#2182
Closed

No cursor on external monitors #5319

J0nnyMak0 opened this issue May 9, 2020 · 7 comments · Fixed by swaywm/wlroots#2182

Comments

@J0nnyMak0
Copy link
Contributor

J0nnyMak0 commented May 9, 2020

With latest sources, I don't see a cursor on external monitors. Cursor is visible on my laptop's monitor though.

sway version 1.4-7c37e9d0 (May  9 2020, branch 'master')
@emersion
Copy link
Member

emersion commented May 9, 2020

Your bug report is missing debug logs. Please add a link to the full debug log file.

@J0nnyMak0
Copy link
Contributor Author

Sorry about that. Attached.
sway.log

@J0nnyMak0
Copy link
Contributor Author

J0nnyMak0 commented May 9, 2020

In fact it is the latest commit that is problematic:
swaywm/wlroots@da63d11

@emersion
Copy link
Member

emersion commented May 10, 2020

Sounds related to your multi-GPU setup and nouveau. Can you try re-adding this drm_fb_acquire call?

swaywm/wlroots@da63d11#diff-8b05a774317ee8e87d51422170f82d4bL1023

@J0nnyMak0
Copy link
Contributor Author

Yes, that was it. Re-adding drm_fb_acquire fixed the issue.

@emersion
Copy link
Member

Cool, can you send a pull request?

@J0nnyMak0
Copy link
Contributor Author

Cool, can you send a pull request?

Done. swaywm/wlroots#2182

emersion pushed a commit to swaywm/wlroots that referenced this issue May 11, 2020
…etup and nouveau

We need to make the multi-GPU surface current before the glFinish call.

Closes: swaywm/sway#5319
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants