Author Topic: Vncviewer  (Read 55914 times)

TimW

  • Sr. Member
  • ****
  • Posts: 296
    • View Profile
Vncviewer
« Reply #60 on: March 10, 2006, 07:12:04 am »
Quote
Quote
Hey xjqian,
did you try connecting the Zaurus to the XP box using the wireless in Add-Hoc mode.  This way you are connecting  them directly together, rather then going through a router of some sort.  You may be suffering from some type of signal issue.

Cheers,
lek
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]

Thanks for the patience. I find the problem by issuing "keypebble" in the command line, I got

Connected, logging in...
Waiting for server version ... [and hangs]

Seems  the vnc server (RealVNC 4.1.1) in my XP box having problem.

I installed TightVNC instead. And it works like charm.  
[div align=\"right\"][a href=\"index.php?act=findpost&pid=114858\"][{POST_SNAPBACK}][/a][/div]
Sounds like the problem I may have just fixed ([a href=\"https://www.oesf.org/forums/index.php?showtopic=18113&hl=]see this thread[/url]). If you have a Sharp style ROM you could try this ipk.

TimW

  • Sr. Member
  • ****
  • Posts: 296
    • View Profile
Vncviewer
« Reply #61 on: March 10, 2006, 07:26:20 am »
Quote
OK, I managed to make VNC working thru a ssh tunnel. However, I need to use 8-bits depth, seems higher values don't work properly. I can start my VNC server with any depth, but the client must be set to request 8-bits depth to work properly.

Anyone is having this problem as well and managed to solve it?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=64267\"][{POST_SNAPBACK}][/a][/div]
This sounds like the same problem, too. Please feel free to try my ipk and, if you do, I'd like to know how you get on.

undrwater

  • Full Member
  • ***
  • Posts: 232
    • View Profile
    • http://
Vncviewer
« Reply #62 on: March 16, 2006, 02:34:14 pm »
This is an appeal to 6000 users to try out TimW's VNC(teakettle).  

I've tried it, and am getting an error when trying to connect.

The details and ipk are in the Software section.

Thanks in advance!

Russell

TimW

  • Sr. Member
  • ****
  • Posts: 296
    • View Profile
Vncviewer
« Reply #63 on: March 17, 2006, 05:49:35 am »
Quote
This is an appeal to 6000 users to try out TimW's VNC(teakettle). 

I've tried it, and am getting an error when trying to connect.

The details and ipk are in the Software section.

Thanks in advance!

Russell
[div align=\"right\"][a href=\"index.php?act=findpost&pid=118908\"][{POST_SNAPBACK}][/a][/div]
I said I'd attach the plain exe in case it was an installation error but the forum software won't let me. I gzipped it and then it let me attach the gzipped version.

So if you can get it onto you zaurus and unzip it, then it mught be worth a try.

undrwater

  • Full Member
  • ***
  • Posts: 232
    • View Profile
    • http://
Vncviewer
« Reply #64 on: March 17, 2006, 11:09:32 am »
Still getting the same error.  I was planning on setting up a compiling environment on my system anyway, could you put up the source somewhere (or email me?) and I can try compiling it.

TimW

  • Sr. Member
  • ****
  • Posts: 296
    • View Profile
Vncviewer
« Reply #65 on: March 19, 2006, 06:03:34 am »
Here is the source.

It is a little different to the 0.5 ipk as I've added the option to rotate to 0,90,180,270 degrees since that release.

I'm experimenting with drawing the tiles the correct size to start with so that there is no resizing of bitmaps to do. I haven't finished that but I think I've taken all of it back out and got it to a reaonably stable state.

I use the .pro file to build for qvfb on my laptop, .zpro for Sharp ROMs and .opro for opie builds. They each produce a Makefile, ZMakefile and OMakefile resp. The opie stuff is a bit ad hoc since I've broken my opie build environment (actually it got out of date and I'm on dial-up so I haven't been able to get it properly up to date).

Let me know if you need any help to get it to build (timwentford AT hotmail DOT com).

One thing has occured to me which could be part of the trouble. I cheat with zlib and just use the version embedded in liibqte rather than an external one (you need to copy (IIRC) zconf.h and zutil.h to the zaurus includes directory). This doesn't work on opie because zlib isn't embedded into qte for opie builds - maybe something like that happens on the 6000? If opie-reader works on the SL6000 it is unlikely though, since I do the same trick there.

TimW

  • Sr. Member
  • ****
  • Posts: 296
    • View Profile
Vncviewer
« Reply #66 on: March 21, 2006, 07:05:56 pm »
I think I've found the problem. You *must* give the server a bookmark name. This is the bottom-most box on the "Server" tab.

I'll put a fix in that allows "anonymous" connections in the next release but in the meantime, just give the bookmark a name.

TimW

  • Sr. Member
  • ****
  • Posts: 296
    • View Profile
Vncviewer
« Reply #67 on: March 22, 2006, 06:26:42 am »
I've posted a new ipk on the other thread. I'm assuming that this isn't an SL6000 specific problem any more so I'll concentrate on the other thread again unless you tell me otherwise 8^).

undrwater

  • Full Member
  • ***
  • Posts: 232
    • View Profile
    • http://
Vncviewer
« Reply #68 on: March 25, 2006, 03:15:34 pm »
You are correct...  

But now I have no burning issue for which to set up the compiliing environment.

Thanks bunches for your work.