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

HiDPI support #213

Closed
TPolzer opened this issue Oct 30, 2015 · 13 comments
Closed

HiDPI support #213

TPolzer opened this issue Oct 30, 2015 · 13 comments

Comments

@TPolzer
Copy link

TPolzer commented Oct 30, 2015

Being able to scale (like weston) would make this usable for high resolution displays.

@ddevault
Copy link
Contributor

https://github.com/SirCmpwn/sway/blob/master/sway.5.txt#L109-L112

Set the resolution to half the actual resolution of the display. Actual HiDPI support is wlc's problem.

@stapelberg
Copy link

Setting the resolution to half of the actual resolution makes everything big and blurry.

Cloudef/wlc#57 seems to be the relevant issue to track.

@xeechou
Copy link

xeechou commented Jan 23, 2016

Hidpi support shouldn't be simply set resolution to half. But fonts and icons need to be adapted, right?

@ddevault
Copy link
Contributor

The clients need to be told the scaling factor (see Cloudef/wlc#57), but halving the resolution is a workaround.

@wzhd
Copy link

wzhd commented Apr 18, 2016

@SirCmpwn I set the resolution to half the actual resolution, but when I switch to X that runs at the actual resolution and switch back to sway, the resolution becomes the actual resolution.

@ddevault
Copy link
Contributor

That's a problem in wlc.

@dobegor
Copy link

dobegor commented Jul 30, 2016

@SirCmpwn Cloudef/wlc#57 is closed now without any comment given. Is there any reason or fix?

@ddevault
Copy link
Contributor

Experimental hidpi support has landed in master. Use the scale parameter in your output configuration line to set the scale factor. See the man page for more information.

@dobegor
Copy link

dobegor commented Jul 30, 2016

Oh thanks, gonna check it out soon.

@mcoffin
Copy link
Contributor

mcoffin commented Dec 4, 2017

@SirCmpwn Will this effectively be solved with the move to wlroots in 1.0? I'm kind-of just waiting on that release to once again attempt moving to wayland, but hidpi would be a necessity.

@ddevault
Copy link
Contributor

ddevault commented Dec 4, 2017

Every time someone says "I'm waiting on xyz before I move to Sway" I mentally delay shipping xyz by a week. Don't wait, contribute.

@mcoffin
Copy link
Contributor

mcoffin commented Dec 4, 2017

Don't wait, contribute.

I was planning on taking a look at wlroots, and making sure that the things I wanted for HiDPI support were in there. That's why I was asking. I was just confirming that the move to wlroots was the planned way that this was going to get solved, and that I wouldnt' just be barking up the wrong tree.

@SirCmpwn

@ddevault
Copy link
Contributor

ddevault commented Dec 4, 2017

Yes, that's the plan.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

7 participants