loader image

Android table as another display in Linux

What makes us different from other similar websites? Forums Tech Android table as another display in Linux

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1720
    thumbtak
    Keymaster

    1. cd /tmp/
    2. git clone https://github.com/ChipTechno/Android-as-second-monitor-for-linux
    3. cd Android-as-second-monitor-for-linux
    4. sudo ./install.sh
    5. sudo mousepad /usr/share/X11/xorg.conf.d/20-intel.conf

    Section "Device"
        Identifier "intelgpu0"
        Driver "intel"
        Option "VirtualHeads" "2"
    EndSection

    6. vmon setup
    7. vmon disable
    8. Repeat steps 6 and 7 on a reboot, to reactivate the Android tablet as a monitor.

    If you want to disable the Android monitor, type the following command vmon disable.

    #6727
    thumbtak
    Keymaster

    This is a new way of doing the above. It will help you make a second virtual display with xrandr.

    https://github.com/kbumsik/VirtScreen/releases

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
TAKs Shack