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

Thread: Nvidia driver

  1. #1
    Join Date
    Sep 2007
    Beans
    95

    Nvidia driver

    Ok, so I fudged up...I downloaded a Nvidia driver, trying to get Starcraft 1 to work better. I think it somehow rebooted automatically and now I have 640x480 resolution, and when I go to change it, it no longer lists 800 and 1024 and the refresh rate is set at 59 fps. I uninstalled the driver and have absolutely no idea what to do.

    Lubuntu 12.04*
    Acer Aspire One
    Intel Atom Processor
    Integrated graphics
    Last edited by linux.convert; June 23rd, 2012 at 06:52 PM. Reason: *12.10 hasn't come out yet...
    Crunchbang 11 "Waldorf"

  2. #2
    Join Date
    Feb 2009
    Location
    Sierra Vista, AZ
    Beans
    1,867
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Nvidia driver

    You obviously know more than I do if you are playing around with Lubuntu 12.10 which is still in its development phase. That being said, after you uninstalled the driver are you back where you started from or is the video borked because you installed the wrong one and it replaced the correct one?
    Rex
    Ubuntu Arizona LoCo Team - The Hottest LoCo on Earth
    Arizona LoCo |Arizona Team Wiki|Arizona Launchpad

  3. #3
    Join Date
    Sep 2007
    Beans
    95

    Re: Nvidia driver

    I'm using 12.04, I typed 12.10 originally in error...I think the new one replaced the old one, but its still working right now. The Additional drivers thing only shows a broadcom wireless driver, so that's no help. There doesn't seem to be a settings manager, by default, for graphics drivers where you can designate which driver to use.

    *Synaptic shows that I have a bunch of Xserver-xorg video packages installed, so the problem may just be how to enable one...
    Last edited by linux.convert; June 23rd, 2012 at 07:12 PM. Reason: *give more info
    Crunchbang 11 "Waldorf"

  4. #4
    Join Date
    Jun 2009
    Location
    NY
    Beans
    570
    Distro
    Kubuntu Development Release

    Re: Nvidia driver

    Quote Originally Posted by linux.convert View Post
    I'm using 12.04, I typed 12.10 originally in error...I think the new one replaced the old one, but its still working right now. The Additional drivers thing only shows a broadcom wireless driver, so that's no help. There doesn't seem to be a settings manager, by default, for graphics drivers where you can designate which driver to use.
    You tried installing via ppa:
    https://launchpad.net/~ubuntu-x-swat/+archive/x-updates

    -Red
    Everything in the future is a wave, everything in the past is a particle. -Lawrence Bragg

    Parabola: https://parabolagnulinux.org/
    Completely freed... Libre GNU/Linux !!!

  5. #5
    Join Date
    Sep 2007
    Beans
    95

    Re: Nvidia driver

    Ok I added that ppa to my list for synaptic, but I'm not 100% sure which driver to select. This is all pretty new territory for me.
    Crunchbang 11 "Waldorf"

  6. #6
    Join Date
    Feb 2012
    Location
    Athens/Greece
    Beans
    Hidden!
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Nvidia driver

    Hello ,
    give the output of commands
    Code:
    lspci -nnk | grep -iA2 vga 
    apt-cache policy nvidia-current
    Thanks.

  7. #7
    Join Date
    Sep 2007
    Beans
    95

    Re: Nvidia driver

    Totally unrelated, how do you show code in a reply?

    --------------------------------------------------

    USER@USER-AOD###:~$ lspci -nnk | grep -iA2 vga
    00:02.0 VGA compatible controller [0300]: Intel Corporation N10 Family Integrated Graphics Controller [8086:a011] (rev 02)
    Subsystem: Acer Incorporated [ALI] Device [1025:0590]
    Kernel driver in use: i915
    USER@USER-AOD###:~$

    --------------------------------------------------


    USER@USER-AOD###:~$ apt-cache policy nvidia-current
    nvidia-current:
    Installed: (none)
    Candidate: 302.17-0ubuntu1~precise~xup1
    Version table:
    302.17-0ubuntu1~precise~xup1 0
    500 http://ppa.launchpad.net/ubuntu-x-sw...pdates/ubuntu/ precise/main i386 Packages
    295.40-0ubuntu1 0
    500 http://us.archive.ubuntu.com/ubuntu/ precise/restricted i386 Packages
    100 /var/lib/dpkg/status
    USER@USER-AOD###:~$
    Last edited by linux.convert; June 23rd, 2012 at 09:52 PM. Reason: left something out
    Crunchbang 11 "Waldorf"

  8. #8
    Join Date
    Jun 2009
    Location
    NY
    Beans
    570
    Distro
    Kubuntu Development Release

    Re: Nvidia driver

    To have text wrapped as code you just use the # sign option when you are in the posting menu. Take a look at the attachment I have.

    From your previous post, it looks as if there is no proprietary NVidia driver installed. So first you would want to:

    Code:
    sudo apt-get update
    Then

    Code:
    sudo apt-get install nvidia-graphics-drivers
    if that doesn't work, replace nvidia-graphics-drivers with nvidia-current.

    This should download the driver and install it in your kernel automatically.

    -Red
    Attached Images Attached Images
    Everything in the future is a wave, everything in the past is a particle. -Lawrence Bragg

    Parabola: https://parabolagnulinux.org/
    Completely freed... Libre GNU/Linux !!!

  9. #9
    Join Date
    Sep 2007
    Beans
    95

    Re: Nvidia driver

    I early before your post, I went ahead and backed up my files and reinstalled. I'm not going to bother with it right now, not at least until I've researched it more.

    Thank you guys alot for all the info.
    Crunchbang 11 "Waldorf"

  10. #10
    Join Date
    Feb 2012
    Location
    Athens/Greece
    Beans
    Hidden!
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Nvidia driver

    Hi.
    Ok , here is the deal..
    You have an Acer netbook with Intel integrated graphics. You do not have Nvidia .

    USER@USER-AOD###:~$ lspci -nnk | grep -iA2 vga
    00:02.0 VGA compatible controller [0300]: Intel Corporation N10 Family Integrated Graphics Controller [8086:a011] (rev 02)
    Subsystem: Acer Incorporated [ALI] Device [1025:0590]
    Kernel driver in use: i915
    So you cannot install Nvidia's driver on a machine that has not Nvidia graphics card.
    Intel has not closed source (restricted) driver . Intel's driver its open and its already installed on Ubuntu. You can see "Kernel driver in use:i915"
    So don't spend your time for search or investigate anything about how to install Nvidia's driver at this netbook. You are Ok.
    Thanks
    Last edited by NikTh; June 24th, 2012 at 07:29 AM.

Page 1 of 2 12 LastLast

Tags for this Thread

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
  •