Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is this still in use? / improvement request #1

Open
max-spam opened this issue Oct 14, 2020 · 0 comments
Open

Is this still in use? / improvement request #1

max-spam opened this issue Oct 14, 2020 · 0 comments

Comments

@max-spam
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant