# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-325.08.ebuild,v 1.1 2013/07/03 15:57:06 jer Exp $ EAPI=5 inherit eutils flag-o-matic linux-info linux-mod multilib nvidia-driver \ portability toolchain-funcs unpacker user udev NV_URI="http://us.download.nvidia.com/XFree86/" X86_NV_PACKAGE="NVIDIA-Linux-x86-${PV}" AMD64_NV_PACKAGE="NVIDIA-Linux-x86_64-${PV}" X86_FBSD_NV_PACKAGE="NVIDIA-FreeBSD-x86-${PV}" AMD64_FBSD_NV_PACKAGE="NVIDIA-FreeBSD-x86_64-${PV}" DESCRIPTION="NVIDIA X11 driver and GLX libraries" HOMEPAGE="http://www.nvidia.com/" SRC_URI=" amd64-fbsd? ( ${NV_URI}FreeBSD-x86_64/${PV}/${AMD64_FBSD_NV_PACKAGE}.tar.gz ) amd64? ( ${NV_URI}Linux-x86_64/${PV}/${AMD64_NV_PACKAGE}.run ) x86-fbsd? ( ${NV_URI}FreeBSD-x86/${PV}/${X86_FBSD_NV_PACKAGE}.tar.gz ) x86? ( ${NV_URI}Linux-x86/${PV}/${X86_NV_PACKAGE}.run ) " LICENSE="GPL-2 NVIDIA-r1" SLOT="0" KEYWORDS="-* ~amd64 ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="acpi multilib kernel_FreeBSD kernel_linux pax_kernel +tools +X" RESTRICT="bindist mirror strip" EMULTILIB_PKG="true" COMMON=" app-admin/eselect-opencl kernel_linux? ( >=sys-libs/glibc-2.6.1 ) X? ( >=app-admin/eselect-opengl-1.0.9 ) " DEPEND=" ${COMMON} app-arch/xz-utils kernel_linux? ( virtual/linux-sources ) " RDEPEND=" ${COMMON} acpi? ( sys-power/acpid ) tools? ( dev-libs/atk dev-libs/glib x11-libs/gdk-pixbuf x11-libs/gtk+:2 x11-libs/libX11 x11-libs/libXext x11-libs/pango[X] ) X? ( =x11-libs/libvdpau-0.3-r1 multilib? ( || ( ( x11-libs/libX11[abi_x86_32] x11-libs/libXext[abi_x86_32] ) app-emulation/emul-linux-x86-xlibs ) ) ) " REQUIRED_USE="tools? ( X )" QA_PREBUILT="opt/* usr/lib*" S=${WORKDIR}/ pkg_pretend() { if use amd64 && has_multilib_profile && \ [ "${DEFAULT_ABI}" != "amd64" ]; then eerror "This ebuild doesn't currently support changing your default ABI" die "Unexpected \${DEFAULT_ABI} = ${DEFAULT_ABI}" fi if use kernel_linux && kernel_is ge 3 10 ; then ewarn "Gentoo supports kernels which are supported by NVIDIA" ewarn "which are limited to the following kernels:" ewarn " \ "${WORKDIR}"/nvidia insinto /etc/modprobe.d newins "${WORKDIR}"/nvidia nvidia.conf # Ensures that our device nodes are created when not using X exeinto "$(udev_get_udevdir)" doexe "${FILESDIR}"/nvidia-udev.sh udev_newrules "${FILESDIR}"/nvidia.udev-rule 99-nvidia.rules elif use kernel_FreeBSD; then if use x86-fbsd; then insinto /boot/modules doins "${S}/src/nvidia.kld" fi exeinto /boot/modules doexe "${S}/src/nvidia.ko" fi # NVIDIA kernel <-> userspace driver config lib donvidia ${NV_OBJ}/libnvidia-cfg.so ${NV_SOVER} # NVIDIA video encode/decode <-> CUDA if use kernel_linux; then donvidia ${NV_OBJ}/libnvcuvid.so ${NV_SOVER} donvidia ${NV_OBJ}/libnvidia-encode.so ${NV_SOVER} fi if use X; then # Xorg DDX driver insinto /usr/$(get_libdir)/xorg/modules/drivers doins ${NV_X11}/nvidia_drv.so # Xorg GLX driver donvidia ${NV_X11}/libglx.so ${NV_SOVER} \ /usr/$(get_libdir)/opengl/nvidia/extensions fi # OpenCL ICD for NVIDIA if use kernel_linux; then insinto /etc/OpenCL/vendors doins ${NV_OBJ}/nvidia.icd fi # Documentation dohtml ${NV_DOC}/html/* if use kernel_FreeBSD; then dodoc "${NV_DOC}/README" use X && doman "${NV_MAN}/nvidia-xconfig.1" use tools && doman "${NV_MAN}/nvidia-settings.1" else # Docs newdoc "${NV_DOC}/README.txt" README dodoc "${NV_DOC}/NVIDIA_Changelog" doman "${NV_MAN}/nvidia-smi.1.gz" use X && doman "${NV_MAN}/nvidia-xconfig.1.gz" use tools && doman "${NV_MAN}/nvidia-settings.1.gz" doman "${NV_MAN}/nvidia-cuda-mps-control.1.gz" fi # Helper Apps exeinto /opt/bin/ if use X; then doexe ${NV_OBJ}/nvidia-xconfig fi if use kernel_linux ; then doexe ${NV_OBJ}/nvidia-cuda-mps-control doexe ${NV_OBJ}/nvidia-cuda-mps-server doexe ${NV_OBJ}/nvidia-debugdump doexe ${NV_OBJ}/nvidia-modprobe doexe ${NV_OBJ}/nvidia-persistenced doexe ${NV_OBJ}/nvidia-smi doman nvidia-cuda-mps-control.1.gz doman nvidia-modprobe.1.gz doman nvidia-persistenced.1.gz newinitd "${FILESDIR}/nvidia-smi.init" nvidia-smi fi if use tools; then doexe ${NV_OBJ}/nvidia-settings fi exeinto /usr/bin/ doexe ${NV_OBJ}/nvidia-bug-report.sh # Desktop entries for nvidia-settings if use tools ; then # There is no icon in the FreeBSD tarball. use kernel_FreeBSD || newicon ${NV_OBJ}/nvidia-settings.png nvidia-drivers-settings.png domenu "${FILESDIR}"/nvidia-drivers-settings.desktop exeinto /etc/X11/xinit/xinitrc.d doexe "${FILESDIR}"/95-nvidia-settings fi #doenvd "${FILESDIR}"/50nvidia-prelink-blacklist if has_multilib_profile && use multilib ; then local OABI=${ABI} for ABI in $(get_install_abis) ; do src_install-libs done ABI=${OABI} unset OABI else src_install-libs fi is_final_abi || die "failed to iterate through all ABIs" } src_install-libs() { local inslibdir=$(get_libdir) local GL_ROOT="/usr/$(get_libdir)/opengl/nvidia/lib" local CL_ROOT="/usr/$(get_libdir)/OpenCL/vendors/nvidia" local libdir=${NV_OBJ} if use kernel_linux && has_multilib_profile && \ [[ ${ABI} == "x86" ]] ; then libdir=${NV_OBJ}/32 fi if use X; then # The GLX libraries donvidia ${libdir}/libGL.so ${NV_SOVER} ${GL_ROOT} donvidia ${libdir}/libnvidia-glcore.so ${NV_SOVER} if use kernel_FreeBSD; then donvidia ${libdir}/libnvidia-tls.so ${NV_SOVER} else donvidia ${libdir}/tls/libnvidia-tls.so ${NV_SOVER} fi # VDPAU donvidia ${libdir}/libvdpau_nvidia.so ${NV_SOVER} fi # NVIDIA monitoring library if use kernel_linux ; then donvidia ${libdir}/libnvidia-ml.so ${NV_SOVER} fi # CUDA & OpenCL if use kernel_linux; then donvidia ${libdir}/libcuda.so ${NV_SOVER} donvidia ${libdir}/libnvidia-compiler.so ${NV_SOVER} donvidia ${libdir}/libOpenCL.so 1.0.0 ${CL_ROOT} donvidia ${libdir}/libnvidia-opencl.so ${NV_SOVER} fi } pkg_preinst() { use kernel_linux && linux-mod_pkg_preinst # Clean the dynamic libGL stuff's home to ensure # we dont have stale libs floating around if [ -d "${ROOT}"/usr/lib/opengl/nvidia ] ; then rm -rf "${ROOT}"/usr/lib/opengl/nvidia/* fi # Make sure we nuke the old nvidia-glx's env.d file if [ -e "${ROOT}"/etc/env.d/09nvidia ] ; then rm -f "${ROOT}"/etc/env.d/09nvidia fi } pkg_postinst() { use kernel_linux && linux-mod_pkg_postinst # Switch to the nvidia implementation use X && "${ROOT}"/usr/bin/eselect opengl set --use-old nvidia "${ROOT}"/usr/bin/eselect opencl set --use-old nvidia elog "You must be in the video group to use the NVIDIA device" elog "For more info, read the docs at" elog "http://www.gentoo.org/doc/en/nvidia-guide.xml#doc_chap3_sect6" elog elog "This ebuild installs a kernel module and X driver. Both must" elog "match explicitly in their version. This means, if you restart" elog "X, you must modprobe -r nvidia before starting it back up" elog elog "To use the NVIDIA GLX, run \"eselect opengl set nvidia\"" elog elog "To use the NVIDIA CUDA/OpenCL, run \"eselect opencl set nvidia\"" elog elog "NVIDIA has requested that any bug reports submitted have the" elog "output of /opt/bin/nvidia-bug-report.sh included." elog if ! use X; then elog "You have elected to not install the X.org driver. Along with" elog "this the OpenGL libraries and VDPAU libraries were not" elog "installed. Additionally, once the driver is loaded your card" elog "and fan will run at max speed which may not be desirable." elog "Use the 'nvidia-smi' init script to have your card and fan" elog "speed scale appropriately." elog fi if ! use tools; then elog "USE=tools controls whether the nvidia-settings application" elog "is installed. If you would like to use it, enable that" elog "flag and re-emerge this ebuild. Optionally you can install" elog "media-video/nvidia-settings" elog fi } pkg_prerm() { use X && "${ROOT}"/usr/bin/eselect opengl set --use-old xorg-x11 } pkg_postrm() { use kernel_linux && linux-mod_pkg_postrm use X && "${ROOT}"/usr/bin/eselect opengl set --use-old xorg-x11 }