Hacker News new | ask | show | jobs
by HMH 1685 days ago
Interesting, for those wondering how this could be useful apart from what's already mentioned in the Readme: Projects like my Weylus [1] or the similar Deskreen [2] would greatly benefit from this as both can mirror your screen to a tablet and like that one could use a dummy display and said tablet to create an additional screen.

On a related note, does anyone know of similar software to create dummy displays on Linux? All I could find so far is some trickery which only works with Intel hardware on X11 [3].

[1]: https://github.com/H-M-H/Weylus

[2]: https://github.com/pavlobu/deskreen

[3]: https://github.com/H-M-H/Weylus#intel-gpu-on-xorg-with-intel...

2 comments

Yes thought about this when reading the README. Sidecar has been better than 3rd party apps in this regard (maybe the same technique) but having no DPI control sucks. Thanks for the links, will try to see how it works.
Hmm. Didn't think of that use, but tried it and works nicely. However BetterDummy does not have 4:3 (iPad) aspect ratio support as of 1.0.7, I'll add so SideCar would fill the iPad screen properly.
I stand corrected, 4:3 (16:12) is already available in the app just wasn't thinking right lol. So Sidecar scaling is supported as of now.
Thanks, trying it out now! One more thing; can is it possible to have this on Homebrew? Just to make sure it becomes a default app for me.

EDIT: works well with Sidecar -> Mirroring the Dummy display! Lag/latency wise, feels at least the same with native Sidecar. And thanks for the humongous amount of res options, even though I don't need it right now.

I have another usecase: I used to have an off-brand external display that doesn't register HiDPI res to Macs. Bought DisplayResX for that, but maybe this can help. Once again thank you!

>does anyone know of similar software to create dummy displays on Linux?

Xvfb (https://linux.die.net/man/1/xvfb)

wayvnc: https://github.com/any1/wayvnc

Weston has a headless backend also.