Page 1 of 7 123 ... LastLast
Results 1 to 10 of 67

Thread: Is there a definitive, crystal clear, step by step How to NVidia proprietary driver?

  1. #1
    Join Date
    Feb 2011
    Beans
    256

    Question Is there a definitive, crystal clear, step by step How to NVidia proprietary driver?

    Have found it very difficult getting a working system due to driver problems. Do appreciate drivers changing and kernels changing cause the need to reinstall drivers as and when required. The reasons underlying to this is in fact imo what ubuntu is all about but am struggling to cherish a barely working pc.

    The amount of unanswered posts, people posting saying they know the answer and not posting the answers, people posting solutions with no explanantion or reference to their sources, original posters not updating threads giving what worked for them are some of the things adding to the frustration of a pc running like a bag of spanners so i would like to know, "Is there a definitive, crystal clear, step by step How to install NVidia proprietary driver?

    The gist of the advice i have found in these forums suggest using nouveau "if it works for you" which is fine if you want to check your emails and as i intend using my pc for slightly more demanding applications as well as being able to change the icon launcher size the need for proprietary drivers beckons.

    Keeping this post short as my time seems better spent studying Nvidia readme before trying the not so recommended way (especially for noobs like me) of installing driver direct from nvidia. Overlooking something or type error could break ubuntu.

    But if additional/proprietary drivers used - ubuntu breaks drivers lol


    Reading the nvidia readme is not ubuntu specific but am sure a more experienced ubuntuist could shed some constructive light on the subject as i am sure this is really a nooby thing in that it is not ubuntu or drivers at fault but simply just how they are being used.
    The difference between knowledge and wisdom is knowing what to do or just doing it. I know nothing and get little done.

  2. #2
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: Is there a definitive, crystal clear, step by step How to NVidia proprietary driv

    What version nVidia card/chip and what version Ubuntu.

    With older versions, you had to boot with nomodeset and then it offered to install the nVidia driver and just worked.

    With 12.10 they forgot the headers so nVidia does not install. If you download headers and manually install nvidia, then it works.

    Has most bug reports:
    https://bugs.launchpad.net/ubuntu/+s...s/+bug/1068341

    https://bugs.launchpad.net/fglrx/+bug/1068456
    https://bugs.launchpad.net/ubuntu/+s...y/+bug/1068488
    https://bugs.launchpad.net/fglrx/+bug/1068661

    Has what worked for me, install headers & dpkg update.
    https://bugs.launchpad.net/ubuntu/+s...s/+bug/1068942

    But you need the headers first:
    When you see you are in the desktop but no icon or bar, right click to change desktop background
    When the window appear, click all settings, now you see the system settings window.
    Next, click on Software source, go in the additional drivers tab.
    Select the 3 rd option, using video driver for the nvidia or AMD... fglrx-upgrade

    cntrl-alt f1 or f2 to get to terminal also works
    sudo apt-get update
    sudo apt-get upgrade
    sudo apt-get install linux-headers-generic
    # only reason to purge is there are several versions, if you know you have different nVidia use that:
    sudp apt-get purge nvidia*
    sudo apt-get install nvidia-current
    sudo dpkg-reconfigure nvidia-current
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  3. #3
    Join Date
    Feb 2011
    Beans
    256

    Re: Is there a definitive, crystal clear, step by step How to NVidia proprietary driv

    Hi again oldfred

    Yes sorry for not highlighting the many hours/days/weeks trying different drivers right from nouveau, trying the recommended and all the other proprietary drivers including vdpau and gallium!? as well as adding ppa to try xswat drivers (which have worked for me in the passed) As well as the NVIDIA drivers directly from NVidia.

    Can confirm have not had this trouble with graphics driver in older flavours either; though i have had to sometimes change kernel start up parameters.
    It is only with the most recent 12.04 kernel and 12.10 kernel i have got this problem of not booting to log in screen when using proprietary drivers. nouveau appears as driver being used in lspci but hardware details in system settings says gallium being used!?.

    Running 12.04 and here is what lspci -v gives regarding gpu.
    [CODE][02:00.0 VGA compatible controller: NVIDIA Corporation GF119 [GeForce GT 520] (rev a1) (prog-if 00 [VGA controller])
    Subsystem: ZOTAC International (MCO) Ltd. Device 3214
    Flags: bus master, fast devsel, latency 0, IRQ 16
    Memory at df000000 (32-bit, non-prefetchable) [size=16M]
    Memory at d0000000 (64-bit, prefetchable) [size=128M]
    Memory at dc000000 (64-bit, prefetchable) [size=32M]
    I/O ports at ec00 [size=128]
    Expansion ROM at def80000 [disabled] [size=512K]
    Capabilities: <access denied>
    Kernel driver in use: nouveau
    Kernel modules: nvidia, nouveau, nvidiafb
    /CODE]
    Trying 12.10 on an other system gives same results and appreciate that system would probably run on older flavours as that would allow access to more appropriate chipset drivers.

    When i referred to nvidia proprietary drivers in op i intended to refer to the drivers directly from nvidia. As many folks report that is what works for them in order to use their applications/games.

    Reading up in nvidia readme http://uk.download.nvidia.com/XFree8...alldriver.html for the 304.60 driver Do realize as part of the preparation of installing these drivers nouveau will be blacklisted in a ,conf file and unloaded. This will stop unity working.
    So the application that uses 3d acceleration might work but at a cost/ trade off as unity will not!?

    Installing graphics drivers is usually not a problem. Trying to get gaming on linux is. And have had some success but starting to appreciate all that Ubuntu have achieved and what Valve are working on regarding Steam for Linux client. For their blog go here http://http://blogs.valvesoftware.co...aster-zombies/ . Might not be of much interest to many current ubuntu users but the number that are; is sure to grow in the very near future.

    Now how do i go about configuring ubuntu, graphics and applications in order for them to run?
    Am sure playonlinux launching steam (for windows client) in order to start Call of Duty 2 from the Steam library list is doable....
    but only if there is a suitable driver being used appropriate to kernel.
    Last edited by Geezanansa; October 23rd, 2012 at 10:26 PM.
    The difference between knowledge and wisdom is knowing what to do or just doing it. I know nothing and get little done.

  4. #4
    Join Date
    Apr 2007
    Location
    NH USA
    Beans
    1,484
    Distro
    Ubuntu Development Release

    Re: Is there a definitive, crystal clear, step by step How to NVidia proprietary driv

    sudo apt-get install nvidia-current

    This has never failed for me.

  5. #5
    Join Date
    Feb 2011
    Beans
    256

    Re: Is there a definitive, crystal clear, step by step How to NVidia proprietary driv

    It has at least booted a desktop in the passed for me.

    After trying nvidia-current again realise need to remove ppa for xswat to get older drivers.....

    With the exception of nouveau drivers what happens at boot is get post> grub >plymouth but lightdm crashes to black screen (dunno dm) so no log in screen just a black screen

    removing nvidia-current after unsuccessfull boot( get post grub plymouth but lightdm crashes to black screen (dunno dm) so no log in screen- do have input so can tty to remove nvidia-current in order to fall back to nouveau. After dpkg reconfigure and reboot still got black screen but lspci -v revealed nvidia-experimental-304 as being loaded so had to uninstall to fall back to nouveau

    Think removing xswat ppa then updating, upgrading and then try nvidia-current will get things going.(like changing launcher icon size)

    This will at least get 3d acceleration going for some eye candy but am sure for games/applications that the nvidia drivers direct from nvidia provide the answer for fragging on linux.(hence op question and name of thread)
    Last edited by Geezanansa; October 23rd, 2012 at 11:51 PM.
    The difference between knowledge and wisdom is knowing what to do or just doing it. I know nothing and get little done.

  6. #6
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: Is there a definitive, crystal clear, step by step How to NVidia proprietary driv

    Years ago I installed the nVidia drivers and they did not work and they had done so many thing to system that I have never reinstalled from nVidia.

    In the last few years the one's offered by Ubuntu have been good for me. I managed t avoid the .40 version that had issues and now often install not the current but the next one nvidia-current-updates.
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  7. #7
    Join Date
    Apr 2007
    Location
    NH USA
    Beans
    1,484
    Distro
    Ubuntu Development Release

    Re: Is there a definitive, crystal clear, step by step How to NVidia proprietary driv

    Quote Originally Posted by Geezanansa View Post
    It has at least booted a desktop in the passed for me.

    After trying nvidia-current again realise need to remove ppa for xswat to get older drivers.....

    removing nvidia-current after unsuccessfull boot( get post grub plymouth but lightdm crashes to black screen (dunno dm) so no log in screen- do have input so can tty to remove nvidia-current in order to fall back to nouveau. After dpkg reconfigure and reboot still got black screen but lspci -v revealed nvidia-experimental-304 as being loaded so had to uninstall to fall back to nouveau

    Think removing xswat ppa then updating, upgrading and then try nvidia-current will get things going.
    Yes, ppa-purge the xswat ppa, apt-get purge nvidia-current to be safe, and apt-get install nvidia-current.

  8. #8
    Join Date
    Mar 2011
    Beans
    15

    Re: Is there a definitive, crystal clear, step by step How to NVidia proprietary driv

    Geezanansa,

    I appreciate your frustration in not getting this to work. Without either a list of previous threads on what you have tried, or new details on your current configuration so we can try to work out what is going wrong from the beginning, I'm afraid you won't get the answer you need.

    As sgage mentioned, in the majority of cases it is simply a matter of running "sudo apt-get install nvidia-current", or by using the additional drivers gui that comes with Ubuntu. If this isn't working for you, then it would be great to work out why, but we need some basic information first.

    Ubuntu version = 12.10 ??? (x64 or x32?)
    Video card = NVIDIA GeForce GT 520
    What ways have you already tried to install drivers?
    Have you tried installing the drivers on a fresh/clean install of Ubuntu?
    Do you have just the one video card?

  9. #9
    Join Date
    Apr 2007
    Location
    NH USA
    Beans
    1,484
    Distro
    Ubuntu Development Release

    Re: Is there a definitive, crystal clear, step by step How to NVidia proprietary driv

    Quote Originally Posted by awr View Post
    Geezanansa,

    I appreciate your frustration in not getting this to work. Without either a list of previous threads on what you have tried, or new details on your current configuration so we can try to work out what is going wrong from the beginning, I'm afraid you won't get the answer you need.

    As sgage mentioned, in the majority of cases it is simply a matter of running "sudo apt-get install nvidia-current", or by using the additional drivers gui that comes with Ubuntu. If this isn't working for you, then it would be great to work out why, but we need some basic information first.

    Ubuntu version = 12.10 ??? (x64 or x32?)
    Video card = NVIDIA GeForce GT 520
    What ways have you already tried to install drivers?
    Have you tried installing the drivers on a fresh/clean install of Ubuntu?
    Do you have just the one video card?
    The 'additional drivers' thing has failed for me on more than one occasion. gtk-jockey works most of the time. apt-get install nvidia-current works virtually always.

  10. #10
    Join Date
    Feb 2011
    Beans
    256

    Re: Is there a definitive, crystal clear, step by step How to NVidia proprietary driv

    So now ppa for xswat drivers gone and nvidia-current = 295 driver nvidia-current does not boot to log in screen.Again what happens is
    post> grub >plymouth but lightdm crashes to black screen (dunno dm) so no log in screen just a black screen
    Thx for input folks and i am running 12.04 32 bit with a gt520 as gpu.


    What i am trying to achieve is
    Am sure playonlinux launching steam (for windows client) in order to start Call of Duty 2 from the Steam library list is doable....
    but only if there is a suitable driver being used appropriate to kernel.
    I know this is doable but need pointers on how to configure ubuntu, graphics and game launch/console commands but as driver problems persist have decided to post here BEFORE i tried install the latest linux driver from nvidia.


    I have tried jockey-common, additional drivers, adding ppas and installing from cli to install many driver versions. Have installed nvidia drivers direct from nvidia with good results. until a kernel upgrade that is....

    Have made sure am using the latest linux kernel and kernel header.

    I use these forums for guidance and searching for BLACK SCREEN shows this is not unique to nvidia
    This thread has been the most usefull to me so far http://ubuntuforums.org/showthread.p...ighlight=bogan
    Thinking that if nouveau works after trying proprietary drivers then all i need to do is install a working driver and since proprietary drivers does not work for me then maybe nvidia driver direct from nvidia is worth a shot again and posted here asking for ubuntu specific advice here after looking at nvidia readme before trying to install the driveri.e. i asked Is there a definitive, crystal clear, step by step How to NVidia proprietary driver?

    but obviously something is broken....

    as stated several times when trying to illustrate ,prove and explain that i understand, know how to and can install nvidia-current (but it does not boot to log in screen)
    what happens at boot time when any driver other than nouveau is used is
    get post> grub >plymouth but lightdm crashes to black screen (dunno dm) so no log in screen just a black screen
    Are the drivers direct from nvidia's website proprietary?
    Last edited by Geezanansa; October 24th, 2012 at 02:22 AM.
    The difference between knowledge and wisdom is knowing what to do or just doing it. I know nothing and get little done.

Page 1 of 7 123 ... 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
  •