| 598 | | PS: VGL does't support IvIsee currently. [[BR]] |
| | 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]] |
| | 605 | 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]] |
| | 609 | Error: bufmgr_fake.c:1245: bmReleaseBuffers: Assertion `intel->locked' failed [[BR]] |
| | 610 | |
| | 611 | How to fix: [[BR]] |
| | 612 | src/mesa/drivers/dri/i965/bufmgr_fake.c.orig (-1 lines) [[BR]] |
| | 613 | {{{ |
| | 614 | LOCK(bm); |
| | 615 | { |
| | 616 | struct block *block, *tmp; |
| | 617 | foreach_s (block, tmp, &bm->referenced) { |
| | 618 | }}} |
| | 619 | Reference: http://bugs.gentoo.org/156569 [[BR]] |