Direct Graphics Access

Direct Graphics Access

Direct Graphics Access is a plug-in for the X Window System that allows client programs direct access to the frame-buffer.

Graphics hardware communicates via a chunk of memory called a frame-buffer. This is an array of values that represent pixel color values on the screen. Writing the appropriate values into the frame buffer therefore allows a program to paint areas of the screen.

However, as with any shared resource, problems occur when multiple programs attempt to access the same resource, as they tend to write over each others work. In the X Window System, this is solved by having a central server program that mediates between programs that want to draw on the screen. The server also performs a lot of the drawing work, allowing programs to say Draw me a circle of this radius filled with this pattern or draw this text in this font. The X server does all this work, freeing programmers from having to write their own drawing code. Another advantage of this setup, is that X Window works over a network, allowing programs on one machine to display output on the screen of another. Having the server do the drawing work in this scenario can lessen the amount of data that has to be sent across the network, and also shares the workload between the server and the client machine, (the client machine here will normally be a large multi-user system, and limiting processor use by users is important).

Unfortunately this setup slows down programs that run on the same host as the X-server that display images rather than drawing text and graphics. In particular this affects programs like games or video that draw multiple images in quick succession. These programs have to render the whole image themselves, and then send it to the X-server, who writes it to the frame-buffer. This two-step process is slower and uses more processor time than if the client program could write directly to the frame-buffer itself.

Direct Graphics Access is a system that allows this, the X-server hands over control of the frame-buffer to the client program and waits for the client to hand it back. This means that the client program has control of the whole screen, and so it is mostly used for full-screen video/games.

See also

External links


Wikimedia Foundation. 2010.

Игры ⚽ Поможем написать курсовую

Look at other dictionaries:

  • Direct memory access — (DMA) is a feature of modern computers that allows certain hardware subsystems within the computer to access system memory independently of the central processing unit (CPU). Without DMA, the CPU using programmed input/output is typically fully… …   Wikipedia

  • Direct Rendering Infrastructure (DRI) — DRI Original author(s) Precision Insight Developer(s) freedesktop.org Stable release 2.4.x / February 2009 Written in C …   Wikipedia

  • Direct Rendering Infrastructure — Infobox Software name = DRI caption = collapsible = author = Precision Insight developer = freedesktop.org released = latest release version = 2.3.1 ? latest release date = July 1 2008 latest preview version = latest preview date = frequently… …   Wikipedia

  • Graphics Device Interface — The Graphics Device Interface (GDI) is a Microsoft Windows application programming interface and core operating system component responsible for representing graphical objects and transmitting them to output devices such as monitors and printers …   Wikipedia

  • Graphics hardware and FOSS — Free and open source software (FOSS) can be used with a variety of graphics hardware, largely via the X.Org project. There are varying levels of support, ranging from completely working drivers to unsupported hardware. Some manufacturers do not… …   Wikipedia

  • Direct Rendering Manager — 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… …   Wikipedia

  • Random-access memory — RAM redirects here. For other uses of the word, see Ram (disambiguation). Example of writable volatile random access memory: Synchronous Dynamic RAM modules, primarily used as main memory in personal computers, workstations, and servers …   Wikipedia

  • Sprite (computer graphics) — Part of a series on …   Wikipedia

  • Accelerated graphics port — Pour les articles homonymes, voir AGP. Connecteur AGP 2× sur une carte mère L’Accelerated / Advanced G …   Wikipédia en Français

  • Accelerated Graphics Port — Pour les articles homonymes, voir AGP. Connecteur AGP 2× sur une carte mère L’Accelerated / Advanced Graphics Port (littéralement Port Graphique Accéléré / Avanc …   Wikipédia en Français

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”