Changes between Version 5 and Version 6 of VirtualGL_UsageNote


Ignore:
Timestamp:
Jun 4, 2008, 2:08:44 PM (16 years ago)
Author:
rider
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VirtualGL_UsageNote

    v5 v6  
    11= VirtualGL Usage Note =
    22== TurboVNC ==
     3=== Part1 - Basic Setting ===
    34rock@gpfs-server:~$ /opt/TurboVNC/bin/vncpasswd (Enter Your Passwd - The password is saved in ~/.vnc/passwd) [[BR]]
    45rock@gpfs-server:~$ sudo apt-get install xfs xinetd [[BR]]
     
    910vnc-800x600x8 5951/tcp
    1011vnc-1024x768x8 5952/tcp
     12vnc-1152x864x8 5952/tcp
    1113vnc-1280x1024x8 5953/tcp
    12 vnc-1600x1200x8 5954/tcp
    1314vnc-640x480x16 5960/tcp
    1415vnc-800x600x16 5961/tcp
    1516vnc-1024x768x16 5962/tcp
     17vnc-1152x864x16 5952/tcp
    1618vnc-1280x1024x16 5963/tcp
    1719vnc-1600x1200x16 5964/tcp
     
    1921vnc-800x600x24 5971/tcp
    2022vnc-1024x768x24 5972/tcp
     23vnc-1152x864x24 5952/tcp
    2124vnc-1280x1024x24 5973/tcp
    22 vnc-1600x1200x24 5974/tcp
    2325vnc-640x480x32 5980/tcp
    2426vnc-800x600x32 5981/tcp
    2527vnc-1024x768x32 5982/tcp
     28vnc-1152x864x32 5952/tcp
    2629vnc-1280x1024x32 5983/tcp
    27 vnc-1600x1200x32 5984/tcp
    2830}}}
    2931
     
    6062    server_args = -inetd -query localhost -once -geometry 1024x768 -depth 8
    6163  }
     64
     65  service vnc-1152x864x8
     66  {
     67    protocol = tcp
     68    socket_type = stream
     69    wait = no
     70    user = nobody
     71    server = /usr/bin/Xvnc
     72    server_args = -inetd -query localhost -once -geometry 1280x1024 -depth 8
     73  }
    6274 
    6375  service vnc-1280x1024x8
     
    6981    server = /usr/bin/Xvnc
    7082    server_args = -inetd -query localhost -once -geometry 1280x1024 -depth 8
    71   }
    72  
    73   service vnc-1600x1200x8
    74   {
    75     protocol = tcp
    76     socket_type = stream
    77     wait = no
    78     user = nobody
    79     server = /usr/bin/Xvnc
    80     server_args = -inetd -query localhost -once -geometry 1600x1200 -depth 8
    81   }
     83  }
    8284 
    8385  service vnc-640x480x16
     
    110112    server_args = -inetd -query localhost -once -geometry 1024x768 -depth 16
    111113  }
     114
     115  service vnc-1152x864x16
     116  {
     117    protocol = tcp
     118    socket_type = stream
     119    wait = no
     120    user = nobody
     121    server = /usr/bin/Xvnc
     122    server_args = -inetd -query localhost -once -geometry 1280x1024 -depth 16
     123  }
    112124 
    113125  service vnc-1280x1024x16
     
    121133  }
    122134 
    123   service vnc-1600x1200x16
    124   {
    125     protocol = tcp
    126     socket_type = stream
    127     wait = no
    128     user = nobody
    129     server = /usr/bin/Xvnc
    130     server_args = -inetd -query localhost -once -geometry 1600x1200 -depth 16
    131   }
    132  
    133135  service vnc-640x480x24
    134136  {
     
    160162    server_args = -inetd -query localhost -once -geometry 1024x768 -depth 24
    161163  }
     164
     165  service vnc-1152x864x24
     166  {
     167    protocol = tcp
     168    socket_type = stream
     169    wait = no
     170    user = nobody
     171    server = /usr/bin/Xvnc
     172    server_args = -inetd -query localhost -once -geometry 1280x1024 -depth 24
     173  }
    162174 
    163175  service vnc-1280x1024x24
     
    172184  }
    173185 
    174   service vnc-1600x1200x24
    175   {
    176     protocol = tcp
    177     socket_type = stream
    178     wait = no
    179     user = nobody
    180     server = /usr/bin/Xvnc
    181     server_args = -inetd -query localhost -once -geometry 1600x1200 -depth 24
    182   }
    183  
    184186  service vnc-640x480x32
    185187  {
     
    211213    server_args = -inetd -query localhost -once -geometry 1024x768 -depth 32
    212214  }
     215
     216  service vnc-1152x864x32
     217  {
     218    protocol = tcp
     219    socket_type = stream
     220    wait = no
     221    user = nobody
     222    server = /usr/bin/Xvnc
     223    server_args = -inetd -query localhost -once -geometry 1280x1024 -depth 32
     224  }
    213225 
    214226  service vnc-1280x1024x32
     
    222234  }
    223235 
    224   service vnc-1600x1200x32
    225   {
    226     protocol = tcp
    227     socket_type = stream
    228     wait = no
    229     user = nobody
    230     server = /usr/bin/Xvnc
    231     server_args = -inetd -query localhost -once -geometry 1600x1200 -depth 32
    232   }
    233  
    234 }}}
    235 
     236}}}
     237
     238=== Part2 - X Font Server ===
     239
     240@ Server
    236241rock@gpfs-server:~$ sudo vim /etc/X11/fs/config
    237242
     
    239244#no-listen = tcp
    240245}}}
    241 
    242246rock@gpfs-server:~$ sudo /etc/init.d/xfs restart [[BR]]
     247rock@gpfs-server:~$ sudo /etc/init.d/gdm restart [[BR]]
     248
    243249@ Client
    244250rider@350z:~$sudo vim /etc/X11/xorg.conf
    245251
    246252{{{
    247 FontPath "tcp/IP:7100"
    248 }}}
     253FontPath "tcp/ServerIP_Address:7100"
     254}}}
     255## Client can get fonts support from x font server (xfs)
     256
     257=== Part3 - TurboVNC Server Activation ===
    249258
    250259rock@gpfs-server:~$ /opt/TurboVNC/bin/vncserver [[BR]]