Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 30th May 2012, 01:20 PM
Ariya Offline
Registered User
 
Join Date: Aug 2011
Posts: 39
linuxfirefox
How to install Nvidia driver for Fedora 17 64bit?

How to install Nvidia driver for Fedora 17 64 bit version?
I had not been with Fedora for a long time, so don't know how to do this.

Thank you!
Reply With Quote
  #2  
Old 30th May 2012, 01:29 PM
Yellowman
Guest
 
Posts: n/a
linuxfirefox
Re: How to install Nvidia driver for Fedora 17 64bit?

Quote:
Originally Posted by Ariya View Post
How to install Nvidia driver for Fedora 17 64 bit version?
I had not been with Fedora for a long time, so don't know how to do this.

Thank you!
So where's your guide?
Reply With Quote
  #3  
Old 30th May 2012, 01:39 PM
Ariya Offline
Registered User
 
Join Date: Aug 2011
Posts: 39
linuxfirefox
Re: How to install Nvidia driver for Fedora 17 64bit?

I am the one, who is asking how to install the Nvidia driver for the Fedora 17 64 bit.

I understand that this is not the write place, so I'd try to delete this post and go somewhere else in the forum.

Last edited by Ariya; 30th May 2012 at 01:42 PM.
Reply With Quote
  #4  
Old 30th May 2012, 01:47 PM
Ariya Offline
Registered User
 
Join Date: Aug 2011
Posts: 39
linuxfirefox
How to install Nvidia driver for Fedora 17 64 bit version?

How to install Nvidia driver for Fedora 17 64 bit version?
I had not been with Fedora for a long time, so don't know how to do this.

Thanks!
Reply With Quote
  #5  
Old 30th May 2012, 01:51 PM
Yellowman
Guest
 
Posts: n/a
linuxfirefox
Re: How to install Nvidia driver for Fedora 17 64 bit version?

Nothing has changed since F16

http://forums.fedoraforum.org/showthread.php?t=204752
Reply With Quote
  #6  
Old 30th May 2012, 07:53 PM
Fred Zyphal Offline
Registered User
 
Join Date: Nov 2011
Posts: 7
windows_xp_2003firefox
Re: How to install Nvidia driver for Fedora 17 64 bit version?

Quote:
Originally Posted by Yellowman View Post
Leighs' instructions have worked perfectly, with every release back to about 10, but I'm getting a black screen after reboot with 17 ... trying to figure out why.

Solved, well, at least working: I read another post about this issue, where it was blamed on the contents of the xorg.conf file. That user claimed that the "ServerLayout" seciton of xorg.conf was missing the Identifier "Layout0" line. I checked mine, and sure enough it was missing, so I tried putting it in manually, but no luck. So, being the lazy type, I just took a copy of xorg.conf from my working F16 system, copied it to the failing F17 system, and all is well ... I'm writing this post from my new F17 system.

Sorry I can't tell you exactly what is missing from xorg.conf after following Leighs' installation instructions ... but this worked for me.

Last edited by Fred Zyphal; 31st May 2012 at 03:01 PM. Reason: Solved
Reply With Quote
  #7  
Old 31st May 2012, 03:56 PM
Riotvan Offline
Registered User
 
Join Date: Apr 2012
Location: Netherlands
Posts: 8
linuxchrome
Re: How to install Nvidia driver for Fedora 17 64 bit version?

Quote:
Originally Posted by Fred Zyphal View Post
Leighs' instructions have worked perfectly, with every release back to about 10, but I'm getting a black screen after reboot with 17 ... trying to figure out why.

Solved, well, at least working: I read another post about this issue, where it was blamed on the contents of the xorg.conf file. That user claimed that the "ServerLayout" seciton of xorg.conf was missing the Identifier "Layout0" line. I checked mine, and sure enough it was missing, so I tried putting it in manually, but no luck. So, being the lazy type, I just took a copy of xorg.conf from my working F16 system, copied it to the failing F17 system, and all is well ... I'm writing this post from my new F17 system.

Sorry I can't tell you exactly what is missing from xorg.conf after following Leighs' installation instructions ... but this worked for me.
I'm having the same problem, could you please post the working xorg.conf?
Reply With Quote
  #8  
Old 31st May 2012, 04:01 PM
Yellowman
Guest
 
Posts: n/a
linuxfirefox
Re: How to install Nvidia driver for Fedora 17 64 bit version?

Quote:
Originally Posted by Riotvan View Post
I'm having the same problem, could you please post the working xorg.conf?
The default works fine here

Code:
[root@main-pc leigh]# cat /etc/X11/xorg.conf
# RPM Fusion - nvidia-xorg.conf
# 
Section "Device"
	Identifier  "Videocard0"
	Driver      "nvidia"
EndSection

Try

Code:
su
cp /etc/X11/nvidia-xorg.conf  /etc/X11/xorg.conf
Reply With Quote
  #9  
Old 1st June 2012, 12:16 AM
Fred Zyphal Offline
Registered User
 
Join Date: Nov 2011
Posts: 7
linuxfirefox
Re: How to install Nvidia driver for Fedora 17 64 bit version?

Quote:
Originally Posted by Riotvan View Post
I'm having the same problem, could you please post the working xorg.conf?
Sure, but keep in mind it's for my hardware configuration: GeForce GTX 550 Ti, running two monitors in twinview mode. My new F17 is a fresh install on a new SSD, in the same exact machine, so based on Yellowmans' statement "nothing has changed since F16", I felt pretty confident that this would work for me. I'll just post it here, and you can use it to compare:

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 285.05.09 (mockbuild@hephaestus.wilsonet.com) Thu Oct 13 16:12:50 EDT 2011

Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
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 "keyboard"
Option "XkbLayout" "us"
Option "XkbModel" "pc105"
EndSection

Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "SAMSUNG"
HorizSync 30.0 - 81.0
VertRefresh 60.0 - 75.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 550 Ti"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "1"
Option "TwinViewXineramaInfoOrder" "CRT-0"
Option "metamodes" "CRT-0: nvidia-auto-select +0+0, CRT-1: nvidia-auto-select +1920+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection

---------- Post added at 11:16 PM ---------- Previous post was at 11:10 PM ----------

Quote:
Originally Posted by Ariya View Post
Guys,

Please check this thread; http://forums.fedoraforum.org/showthread.php?t=204752 and do exactly as instructed.
Ariya ... I think the "guys" in this thread have been there, and done that, many times in the past ... it just didn't work this time. My issue was the xorg.conf file, but it sounds like some of the others are slightly different.

Last edited by Fred Zyphal; 1st June 2012 at 12:19 AM. Reason: Spelling error ... lol
Reply With Quote
  #10  
Old 30th May 2012, 02:07 PM
Dan's Avatar
Dan Offline
Administrator
 
Join Date: Jun 2006
Location: Paris, TX
Posts: 22,324
linuxfirefox
Re: How to install Nvidia driver for Fedora 17 64bit?

Threads merged. Please don't do that again.
__________________
Signature Links | New Posts | Who's on the forums (right now) |

© ® ™ № ¿
Reply With Quote
  #11  
Old 30th May 2012, 02:20 PM
Ariya Offline
Registered User
 
Join Date: Aug 2011
Posts: 39
linuxfirefox
Re: How to install Nvidia driver for Fedora 17 64bit?

Sorry, I didn't see that before. Long time away from the forums.

http://forums.fedoraforum.org/showthread.php?t=204752 is for 64 bit too? I see yum install akmod-nvidia xorg-x11-drv-nvidia-libs.i686

Is it the same for the 64 bit one too?

Or can I go through the Add/Remove software and then remove Noveau driver?

Last edited by Ariya; 30th May 2012 at 02:24 PM.
Reply With Quote
  #12  
Old 30th May 2012, 02:28 PM
Yellowman
Guest
 
Posts: n/a
linuxfirefox
Re: How to install Nvidia driver for Fedora 17 64bit?

Quote:
Originally Posted by Ariya View Post
Sorry, I didn't see that before. Long time away from the forums.

http://forums.fedoraforum.org/showthread.php?t=204752 is for 64 bit too? I see yum install akmod-nvidia xorg-x11-drv-nvidia-libs.i686

Is it the same for the 64 bit one too?

Or can I go through the Add/Remove software and then remove Noveau driver?


If you want to run 32bit apps on fedora 64bit you will require the 32bit nvidia libs.
Reply With Quote
  #13  
Old 30th May 2012, 02:33 PM
Ariya Offline
Registered User
 
Join Date: Aug 2011
Posts: 39
linuxfirefox
Re: How to install Nvidia driver for Fedora 17 64bit?

Thank you, Yellowman!
Reply With Quote
  #14  
Old 31st May 2012, 04:19 PM
Riotvan Offline
Registered User
 
Join Date: Apr 2012
Location: Netherlands
Posts: 8
linuxchrome
Re: How to install Nvidia driver for Fedora 17 64bit?

Ok done, seems to be allot of errors related to DMAR maybe i can try disabling intel_iommu=on but i actually need that for this system. Thanks for your help so far
Edit: yup it was intel_iommu=on which causes problems but that kinda sucks since this machine is also a KVM host.
Attached Files
File Type: gz nvidia-bug-report.log.gz (69.9 KB, 74 views)

Last edited by Riotvan; 31st May 2012 at 04:23 PM.
Reply With Quote
  #15  
Old 31st May 2012, 04:33 PM
Yellowman
Guest
 
Posts: n/a
linuxfirefox
Re: How to install Nvidia driver for Fedora 17 64bit?

Quote:
Originally Posted by Riotvan View Post
Ok done, seems to be allot of errors related to DMAR maybe i can try disabling intel_iommu=on but i actually need that for this system. Thanks for your help so far
Edit: yup it was intel_iommu=on which causes problems but that kinda sucks since this machine is also a KVM host.
Add yourself to this report so nvidia can fix it.

http://www.nvnews.net/vbulletin/showthread.php?t=181745
Reply With Quote
Reply

Tags
64bit, bit, driver, fedora, install, nvidia, version

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
Please help me to install NVIDIA driver in my fedora 15 sivcool Using Fedora 1 3rd October 2011 12:56 PM
can't install nvidia driver on Fedora 15 bilibili F15 Development 9 22nd May 2011 11:16 AM
problem with installing kmod-nvidia driver on fedora 13 64bit naker Fedora 13 Development Branch 3 19th May 2010 02:20 PM
nv driver doesn't work on 64bit PC with nVidia 6600LE vga card Amr_not_Amr Hardware & Laptops 0 12th April 2006 10:18 PM
nv driver doesn't work on 64bit PC with nVidia 6600LE vga card Amr_not_Amr Security and Privacy 2 12th April 2006 10:09 PM


Current GMT-time: 13:12 (Wednesday, 19-06-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