Talk:KVM Alternatives for Linux: Difference between revisions
Jump to navigation
Jump to search
Created page with "== this method is crap and does not work == What if you want to be able to COPY and PASTE between the two systems? Well use a different method to connect. On the SLAVE compu..." |
(No difference)
|
Revision as of 19:21, 12 January 2020
this method is crap and does not work
What if you want to be able to COPY and PASTE between the two systems? Well use a different method to connect. On the SLAVE computer you need to execute this command:
xhost 192.168.x.x
Where the IP address of the MASTER system is after xhost. You will get an exit status confirmation:
192.168.x.x being added to access control list
On the MASTER computer type:
x2x -to 192.168.x.x:0.0 -east
Where the IP address of the SLAVE system is specified
If you get "x2x - error: can not open display" then...
This article is wrong: