skylarmt / android-xserver

Automatically exported from code.google.com/p/android-xserver
0 stars 0 forks source link

test extension missing #36

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. x2x -east -to xxx.xxx.xxx.xxx:0

Result: display xxx.xxx.xxx.xxx:0 does not support the test extension

I guess the file Xext/xtest.c should be translated in java to Xext/Xtest.java 
and the file Xext/Extensions.java updated.

The effort of converting if should be quite low and the outcome would be to use 
the XServer on android as a remote screen to an actual computer (as with x2x).

This would allows a user to use mouse and keyboard on the android XServer and 
to quickly "send" a windows from a local screen onto the android screen.
This can be practical to transform your phone/tablet into an additional screen.

Original issue reported on code.google.com by o.schol...@gmail.com on 3 Aug 2014 at 10:34

GoogleCodeExporter commented 8 years ago
If it's as easy as you suggest, I should be able to implement this next weekend.

Original comment by matti.k...@gmail.com on 10 Aug 2014 at 11:15

GoogleCodeExporter commented 8 years ago
Fixed and pushed to Play Store.

Original comment by matti.k...@gmail.com on 16 Aug 2014 at 1:58

GoogleCodeExporter commented 8 years ago
Thank you very much. I'll test asap.

Original comment by o.schol...@gmail.com on 16 Aug 2014 at 3:40

GoogleCodeExporter commented 8 years ago
So I tested it and it works fine with x2x. I can use the computer mous and 
keyboard on the Xserver. The mouse is a very slow to react, but as USB mouse 
does not work yet, it's already a good solution...

Original comment by o.schol...@gmail.com on 16 Aug 2014 at 3:55