 |
 |
 |
 |
| F14 Development The proper place for all things "F14." This section will be archived once F14 reaches final release. |

20th October 2010, 07:12 AM
|
|
Registered User
|
|
Join Date: Nov 2008
Posts: 119

|
|
|
how to enable the nvidia driver in f14?
now that f14 kernel is stable, how to enable the nvidia driver? I tried the instruction guide in f13 but it doesn't work
|

20th October 2010, 10:30 AM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
|
Re: how to enable the nvidia driver in f14?
Code:
yum install akmod-nvidia
reboot
|

20th October 2010, 12:24 PM
|
|
Registered User
|
|
Join Date: Nov 2008
Posts: 119

|
|
|
Re: how to enable the nvidia driver in f14?
it's not needed to work on grub as in f13?
and by the way... I did as root a nvidia-xconfig and now it works even if it gives me a error during boot related to livnaconfigdisplay.
is it possible to disable livnaconfig during boot?
is it possible to have the fedora logo i see using nouveau during boot instead of the ugly running lines i get with nvidia driver?
|

20th October 2010, 09:13 PM
|
 |
Fedora QA Community Monkey
|
|
Join Date: Dec 2008
Location: Vancouver, BC
Posts: 3,761

|
|
|
Re: how to enable the nvidia driver in f14?
add vga=788 or vga=791 as a boot parameter.
|

21st October 2010, 06:27 AM
|
|
Registered User
|
|
Join Date: Nov 2008
Posts: 119

|
|
|
Re: how to enable the nvidia driver in f14?
thanks! it works!
|

24th October 2010, 01:05 AM
|
|
Registered User
|
|
Join Date: May 2008
Posts: 57

|
|
|
Re: how to enable the nvidia driver in f14?
Hi,
driver does not load:
[root@hobbes ~]# /etc/init.d/nvidia start
Checking for module nvidia.ko: [ OK ]
Enabling the nvidia driver: Traceback (most recent call last):
File "/usr/sbin/nvidia-config-display", line 28, in <module>
import livnaConfigDisplay.ConfigDisplay
File "/usr/lib/python2.7/site-packages/livnaConfigDisplay/ConfigDisplay.py", line 29, in <module>
import xf86config
File "/usr/lib64/python2.7/site-packages/xf86config.py", line 1, in <module>
import ixf86config
ImportError: /usr/lib64/python2.7/site-packages/ixf86configmodule.so: undefined symbol: xstrtokenize
[FEHLGESCHLAGEN]
[root@hobbes ~]# uname -r
2.6.35.6-45.fc14.x86_64
---------- Post added 2010-10-24 at 02:05 AM GMT ---------- Previous post was 2010-10-23 at 11:14 PM GMT ----------
Running as root nvidia-xconfig did help, although after 2nd try. Do not know, why first one failed.
Last edited by Lebenskuenstler; 24th October 2010 at 03:27 AM.
|

25th October 2010, 07:01 AM
|
 |
Registered User
|
|
Join Date: Dec 2007
Posts: 244

|
|
|
Re: how to enable the nvidia driver in f14?
__________________
Data, Information Processing, Secure Hosting, and Internet Technology (D.I.P.S.H.I.T.)
|

25th October 2010, 12:38 PM
|
|
Registered User
|
|
Join Date: Oct 2009
Location: Europe
Posts: 24

|
|
|
Re: how to enable the nvidia driver in f14?
F14-64bit GeForce 310M
For me not work. I get:
Code:
[ 111.489] (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
[ 111.490] (EE) NVIDIA(0): log file that the GLX module has been loaded in your X
[ 111.490] (EE) NVIDIA(0): server, and that the module is the NVIDIA GLX module. If
[ 111.490] (EE) NVIDIA(0): you continue to encounter problems, Please try
[ 111.490] (EE) NVIDIA(0): reinstalling the NVIDIA driver.
But with NVIDIA-Linux-x86_64-260.19.12.run works fine.
|

25th October 2010, 03:16 PM
|
|
Registered User
|
|
Join Date: Nov 2008
Posts: 119

|
|
|
Re: how to enable the nvidia driver in f14?
I disabled the nvidia service to get rid of the error during boot time. in any case (enabled or not) the nvidia driver seems to be very heavy tothe system: gnome shell and all the programs are very slow on startup and very slow in responding...
|

25th October 2010, 03:37 PM
|
 |
Administrator
|
|
Join Date: Aug 2007
Location: London Postbox (the red one)
Age: 47
Posts: 3,847

|
|
|
Re: how to enable the nvidia driver in f14?
I installed the one straight from nvidia works fine the rpmfusion one was useless, theres a guide in here somewhere on how to install it.
|

25th October 2010, 10:22 PM
|
 |
Fedora QA Community Monkey
|
|
Join Date: Dec 2008
Location: Vancouver, BC
Posts: 3,761

|
|
|
Re: how to enable the nvidia driver in f14?
the problem is that nvidia-config-display actually does useful stuff (it's not just there for fun), so since it fails to run, the configuration steps it should perform don't happen, and you wind up with a misconfigured driver. If you manually do the stuff nvidia-config-display is supposed to do, it ought to work; I haven't checked exactly what that is, though (part of it will be to write a /etc/X11/xorg.conf that specifies the nvidia driver).
|

26th October 2010, 10:53 AM
|
|
Registered User
|
|
Join Date: Oct 2009
Location: Europe
Posts: 24

|
|
|
Re: how to enable the nvidia driver in f14?
Quote:
Originally Posted by geolab
I disabled the nvidia service to get rid of the error during boot time. in any case (enabled or not) the nvidia driver seems to be very heavy tothe system: gnome shell and all the programs are very slow on startup and very slow in responding...
|
You realy have 3D?
I have works very slow 2D, works VDPAU, but 3D not work.
glxinfo?
|

26th October 2010, 12:10 PM
|
 |
Registered "Cashew" User
|
|
Join Date: May 2010
Location: Adelaide, Australia
Age: 18
Posts: 614

|
|
|
Re: how to enable the nvidia driver in f14?
I have nvidia driver working in F14 RC1 by adding the RPMFusion repo and installing akmod-nvidia then run nvidia-xconfig. Graphics card is Nvidia GTX 260. 2D is soooo sloowwww so reverting back to nouveau
__________________
Running Mageia 3 (KDE 4.10) on an ASUS K55V (Core i5, 16GB RAM, 750GB HDD, Nvidia 610M)
Last edited by ah7013; 26th October 2010 at 12:15 PM.
|

26th October 2010, 01:35 PM
|
|
Registered User
|
|
Join Date: Oct 2009
Location: Europe
Posts: 24

|
|
|
Re: how to enable the nvidia driver in f14?
Quote:
Originally Posted by ah7013
I have nvidia driver working in F14 RC1 by adding the RPMFusion repo and installing akmod-nvidia then run nvidia-xconfig. Graphics card is Nvidia GTX 260. 2D is soooo sloowwww so reverting back to nouveau
|
I mean nvidia driver from rpmfusion works not properly. Try nvidia driver from nvidia site. Works fine for me.
|

26th October 2010, 05:39 PM
|
|
Registered User
|
|
Join Date: Nov 2008
Posts: 119

|
|
|
Re: how to enable the nvidia driver in f14?
but in case, how to disable the driver from nvidia site once the rpmfusion is working right?
|
| 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: 17:43 (Monday, 20-05-2013)
|
|
 |
 |
 |
 |
|
|