Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 31

Thread: Problem updating ubuntu (unmet dependencies + mismatch on package)

  1. #21
    Join Date
    May 2011
    Beans
    115

    Re: Problem updating ubuntu (unmet dependencies + mismatch on package)

    Ok. Well my system 'works' now in the sense that the Xorg driver is back into business. But I *really* would like to use the nvida-390 driver. In the Driver Manager this driver is seen as recommended but I try to select it it simply switches back to the XOrg one. Any way to use the 390 driver?

    Thanks

  2. #22
    Join Date
    May 2011
    Beans
    115

    Re: Problem updating ubuntu (unmet dependencies + mismatch on package)

    Seems that things have gotten better and I managed to partially solve my problem. The nvidia-390 driver is now installed and is apparently being used. However performance is very bad compared to earlier. While I used to have consistently about 60 fps in (for example) Minecraft it is now about 10-11 fps. Am I still not using the correct drivers? I did remove that ppa where I used to get my drivers from but I'm not sure I can safely use that. Hints are welcome. Thanks

    Edit: the nvidia packages are *still* giving issues... I can't imagine that I'm the only ubuntu user with nvidia cards? How do other people solve this?
    Last edited by jorritTyb; April 2nd, 2018 at 05:56 PM.

  3. #23
    Join Date
    May 2011
    Beans
    115

    Re: Problem updating ubuntu (unmet dependencies + mismatch on package)

    Sorry for bumping this but I'm getting a bit desperate here. I'm happy with two solutions. Either getting the proprietary nvidia drivers working on bionic or else a way to revert my system back to the previous stable version of ubuntu. As it is now my system is basically unusable for what I need to do.

    Thanks!

  4. #24
    Join Date
    Jun 2007
    Beans
    17,337

    Re: Problem updating ubuntu (unmet dependencies + mismatch on package)

    By now you could have done a 100 fresh installs, why not just do that & be done with the problems?

  5. #25
    #&thj^% is offline I Ubuntu, Therefore, I Am
    Join Date
    Aug 2016
    Beans
    Hidden!

    Re: Problem updating ubuntu (unmet dependencies + mismatch on package)

    I can't help but to agree with mc4man.
    Sorry just trying to be helpful.

  6. #26
    Join Date
    May 2011
    Beans
    115

    Re: Problem updating ubuntu (unmet dependencies + mismatch on package)

    Well a fresh install wipes everything I guess. That's of course possible but it is a lot of work. Also I guess I was hoping for a solution with bionic too. But ok. I think I'll have to do that then. Thanks for the reply

  7. #27
    Join Date
    Oct 2008
    Location
    ExodusHair<Čubura
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Problem updating ubuntu (unmet dependencies + mismatch on package)

    Never have wanted to move to another house just because I had to fix something being that even hard thing to do...
    But, re-install could be done (and it has been done) with keeping almost everything as it was, just in a new environment...
    Good readings:

    https://askubuntu.com/questions/2698...-folder/269892
    https://ubuntuforums.org/showthread.php?t=2057342
    and so on...
    Ignota nulla curatio morbi.
    Quod nocet saepe docet.

  8. #28
    Join Date
    May 2011
    Beans
    115

    Re: Problem updating ubuntu (unmet dependencies + mismatch on package)

    I have one remaining question though. Where can I follow progress on support for nvidia on bionic? What's the best place/resource for this kind of information?

  9. #29
    Join Date
    Oct 2008
    Location
    ExodusHair<Čubura
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Problem updating ubuntu (unmet dependencies + mismatch on package)

    Code:
    apt changelog nvidia-put_number_You_want_to follow
    Ignota nulla curatio morbi.
    Quod nocet saepe docet.

  10. #30
    Join Date
    May 2018
    Beans
    1

    Re: Problem updating ubuntu (unmet dependencies + mismatch on package)

    As root:

    for FILE in $(dpkg-divert --list | grep nvidia-340 | awk '{print $3}'); do dpkg-divert --remove $FILE; done

    When it's done, you can:

    apt --fix-broken install
    apt update
    apt upgrade

Page 3 of 4 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
  •