Coder Social home page Coder Social logo

exttab's People

Contributors

cbodden avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

exttab's Issues

Is this still in use? / improvement request

Hi Is this still active?

with non intel drivers we there a lot of issues with AMD
e.g.
https://github.com/kbumsik/VirtScreen/issues

There is evdi-vnc that theoretically coud be used with any other graphics
https://github.com/DisplayLink/evdi

using this with Android some steps could be improved with adb commands.

with adb you can get the screen size
adb shell wm size

with
adb reverse tcp:5900 tcp:5900
you get a fast connection via USB

to start the VNC on the android tablet like bVNC
adb shell monkey -p com.iiordanov.freebVNC -c android.intent.category.LAUNCHER 1;

For non Intel devices this works at the moment, using the non active display, so an if clause, if virtual then, else would be great

adb reverse tcp:5900 tcp:5900
adb shell monkey -p com.iiordanov.freebVNC -c android.intent.category.LAUNCHER 1;
xrandr --newmode "1920x1080_60.00" 193.16 1920 2048 2256 2592 1200 1201 1204 1242 -HSync +Vsync
xrandr --addmode HDMI-A-0 1920x1080_60.00
xrandr --output [XRANDR_UNUSED_OUTPUT_CHANGE_THIS] --mode 1920x1080_60.00 --right-of [XRANDR_USED_OUTPUT_CHANGE_THIS]
x11vnc -rfbauth ~/.vnc/passwd -clip 1920x1080+1920+0

There is another project that uses displaylink drivers, evdi to connect.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.