-
Notifications
You must be signed in to change notification settings - Fork 137
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
Wrongly scaled output on Arch Linux/Wayland #71
Comments
You're on Wayland right? |
Yes, i am. Arch linux + wayland
On 28 Sep 2018 10:17 p.m., crertel <[email protected]> wrote:
You're on Wayland right?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I just had the exact same problem, but I'm running an up-to-date version of Debian Stretch (with X11), with a 1080p monitor. I can provide more information on request, if necessary : ) |
Probably related: ScenicFramework/scenic_driver_glfw#10 - looks like there are some wrong calls on |
@boydm Can you please let me know where resize is handled? I'm not sure where I should search it in code … Maybe I could debug it … |
OMG. I think I just solved this. Only two years later. When I push the next update to the v0.11 branch (hopefully later this week) this issue should be fixed. |
OK. This should be fixed in v0.11.0-beta.0 and the scenic_driver_local render. Can somebody please confirm and close the issue if you agree? Many thanks |
@boydm Yes, I tested and it works now. Many thanks! |
Checklist
Versions and Environment
Elixir:
# elixir -v Erlang/OTP 21 [erts-10.0.8] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [hipe] Elixir 1.7.3 (compiled with Erlang/OTP 21)
Erlang:
# erl -v Erlang/OTP 21 [erts-10.0.8] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [hipe]
Scenic:
OS:
Steps to reproduce
Expected Behavior
The example app window shows up with correct positioning.
Actual Behavior
The rendered output only takes up a quarter of the whole window. The areas for buttons and drop downs are positioned correctly which means to have to click into the empty black part of the window to hit something.
Stack Trace
Sadly there is not a lot to see here, just a single message from GLFW.
Additional Comments
The text was updated successfully, but these errors were encountered: