Vidix

Programming interface for Unix


title: "Vidix" type: doc version: 1 created: 2026-02-28 author: "Wikipedia contributors" status: active scope: public tags: ["device-drivers", "computer-peripherals"] description: "Programming interface for Unix" topic_path: "general/device-drivers" source: "https://en.wikipedia.org/wiki/Vidix" license: "CC BY-SA 4.0" wikipedia_page_id: 0 wikipedia_revision_id: 0

::summary Programming interface for Unix ::

::data[format=table title="Infobox software"]

FieldValue
nameVIDIX
captionVidix
developerNick Kurshev, Alex Beregszaszi (dhahelper)
latest_release_version1.0.0
latest_release_dateApril 7, 2007
operating_systemUnix-like
genreDevice driver
licenseGNU General Public License
website
::

| name = VIDIX | caption = Vidix | developer = Nick Kurshev, Alex Beregszaszi (dhahelper) | latest_release_version = 1.0.0 | latest_release_date = April 7, 2007 | operating_system = Unix-like | genre = Device driver | license = GNU General Public License | website =

VIDIX (video interface for *nix) is a portable programming interface for Unix-like operating systems that allows video card drivers running in user space to directly access the framebuffer through Direct Graphics Access extension to the X Window System.

History

Nick Kurshev, the author of VIDIX, writes that his motivation in creating the interface was to resolve the issue reported by Vladimir Dergachev in his RFC for an alternative kernel multimedia API: Dergachev noted that existing multimedia interfaces were hard-coded for each device, and suggested that driver developers would have more flexibility with a layer of abstraction.

VIDIX was born as an alternative to the Linux kernel-based drivers from the MPlayer project. For a long time, VIDIX lived within the MPlayer project; later, it lived within the MPlayerXP project, a fork of MPlayer by Kurshev. During that time, Linux and many other Unix-like operating systems lacked quality drivers for the video subsystems. Almost all of the technical documentation for video hardware was under non-disclosure agreements at the time, and many programmers had to code their drivers blindly. Other developers became interested in using VIDIX for their own players, and they asked Kurshev to separate it from the MPlayer project.

VIDIX became an alternative set of device drivers, based on the idea of direct hardware access (similar to Microsoft's DirectX). These drivers mapped accelerated video memory to avoid colour-space conversion and software scaling from the side of the players.

The X Window System now includes the Direct Rendering Infrastructure, which provides similar functionality with broad hardware support. Kurshev continued to develop VIDIX through 2007, when version 1.0.0 of the software was released.

Supported hardware

References

::callout[type=info title="Wikipedia Source"] This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page. ::

device-driverscomputer-peripherals