Jump to content

Direct Rendering Manager: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
it's about as x-specific as it is linux-specific, i.e. not entirely but certainly by numbers!
No edit summary
Line 1: Line 1:
The '''Direct Rendering Manager''' ('''DRM''') is a component of the [[Direct Rendering Infrastructure]], a system to provide efficient video acceleration (especially 3D rendering) on [[Unix]]-like operating systems, e.g. [[Linux]], [[FreeBSD]], [[NetBSD]], and [[OpenBSD]].
The '''Direct Rendering Manager''' ('''DRM''') is a component of the [[Direct Rendering Infrastructure]], a system to provide efficient [[video acceleration]] (especially 3D rendering) on [[Unix]]-like operating systems, e.g. [[Linux]], [[FreeBSD]], [[NetBSD]], and [[OpenBSD]].


It consists of two in-kernel drivers (realized as [[Loadable kernel module|kernel modules]] on Linux), a generic '''drm''' driver, and another which has specific support for the video hardware. This pair of drivers allows a userspace client direct access to the video hardware.
It consists of two in-kernel drivers (realized as [[Loadable kernel module|kernel modules]] on Linux), a generic '''drm''' driver, and another which has specific support for the video hardware. This pair of drivers allows a userspace client direct access to the video hardware.

Revision as of 19:26, 11 August 2008

The Direct Rendering Manager (DRM) is a component of the Direct Rendering Infrastructure, a system to provide efficient video acceleration (especially 3D rendering) on Unix-like operating systems, e.g. Linux, FreeBSD, NetBSD, and OpenBSD.

It consists of two in-kernel drivers (realized as kernel modules on Linux), a generic drm driver, and another which has specific support for the video hardware. This pair of drivers allows a userspace client direct access to the video hardware.