whelets.blogg.se

Using linux for tablet as monitor
Using linux for tablet as monitor






using linux for tablet as monitor

  • To connect via USB cable, you need adb installed and forward Teamviewer port with adb forward or enable USB Tethering in android setting.
  • To connect with wlan, enable "incomming lan connection" in Extras > Options(linux).
  • To show cursor in tablet screen, enable "show remote cursor" in teamviewer(tablet).
  • Default resolution and default display(the main output display) can be set in more information about ouput displays and supported resolution profiles, run xrandr in terminal.
  • You can add more custom resolution into nf file.
  • vmon config file are saved in /home/$USER/.vmon.
  • Connect to host system using Teamviewr, VNC or any screen sharing program.
  • If success, you will able to se an additional monitor in "display" setting.
  • run vmon enable to enable virtual monitor.
  • This command need to be executed each time X server start.
  • run vmon setup to setup virtual monitor profile.
  • Run install script as root and follow the instruction.
  • Xrandr -output VIRTUAL1 -mode 1920x1200_60.00 -primary -right-of LVDS1 The easier wayĬd Smartphone-tablet-as-second-monitor-for-linux You may also need to change LVDS1 if the default monitor's name is different. This script is example of Neas second monitor.You may need to change 19 to the resolution of your tablet screen. You can use any remote desktop software(vnc,teamviewer.

    using linux for tablet as monitor

    Simple cli tool to create virtual monitor for Linux. Smartphone/tablet as second monitor for linux








    Using linux for tablet as monitor