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 | |
| 524 | rider@350Z:~$ ssh rock@gpfs-server [[BR]] |
| 525 | rock@gpfs-server:~$ /opt/TurboVNC/bin/vncserver [[BR]] |
| 526 | |
| 527 | {{{ |
| 528 | rock@gpfs-server:~$ ps aux | grep X |
| 529 | rock 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 |
| 530 | rock 15783 0.0 0.1 9940 5200 pts/5 S 11:37 0:00 xterm -geometry 80x24+10+10 -ls -title X Desktop |
| 531 | root 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 |
| 532 | rock 21501 0.0 0.0 2852 720 pts/3 S+ 15:02 0:00 grep X |
| 533 | }}} |
| 534 | |
| 535 | rider@350z:~$ /opt/TurboVNC/bin/vncviewer gpfs-server IP:0 (Enter Passwd) [[BR]] |
| 536 | |
| 537 | {{{ |
| 538 | Connected to RFB server, using protocol version 3.7 |
| 539 | Performing standard VNC authentication |
| 540 | Password: |
| 541 | Authentication successful |
| 542 | Desktop name "LibVNCServer" |
| 543 | VNC 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 |
| 547 | Using 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 |
| 551 | Using shared memory PutImage |
| 552 | }}} |
| 553 | |
| 554 | '''@GPFS-Server''' |
| 555 | |
| 556 | '''# Without GPFS''' [[BR]] |
| 557 | |
| 558 | rock@gpfs-server:~$ cd ./3D_model/ [[BR]] |
| 559 | rock@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 | |
| 563 | rock@gpfs-server:~$ cd ../gpfs_mount/ [[BR]] |
| 564 | rock@gpfs-server:/home/gpfs_mount$ /opt/VirtualGL/bin/vglrun IvIsee 3D_model_files [[BR]] |
| 565 | |
| 566 | Reference: [[BR]] |
| 567 | http://www.virtualgl.org/vgldoc/2_1final/ [[BR]] |
| 568 | http://www.intellinuxgraphics.org/ [[BR]] |
| 569 | http://www.lslnet.com/linux/f/docs1/i46/big5320722.htm [[BR]] |
| 570 | http://phi.sinica.edu.tw/aspac/reports/94/94025/xintro2.html [[BR]] |