Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora Resources > Guides & Solutions (No Questions)
FedoraForum Search

Forgot Password? Join Us!

Guides & Solutions (No Questions) Post your guides here (No links to Blogs accepted). You can also append your comments/questions to a guide, but don't start a new thread to ask a question. Use another forum for that.

Closed Thread
 
Thread Tools Search this Thread Display Modes
  #1  
Old 21st November 2008, 11:06 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
F16,F15 & F14 Nvidia driver guides

Please note that I won't respond to any post's for help unless this basic information is included!


Code:
rpm -qa *\nvidia\*  *\kernel\*|sort;uname -r;lsmod |grep -e nvidia -e nouveau;cat /etc/X11/xorg.conf


__________________________________________________ _____________________________________

F16 Howto for the rpmfusion nvidia drivers



Click here for supported Nvidia cards list


This is a Four-Step Process. If you don't follow all three steps, your install will fail!



1. Update the kernel and reboot

Code:
su
yum update kernel\* selinux-policy\*
reboot
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

Code:
su
yum install kernel-PAE-devel
__________________________________________________ __________________________________________________ ___________

Code:
su
yum --nogpgcheck install 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




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 )

Code:
su
yum --nogpgcheck install 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
If you use a PAE kernel

Code:
su
yum --nogpgcheck install 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



3. Make sure nouveau is removed from initramfs



Code:
su
mv /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname -r)-nouveau.img
dracut /boot/initramfs-$(uname -r).img $(uname -r)

4. Reboot

Last edited by leigh123linux; 22nd April 2011 at 06:22 PM. Reason: ....
  #2  
Old 21st November 2008, 11:30 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
F15 Nvidia driver guide

Please note that I won't respond to any post's for help unless this basic information is included!


Code:
rpm -qa *\nvidia\*  *\kernel\*|sort;uname -r;lsmod |grep -e nvidia -e nouveau;cat /etc/X11/xorg.conf


__________________________________________________ _____________________________________

F15 Howto for the rpmfusion nvidia drivers



Click here for supported Nvidia cards list


This is a Three-Step Process. If you don't follow all three steps, your install will fail!



1. Update the kernel and reboot

Code:
su
yum update kernel*
reboot
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

Code:
su
yum install  kernel-PAE-devel
__________________________________________________ __________________________________________________ ___________

Code:
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




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 )

Code:
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
If you use a PAE kernel

Code:
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



For GeForce FX cards


Using akmod: This is the best option in my opinion as you don't get any problems when a new kernel is released.


Code:
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



Or using kmod (which saves a bit of disk space but will have problems with every kernel update.)

Code:
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
If you use a PAE kernel


Code:
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



3. Reboot

4. If you would like plymouth as well
(optional)

Code:
su
yum install bootconf-gui
Then set you desired boot resolution from the menu launcher

Application / System / Boot configuration

There is a selinux issue that prevents gnomes-hell from starting (I hate it )



https://bugzilla.redhat.com/show_bug.cgi?id=694918

run

Code:
su
grep gnome-session-c /var/log/audit/audit.log | audit2allow -M nvidiaisbroken
semodule -i nvidiaisbroken.pp

__________________________________________________ __________________________________________________ _
If it fails to work check /boot/grub/grub.conf to see if nouveau is blacklisted, if not run.

1. Edit grub.conf


this command adds rdblacklist=nouveau option to /boot/grub/grub.conf



Code:
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)
2. Reboot



__________________________________________________ __________________________________________________ ______

If nouveau refuses to die try
Code:
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)

Last edited by leigh123linux; 3rd November 2010 at 09:19 AM. Reason: .
  #3  
Old 25th November 2008, 09:26 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
F14 Nvidia driver guide

F14 Howto for the rpmfusion nvidia drivers


Click here for supported Nvidia cards list


This is a Three-Step Process. If you don't follow all three steps, your install will fail!



1. Update the kernel and reboot

Code:
su
yum update kernel*
reboot
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


Using akmod: This is the best option in my opinion as you don't get any problems when a new kernel is released.

Code:
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




Or using kmod (which saves a bit of disk space but will have problems with every kernel update.)

Code:
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
If you use a PAE kernel

Code:
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




For GeForce FX cards



Using akmod: This is the best option in my opinion as you don't get any problems when a new kernel is released.

Code:
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



Or using kmod (which saves a bit of disk space but will have problems with every kernel update.)

Code:
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
If you use a PAE kernel


Code:
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


For GeForce 4 and below

Using akmod: This is the best option in my opinion as you don't get any problems when a new kernel is released.

Code:
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-96xx xorg-x11-drv-nvidia-96xx-libs.i686




Or using kmod (which saves a bit of disk space but will have problems with every kernel update.)

Code:
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-96xx xorg-x11-drv-nvidia-96xx-libs.i686
If you use a PAE kernel


Code:
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-96xx-PAE
3. Reboot

4. If you would like plymouth as well


Code:
su
yum install bootconf-gui
Then set you desired boot resolution from the menu launcher

Application / System / Boot configuration


__________________________________________________ __________________________________________________ _________________________

If it fails to work check /boot/grub/grub.conf to see if nouveau is blacklisted, if not run.

1. Edit grub.conf


this command adds rdblacklist=nouveau option to /boot/grub/grub.conf



Code:
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)
2. Reboot

Last edited by leigh123linux; 3rd November 2010 at 09:19 AM. Reason: .
  #4  
Old 25th February 2009, 06:27 PM
mmihai3 Offline
Registered User
 
Join Date: Feb 2009
Posts: 2
Quote:
Originally Posted by leigh123@linux View Post
...
are you sure the livna-config-display should be removed? how would be the xorg.conf configured? i had troubles without, forgot what they were. anyway and i had to use that.

btw, i had problems with the Livna nvidia drivers, Maya would not start but these drivers saved me. thanks leigh123@linux! a lot even!
  #5  
Old 25th February 2009, 06:32 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Quote:
Originally Posted by mmihai3 View Post
are you sure the livna-config-display should be removed? how would be the xorg.conf configured? i had troubles without, forgot what they were. anyway and i had to use that.

btw, i had problems with the Livna nvidia drivers, Maya would not start but these drivers saved me. thanks leigh123@linux! a lot even!

livna-config-display doesn't work with the nvidia-x11-drv driver, as for xorg.conf just run

Code:
su
nvidia-xconfig
nvidia-settings
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
  #6  
Old 26th March 2010, 04:27 AM
rongyihit Offline
Registered User
 
Join Date: Oct 2009
Posts: 7
windows_xp_2003ie
Re: F10 Nvidia driver guide

Quote:
Originally Posted by leigh123linux View Post
F10 Howto for the rpmfusion nvidia drivers




1. Install the nvidia driver.

For GeForce 6, 7, 8, 9 & 200 series cards

Code:
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.i386 xorg-x11-drv-nvidia-libs.x86_64
reboot
If you use a PAE kernel

Code:
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 xorg-x11-drv-nvidia-libs.i386 xorg-x11-drv-nvidia-libs.x86_64
reboot
Or (akmod builds the required kmod on bootup )

Code:
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.i386 xorg-x11-drv-nvidia-libs.x86_64
reboot


For GeForce FX cards


Code:
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.i386 xorg-x11-drv-nvidia-173xx-libs.x86_64
reboot
If you use a PAE kernel


Code:
 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 xorg-x11-drv-nvidia-173xx-libs.i386 xorg-x11-drv-nvidia-173xx-libs.x86_64
 reboot

For GeForce 4 and below


Code:
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-96xx xorg-x11-drv-nvidia-96xx-libs
reboot
Or (akmod builds the required kmod on bootup )

Code:
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-96xx xorg-x11-drv-nvidia-96xx-libs
reboot
Unsuported

RIVA TNT
RIVA TNT2/TNT2 Pro
RIVA TNT2 Ultra
Vanta/Vanta LT
RIVA TNT2 Model 64/Model 64 Pro
Aladdin TNT2
GeForce 256
GeForce DDR
Quadro
GeForce2 GTS/GeForce2 Pro
GeForce2 Ti
GeForce2 Ultra
Quadro2 Pro

Supported an Unsupported Nvidia cards


You may need to edit xorg.conf for compiz to work.

Code:
su -
gedit /etc/X11/xorg.conf
and add




For 32 bit

Code:
Section "Files"
    ModulePath   "/usr/lib/xorg/modules/extensions/nvidia"
    ModulePath   "/usr/lib/xorg/modules/drivers"
    ModulePath   "/usr/lib/xorg/modules"
EndSection

For 64 bit


Code:
Section "Files"
    ModulePath   "/usr/lib64/xorg/modules/extensions/nvidia"
    ModulePath   "/usr/lib64/xorg/modules/drivers"
    ModulePath   "/usr/lib64/xorg/modules"
EndSection
Hi. My graphic card is nVIDIA Quadro NVS295 and my OS is Fedora10. I installed the drive as your guide. However, the file /usr/lib/xorg/modules/extensions/nvidia is not generated, and it is still text mode when I reboot the system.
  #7  
Old 26th March 2010, 11:17 AM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
linuxfedorafirefox
Re: F10 Nvidia driver guide

Quote:
Originally Posted by rongyihit View Post
Hi. My graphic card is nVIDIA Quadro NVS295 and my OS is Fedora10. I installed the drive as your guide. However, the file /usr/lib/xorg/modules/extensions/nvidia is not generated, and it is still text mode when I reboot the system.

Instead of quoting the guide try posting some useful info like kernel type and what nvidia rpms are installed.
  #8  
Old 26th March 2010, 12:36 PM
rongyihit Offline
Registered User
 
Join Date: Oct 2009
Posts: 7
windows_xp_2003ie
Re: F10 Nvidia driver guide

Quote:
Originally Posted by leigh123linux View Post
Instead of quoting the guide try posting some useful info like kernel type and what nvidia rpms are installed.
My kernel is 2.6.27.5-117.fc10 and my graphic card is nVIDIA Quadro NVS295. I'm a greenhand so I don't know how to check nvdia rpm. I may have made a mistake that I install the driver NVIDIA-Linux-x86-185.18.14-pkg1.run in my system... I guess my graphic card is not supported by the driver so I shouldn't install that driver.
Should I add
ModulePath "/usr/lib/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib/xorg/modules/drivers"
ModulePath "/usr/lib/xorg/modules"
in file /etc/X11/xorg.conf first and then follow the steps same as in Fedora12? I'm a completely freshman in linux so maybe my question is very stupid.
  #9  
Old 26th March 2010, 10:00 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
linuxfedorafirefox
Re: F10 Nvidia driver guide

Quote:
Originally Posted by rongyihit View Post
My kernel is 2.6.27.5-117.fc10 and my graphic card is nVIDIA Quadro NVS295. I'm a greenhand so I don't know how to check nvdia rpm. I may have made a mistake that I install the driver NVIDIA-Linux-x86-185.18.14-pkg1.run in my system... I guess my graphic card is not supported by the driver so I shouldn't install that driver.
Should I add
ModulePath "/usr/lib/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib/xorg/modules/drivers"
ModulePath "/usr/lib/xorg/modules"
in file /etc/X11/xorg.conf first and then follow the steps same as in Fedora12? I'm a completely freshman in linux so maybe my question is very stupid.

It would probably be easier ( I haven't got time to help at the moment ) to start again ( clean install of fedora ) as the run file overwrites files.
Then follow post #3 ( install the kmod-nvidia package as your card is supported by the latest driver )



P.S why F10? (it's EOL )
  #10  
Old 5th April 2010, 12:26 AM
CueBizzle Offline
Registered User
 
Join Date: Mar 2010
Posts: 4
windows_xp_2003safari
Re: F12,F11 & F10 Nvidia driver guides

Ok weird thing just happened. Although I have a PAE kernel, i did this:
Code:
yum install kmod-nvidia-96xx xorg-x11-drv-nvidia-96xx-libs.i686
My resolution and graphics have become a lot better. Even though I can no longer access the Display dialog, I am genuinely happy with the improvement.
  #11  
Old 14th April 2010, 08:14 AM
Phantom_Lord Offline
Registered User
 
Join Date: Dec 2007
Location: Sofia, Bulgaria
Posts: 49
linuxfedorafirefox
Re: F12,F11 & F10 Nvidia driver guides

Hi guys.

I have a strange problem with the latest kernels of F12.x86_64 and the rpmfusion nvidia driver (also latest I think).

First info on GPU:
Code:
$ lspci -vv | grep nVidia
02:00.0 VGA compatible controller: nVidia Corporation Device 0659 (rev a1) (prog-if 00 [VGA controller])
        Subsystem: nVidia Corporation Device 063a

$ cat /var/log/Xorg.0.log | grep Quadro
(II) Apr 13 12:06:07 NVIDIA(0): NVIDIA GPU Quadro FX 580 (G96GL) at PCI:2:0:0 (GPU-0)
(--) Apr 13 12:06:07 NVIDIA(0): Connected display device(s) on Quadro FX 580 at PCI:2:0:0:
Now, info on installed kernels and drivers:
Code:
 $ rpm -qa | grep kernel | sort
abrt-addon-kerneloops-1.0.8-2.fc12.x86_64
kernel-2.6.31.5-127.fc12.x86_64
kernel-2.6.32.10-90.fc12.x86_64
kernel-2.6.32.11-99.fc12.x86_64
kernel-devel-2.6.31.5-127.fc12.x86_64
kernel-devel-2.6.32.10-90.fc12.x86_64
kernel-devel-2.6.32.11-99.fc12.x86_64
kernel-firmware-2.6.32.11-99.fc12.noarch
kernel-headers-2.6.32.11-99.fc12.x86_64

$ rpm -qa | grep nvidia | sort
akmod-nvidia-195.36.15-1.fc12.x86_64
kmod-nvidia-2.6.31.5-127.fc12.x86_64-195.36.15-1.fc12.x86_64
kmod-nvidia-2.6.32.10-90.fc12.x86_64-195.36.15-1.fc12.1.x86_64
kmod-nvidia-2.6.32.11-99.fc12.x86_64-195.36.15-1.fc12.2.x86_64
nvidia-settings-1.0-3.4.fc12.x86_64
nvidia-xconfig-1.0-2.fc12.x86_64
xorg-x11-drv-nvidia-195.36.15-1.fc12.x86_64
xorg-x11-drv-nvidia-libs-195.36.15-1.fc12.i686
xorg-x11-drv-nvidia-libs-195.36.15-1.fc12.x86_64
The problem is that when I boot some of the two latest kernels X starts and literally kills my machine (which is with a Intel i7 920 CPU). I cannot log on non of the tty, nothing happens when I try to change to them and I can only log via ssh from another machine. I did that to see that X is using all CPU resources and cannot be killed, even by trying to switch to init 3. No errors are generated during boot or X start:
Code:
# cat /var/log/boot.log-20100411 | grep ERR
# cat /var/log/boot.log-20100411 | grep WARN
Applying Intel CPU microcode update: WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/.
WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/.
Starting RPC idmapd: WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/.
WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/.

$ cat /var/log/Xorg.0.log | grep EE
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER
$ cat /var/log/Xorg.0.log | grep WW
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) Apr 13 12:06:07 NVIDIA(0): UBB is incompatible with the Composite extension.  Disabling
(WW) Apr 13 12:06:07 NVIDIA(0):     UBB.
The first warning in the boot log - it is related to an empty modprobe.conf
The second warning, in the Xorg.0.log, ok I have to admit that I do not know what exactly UBB is and what is it used for, but the same warning is generated when I boot the oldest kernel (kernel-2.6.31.5-127) installed and the X works (not fine, but better than not working at all )

So, this is the problem. I will only add that I used leigh's howto step by step, tried both the kmod and the akmod way, even tried the nvidia-config-display enable/disable solution, but nothing happened and I cannot make the latest nvidia drivers work together with Fedora latest kernels for my Quadro FX 580 card.

Ok, this is finally the end of my long post .

Any help appreciated!

Thank you in advance guys!

Regards,

P.L.
================================================== ========
EDIT:

Found solution! Look here: http://forums.fedoraforum.org/showthread.php?t=239704

Generally, the solution is the following:
Quote:
Originally Posted by pidnas666 View Post
Hi,

Adding iommu=soft at the end of /boot/grub/grub.conf solved my problem.

kernel /vmlinuz-2.6.32.9-70.fc12.x86_64 ro root=UUID=4ee473b4-633e-462c-9819-ce1071456b57 LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet nouveau.modeset=0 iommu=soft
Very simple and very nice!

Last edited by Phantom_Lord; 14th April 2010 at 08:34 AM. Reason: Problem solved!
  #12  
Old 10th December 2010, 10:00 PM
frisk.h Offline
Registered User
 
Join Date: Jan 2007
Posts: 2
linuxfedorafirefox
Re: F11 Nvidia driver guide

Quote:
Originally Posted by leigh123linux View Post
F12 Howto for the rpmfusion nvidia drivers


Code:
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)
( You may have add the vmalloc=256m if you have a multi GPU card or a PAE kernel )

this command adds vmalloc=256m option to /boot/grub/grub.conf


Code:
su -
sed -i '/root=/s|$| vmalloc=256m|' /boot/grub/grub.conf
[B]
One of the errors that indicates that it is necessary to adjust the vmalloc parameter is
Code:
Failed to initilalize the NVIDIA graphics device PCI:2:0:0
in Xorg.0.log and/or

Code:
kernel: nvidia: probe of 000:00:03.5 failed with error -1
For my GeForce 9600M GT on a MacBook Pro 5.1 I had to set it to vmallow=192. The error is described in the NVIDIA readme.
  #13  
Old 10th May 2012, 09:40 PM
johnlvs2run Offline
Registered User
 
Join Date: Jul 2008
Location: western u.s.
Posts: 133
linuxfirefox
Re: F14 Nvidia driver guide

F14 won't boot anymore after doing step #2 from post #3.
After rebooting, the screen freezes just before the desktop comes up, with the following code:
Code:
sb: conflicting fb hw usage nouveau fb vs EFI VGA - removing gener
[2.482758] [drm] nouveau 0000:01:00:0: Pointer to BIT ladval table invalid
Update: There must have been an issue with F14.
I've installed F16, run the steps from post #1, and the video is working. Thanks much for the thread.
__________________
biostar a870u3 / amd athlonII x2 regor250 3.0ghz am3 65w / gskill sniper 2x4gb ddr3 1333
evga 512-P3-1311-KR geforce 210 32bit ddr3 pci express hdcp video card / fedora 16 64 lxde
nvidia onboard / seagate barracuda 7200 250gb 3gbs hard drive / hannsg hw192 / earthwatts psu

Last edited by johnlvs2run; 22nd May 2012 at 01:56 AM.
  #14  
Old 26th November 2008, 07:27 PM
slune Offline
Registered User
 
Join Date: Apr 2006
Posts: 20
hi i've installed nvidia driver to my new F10 x64 and i have one problem. When I try run system-config-display I get this error.
I used quide on this page.

Quote:
Traceback (most recent call last):
File "/usr/share/system-config-display/xconf.py", line 312, in <module>
hardware_state = XF86HardwareState(xconfig)
File "/usr/lib64/python2.5/site-packages/rhpxl/xhwstate.py", line 174, in __init__
self.init_from_xconfig(xconfig)
File "/usr/lib64/python2.5/site-packages/rhpxl/xhwstate.py", line 260, in init_from_xconfig
if screen.device:
AttributeError: 'NoneType' object has no attribute 'device'
and with wine

Quote:
fixme:win:EnumDisplayDevicesW ((null),0,0x39edbc,0x00000000), stub!
err:d3d:WineD3D_CreateFakeGLContext Can't find a suitable iPixelFormat
err:d3d:InitAdapters Failed to get a gl context for default adapter
err:d3d:WineDirect3DCreate Direct3D9 is not available without opengl
err:d3d:WineDirect3DCreate Direct3D9 is not available without opengl
I think that this is the same problem.
Thx for help.
  #15  
Old 26th November 2008, 07:36 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Quote:
Originally Posted by slune View Post
hi i've installed nvidia driver to my new F10 x64 and i have one problem. When I try run system-config-display I get this error.
I used quide on this page.



and with wine



I think that this is the same problem.
Thx for help.

Post

Code:
glxinfo
Code:
rpm -qa |grep nvidia

and
Code:
cat /etc/X11/xorg.conf
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Closed Thread

Tags
drivers, fedora 14, fedora 15, fedora 16, guide, nvidia

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
rescue after failed nvidia driver install? restore nouveau or basic video driver? Icm76 Using Fedora 11 14th January 2012 03:23 AM
Nvidia set up guides. sepoto Using Fedora 2 5th March 2011 05:11 AM
nVidia Driver Guides & Autoten: Thanks! Hobashira Fedora Focus 0 12th November 2010 07:29 AM
msi n220gt series not working with Nvidia driver guides top of page davidvandoren Hardware & Laptops 0 7th September 2010 06:52 PM
FC11 nVidia No Sound After RPMFusion nVidia Driver Load basimmer Using Fedora 0 16th October 2009 12:46 AM


Current GMT-time: 04:55 (Tuesday, 21-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat