From Internet access single application via VNC like












0















I am wondering what are my options to access one single gui application remotely, rather than full desktop, as VNC does.



Also lag is an issue. Any other way to make remote VNC, super responsive-- may be compression or dont know what, so would shut up and listen now










share|improve this question







New contributor




blackbox007 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • VNC and similar solutions use a "virtual" X server, so make sure you run this in addition to a real X server, and make your application connect to this virtual server, while the rest of the desktop runs on the real X server. As a consequence, you won't be able to access this application directly from the desktop (though of course you can connect to the VNC server from the desktop, and then access the application). As for lag, bandwidth is bandwidth. Different VNC-like solutions use different algorithms, with may or may not work better for you. Evaluate them.

    – dirkt
    14 hours ago











  • @dirkt The VNC protocol has nothing directly to do with X, it transmits the smallest rectangle that has been changed in a frame buffer. Many IPMI capable systems use VNC to interact with BIOS screens. If the OP is using X then technologies like NX machine are much more responsive than VNC. See wiki.x2go.org for an open source solution.

    – icarus
    12 hours ago











  • @icarus: While it's true that the VNC protocol has nothing to do with X, one common way is to use Xvnc or similar to start an X server, and then the framebuffer of that server is transferred. The OP mentioned VNC, but in principle the same is true for other compression algorithms like NX.

    – dirkt
    12 hours ago











  • @icarus x2go has some serious, or had last year. I prefer NX Nomachine.

    – Rui F Ribeiro
    9 hours ago
















0















I am wondering what are my options to access one single gui application remotely, rather than full desktop, as VNC does.



Also lag is an issue. Any other way to make remote VNC, super responsive-- may be compression or dont know what, so would shut up and listen now










share|improve this question







New contributor




blackbox007 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • VNC and similar solutions use a "virtual" X server, so make sure you run this in addition to a real X server, and make your application connect to this virtual server, while the rest of the desktop runs on the real X server. As a consequence, you won't be able to access this application directly from the desktop (though of course you can connect to the VNC server from the desktop, and then access the application). As for lag, bandwidth is bandwidth. Different VNC-like solutions use different algorithms, with may or may not work better for you. Evaluate them.

    – dirkt
    14 hours ago











  • @dirkt The VNC protocol has nothing directly to do with X, it transmits the smallest rectangle that has been changed in a frame buffer. Many IPMI capable systems use VNC to interact with BIOS screens. If the OP is using X then technologies like NX machine are much more responsive than VNC. See wiki.x2go.org for an open source solution.

    – icarus
    12 hours ago











  • @icarus: While it's true that the VNC protocol has nothing to do with X, one common way is to use Xvnc or similar to start an X server, and then the framebuffer of that server is transferred. The OP mentioned VNC, but in principle the same is true for other compression algorithms like NX.

    – dirkt
    12 hours ago











  • @icarus x2go has some serious, or had last year. I prefer NX Nomachine.

    – Rui F Ribeiro
    9 hours ago














0












0








0








I am wondering what are my options to access one single gui application remotely, rather than full desktop, as VNC does.



Also lag is an issue. Any other way to make remote VNC, super responsive-- may be compression or dont know what, so would shut up and listen now










share|improve this question







New contributor




blackbox007 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












I am wondering what are my options to access one single gui application remotely, rather than full desktop, as VNC does.



Also lag is an issue. Any other way to make remote VNC, super responsive-- may be compression or dont know what, so would shut up and listen now







linux x11 vnc remote-desktop






share|improve this question







New contributor




blackbox007 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question







New contributor




blackbox007 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question






New contributor




blackbox007 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 14 hours ago









blackbox007blackbox007

1




1




New contributor




blackbox007 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





blackbox007 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






blackbox007 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.













  • VNC and similar solutions use a "virtual" X server, so make sure you run this in addition to a real X server, and make your application connect to this virtual server, while the rest of the desktop runs on the real X server. As a consequence, you won't be able to access this application directly from the desktop (though of course you can connect to the VNC server from the desktop, and then access the application). As for lag, bandwidth is bandwidth. Different VNC-like solutions use different algorithms, with may or may not work better for you. Evaluate them.

    – dirkt
    14 hours ago











  • @dirkt The VNC protocol has nothing directly to do with X, it transmits the smallest rectangle that has been changed in a frame buffer. Many IPMI capable systems use VNC to interact with BIOS screens. If the OP is using X then technologies like NX machine are much more responsive than VNC. See wiki.x2go.org for an open source solution.

    – icarus
    12 hours ago











  • @icarus: While it's true that the VNC protocol has nothing to do with X, one common way is to use Xvnc or similar to start an X server, and then the framebuffer of that server is transferred. The OP mentioned VNC, but in principle the same is true for other compression algorithms like NX.

    – dirkt
    12 hours ago











  • @icarus x2go has some serious, or had last year. I prefer NX Nomachine.

    – Rui F Ribeiro
    9 hours ago



















  • VNC and similar solutions use a "virtual" X server, so make sure you run this in addition to a real X server, and make your application connect to this virtual server, while the rest of the desktop runs on the real X server. As a consequence, you won't be able to access this application directly from the desktop (though of course you can connect to the VNC server from the desktop, and then access the application). As for lag, bandwidth is bandwidth. Different VNC-like solutions use different algorithms, with may or may not work better for you. Evaluate them.

    – dirkt
    14 hours ago











  • @dirkt The VNC protocol has nothing directly to do with X, it transmits the smallest rectangle that has been changed in a frame buffer. Many IPMI capable systems use VNC to interact with BIOS screens. If the OP is using X then technologies like NX machine are much more responsive than VNC. See wiki.x2go.org for an open source solution.

    – icarus
    12 hours ago











  • @icarus: While it's true that the VNC protocol has nothing to do with X, one common way is to use Xvnc or similar to start an X server, and then the framebuffer of that server is transferred. The OP mentioned VNC, but in principle the same is true for other compression algorithms like NX.

    – dirkt
    12 hours ago











  • @icarus x2go has some serious, or had last year. I prefer NX Nomachine.

    – Rui F Ribeiro
    9 hours ago

















VNC and similar solutions use a "virtual" X server, so make sure you run this in addition to a real X server, and make your application connect to this virtual server, while the rest of the desktop runs on the real X server. As a consequence, you won't be able to access this application directly from the desktop (though of course you can connect to the VNC server from the desktop, and then access the application). As for lag, bandwidth is bandwidth. Different VNC-like solutions use different algorithms, with may or may not work better for you. Evaluate them.

– dirkt
14 hours ago





VNC and similar solutions use a "virtual" X server, so make sure you run this in addition to a real X server, and make your application connect to this virtual server, while the rest of the desktop runs on the real X server. As a consequence, you won't be able to access this application directly from the desktop (though of course you can connect to the VNC server from the desktop, and then access the application). As for lag, bandwidth is bandwidth. Different VNC-like solutions use different algorithms, with may or may not work better for you. Evaluate them.

– dirkt
14 hours ago













@dirkt The VNC protocol has nothing directly to do with X, it transmits the smallest rectangle that has been changed in a frame buffer. Many IPMI capable systems use VNC to interact with BIOS screens. If the OP is using X then technologies like NX machine are much more responsive than VNC. See wiki.x2go.org for an open source solution.

– icarus
12 hours ago





@dirkt The VNC protocol has nothing directly to do with X, it transmits the smallest rectangle that has been changed in a frame buffer. Many IPMI capable systems use VNC to interact with BIOS screens. If the OP is using X then technologies like NX machine are much more responsive than VNC. See wiki.x2go.org for an open source solution.

– icarus
12 hours ago













@icarus: While it's true that the VNC protocol has nothing to do with X, one common way is to use Xvnc or similar to start an X server, and then the framebuffer of that server is transferred. The OP mentioned VNC, but in principle the same is true for other compression algorithms like NX.

– dirkt
12 hours ago





@icarus: While it's true that the VNC protocol has nothing to do with X, one common way is to use Xvnc or similar to start an X server, and then the framebuffer of that server is transferred. The OP mentioned VNC, but in principle the same is true for other compression algorithms like NX.

– dirkt
12 hours ago













@icarus x2go has some serious, or had last year. I prefer NX Nomachine.

– Rui F Ribeiro
9 hours ago





@icarus x2go has some serious, or had last year. I prefer NX Nomachine.

– Rui F Ribeiro
9 hours ago










0






active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});






blackbox007 is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f494975%2ffrom-internet-access-single-application-via-vnc-like%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes








blackbox007 is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















blackbox007 is a new contributor. Be nice, and check out our Code of Conduct.













blackbox007 is a new contributor. Be nice, and check out our Code of Conduct.












blackbox007 is a new contributor. Be nice, and check out our Code of Conduct.
















Thanks for contributing an answer to Unix & Linux Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f494975%2ffrom-internet-access-single-application-via-vnc-like%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Loup dans la culture

How to solve the problem of ntp “Unable to contact time server” from KDE?

Connection limited (no internet access)