r***e 发帖数: 2000 | 1 用OpenGL画的图可以通过 ssh -X 传吗?
我试了不行,不知道哪里有什么窍门。 |
S*A 发帖数: 7142 | 2 noway.
ssh -X does the render on your local machine.
There is no way the OpenGL application can pass the opengl
call into the your local machine.
VNC might work because vnc capture the remote buffer,
which is render on the X server side, then transfer the bit
map over for display.
【在 r***e 的大作中提到】 : 用OpenGL画的图可以通过 ssh -X 传吗? : 我试了不行,不知道哪里有什么窍门。
|
h**********y 发帖数: 1293 | 3 试试 -Y -C
【在 r***e 的大作中提到】 : 用OpenGL画的图可以通过 ssh -X 传吗? : 我试了不行,不知道哪里有什么窍门。
|
r***e 发帖数: 2000 | 4
it works, thanks!
【在 h**********y 的大作中提到】 : 试试 -Y -C
|
S*A 发帖数: 7142 | 5 wow.
I did not know X can forward OpenGL extensions now.
That is cool.
【在 r***e 的大作中提到】 : : it works, thanks!
|
r***e 发帖数: 2000 | 6
Do you know which ports should be open for this to work?
【在 h**********y 的大作中提到】 : 试试 -Y -C
|