Changes between Version 19 and Version 20 of VirtualGL_UsageNote


Ignore:
Timestamp:
Jun 12, 2008, 3:07:56 PM (16 years ago)
Author:
rider
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VirtualGL_UsageNote

    v19 v20  
    469469PS: Check your "direct rendering". If it says "Yes", then you can use vncviewer with 3D acceleration now. [[BR]]
    470470
    471 === Server ===
     471=== Step4 VGL configuration ===
     472
     473@Server
    472474
    473475rock@gpfs-server:~$ sudo /opt/VirtualGL/bin/vglserver_config [[BR]]
     
    515517
    516518rock@gpfs-server:~$ source /etc/profile [[BR]]
    517 rock@gpfs-server:~$ /opt/VirtualGL/bin/vglrun IvIsee 3D_model_file [[BR]]
    518 
    519 === Client ===
    520 rider@350z:~$ /opt/VirtualGL/bin/vglconnect ServerIP_Address
    521 
    522 == IvIsee + VirtualGL + TurboVNC +/- GPFS ==
    523 
    524 Reference: http://www.virtualgl.org/vgldoc/2_1final/ [[BR]]
    525            http://www.intellinuxgraphics.org/ [[BR]]
     519
     520== IvIsee + VirtualGL + TurboVNC + GPFS ==
     521
     522'''@Client''' [[BR]]
     523
     524rider@350Z:~$ ssh rock@gpfs-server [[BR]]
     525rock@gpfs-server:~$ /opt/TurboVNC/bin/vncserver  [[BR]]
     526
     527{{{
     528rock@gpfs-server:~$ ps aux | grep X
     529rock     15771  0.0  1.0  34208 31776 pts/5    S    11:37   0:00 /opt/TurboVNC/bin/Xvnc :1 -desktop X -httpd /opt/TurboVNC/bin/../vnc/classes -auth /home/rock/.Xauthority -dontdisconnect -geometry 1240x900 -depth 24 -rfbwait 120000 -rfbauth /home/rock/.vnc/passwd -rfbport 5901 -fp unix/:7100 -deferupdate 1
     530rock     15783  0.0  0.1   9940  5200 pts/5    S    11:37   0:00 xterm -geometry 80x24+10+10 -ls -title X Desktop
     531root     19675 13.6  0.3  20044 12156 tty8     Ss+  13:55   9:03 /usr/bin/X :0 -dpi 96 -audit 0 -auth /var/lib/gdm/:0.Xauth -nolisten tcp vt8
     532rock     21501  0.0  0.0   2852   720 pts/3    S+   15:02   0:00 grep X
     533}}}
     534
     535rider@350z:~$ /opt/TurboVNC/bin/vncviewer gpfs-server IP:0 (Enter Passwd) [[BR]]
     536
     537{{{
     538Connected to RFB server, using protocol version 3.7
     539Performing standard VNC authentication
     540Password:
     541Authentication successful
     542Desktop name "LibVNCServer"
     543VNC server default format:
     544  32 bits per pixel.
     545  Least significant byte first in each pixel.
     546  True colour: max red 255 green 255 blue 255, shift red 16 green 8 blue 0
     547Using TrueColor visual, depth 24.  Pixel format:
     548  32 bits per pixel.
     549  Least significant byte first in each pixel.
     550  True colour: max red 255 green 255 blue 255, shift red 16 green 8 blue 0
     551Using shared memory PutImage
     552}}}
     553
     554'''@GPFS-Server'''
     555
     556'''# Without GPFS''' [[BR]]
     557
     558rock@gpfs-server:~$ cd ./3D_model/ [[BR]]
     559rock@gpfs-server:~/3D_model$ /opt/VirtualGL/bin/vglrun IvIsee 3D_model_files [[BR]]
     560
     561'''# With GPFS: Put the 3D_model_files to GPFS Partition''' [[BR]]
     562
     563rock@gpfs-server:~$ cd ../gpfs_mount/  [[BR]]
     564rock@gpfs-server:/home/gpfs_mount$ /opt/VirtualGL/bin/vglrun IvIsee 3D_model_files [[BR]]
     565
     566Reference: [[BR]]
     567http://www.virtualgl.org/vgldoc/2_1final/ [[BR]]
     568http://www.intellinuxgraphics.org/ [[BR]]
     569http://www.lslnet.com/linux/f/docs1/i46/big5320722.htm [[BR]]
     570http://phi.sinica.edu.tw/aspac/reports/94/94025/xintro2.html [[BR]]