Find the answer to your Linux question:
Results 1 to 2 of 2
I am using fedora 10, and i have downloaded the latest nvidia driver. Now i want to install it but can't. It says disable X server Somehow i disabled x ...
  1. #1
    Just Joined!
    Join Date
    Jul 2009
    Posts
    1

    Lightbulb Help Installing Driver

    I am using fedora 10, and i have downloaded the latest nvidia driver.
    Now i want to install it but can't.
    It says disable X server
    Somehow i disabled x server and now want to install that driver then how to install it from command prompt?
    Let me tell you that i am totally new to linux .
    thanks in advance

  2. #2
    Linux Guru waterhead's Avatar
    Join Date
    Jul 2004
    Location
    Franklin, Wisconsin
    Posts
    4,577
    In Fedora, you disable the X-server by changing the run level to 3. Do this by entering this command, after using su to gain root privileges.
    Code:
    init 3
    You then need to use a terminal screen to log in. These are found by using the Ctrl+Alt+F1 through Ctrl+Alt+ F8 key combinations. Log in as root, then change directory to the folder that has the driver source code. Use the cd command for this.
    Code:
    cd /home/KaustubhG/Desktop
    Of course, you need to use the actual location of the file. Mine is just an example. Then, to see a list of the files in that folder, use this command.
    Code:
    ls
    You should be able to see the driver's name. It makes it easier to enter it, to run it. When you run it, make sure you accept what it asks ( I don't recall exactly). The default is "NO", and it will then exit without installing.

    I hope that you realize that you need some developmental programs and files installed first. Make sure you have these installed:

    kernel-devel (kernel source)
    gcc (Linux C compiler)

    And for good measure, install this too:

    kernel-headers-<your kernel version>
    Paul

    Please do not send Private Messages to me with requests for help. I will not reply.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...