running olwm under a VNC Xserver?

From: bugbear (pwomack@engage.com)
Date: 04/08/03


From: pwomack@engage.com (bugbear)
Date: 8 Apr 2003 09:29:42 -0700


(BACKGROUND)
I'm attempting to use Java on a remote Sun Station.
I tried just using X, so that the remote java could access
my terminal.

This worked, but was incredibly slow. It appears that
Java(Swing?) is performing lots of little X commands
at a rather low level.

I tried using VNC to implement a remote
X station that I could look at using the vncviewer.

This gives dramatically better performance,
perhaps because of this:

QUOTE
-deferupdate n
    Xvnc now uses a "deferred update" mechanism which enhances
    performance in many cases. After any change to the framebuffer,
    Xvnc waits for this number of milliseconds (default 40)
    before sending an update to any waiting clients. This means
    that more changes tend to get coalesced together in a single
    update. Setting it to 0 results in the same behaviour
    as previous versions of Xvnc.

ENQUOTE

Anyway, the Java performance is acceptable.

But I can't get at
any preferences in the window manager - I've set $OPENWINHOME,
and my path has virtually every sub-directory that /usr/X and /usr/X11
has to offer. But the "preferences" pop-up in OLWM does... nothing.

My .nvc/xstartup looks like this:
#!/bin/sh

[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
olwm -2d &

Can anyone spot my obvious mistake?

     BugBear



Relevant Pages

  • Re: Remote Desktop and Java Application
    ... We use a Java application to update some database records. ... The problem is that the menus in the Java application do not work ... I had other remote desktop software installed previously and I think ...
    (microsoft.public.windowsxp.work_remotely)
  • Re: Data::Dumper for java
    ... via an ssh shell, and get the output into an intellij/eclipse IDE, I'd ... Unless I'm mistaken remote debugging and remote profiling in Java ...
    (comp.lang.java.programmer)
  • Re: Calling javascript functions from a java application
    ... to try and hook into it so i can retrieve data in a more efficient ... I don't believe this is possible because the remote resource will ... When Java uses a built-in browser, ...
    (comp.lang.javascript)
  • Re: ANN: RealThinClient components (full source code for Delphi and BCB) > available now
    ... The RTC Core is now a basic component set for remoting and web development. ... It mostly compares to something a Java developer is used to having at start, ... since you write server-side code for processing requests and execute remote ... > link to Remote Functions written with RtcFunction? ...
    (borland.public.delphi.thirdpartytools.general)
  • Re: distributed computing choices
    ... RMI (Java) ... CORBA ... communication models (e.g. remote procedure call/ remote method invocation) and implementations. ...
    (comp.distributed)