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

30th May 2012, 01:20 PM
|
|
Registered User
|
|
Join Date: Aug 2011
Posts: 39

|
|
|
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!
|

30th May 2012, 01:29 PM
|
|
Guest
|
|
Posts: n/a

|
|
|
Re: How to install Nvidia driver for Fedora 17 64bit?
Quote:
Originally Posted by Ariya
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?
|

30th May 2012, 01:39 PM
|
|
Registered User
|
|
Join Date: Aug 2011
Posts: 39

|
|
|
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.
|

30th May 2012, 01:47 PM
|
|
Registered User
|
|
Join Date: Aug 2011
Posts: 39

|
|
|
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!
|

30th May 2012, 01:51 PM
|
|
Guest
|
|
Posts: n/a

|
|
|
Re: How to install Nvidia driver for Fedora 17 64 bit version?
|

30th May 2012, 02:07 PM
|
 |
Administrator
|
|
Join Date: Jun 2006
Location: Paris, TX
Posts: 22,324

|
|
|
Re: How to install Nvidia driver for Fedora 17 64bit?
Threads merged. Please don't do that again.
|

30th May 2012, 02:20 PM
|
|
Registered User
|
|
Join Date: Aug 2011
Posts: 39

|
|
|
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.
|

30th May 2012, 02:28 PM
|
|
Guest
|
|
Posts: n/a

|
|
|
Re: How to install Nvidia driver for Fedora 17 64bit?
Quote:
Originally Posted by Ariya
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.
|

30th May 2012, 02:33 PM
|
|
Registered User
|
|
Join Date: Aug 2011
Posts: 39

|
|
|
Re: How to install Nvidia driver for Fedora 17 64bit?
Thank you, Yellowman!
|

30th May 2012, 07:53 PM
|
|
Registered User
|
|
Join Date: Nov 2011
Posts: 7

|
|
|
Re: How to install Nvidia driver for Fedora 17 64 bit version?
Quote:
Originally Posted by Yellowman
|
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
|

31st May 2012, 03:56 PM
|
|
Registered User
|
|
Join Date: Apr 2012
Location: Netherlands
Posts: 8

|
|
|
Re: How to install Nvidia driver for Fedora 17 64 bit version?
Quote:
Originally Posted by Fred Zyphal
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?
|

31st May 2012, 04:01 PM
|
|
Guest
|
|
Posts: n/a

|
|
|
Re: How to install Nvidia driver for Fedora 17 64 bit version?
Quote:
Originally Posted by Riotvan
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
|

31st May 2012, 04:09 PM
|
|
Registered User
|
|
Join Date: Apr 2012
Location: Netherlands
Posts: 8

|
|
|
Re: How to install Nvidia driver for Fedora 17 64 bit version?
Quote:
Originally Posted by Yellowman
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
|
I tried that it won't work the system basically freezes right when GDM is loaded, one time i've gotten past it but then nvidia-settings says my driver isn't loaded. I have tried it with a GT520 and 9500GT under fedora 17 and archlinux and the same thing happens. Only way to start the system is boot into init 3 otherwise i can't even ssh into the system, i'm guessing it freezes before it brings up the network.
|

31st May 2012, 04:11 PM
|
|
Guest
|
|
Posts: n/a

|
|
|
Re: How to install Nvidia driver for Fedora 17 64 bit version?
Quote:
Originally Posted by Riotvan
I tried that it won't work the system basically freezes right when GDM is loaded, one time i've gotten past it but then nvidia-settings says my driver isn't loaded. I have tried it with a GT520 and 9500GT under fedora 17 and archlinux and the same thing happens. Only way to start the system is boot into init 3 otherwise i can't even ssh into the system, i'm guessing it freezes before it brings up the network.
|
Post the output as an attachment
Code:
su
nvidia-bug-report.sh
|

31st May 2012, 04:19 PM
|
|
Registered User
|
|
Join Date: Apr 2012
Location: Netherlands
Posts: 8

|
|
|
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.
Last edited by Riotvan; 31st May 2012 at 04:23 PM.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 15:17 (Wednesday, 19-06-2013)
|
|
 |
 |
 |
 |
|
|