Changes between Version 11 and Version 12 of VirtualGL_UsageNote
- Timestamp:
- Jun 9, 2008, 6:22:58 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VirtualGL_UsageNote
v11 v12 284 284 285 285 @Client [[BR]] 286 287 286 rider@350z:~$ /opt/TurboVNC/bin/vncconnect [-display Xvnc-display] ServerIP[:port] [[BR]] 288 287 rider@350z:~$ /opt/TurboVNC/bin/vncviewer [Enter ServerIP & Passwd] [[BR]] … … 298 297 299 298 == VirtualGL == 299 == Mesa 3D GL Driver == 300 === Step1 Getting Mesa === 301 rock@gpfs-server:~/intel_Q965$ sudo apt-get install git git-core cogito 302 303 # DRM kernel module 304 The DRM kernel modules are available from the public DRM git repository: 305 {{{ 306 rock@gpfs-server:~/intel_Q965$ git-clone git://anongit.freedesktop.org/git/mesa/drm 307 }}} 308 # Mesa 3D GL driver 309 The GL drivers are available from the public Mesa git repository: 310 {{{ 311 rock@gpfs-server:~/intel_Q965$ git-clone git://anongit.freedesktop.org/git/mesa/mesa 312 }}} 313 314 === Step2 Building Mesa 3D drivers === 315 300 316 === Server === 301 317 rock@gpfs-server:~$ sudo /opt/VirtualGL/bin/vglserver_config … … 338 354 ### Using GLP by Default in VirtualGL 339 355 340 341 356 VGL_DISPLAY=glp 342 357 export VGL_DISPLAY … … 352 367 353 368 Reference: http://www.virtualgl.org/vgldoc/2_1final/ [[BR]] 369 http://www.intellinuxgraphics.org/ [[BR]]