Changes between Version 11 and Version 12 of VirtualGL_UsageNote


Ignore:
Timestamp:
Jun 9, 2008, 6:22:58 PM (16 years ago)
Author:
rider
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VirtualGL_UsageNote

    v11 v12  
    284284
    285285@Client [[BR]]
    286 
    287286rider@350z:~$ /opt/TurboVNC/bin/vncconnect [-display Xvnc-display] ServerIP[:port]  [[BR]]
    288287rider@350z:~$ /opt/TurboVNC/bin/vncviewer [Enter ServerIP & Passwd]  [[BR]]
     
    298297
    299298== VirtualGL ==
     299== Mesa 3D GL Driver ==
     300=== Step1 Getting Mesa ===
     301rock@gpfs-server:~/intel_Q965$ sudo apt-get install git git-core cogito
     302
     303# DRM kernel module
     304The DRM kernel modules are available from the public DRM git repository:
     305{{{
     306rock@gpfs-server:~/intel_Q965$ git-clone git://anongit.freedesktop.org/git/mesa/drm
     307}}}
     308# Mesa 3D GL driver
     309The GL drivers are available from the public Mesa git repository:
     310{{{
     311rock@gpfs-server:~/intel_Q965$ git-clone git://anongit.freedesktop.org/git/mesa/mesa
     312}}}
     313
     314=== Step2 Building Mesa 3D drivers ===
     315
    300316=== Server ===
    301317rock@gpfs-server:~$ sudo /opt/VirtualGL/bin/vglserver_config
     
    338354### Using GLP by Default in VirtualGL
    339355
    340 
    341356VGL_DISPLAY=glp
    342357export VGL_DISPLAY
     
    352367
    353368Reference: http://www.virtualgl.org/vgldoc/2_1final/ [[BR]]
     369           http://www.intellinuxgraphics.org/ [[BR]]