Changes between Version 7 and Version 8 of VirtualGL_UsageNote


Ignore:
Timestamp:
Jun 4, 2008, 5:24:02 PM (16 years ago)
Author:
rider
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VirtualGL_UsageNote

    v7 v8  
    33=== Part1 - Basic Setting ===
    44rock@gpfs-server:~$ /opt/TurboVNC/bin/vncpasswd (Enter Your Passwd - The password is saved in ~/.vnc/passwd) [[BR]]
    5 rock@gpfs-server:~$ sudo apt-get install xfs xinetd [[BR]]
     5rock@gpfs-server:~$ sudo apt-get install xfs xinetd libimlib* [[BR]]
    66rock@gpfs-server:~$ sudo vim /etc/services  [[BR]]
    77
     
    3030}}}
    3131
    32 rock@gpfs-server:~$ sudo vim /etc/xinetd.d  [[BR]]
     32rock@gpfs-server:~$ sudo vim /etc/xinetd.d/xvncserver [[BR]]
    3333
    3434{{{
     
    253253FontPath "tcp/ServerIP_Address:7100"
    254254}}}
    255 ## Client can get fonts support from x font server (xfs)
     255
     256## Client can get fonts support from x font server (xfs) [[BR]]
     257
     258## Put the RGB Database (rgb - attached file)to the path /usr/X11R6/lib/X11/ [[BR]]
     259rock@gpfs-server:~$ sudo cp /home/rock/rgb /usr/X11R6/lib/X11/ [[BR]]
    256260
    257261=== Part3 - TurboVNC Server Activation ===
     
    323327
    324328=== Client ===
    325 rider@350z:~$ /opt/VirtualGL/bin/vglconnect IP_Address
     329rider@350z:~$ /opt/VirtualGL/bin/vglconnect ServerIP_Address
    326330
    327331== IvIsee + VirtualGL + TurboVNC +/- GPFS ==