Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: nvidia graphic drivers not istalled/working

  1. #1
    Join Date
    Jul 2012
    Beans
    12

    Exclamation nvidia graphic drivers not istalled/working

    i installed ubuntu 12.04 yesterday on my laptop (dell inspiron 1545) when i try to use the nvidia setting it says

    "You do not appear to be using the NVIDIA X driver. Please edit your X configuration file (just run `nvidia-xconfig` as root), and restart the X server."

    how do i do that?

    also "additional drivers" never showed my graphics driver. only did my wireless card driver.
    Last edited by cindy1990; July 23rd, 2012 at 01:42 AM.

  2. #2
    Join Date
    Dec 2005
    Location
    Washington
    Beans
    Hidden!
    Distro
    Kubuntu 12.10 Quantal Quetzal

    Re: nvidia graphic drivers not istalled/working

    Open Terminal or press ctrl+T

    run this command.

    Code:
    sudo nvidia-xconfig
    Let me know how it works.

  3. #3
    Join Date
    Jul 2012
    Beans
    12

    Re: nvidia graphic drivers not istalled/working

    Quote Originally Posted by robtygart View Post
    Open Terminal or press ctrl+T

    run this command.

    Code:
    sudo nvidia-xconfig
    Let me know how it works.

    i got.

    WARNING: Unable to locate/open X configuration file.

    New X configuration file written to '/etc/X11/xorg.conf'


    i also forgot to mention myunity was working and now it wont. says im running in 2d mode.

  4. #4
    Join Date
    Jul 2012
    Beans
    12

    Re: nvidia graphic drivers not istalled/working

    Quote Originally Posted by robtygart View Post
    Open Terminal or press ctrl+T

    run this command.

    Code:
    sudo nvidia-xconfig
    Let me know how it works.
    i got.

    WARNING: Unable to locate/open X configuration file.

    New X configuration file written to '/etc/X11/xorg.conf'


    i also forgot to mention myunity was working and now it wont. says im running in 2d mode.

  5. #5
    Join Date
    Dec 2005
    Location
    Washington
    Beans
    Hidden!
    Distro
    Kubuntu 12.10 Quantal Quetzal

    Re: nvidia graphic drivers not istalled/working

    Quote Originally Posted by cindy1990 View Post
    i got.

    WARNING: Unable to locate/open X configuration file.

    New X configuration file written to '/etc/X11/xorg.conf'


    i also forgot to mention myunity was working and now it wont. says im running in 2d mode.
    Go to System settings> Additional Drivers, check to see if your driver shows up there and is on.

  6. #6
    Join Date
    Jul 2012
    Beans
    12

    Re: nvidia graphic drivers not istalled/working

    Quote Originally Posted by robtygart View Post
    Go to System settings> Additional Drivers, check to see if your driver shows up there and is on.
    nope not there...im goin to re istall and go from there
    Last edited by cindy1990; July 23rd, 2012 at 03:07 AM.

  7. #7
    Join Date
    Dec 2005
    Location
    Washington
    Beans
    Hidden!
    Distro
    Kubuntu 12.10 Quantal Quetzal

    Re: nvidia graphic drivers not istalled/working

    Quote Originally Posted by cindy1990 View Post
    nope not there...im goin to re istall and go from there
    This will install open source nvidia driver
    Code:
    sudo apt-get install nouveau-firmware
    or
    This will install current invidia drivers ( I and others have been having some trouble with this one. Don't know why!

    Code:
    sudo apt-get install nvidia-current

  8. #8
    Join Date
    Jul 2012
    Beans
    12

    Re: nvidia graphic drivers not istalled/working

    Quote Originally Posted by robtygart View Post
    This will install open source nvidia driver
    Code:
    sudo apt-get install nouveau-firmware
    or
    This will install current invidia drivers ( I and others have been having some trouble with this one. Don't know why!

    Code:
    sudo apt-get install nvidia-current
    "facepalm" silly me just relized my computer has intel not nivdia...thankfully i relized that b4 i typed it the above. im so use to working with computers that has nividia. ( this laptop was just given to me).......though under system-details. it says graphic unknown.......anyway to tell what my graphic is?

  9. #9
    Join Date
    Jul 2012
    Beans
    12

    Re: nvidia graphic drivers not istalled/working

    Quote Originally Posted by robtygart View Post
    This will install open source nvidia driver
    Code:
    sudo apt-get install nouveau-firmware
    or
    This will install current invidia drivers ( I and others have been having some trouble with this one. Don't know why!

    Code:
    sudo apt-get install nvidia-current

    "facepalm" silly me just relized my computer has intel not nivdia...thankfully i relized that b4 i typed it the above. im so use to working with computers that has nividia. ( this laptop was just given to me).......though under system-details. it says graphic unknown.......anyway to tell what my graphic is?

  10. #10
    Join Date
    Dec 2005
    Location
    Washington
    Beans
    Hidden!
    Distro
    Kubuntu 12.10 Quantal Quetzal

    Re: nvidia graphic drivers not istalled/working

    Use this
    Code:
    lspci -nnk | grep -iA2 vga
    Please post the results.

Page 1 of 2 12 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
  •