this post was submitted on 19 May 2024
45 points (100.0% liked)

Linux

1257 readers
53 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Basically the title, I want to use my laptop, which uses Arch Linux, and my tablet, which is an android one, as an external monitor for my desktop pc.

top 9 comments
sorted by: hot top controversial new old
[–] FQQD@lemmy.ohaa.xyz 8 points 5 months ago* (last edited 5 months ago)

I believe you can buy a dummy HDMI plug and use Deskreen to host the screen in a webserver. This should work, but I don't think it's a good solution.

Edit: Deskreen seems to no longer be maintained and therefore doesn't support wayland. I think it's because of the Ukrainian war, and the creator being directly affected by it.

[–] NoobishFiend@feddit.dk 4 points 5 months ago

I don't know how to set it up, but using a sunshine server on the desktop and moonlight client on the laptop/tablet might be a solution.

[–] MonkderDritte@feddit.de 3 points 5 months ago* (last edited 5 months ago) (2 children)

Quite sad actually, that you can't just use laptop displays as external displays.

[–] FQQD@lemmy.ohaa.xyz 5 points 5 months ago* (last edited 5 months ago)

Well you can, but there only are quite hacky approaches like

[–] d3Xt3r@lemmy.nz 3 points 5 months ago

You can, if the laptop supports VLink/DP-in, such as the Minisforum V3.

[–] coolfission@lemm.ee 3 points 5 months ago

For the laptop, you can use an HDMI capture card and OBS to use it as a second monitor. Keep in mind though that it'll only support the resolutions that the card supports so depending on the card you may be limited to only 4k or 1080p resolutions.

[–] averyminya 2 points 5 months ago

Something like Weylus?

Samsung tablets have this functionality natively, along with drawing tablet connections

[–] some_guy@lemmy.sdf.org 2 points 5 months ago

Might be possible with Intel's new Thunderbolt Share, but you'd need some hacks to make it work with present-day hardware and it hasn't been released yet.

[–] wlfrn@lemmy.ml 2 points 5 months ago

I've gone the x11vnc on a dummy display route, but found the setup's too much ceremony to want to use with any consistency.

Deskdock + barrier/synergy is slightly more ergonomic -- your laptop mouse and keyboard redirect to control android when you move the mouse out of the laptops screen and onto the tablet, but both displays are showing their native OS.

It's entirely tangential (not for android, not just a screen), but arcan does some cool stuff in this space. Here's a video of "sever tunneling" https://youtu.be/jIFjzN7dk10?t=107 (fancy x11 forwarding; It looks fascinating, but I've never gotten it setup).