Overclock.net banner

fedora 14 nvidia drivers

1782 Views 26 Replies 8 Participants Last post by  error10
I can't seen to get the nvidia drivers to install in fedora 14

when I go to kill the xserver all the command I try don't work
like
killall gdm
kill x
gdm stop
and so no and on

and all the guides I see are for a instalment from the package manger (what the proprietary drivers)
how do I go about installing them
1 - 20 of 27 Posts
Does Fedors use grub? I have never used Fedora, if so just boot into runlevel 3. Just add a 3 to the end of the line in grub. To do so, press E, then select what you want to boot and press E again and add a 3 at the end and then hit B. There could be a graphical menu in Grub too, I'm not sure.
  • Rep+
Reactions: 1
Quote:


Originally Posted by mdatmo
View Post

Does Fedors use grub? I have never used Fedora, if so just boot into runlevel 3. Just add a 3 to the end of the line in grub. To do so, press E, then select what you want to boot and press E again and add a 3 at the end and then hit B. There could be a graphical menu in Grub too, I'm not sure.

ya it uses grub

I"ll try it later
See less See more
Quote:


Originally Posted by evermooingcow
View Post

Code:
Code:
/etc/init.d/gdm stop
might work

try that before
** (gdm-binary:5069): WARNING **: Failed to acquire org.gnome.DisplayManager

** (gdm-binary:5069): WARNING **: Could not acquire name; bailing out
See less See more
Been a while since I used fedora.

May not be the elegant method but the way to boot to CLI that I used in the past has been to modify the default runlevel in /etc/inittab. I think by default it is 5 with X and you want 3 for CLI.

You can still get to X with startx.
Quote:
Originally Posted by patlefort;13095464
Or you can simply type "init 3" in a shell as root.
^^^ this
smile.gif


fedora is nice about having USEFUL run levels unlike stuff from other people like debian where they keep runlevels 2-5 EXACTLY THE SAME -.-

runlevel 3 is a multi-user command line, so "telinit 3" or "init 3" (telinit is just a symlink to init)
smile.gif
just make sure you are in a root terminal or it wont let ya do it
See less See more
2
Install the drivers from RPM Fusion, as shown in my Linux Software Guide.
Quote:


Originally Posted by error10
View Post

Install the drivers from RPM Fusion, as shown in my Linux Software Guide.

did that
but I can't fold on my 470
need the proprietary drivers
and yes I have set every thing up to fold
but I need the proprietary drivers
like all other distros
See less See more
Quote:


Originally Posted by Plex
View Post

sudo service gdm stop

that's for ubuntu other distros
See less See more
Quote:


Originally Posted by 3dfxvoodoo
View Post

that's for ubuntu

It's for Linux, actually. All of the distros don't have completely unique terminal commands. That kind of defeats the purpose.
See less See more
Quote:


Originally Posted by Plex
View Post

It's for Linux, actually. All of the distros don't have completely unique terminal commands. That kind of defeats the purpose.

well ya it is
but it dose not work in fedora
it dose things differently
See less See more
Quote:


Originally Posted by 3dfxvoodoo
View Post

did that
but I can't fold on my 470
need the proprietary drivers
and yes I have set every thing up to fold
but I need the proprietary drivers
like all other distros

Why didn't you say you wanted to fold?


Anyway, install the drivers from RPM Fusion and then the 64-bit CUDA Toolkit from nvidia.com.
See less See more
2
Quote:


Originally Posted by error10
View Post

Install the drivers from RPM Fusion, as shown in my Linux Software Guide.

eh... ive always liked just installing the drivers myself after getting them from nvidia... drivers from package managers can be out of date and such :/ its easier just to not even fuss with it
See less See more
Quote:


Originally Posted by EntTheGod
View Post

eh... ive always liked just installing the drivers myself after getting them from nvidia... drivers from package managers can be out of date and such :/ its easier just to not even fuss with it

Maybe, but if you install them manually, then they go out of date if you forget to go download the updates whenever they come out. Which happens a lot.
See less See more
Quote:


Originally Posted by error10
View Post

Why didn't you say you wanted to fold?


Anyway, install the drivers from RPM Fusion and then the 64-bit CUDA Toolkit from nvidia.com.


I did
See less See more
2
Quote:
Originally Posted by mdatmo;13094666
Does Fedors use grub? I have never used Fedora, if so just boot into runlevel 3. Just add a 3 to the end of the line in grub. To do so, press E, then select what you want to boot and press E again and add a 3 at the end and then hit B. There could be a graphical menu in Grub too, I'm not sure.
did this
work like a charm
rep man
no reason to edit grub.... just boot normal and type init 3 in a root terminal like people have said... you can change your run levels any time you want
1 - 20 of 27 Posts
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top