M
M
Meehalkoff2014-10-27 21:16:34
linux
Meehalkoff, 2014-10-27 21:16:34

How to increase fps through vnc?

Situation:
I have a desktop computer with debian 7 and a very "stunted" aser aspire one with the same debian and lxde. It is necessary to use resource-intensive applications on this netbook, but it does not pull them. With the help of the Internet, I set up the following scheme of work. The application runs on a PC on a separate vnc display. From the "baby" I connect and work. BUT! This option is not suitable for applications that redraw their interface very frequently. Do not watch the video, it slides scary.
Question:
Is it possible to somehow increase fps through this protocol? Or maybe there is some alternative to vnc to solve my problem?

Answer the question

In order to leave comments, you need to log in

7 answer(s)
E
Evgeny Khabarov, 2014-10-28
@Meehalkoff

I recommend looking in the direction of NoMachine - Free Remote Desktop For Everybody
I used this software a couple of years ago when I needed to work with a remote server in a graphical terminal, compared to VNC and X-Forwarding it worked noticeably faster.
I didn’t “feel” the modern version, but according to my information, the product has only gotten better.
Now it seems that you can even play and watch videos.

R
Rsa97, 2014-10-28
@Rsa97

Use the native *NIX system - X Window.
On the desktop, raise sshd, add it to the /etc/ssh/sshd_config file

AllowTcpForwarding yes
X11Forwarding yes
X11DisplayOffset 10
X11UseLocalhost yes
Restart sshd.
On a netbook, run
After that, it will accept calls to the X Window from other computers.
Add to /etc/ssh/ssh_config
ForwardAgent yes
ForwardX11 yes
Connect to the desktop via ssh
and launch the graphical application.

A
anton1234, 2014-11-03
@anton1234

X2GO is the best free one I've seen. There are different image compression settings.

A
Ankhena, 2016-12-18
@Ankhena

display: flex;
flex-direction: column;

Or masonry

N
Nathan Stark, 2016-12-18
@MattLe

Well, firstly, forget about absolute positioning once and for all, this is a sign of low skill.
Well, secondly, I would do it on flexboxes

K
kn1ght_t, 2016-12-18
@kn1ght_t

https://jsfiddle.net/uqap8vns/

A
Alex Raven, 2016-12-19
@alexraven

I did make it up - with the help of float, position: absolute is used there to position the text inside these blocks.
staging.spectapp.com/collections

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question