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
  #1501  
Old 31st March 2011, 05:33 PM
rebmobwins's Avatar
rebmobwins Offline
Registered User
 
Join Date: Mar 2011
Location: Indiana
Posts: 19
linuxfedorafirefox
Re: F14, F13 & F12 Nvidia driver guides

Quote:
Originally Posted by leigh123linux View Post
The quiet box suppresses some of the boot up info and the 0x0 number is the frame-buffer value.

https://wiki.archlinux.org/index.php...Graphical_boot
You are so very helpful, thanks.
  #1502  
Old 6th April 2011, 01:59 PM
Arpage Offline
Registered User
 
Join Date: Apr 2011
Posts: 12
linuxfedorafirefox
Re: F14, F13 & F12 Nvidia driver guides

Thank you for this post. I've succesfully installed the latest stable driver for my 8800GTX on F14!

Now just to get the overclocking option fully functional... but that's a different topic
  #1503  
Old 10th April 2011, 11:48 PM
rebmobwins's Avatar
rebmobwins Offline
Registered User
 
Join Date: Mar 2011
Location: Indiana
Posts: 19
linuxfedorafirefox
Re: F14, F13 & F12 Nvidia driver guides

I followed your guide and got my nvidia on-board drivers working, I was wondering if I Installed my GeForce GTS450 EVGA card in my computer will it just boot up and recognize it, or do I need to change it.

I thought I wouldn't have to modify anything because this card falls in the same category on your tutorial as my on-board graphics card. Really curious before I put it in my computer, thanks Leigh!
  #1504  
Old 11th April 2011, 08:10 AM
aCROX999 Offline
Registered User
 
Join Date: Feb 2010
Posts: 47
windows_vistachrome
Re: F14, F13 & F12 Nvidia driver guides

Quote:
Originally Posted by rebmobwins View Post
I followed your guide and got my nvidia on-board drivers working, I was wondering if I Installed my GeForce GTS450 EVGA card in my computer will it just boot up and recognize it, or do I need to change it.

I thought I wouldn't have to modify anything because this card falls in the same category on your tutorial as my on-board graphics card. Really curious before I put it in my computer, thanks Leigh!
I'm sure it'd recognize your card immediately after you've installed your card on your PC.
  #1505  
Old 19th April 2011, 09:22 PM
murraymn Offline
Registered User
 
Join Date: Apr 2011
Posts: 1
linuxfirefox
Re: F14, F13 & F12 Nvidia driver guides

Finally got the proprietary Nvidia drivers to work at 1920x1200 resolution on a Sony SDM-P234 using a GeForce FX 5700. Trick was in the xorg.conf, Option "ModeValidation" "NoMaxPClkCheck".

This is the whole thing, I wanted to use just the digital connection, hence the Option "UseDisplayDevice" "DFP".

# nvidia-xconfig
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection

Section "Files"
FontPath "/usr/share/fonts/default/Type1"
EndSection

Section "InputDevice"

# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

# generated from data in "/etc/sysconfig/keyboard"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "us"
Option "XkbModel" "pc105"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 92.0
VertRefresh 48.0 - 85.0
Option "DPMS"

EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Option "UseDisplayDevice" "DFP"
Option "ModeValidation" "NoMaxPClkCheck"

EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
  #1506  
Old 22nd April 2011, 06:22 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
linuxfirefox
Re: F15,F14, F13 & F12 Nvidia driver guides

F15 nvidia guide added
  #1507  
Old 26th April 2011, 02:21 AM
toddbailey Offline
Registered User
 
Join Date: Aug 2009
Posts: 140
linuxfedorafirefox
Re: F15,F14, F13 & F12 Nvidia driver guides

would you care to expand this tutorial to include the Nvidia drivers that can be downloaded from their site?

I just installed F15 x64 beta and nouveau refuses to die...
  #1508  
Old 26th April 2011, 07:27 AM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
linuxredhatfirefox
Re: F15,F14, F13 & F12 Nvidia driver guides

Quote:
Originally Posted by toddbailey View Post
would you care to expand this tutorial to include the Nvidia drivers that can be downloaded from their site?

I just installed F15 x64 beta and nouveau refuses to die...
No.
  #1509  
Old 26th April 2011, 07:32 AM
toddbailey Offline
Registered User
 
Join Date: Aug 2009
Posts: 140
linuxfedorafirefox
Re: F15,F14, F13 & F12 Nvidia driver guides

Can you at least tell me how to disable the nouveau drivers?

The F15 update doesn't solve the problem.. -- rdblacklist in grub.conf and blacklist in the blacklist.conf

don't complete the task
  #1510  
Old 26th April 2011, 07:37 AM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
linuxredhatfirefox
Re: F15,F14, F13 & F12 Nvidia driver guides

Quote:
Originally Posted by toddbailey View Post
Can you at least tell me how to disable the nouveau drivers?

The F15 update doesn't solve the problem.. -- rdblacklist in grub.conf and blacklist in the blacklist.conf

don't complete the task
Sorry I don't offer any support for non rpm methods ie: run files from nvidia.com
  #1511  
Old 26th April 2011, 07:55 AM
toddbailey Offline
Registered User
 
Join Date: Aug 2009
Posts: 140
linuxfedorafirefox
Re: F15,F14, F13 & F12 Nvidia driver guides

OK, thanks but isn't this what this forum is about, to exchange ideas and help each other solve various issues?

I don't expect you personally to resolve the issue but it seems that recently any feedback I received is counter productive.

After all the sub title reads "a fedora linux support community"

Maybe the title needs to be revised a bit.
  #1512  
Old 26th April 2011, 08:08 AM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
linuxredhatfirefox
Re: F15,F14, F13 & F12 Nvidia driver guides

Quote:
Originally Posted by toddbailey View Post
OK, thanks but isn't this what this forum is about, to exchange ideas and help each other solve various issues?

I don't expect you personally to resolve the issue but it seems that recently any feedback I received is counter productive.

After all the sub title reads "a fedora linux support community"

Maybe the title needs to be revised a bit.
The reason I don't support the run file method is because it replaces system files, this isn't a good idea.


Quote:
I don't expect you personally to resolve the issue but it seems that recently any feedback I received is counter productive.
Try asking for help in the right thread would help this issue, I wasn't being counter productive, your question doesn't belong in this thread .

http://forums.fedoraforum.org/showthread.php?t=234595

Quote:
After all the sub title reads "a fedora linux support community"

Maybe the title needs to be revised a bit.
The title on this sub-forum is Guides & Solutions (No Questions)
  #1513  
Old 26th April 2011, 06:03 PM
0zer0's Avatar
0zer0 Offline
Registered User
 
Join Date: Apr 2011
Posts: 8
linuxfirefox
Re: F15,F14, F13 & F12 Nvidia driver guides

Ok, this will be my third try at getting these drivers installed. I'm dual-booting Ubuntu 10.04 and Fedora 14. WHen I installed Fedora, I skipped the GRUB install so GRUB resides in my Ubuntu install.

I followed the steps given in the guide, which is nicely done and well written BTW, and when I reboot, I'm now getting a failure during boot-up, however it will boot all the way to a functional desktop. I've included a picture of the failure(my apologies for the poor quality).

The last couple of times I've done this, after the desktop comes up I executed 'nvidia-xconfig' and then reboot. That's where my past installs have fell apart. Fedora would hang during boot, but I could 'Ctrl+Alt+F2' into a TTY. I spent a couple of hours searching for an answer to this problem using 'elinks', but to no avail.

Before I do anything else, I'd like some advice as to what to do next. Is there anyway I can be sure that the drivers are installed correctly? Any way that I can tell which driver is currently being used? Since GRUB resides on my Ubuntu install, will I still be able to blacklist nouveau?

From: [Ubuntu] /boot/grub/grub.cfg ;
Code:
### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Fedora release 14 (Laughlin) (on /dev/sdb3)" {
        insmod ext2
        set root='(hd1,1)'
        search --no-floppy --fs-uuid --set 27e96fd8-9e08-42ac-95dc-96ee7a966761
        linux /vmlinuz-2.6.35.6-45.fc14.i686 root=/dev/sdb3
}
### END /etc/grub.d/30_os-prober ###
I'm looking at possibly switching to Fedora and this is one of the few hitches that I've encountered. Any help is very much appreciated.
Attached Thumbnails
Click image for larger version

Name:	F14_boot.jpg
Views:	125
Size:	97.4 KB
ID:	20965  
__________________
Compaq Evo D510 CMT; P4 @ 2Ghz; 1.5GB RAM; AGP 4X GeForceFX 5200
  #1514  
Old 27th April 2011, 09:04 PM
0zer0's Avatar
0zer0 Offline
Registered User
 
Join Date: Apr 2011
Posts: 8
linuxfirefox
Re: F15,F14, F13 & F12 Nvidia driver guides

Not really sure what happened except for a kernel update but lspci -vv shows this:
Code:
01:00.0 VGA compatible controller: nVidia Corporation NV34 [GeForce FX 5200] (rev a1) (prog-if 00 [VGA controller])
....

Kernel driver in use: nvidia
Kernel modules: nvidia, nouveau, nvidiafb

Now I have to fix the refresh rate, the flicker is killing my eyes. It seems to be @ about 60Hz, but the 'Display' tool only shows an option of 0Hz. I'm sure I need to use the NVIDIA tool, but it wants me to execute `nvidia-xconfig` and that's where most of my problems began the last times I installed these drivers.... :\

Edit: Hurray! Fedora booted up fine after running 'nvidia-xconfig'.
__________________
Compaq Evo D510 CMT; P4 @ 2Ghz; 1.5GB RAM; AGP 4X GeForceFX 5200

Last edited by 0zer0; 29th April 2011 at 07:34 PM. Reason: Update
  #1515  
Old 3rd May 2011, 07:22 PM
T-Fen Offline
Registered User
 
Join Date: Jan 2007
Posts: 6
unknownepiphany
Re: F15,F14, F13 & F12 Nvidia driver guides

I have an nVidia GeForce 7600 GS and am unable to get X working in Fedora 15 beta (kernel 2.6.38.5-22.fc15.i686.PAE).

I have the SELinux disabled (to rule that out) and the following nvidia RPMs installed:

nvidia-settings-1.0-9.fc15.i686
nvidia-xconfig-1.0-7.fc15.i686
xorg-x11-drv-nvidia-270.41.03-1.fc15.i686
xorg-x11-drv-nvidia-libs-270.41.03-1.fc15.i686
akmod-nvidia-270.41.03-1.fc15.i686

xorg log shows:

Code:
[    12.669] (II) Loading extension DRI2
[    12.669] (II) LoadModule: "nvidia"
[    12.669] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    12.669] (II) Module nvidia: vendor="NVIDIA Corporation"
[    12.669]    compiled for 4.0.2, module version = 1.0.0
[    12.669]    Module class: X.Org Video Driver
[    12.672] (EE) NVIDIA: Failed to load the NVIDIA kernel module. Please check your
[    12.672] (EE) NVIDIA:     system's kernel log for additional error messages.
[    12.672] (II) UnloadModule: "nvidia"
[    12.672] (II) Unloading nvidia
[    12.672] (EE) Failed to load module "nvidia" (module-specific error, 0)
[    12.672] (EE) No drivers available.
[    12.672] 
Fatal server error:
[    12.672] no screens found
[    12.672] 
Please consult the Fedora Project support 
         at http://wiki.x.org
Please let me know what other info to provide.

Thanks!
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: 21:54 (Friday, 24-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