Changes between Version 24 and Version 25 of VirtualGL_UsageNote
- Timestamp:
- Jun 27, 2008, 11:27:00 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VirtualGL_UsageNote
v24 v25 586 586 }}} 587 587 588 '''@ GPFS-Server'''588 '''@Server''' 589 589 590 590 '''# Without GPFS''' [[BR]] 591 592 591 rock@gpfs-server:~$ cd ./3D_model/ [[BR]] 593 rock@gpfs-server:~/3D_model$ IvIsee 3D_model_files [[BR]]592 rock@gpfs-server:~/3D_model$ vglrun /home/rock/IvIsee/Binary/Linux/IvIsee 3D_model_files [[BR]] 594 593 595 594 '''# With GPFS: Put the 3D_model_files to GPFS Partition''' [[BR]] 596 597 595 rock@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]] 596 rock@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]] 601 rider@350z:~$ vglconnect rock@GPFS-Server (Enter passwd to access remote server) [[BR]] 605 602 rock@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]] 605 rock@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]] 608 rock@gpfs-server:~$ cd ../gpfs_mount/ [[BR]] 609 rock@gpfs-server:/home/gpfs_mount$ vglrun /home/rock/IvIsee/Binary/Linux/IvIsee 3D_model_files [[BR]] 610 611 VGL Bug Report: [[BR]] 609 612 Error: bufmgr_fake.c:1245: bmReleaseBuffers: Assertion `intel->locked' failed [[BR]] 610 613 611 614 How to fix: [[BR]] 612 src/mesa/drivers/dri/i965/bufmgr_fake.c .orig(-1 lines) [[BR]]615 src/mesa/drivers/dri/i965/bufmgr_fake.c (-1 lines) [[BR]] 613 616 {{{ 614 617 LOCK(bm); … … 617 620 foreach_s (block, tmp, &bm->referenced) { 618 621 }}} 619 Reference: http://bugs.gentoo.org/156569 [[BR]]620 622 621 623 Reference: [[BR]] … … 625 627 http://www.lslnet.com/linux/f/docs1/i46/big5320722.htm [[BR]] 626 628 http://phi.sinica.edu.tw/aspac/reports/94/94025/xintro2.html [[BR]] 629 http://bugs.gentoo.org/156569 [[BR]]