%general-entities; ]> $LastChangedBy$ $Date$ libdrm-&libdrm-version; libdrm Introduction to libdrm libdrm provides core library routines for the X Window System to directly interface with video hardware using the Linux kernel's Direct Rendering Manager (DRM). &lfs72_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &libdrm-md5sum; Download size: &libdrm-size; Estimated disk space required: &libdrm-buildsize; Estimated build time: &libdrm-time; libdrm Dependencies Required Optional Valgrind User Notes: Installation of libdrm Install libdrm by running the following commands: sed -e "/pthread-stubs/d" -i configure.ac && sed -e "/man\/Makefile/d" -i configure.ac && autoreconf -fi && ./configure --prefix=/usr --enable-udev && make To check the results, issue make check. Now, as the root user: make install Command Explanations sed -e "/pthread-stubs/d" -i configure.ac: This sed removes dependency on libpthread-stubs package which is useless on Linux. sed -e "/man\/Makefile/d" -i configure.ac: This sed prevents configure from failing since man/Makefile.in is missing in the source tarball. : This option enables use of OMAP's experimental kernel API. OMAP is a series of system-on-chips (SoCs) developed by Texas Instruments. : This option enables use of Exynos experimental kernel API. Exynos is a series of system-on-chips (SoCs) developed by Samsung. Contents Installed Programs Installed Libraries Installed Directories None libdrm.so, libdrm_exynos.so, libdrm_intel.so, libdrm_nouveau.so, libdrm_omap.so, libdrm_radeon.so and libkms.so /usr/include/exynos, /usr/include/libdrm, /usr/include/libkms and /usr/include/omap Short Descriptions libdrm.so contains the Direct Rendering Manager API functions. libdrm.so libdrm_exynos.so contains the Samsung Exynos specific Direct Rendering Manager functions. libdrm_exynos.so libdrm_intel.so contains the Intel specific Direct Rendering Manager functions. libdrm_intel.so libdrm_nouveau.so contains the open source nVidia (Nouveau) specific Direct Rendering Manager functions. libdrm_nouveau.so libdrm_omap.so contains the TI Omap specific Direct Rendering Manager functions. libdrm_omap.so libdrm_radeon.so contains the AMD Radeon specific Direct Rendering Manager functions. libdrm_radeon.so libkms.so contains API functions necessary for kernel modesetting. libkms.so