Changes between Version 24 and Version 25 of VirtualGL_UsageNote


Ignore:
Timestamp:
Jun 27, 2008, 11:27:00 PM (16 years ago)
Author:
rider
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VirtualGL_UsageNote

    v24 v25  
    586586}}}
    587587
    588 '''@GPFS-Server'''
     588'''@Server'''
    589589
    590590'''# Without GPFS''' [[BR]]
    591 
    592591rock@gpfs-server:~$ cd ./3D_model/ [[BR]]
    593 rock@gpfs-server:~/3D_model$ IvIsee 3D_model_files [[BR]]
     592rock@gpfs-server:~/3D_model$ vglrun /home/rock/IvIsee/Binary/Linux/IvIsee 3D_model_files [[BR]]
    594593
    595594'''# With GPFS: Put the 3D_model_files to GPFS Partition''' [[BR]]
    596 
    597595rock@gpfs-server:~$ cd ../gpfs_mount/  [[BR]]
    598 rock@gpfs-server:/home/gpfs_mount$ IvIsee 3D_model_files [[BR]]
    599 
    600 === Mode2: Remote Graphics Using VirtualGL ===
    601 
    602 @Client [[BR]]
    603 rider@350z:~$ vglconnect rock@140.110.xxx.yyy (Enter passwd to access remote server) [[BR]]
    604 @Server [[BR]]
     596rock@gpfs-server:/home/gpfs_mount$ vglrun /home/rock/IvIsee/Binary/Linux/IvIsee 3D_model_files [[BR]]
     597
     598=== Mode2: Remote Graphics Using VirtualGL without TurboVNC ===
     599
     600'''@Client''' [[BR]]
     601rider@350z:~$ vglconnect rock@GPFS-Server (Enter passwd to access remote server) [[BR]]
    605602rock@gpfs-server:~$ cd ./3D_model/ [[BR]]
    606 rock@gpfs-server:~/3D_model$ vglrun /home/rock/IvIsee/Binary/Linux/IvIsee master1260.stl [[BR]]
    607 
    608 Bug Report: [[BR]]
     603
     604'''# Without GPFS''' [[BR]]
     605rock@gpfs-server:~/3D_model$ vglrun /home/rock/IvIsee/Binary/Linux/IvIsee 3D_model_files [[BR]]
     606
     607'''# With GPFS: Put the 3D_model_files to GPFS Partition''' [[BR]]
     608rock@gpfs-server:~$ cd ../gpfs_mount/  [[BR]]
     609rock@gpfs-server:/home/gpfs_mount$ vglrun /home/rock/IvIsee/Binary/Linux/IvIsee 3D_model_files [[BR]]
     610
     611VGL Bug Report: [[BR]]
    609612Error: bufmgr_fake.c:1245: bmReleaseBuffers: Assertion `intel->locked' failed [[BR]]
    610613
    611614How to fix: [[BR]]
    612 src/mesa/drivers/dri/i965/bufmgr_fake.c.orig (-1 lines) [[BR]]
     615src/mesa/drivers/dri/i965/bufmgr_fake.c (-1 lines) [[BR]]
    613616{{{
    614617   LOCK(bm);
     
    617620      foreach_s (block, tmp, &bm->referenced) {
    618621}}}
    619 Reference: http://bugs.gentoo.org/156569 [[BR]]
    620622
    621623Reference: [[BR]]
     
    625627http://www.lslnet.com/linux/f/docs1/i46/big5320722.htm [[BR]]
    626628http://phi.sinica.edu.tw/aspac/reports/94/94025/xintro2.html [[BR]]
     629http://bugs.gentoo.org/156569 [[BR]]