Page 2 of 6 FirstFirst 1234 ... LastLast
Results 11 to 20 of 52

Thread: How to install a .run file

  1. #11
    Join Date
    Jul 2008
    Beans
    38

    Re: How to install a .run file

    Ok, so I followed your instructions to install a .run file. every thing went fine until after I did the last step: (sudo ./example.run) I got an error message: "Your appear to be running an X server; please exit X before installing."

    Can anyone help with this?
    Thanks!

  2. #12
    Join Date
    Aug 2005
    Beans
    462

    Re: How to install a .run file

    Quote Originally Posted by eram View Post
    Ok, so I followed your instructions to install a .run file. every thing went fine until after I did the last step: (sudo ./example.run) I got an error message: "Your appear to be running an X server; please exit X before installing."

    Can anyone help with this?
    Thanks!
    are you trying to install a graphics driver? you'd be better off finding a tutorial for it if you are. it's telling you to kill all the GUI stuff and just use a terminal.
    Thanks to the forums staff for your dedication and hard work
    (the admins changed my sig to that lol )

  3. #13
    Join Date
    Jul 2008
    Beans
    38

    Re: How to install a .run file

    Yes, I am installing a graphics card driver. They only provide a README for Suse installation. I don't mind killing the GUI, I have a lot of experience in terminal. But I have never yet encountered a .run file, so I don't know what to do.

  4. #14
    Join Date
    Nov 2007
    Location
    NC, USA
    Beans
    829
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: How to install a .run file

    You can still sh a run file. I do this all the time with the Nvidia drivers.

    Code:
    sh whatever.run
    Linux User #460341 || Ubuntu User #19510 || Unanswered Posts Team

  5. #15
    Join Date
    Jul 2008
    Beans
    38

    Re: How to install a .run file

    Quote Originally Posted by PinkFloyd102489 View Post
    You can still sh a run file. I do this all the time with the Nvidia drivers.

    Code:
    sh whatever.run
    No, it says I need to do it as root.
    I do
    Code:
    sudo sh N*.run
    but it tells me to exit X.

  6. #16
    Join Date
    Aug 2005
    Beans
    462

    Re: How to install a .run file

    you run this -
    Code:
    ctrl-alt-F1
    that will get rid of your desktop, so save anything first. then run this -
    Code:
    init 3
    then -
    Code:
    gdm stop
    then login, that bit might be earlier, it's says login, or something like that. then, if the nvidia driver is on your desktop cd to your desktop and run it like this -
    Code:
    cd ~/Desktop <enter>
    sudo sh NVIDIA-Linux-xxxx.run
    replace the xxxx with what the driver is called. at some point you might get an error about /tmp/.X0-lock, or something like that, you can remove it like this -
    Code:
    sudo rm /tmp/.X0-lock
    you can reboot like this -
    Code:
    sudo reboot
    OR incase that doesn't work for some reason
    Code:
    sudo shutdown -r now
    i've never installed a graphics driver like that in ubuntu, that's just from old notes i made for installing the nvidia driver on linux. i don't think anyone installs the driver like that on ubuntu.
    Last edited by ice60; July 26th, 2008 at 11:18 PM.
    Thanks to the forums staff for your dedication and hard work
    (the admins changed my sig to that lol )

  7. #17
    Join Date
    Jul 2008
    Beans
    38

    Re: How to install a .run file

    Quote Originally Posted by ice60 View Post
    you run this -
    Code:
    ctrl-alt-F1
    that will get rid of your desktop, so save anything first. then run this -
    Code:
    init 3
    then -
    Code:
    gdm stop
    then login, that bit might be earlier, it's says login, or something like that. then, if the nvidia driver is on your desktop cd to your desktop and run it like this -
    Code:
    cd ~/Desktop <enter>
    sudo sh NVIDIA-Linux-xxxx.run
    replace the xxxx with what the driver is called. at some point you might get an error about /tmp/.X0-lock, or something like that, you can remove it like this -
    Code:
    sudo rm /tmp/.X0-lock
    you can reboot like this -
    Code:
    sudo reboot
    OR incase that doesn't work for some reason
    Code:
    sudo shutdown -r now
    i've never installed a graphics driver like that in ubuntu, that's just from old notes i made for installing the nvidia driver on linux. i don't think anyone installs the driver like that on ubuntu.
    Thanks! It worked! I ended up uninstalling the driver again because it did not solve my graphics problem. But I was able to solve my problem a different way: It was a simple matter of editing the xorg.conf file.
    Thanks again!8)

  8. #18
    Join Date
    Aug 2008
    Location
    i dont remember
    Beans
    1
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: How to install a .run file

    as regards step 4 once i have press enter it comes up with permission denied can any one help?

    thanks in advance.

  9. #19
    Join Date
    Sep 2008
    Beans
    33

    Re: How to install a .run file

    works great!

  10. #20
    Join Date
    Oct 2007
    Beans
    10
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: How to install a .run file

    Thank you, very useful!

Page 2 of 6 FirstFirst 1234 ... LastLast

Bookmarks

Posting Permissions

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