Форум » Настройки » linux установка проперитарных драйверов Invidia » Ответить

linux установка проперитарных драйверов Invidia

Mistix: [quote]rpm -qa *\nvidia\* *\kernel\*|sort;uname -r;lsmod |grep -e nvidia -e nouveau;cat /etc/X11/xorg.conf[/quote] F15 Howto for the rpmfusion nvidia drivers Поддерживаемые Видео Карты тут This is a Three-Step Process. If you don't follow all three steps, your install will fail! 1. Update the kernel and reboot [quote]su yum update kernel* reboot[/quote] 2. Install the nvidia driver. For GeForce 6, 7, 8, 9, 200, 300, 400 & 500 series cards Using akmod: This is the best option in my opinion as you don't get any problems when a new kernel is released. Extra step for PAE kernel only [quote]su yum install kernel-PAE-devel[/quote] [quote]su rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm yum install akmod-nvidia xorg-x11-drv-nvidia-libs.i686[/quote] Or using kmod (which saves a bit of disk space but will have problems with every kernel update.) ( if you have 4Gb of RAM or more you will probably have a PAE kernel [32bit only] so follow the PAE part ) [quote]su rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm yum install kmod-nvidia xorg-x11-drv-nvidia-libs.i686[/quote] If you use a PAE kernel [quote]su rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm yum install kmod-nvidia-PAE[/quote] 3. Reboot 4. If you would like plymouth as well (optional) [quote]su yum install bootconf-gui[/quote] Then set you desired boot resolution from the menu launcher Application / System / Boot configuration ПРоблемы на Гноме bugzila [quote]su grep gnome-session-c /var/log/audit/audit.log | audit2allow -M nvidiaisbroken semodule -i nvidiaisbroken.pp[/quote] 1. Edit grub.conf If it fails to work check /boot/grub/grub.conf to see if nouveau is blacklisted, if not run. this command adds rdblacklist=nouveau option to /boot/grub/grub.conf [quote]su - sed -i '/root=/s|$| rdblacklist=nouveau nouveau.modeset=0|' /boot/grub/grub.conf mv /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname -r)-nouveau.img dracut /boot/initramfs-$(uname -r).img $(uname -r) [/quote] 2. Reboot If nouveau refuses to die try su yum erase xorg-x11-drv-nouveau mv /lib/modules/$(uname -r)/kernel/drivers/gpu/drm/nouveau/nouveau.ko /lib/modules/$(uname -r)/kernel/drivers/gpu/drm/nouveau/nouveau.txt mv /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname -r)-nouveau.img dracut /boot/initramfs-$(uname -r).img $(uname -r) Подробно Здесь и еще читать Тут и про akmod Здесь и еще ТОже важно ======================================================================================================================= ======================================================================================================================= f 14 в терминале 'консоле This is a Three-Step Process. If you don't follow all three steps, your install will fail! 1. Update the kernel and reboot [quote]su yum update kernel* reboot[/quote] 2. Install the nvidia driver. ( if you have 4Gb of RAM or more you will probably have a PAE kernel [32bit only] so follow the PAE part ) For GeForce 6, 7, 8, 9, 200, 300, 400 & 500 series cards [quote]su rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm yum install kmod-nvidia xorg-x11-drv-nvidia-libs.i686[/quote] If you use a PAE kernel [quote]su rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm yum install kmod-nvidia-PAE[/quote] Or (akmod builds the required kmod on bootup ) [quote]su rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm yum install akmod-nvidia xorg-x11-drv-nvidia-libs.i686[/quote] For GeForce FX cards [quote]su rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm yum install kmod-nvidia-173xx xorg-x11-drv-nvidia-173xx-libs.i686[/quote] If you use a PAE kernel [quote]su rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm yum install kmod-nvidia-173xx-PAE[/quote] Or (akmod builds the required kmod on bootup ) [quote]su rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm yum install akmod-nvidia-173xx xorg-x11-drv-nvidia-173xx-libs.i686[/quote] 3. Reboot ------------------------------------------------------------------------------------------- If it fails to work check /boot/grub/grub.conf to see if nouveau is blacklisted, if not run. 1 su - sed -i '/root=/s|$| rdblacklist=nouveau|' /boot/grub/grub.conf mv /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname -r)-nouveau.img dracut /boot/initramfs-$(uname -r).img $(uname -r) 2Reboot источник http://forums.fedoraforum.org/showpost.php?p=1114769 http://forum.russianfedora.ru/viewtopic.php?f=14&t=1350

Ответов - 0



полная версия страницы