TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Using a Linux phone as a secondary monitor

172 点作者 cunidev大约 3 年前

15 条评论

luke-stanley大约 3 年前
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 未加载
squarefoot大约 3 年前
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 未加载
KerrickStaley大约 3 年前
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 未加载
askz大约 3 年前
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 :)
mxuribe大约 3 年前
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 未加载
butz大约 3 年前
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 未加载
follower将近 3 年前
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>
bluedays大约 3 年前
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 未加载
rcarmo大约 3 年前
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.
thomond大约 3 年前
&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.
jrumbut大约 3 年前
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-whale大约 3 年前
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_大约 3 年前
Imagine if you could do this with any phone tablet. Why can&#x27;t you?
评论 #31410874 未加载
KingVase大约 3 年前
Very nice setup. I wish it were possible with KDE Connect.
throw93232大约 3 年前
It is pretty easy to do that with X11 and VNC.
评论 #31411510 未加载