Changes between Version 13 and Version 14 of VirtualGL_UsageNote
- Timestamp:
- Jun 10, 2008, 11:29:49 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VirtualGL_UsageNote
v13 v14 300 300 === Step1 Getting Mesa === 301 301 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: 302 rock@gpfs-server:~/intel_Q965$ sudo apt-get install git git-core cogito [[BR]] 303 304 # DRM kernel module [[BR]] 305 The DRM kernel modules are available from the public DRM git repository: [[BR]] 306 306 {{{ 307 307 rock@gpfs-server:~/intel_Q965$ git-clone git://anongit.freedesktop.org/git/mesa/drm 308 308 }}} 309 309 310 # Mesa 3D GL driver 311 The GL drivers are available from the public Mesa git repository: 310 # Mesa 3D GL driver [[BR]] 311 The GL drivers are available from the public Mesa git repository: [[BR]] 312 312 {{{ 313 313 rock@gpfs-server:~/intel_Q965$ git-clone git://anongit.freedesktop.org/git/mesa/mesa … … 316 316 === Step2 Building Mesa 3D drivers === 317 317 318 # DRM & LibDRM 318 # DRM & LibDRM [[BR]] 319 319 rock@gpfs-server:~/intel_Q965/drm$ ./autogen.sh --prefix=/usr --exec-prefix=/ [[BR]] 320 320 rock@gpfs-server:~/intel_Q965/drm$ make [[BR]]