Wilkes Joiner wrote:
> On 3/4/06, Jan Szumiec <[hidden email]> wrote: > >> Is there a way to access a running image remotely? Something like a >> remote squeak desktop? >> > > There is RemoteFrameBuffer. It is a vnc client/server. This allows > you to vnc into the desktop. The latest versions of Seaside have a > vnc entry point that allows you to turn rfb on and off via a web > interface. > Jan: I have been using RFB successfully from squeak to squeak. But, I can't seemed to get it to work from vncviewer to the remote squeak/RFB (as I mentioned in a previous message). So, you might try squeak to squeak first: go to squeakmap and install RFB on both remote and local images. And, if you get vncviewer working, tell me how ;-) brad _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Brad Fuller wrote:
> Wilkes Joiner wrote: > >> On 3/4/06, Jan Szumiec <[hidden email]> wrote: >> >> >>> Is there a way to access a running image remotely? Something like a >>> remote squeak desktop? >>> >>> >> There is RemoteFrameBuffer. It is a vnc client/server. This allows >> you to vnc into the desktop. The latest versions of Seaside have a >> vnc entry point that allows you to turn rfb on and off via a web >> interface. >> >> > really? where is that? > > Jan: I have been using RFB successfully from squeak to squeak. But, I > can't seemed to get it to work from vncviewer to the remote squeak/RFB > (as I mentioned in a previous message). So, you might try squeak to > squeak first: go to squeakmap and install RFB on both remote and local > images. > And, if you get vncviewer working, tell me how ;-) > I got VNC working, no problem. First, I installed RFBServer, configured it with a password, and started it through the menu with the display number set to 0. Then, I ran vncviewer, and everything works as expected ;) I wonder how much effort it would take to send events between windows on remote images, instead of sending bitmap updates. I think that's how Windows' remote desktop works, and it is way more responsive than VNC. _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Jan Szumiec wrote:
> Brad Fuller wrote: >> Wilkes Joiner wrote: >> >>> On 3/4/06, Jan Szumiec <[hidden email]> wrote: >>> >>>> Is there a way to access a running image remotely? Something like a >>>> remote squeak desktop? >>>> >>> There is RemoteFrameBuffer. It is a vnc client/server. This allows >>> you to vnc into the desktop. The latest versions of Seaside have a >>> vnc entry point that allows you to turn rfb on and off via a web >>> interface. >>> >> really? where is that? >> >> Jan: I have been using RFB successfully from squeak to squeak. But, I >> can't seemed to get it to work from vncviewer to the remote squeak/RFB >> (as I mentioned in a previous message). So, you might try squeak to >> squeak first: go to squeakmap and install RFB on both remote and local >> images. >> And, if you get vncviewer working, tell me how ;-) >> > > I got VNC working, no problem. First, I installed RFBServer, > configured it with a password, and started it through the menu with > the display number set to 0. > Then, I ran vncviewer, and everything works as expected ;) I wonder > how much effort it would take to send events between windows on remote > images, instead of sending bitmap updates. I think that's how Windows' > remote desktop works, and it is way more responsive than VNC. _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside signature.asc (196 bytes) Download Attachment |
In reply to this post by Jan Szumiec
Jan Szumiec wrote:
> Brad Fuller wrote: >> Wilkes Joiner wrote: >> >>> On 3/4/06, Jan Szumiec <[hidden email]> wrote: >>> >>>> Is there a way to access a running image remotely? Something like a >>>> remote squeak desktop? >>>> >>> There is RemoteFrameBuffer. It is a vnc client/server. This allows >>> you to vnc into the desktop. The latest versions of Seaside have a >>> vnc entry point that allows you to turn rfb on and off via a web >>> interface. >>> >> really? where is that? >> >> Jan: I have been using RFB successfully from squeak to squeak. But, I >> can't seemed to get it to work from vncviewer to the remote squeak/RFB >> (as I mentioned in a previous message). So, you might try squeak to >> squeak first: go to squeakmap and install RFB on both remote and local >> images. >> And, if you get vncviewer working, tell me how ;-) >> > > I got VNC working, no problem. First, I installed RFBServer, > configured it with a password, and started it through the menu with > the display number set to 0. > Then, I ran vncviewer, and everything works as expected ;) I wonder > how much effort it would take to send events between windows on remote > images, instead of sending bitmap updates. I think that's how Windows' > remote desktop works, and it is way more responsive than VNC. _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside signature.asc (196 bytes) Download Attachment |
In reply to this post by Brad Fuller
Brad Fuller wrote:
> >> I got VNC working, no problem. First, I installed RFBServer, >> configured it with a password, and started it through the menu with >> the display number set to 0. >> Then, I ran vncviewer, and everything works as expected ;) I wonder >> how much effort it would take to send events between windows on remote >> images, instead of sending bitmap updates. I think that's how Windows' >> remote desktop works, and it is way more responsive than VNC. >> > what platform are you running both on? Both of mine are Linux. > > I was running both on Windows. I didn't change any settings for vncviewer, just put in 'hostname:0'. _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Jan Szumiec wrote:
Brad Fuller wrote:I just tried vncviewer 4.1.1 on windows and I receive the same error: "Unknown rect encoding" So, maybe it's a RFB server issue on linux. Again: it works fine RFB to RFB, but not with vncviewer on linux nor on windows. I just tried TightVNC viewer and it works ok. Hmm... --
Brad Fuller _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |