Hallo,
we are testing these Mac minis as universal clients for our labs.
In principal this works fine. We have the native Mac OS X,
an RDP client either from Microsoft or from rdesktop.org
and the X11 server.
Starting the X11 environment for XWIN-NMR is a little bit tricky.
Open a command shell and start
/Applications/Utilities/X11.app/Contents/MacOS/X11 -depth 8 :1 &
You get a new shell and can login to any Linux or SGI
computer
ssh -X -l <username> host
Now you can start XWIN-NMR as usual.
In principal all works fine, with the execption of some
mouse events. The most annoying one is the complete
missing functionality of these button within xwinplot
which give you the possitibilty to resize amplitude and
width of your spectrum.
Of course this has something to do with Apples X11
implementation, because other X servers don't show
this problem.
Ideas?
BTW: Of course you can open a second true colour
X server. The start command would be
/Applications/Utilities/X11.app/Contents/MacOS/X11 -depth 24 :0 &
and you can use both X servers simultaneously.
Rainer
Received on Mon Apr 25 2005 - 11:11:03 MST