|
The Community Enterprise Linux Repository
|
||||
kmod-nvidiakmod-nvidia provides the NVIDIA driver kernel module (nvidia.ko). It is built to depend upon the specific ABI provided by a range of releases of the same variant of the Linux kernel and not on any one specific build.nvidia-x11-drv provides the proprietary NVIDIA binary OpenGL X11 display driver files. nvidia-x11-drv-32bit provides the 32-bit compatibility libs for x86_64 systems. After installing / updating this package, users are advised to reboot their system. Simply restarting X may not suffice, one needs to drop out of X, remove and reload the nvidia kernel module and restart X. For most end users, a reboot will be simpler. Supported Chipsets This driver is the current release and supports the most recent NVIDIA graphics cards (GeForce 8 series GPUs onwards, as well as Quadro series). Users of cards based on older chipsets should use one of the following legacy drivers. The kmod-nvidia-304xx driver supports GeForce 6 and 7 series GPUs The kmod-nvidia-173xx driver supports GeForce 5 series GPUs The kmod-nvidia-96xx driver supports GeForce 2 to GeForce 4 series GPUs To determine which driver your graphics card requires, please use the nvidia-detect utility. For the complete list of graphics cards supported by the legacy drivers, please refer to the following Nvidia documentation: http://www.nvidia.com/object/IO_32667.html For the current (310) driver, please see: http://www.nvidia.com/object/linux-display-amd64-310.32-driver.html ftp://download.nvidia.com/XFree86/Linux-x86_64/310.32/README/supportedchips.html Notes for RPMForge users Users migrating from the rpmforge dkms package are advised to uninstall the dkms-nvidia driver before attempting to install kmod-nvidia. There is a potential conflict between elrepo and rpmforge in that both repositories provide the nvidia-x11-drv package. If you are using the yum priorities plugin then the priority for elrepo and rpmforge should be set to the same value to avoid dependency resolution failures, or rpmforge should be temporarily disabled whilst installing kmod-nvidia and nvidia-x11-drv. For example: yum --disablerepo=\* --enablerepo=elrepo install kmod-nvidia nvidia-x11-drv Notes for x86_64 users If your system is running 32-bit OpenGL applications, you would need nvidia-x11-drv-32bit: yum --disablerepo=\* --enablerepo=elrepo install nvidia-x11-drv-32bit Notes for users who used Nvidia's binary installer Users who have installed the driver by running the binary installer provided by Nvidia are advised to uninstall it before attempting to install kmod-nvidia. Run the same script that was used for the installation by adding a --uninstall flag. For example: sh ./NVIDIA-Linux-x86_64-185.18.36-pkg2.run --uninstall Known Issues Plymouth graphical boot no longer available on EL6 To restore plymouth graphical boot on EL6, append "vga=xxx" to the end of the kernel bootline in /boot/grub/grub.conf where "xxx" corresponds to the resolution and colour depth desired from the table below: Colours | 640x480 800x600 1024x768 1280x1024 1600x1200 --------+--------------------------------------------- 256 | 769 771 773 775 796 32,768 | 784 787 790 793 797 65,536 | 785 788 791 794 798 16.8M | 786 789 792 795 799 kmod-nvidia fails to install correctly from a kickstart file on EL6 Kickstart installs of kmod-nvidia fail on EL6. Uninstalling and reinstalling kmod-nvidia should fix the issue. See here: http://elrepo.org/bugs/view.php?id=98 A fix is to add the following line to the %post section of the kickstart script before installing the kmod package: ln -s `awk '{ if ($2 == "/") print $1; }' /etc/fstab` /dev/rootPage last modified on Thursday 07 of February, 2013 08:27:42 MST |
||||
|
The ELRepo Project would like to thank Red Hat for their support of the Open Source Community.
|
||||