Squirrel Hole

江心一庐


  • Home
  • Archive
  • Categories
  • Tags
  • 我 | I
  •  

© 2025 白色乌鸦|White Crow

Theme Typography by Makito

Proudly published with Hexo

Create Virtual Desktop as a Second Screen

Posted at 2021-03-22 Linux 

When I receive my new laptop HP Spectre x360, I'm interested in using it as the second monitor for my fedora workstation. Because I can use touchscreen and pen in Spectre. The basic idea is that workstation creates a virtual monitor and shares it using VNC. What is more: I hacked my Sony digital paper and installed an VNC viewer. What if I can use it as an tty screen and coding at digital paper screen. It could be a full screen terminal emulator run in virtual desktop session.

In the side of hardware support, now I only find the way for intel GPU to create virtual desktop rather than proprietary nvidia driver.

In the side of software, the xrandr is used to create a virtual desktop, but xrand don't work at Wayland rather than X11. And KDE and Gnome under Wayland don't support VNC service now.

Recently, I note the vncsee document how to setup as a second Screen on Linux with Sway and wayvnc. I will have a review for there.

The way to clip partial screen to vncserver: x11vnc -display :0 -auth guess -clip 1920x1080+919+2160 -forever

krfb-virtualmonitor --name test --password test --resolution 1280x760 --port 2024

Reference

  1. https://wiki.archlinux.org/index.php/Multihead
  2. https://virtualgl.org/Documentation/HeadlessNV
  3. https://github.com/brunodles/linux-second-screen
  4. https://github.com/santiagofdezg/linux-extend-screen
  5. MultiVNC: An open source android VNC viewer
  6. PaperTTY - Python module to render a TTY or VNC on e-ink
  7. vncsee: VNC client for the reMarkable tablet allowing you to use the device as a second screen
  8. wayvnc: A VNC server for wlroots based Wayland compositors
  9. evdi
  10. Synergy
  11. Extreme Multihead
  12. https://www.cnblogs.com/sxrhhh/p/-/sunshine-moonlight-to-create-a-virtual-monitor
  13. https://blog.chyk.ink/2022/07/17/linux-virtual-display/
  14. https://www.cnblogs.com/sxrhhh/p/-/sunshine-moonlight-to-create-a-virtual-monitor

 Previous post: 敦煌面壁 Next post: Play Linux in HP Spectre 2021 

© 2025 白色乌鸦|White Crow

Theme Typography by Makito

Proudly published with Hexo