close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_core.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Jun 10, 2008, 11:44:17 AM (18 years ago)
- Author:
-
rider
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v14
|
v15
|
|
| 316 | 316 | === Step2 Building Mesa 3D drivers === |
| 317 | 317 | |
| | 318 | The DRM (Direct Rendering Manager) provides kernel and library interfaces to clients wanting access to kernel managed resources like interrupts, buffer swaps, DMA memory mapping and graphics memory management.[[BR]] |
| | 319 | |
| 318 | 320 | # DRM & LibDRM [[BR]] |
| 319 | 321 | rock@gpfs-server:~/intel_Q965/drm$ ./autogen.sh --prefix=/usr --exec-prefix=/ [[BR]] |
| … |
… |
|
| 334 | 336 | |
| 335 | 337 | rock@gpfs-server:~/intel_Q965/drm$ make -C linux-core [[BR]] |
| | 338 | rock@gpfs-server:~/intel_Q965/drm$ sudo make install [[BR]] |
| 336 | 339 | rock@gpfs-server:~/intel_Q965/drm$ sudo cp linux-core/*.ko /lib/modules/2.6.20.gpfs/kernel/drivers/char/drm/ [[BR]] |
| 337 | 340 | rock@gpfs-server:/lib/modules/2.6.20.gpfs/kernel/drivers/char/drm$ ls |