Changes between Version 13 and Version 14 of VirtualGL_UsageNote


Ignore:
Timestamp:
Jun 10, 2008, 11:29:49 AM (16 years ago)
Author:
rider
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VirtualGL_UsageNote

    v13 v14  
    300300=== Step1 Getting Mesa ===
    301301
    302 rock@gpfs-server:~/intel_Q965$ sudo apt-get install git git-core cogito
    303 
    304 # DRM kernel module
    305 The DRM kernel modules are available from the public DRM git repository:
     302rock@gpfs-server:~/intel_Q965$ sudo apt-get install git git-core cogito  [[BR]]
     303
     304# DRM kernel module  [[BR]]
     305The DRM kernel modules are available from the public DRM git repository:  [[BR]]
    306306{{{
    307307rock@gpfs-server:~/intel_Q965$ git-clone git://anongit.freedesktop.org/git/mesa/drm
    308308}}}
    309309
    310 # Mesa 3D GL driver
    311 The GL drivers are available from the public Mesa git repository:
     310# Mesa 3D GL driver  [[BR]]
     311The GL drivers are available from the public Mesa git repository: [[BR]]
    312312{{{
    313313rock@gpfs-server:~/intel_Q965$ git-clone git://anongit.freedesktop.org/git/mesa/mesa
     
    316316=== Step2 Building Mesa 3D drivers ===
    317317
    318 # DRM & LibDRM
     318# DRM & LibDRM  [[BR]]
    319319rock@gpfs-server:~/intel_Q965/drm$ ./autogen.sh --prefix=/usr --exec-prefix=/  [[BR]]
    320320rock@gpfs-server:~/intel_Q965/drm$ make  [[BR]]