TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Using a Linux phone as a secondary monitor

172 pointsby cunidevabout 3 years ago

15 comments

luke-stanleyabout 3 years ago
I didn&#x27;t see Xpra mentioned, but Xpra does desktop and window streaming with fast video encoding using H.265 (or H.264 and others options), and it has an experimental UDP transport - though I haven&#x27;t needed it yet. In the Windows world, gamers use Parsec which matches those two network transport and encoding design decisions (which I am sure are the right direction).<p>To use Xpra as part of a secondary monitor solution, you might need to define a &quot;dummy&quot; window region for it, and I suspect X server can be configured to allow this but I don&#x27;t know how yet.<p>I&#x27;m interested in any solutions for Linux secondary monitor devices too, especially more simple ones.<p>Edit: kbumsik link below uses xrandr to add a new display region and then uses x11vnc with a &quot;clip&quot; argument. I couldn&#x27;t see such an argument for xrandr.
评论 #31414235 未加载
评论 #31416613 未加载
squarefootabout 3 years ago
That low latency is an impressive achievement, makes me want to attempt to convert all my old tablets to a real Linux install (no chroot jails etc), but the risk of bricking them is really high. I wish there was some tool to probe the hardware under Android, possibly against a distributed database, to know at least if the device is similar to a more known one (it could be the case among no name cheap Chinese tablets) and if there are chances of success before a blind attempt.
评论 #31411092 未加载
评论 #31411392 未加载
评论 #31419941 未加载
KerrickStaleyabout 3 years ago
A related idea I had a while ago:<p>I think it&#x27;d be cool if you could use a cell phone as a mouse. You&#x27;d have a mount that holds the back of the phone slightly off the table, and the phone would track its position using the IMU and maybe motion tracking with the camera. The phone display could show a subregion of the monitor and you could click by tapping the phone screen.
评论 #31414450 未加载
评论 #31416423 未加载
评论 #31415068 未加载
评论 #31416904 未加载
评论 #31413871 未加载
askzabout 3 years ago
I actually achieved the same, with benefits.<p>The hack is here: <a href="https:&#x2F;&#x2F;github.com&#x2F;any1&#x2F;wayvnc&#x2F;issues&#x2F;7#issuecomment-657092231" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;any1&#x2F;wayvnc&#x2F;issues&#x2F;7#issuecomment-6570922...</a><p>Benefits are: two way interaction :)
mxuribeabout 3 years ago
This is great!<p>In my mind, i wish for KDE Connect to eventually evolve to enable something like this...KDE Connect is already a wonderful piece of software!
评论 #31412540 未加载
butzabout 3 years ago
What about standard, probably proprietary, solutions, like Miracast (&quot;Wireless Display&quot;)? I wanted to use my old tablet with Windows as secondary monitor, but no luck when running Linux on primary PC. Best option is only mirroring desktop with GNOME Network Displays.<p>It would be great if there would be out of the box support for wireless displays on Linux.
评论 #31414260 未加载
评论 #31412593 未加载
followerabout 3 years ago
If you haven&#x27;t already checked it out, I&#x27;d suggest investigating use of `evdi` (&quot;Extensible Virtual Display Interface&quot;) for the virtual display aspect of this:<p>* <a href="https:&#x2F;&#x2F;github.com&#x2F;DisplayLink&#x2F;evdi" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;DisplayLink&#x2F;evdi</a><p>* <a href="https:&#x2F;&#x2F;github.com&#x2F;rhofour&#x2F;evdi-vnc" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;rhofour&#x2F;evdi-vnc</a>
bluedaysabout 3 years ago
Wish that I could use my iPad as a second screen. I’m even tempted to get a mac just for this feature
评论 #31411071 未加载
评论 #31410946 未加载
评论 #31411075 未加载
评论 #31412733 未加载
评论 #31411054 未加载
rcarmoabout 3 years ago
I like the UDP approach. I tried doing something similar to multicast video streams to Raspberry Pi 1s quite a while ago (back when it was impossible to run a modern browser on them and we wanted live dashboards across the building), and it can be very efficient.
thomondabout 3 years ago
&gt; Virtual display handling: creating a fake video output. On Xorg, some GPU-specific hacks exist (probably Intel-only)<p>Nvidia users are out of luck in my experience.
jrumbutabout 3 years ago
Linux phone is getting so exciting! I wish there was a way to dual boot or have something like a live CD to get into it in a low risk way.
评论 #31416594 未加载
ur-whaleabout 3 years ago
Great hack.<p>Would be even neater if I could stream music to the phone&#x27;s sound system from my desktop.
评论 #31410463 未加载
评论 #31413589 未加载
kache_about 3 years ago
Imagine if you could do this with any phone tablet. Why can&#x27;t you?
评论 #31410874 未加载
KingVaseabout 3 years ago
Very nice setup. I wish it were possible with KDE Connect.
throw93232about 3 years ago
It is pretty easy to do that with X11 and VNC.
评论 #31411510 未加载