Results 1 to 2 of 2

Thread: NVIDIA driver and X Server

  1. #1
    Join Date
    Sep 2011
    Beans
    14

    NVIDIA driver and X Server

    Hello

    I wish to use the Octane rendering program on Ubuntu 12.04, and a prerequisite for using the program is the installation of a graphics card driver downloaded from NVIDIA. My problem is that during the installation X Server must be disabled, and I don't know the correct procedure for doing that. Is it even possible to disable X Server when using Ubuntu via the GUI?

  2. #2
    Join Date
    Mar 2008
    Beans
    88
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: NVIDIA driver and X Server

    alt+f2 then login then enter:

    Code:
    sudo stop lightdm
    To restart the gui

    Code:
    sudo start lightdm
    alt+f7 if necessary
    Last edited by nativehound; October 25th, 2012 at 07:24 AM. Reason: forgot to add how to restart the gui.
    Your first step, learn the command line man intro man man man bash

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
  •