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

Thread: do-release-upgrade 18/04 to 20.04 corrupted video issue

  1. #1
    Join Date
    Mar 2007
    Beans
    1,325

    do-release-upgrade 18/04 to 20.04 corrupted video issue

    I ran a do-release-upgrade on an 18.04 computer. It ran and produced no errors. However upon rebooting I get a corrupted image on the monitor after logging in. It worked just fine in 18.04.

    Code:
    #  lshw -c video
      *-display
           description: VGA compatible controller
           product: C61 [GeForce 7025 / nForce 630a]
           vendor: NVIDIA Corporation
           physical id: d
           bus info: pci@0000:00:0d.0
           version: a2
           width: 64 bits
           clock: 66MHz
           capabilities: pm msi vga_controller bus_master cap_list rom
           configuration: driver=nouveau latency=0
           resources: irq:23 memory:ee000000-eeffffff memory:d0000000-dfffffff memory:ed000000-edffffff memory:c0000-dffff

  2. #2
    GhX6GZMB is offline Iced Almond Soy Ubuntu, No Foam
    Join Date
    Jun 2019
    Beans
    1,093

    Re: do-release-upgrade 18/04 to 20.04 corrupted video issue

    Which (x)Ubuntu? My crystal ball is broken.

  3. #3
    Join Date
    Mar 2010
    Location
    USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: do-release-upgrade 18/04 to 20.04 corrupted video issue

    Your NVidia Geforce 7025 is using the opensource Nouveau driver... which covers that GPU... You also have 3rd Party, Proprietary drivers available.

    What do you mean, when you are saying that it is now getting a corrupted image? Could you descript that, upload a screenshot or a picture of as an attachment?
    Last edited by MAFoElffen; August 1st, 2021 at 10:30 PM.

    "Concurrent coexistence of Windows, Linux and UNIX..." || Ubuntu user # 33563, Linux user # 533637
    Sticky: Graphics Resolution | UbuntuForums 'system-info' Script | Posting Guidelines | Code Tags

  4. #4
    Join Date
    Mar 2007
    Beans
    1,325

    Re: do-release-upgrade 18/04 to 20.04 corrupted video issue

    I am using Ubuntu 20.04
    The screen shot doesn't give the full effect because it changes as the mouse moves over the screen.

    I thought the Nvidia proprietary drivers for the chipset had been discontinued.
    Last edited by rsteinmetz70112; August 1st, 2021 at 09:02 PM.

  5. #5
    Join Date
    Mar 2010
    Location
    USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: do-release-upgrade 18/04 to 20.04 corrupted video issue

    NVidia Driver 304 supports that card (probably one of the last that did.

    The easiest way, in a terminal session:
    Code:
    sudo apt install -y ubuntu-drivers-common
    ubuntu-drivers list
    Inside of the ubuntu-drivers package is a utility called nvidia=detecter which in that last command, it uses this utility to query your GPU, then devides if there is an appropriate driver in the 3rd Party Repo's. If it comes up with matches, it will list those driver package names... So please post the output of that last command...

    If it does come up with package names, then do
    Code:
    sudo ubuntu-drivers autoinstall
    It will then pick out the best choice of those drivers and install it.

    OR_ You could decide to install one of the packages listed via APT.
    Code:
    sudo apt install <package_name>
    IF there is no drivers listed, tell me, as I know that the package for NVidia Driver 304 is still in the Ubuntu Drivers Team PPA.
    Last edited by MAFoElffen; August 1st, 2021 at 10:29 PM.

    "Concurrent coexistence of Windows, Linux and UNIX..." || Ubuntu user # 33563, Linux user # 533637
    Sticky: Graphics Resolution | UbuntuForums 'system-info' Script | Posting Guidelines | Code Tags

  6. #6
    Join Date
    Mar 2007
    Beans
    1,325

    Re: do-release-upgrade 18/04 to 20.04 corrupted video issue

    Code:
    # ubuntu-drivers install
    No drivers found for installation.
    I understand that the Nvidia 304 driver is not compatible with current kernels.
    I don't understand why the nouveau driver worked with 18.04 but not 20.04

    I looked at this ppa, https://launchpad.net/~graphics-driv...ive/ubuntu/ppa and it doesn't appear to have a version of the 304 for 20.04 - it looks like the last version is for 18.04
    Last edited by rsteinmetz70112; August 1st, 2021 at 11:06 PM.

  7. #7
    Join Date
    Mar 2010
    Location
    USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: do-release-upgrade 18/04 to 20.04 corrupted video issue

    In that case... The NVidia Driver Version 304 is in the Ubuntu Drivers Team PPA...
    Code:
    sudo add-apt-repository ppa:graphics-drivers/ppa
    sudo apt update
    sudo apt install -y nvidia-graphics-drivers-304

    "Concurrent coexistence of Windows, Linux and UNIX..." || Ubuntu user # 33563, Linux user # 533637
    Sticky: Graphics Resolution | UbuntuForums 'system-info' Script | Posting Guidelines | Code Tags

  8. #8
    Join Date
    Aug 2017
    Location
    melbourne, au
    Beans
    Hidden!
    Distro
    Lubuntu Development Release

    Re: do-release-upgrade 18/04 to 20.04 corrupted video issue

    You didn't say which kernel option you were using when using bionic or 18.04. If it was the GA kernel (4.15), then you'd notice a big change when upgrading to focal, however may have noticed no change if you were using HWE on bionic (18.04; 5.4) and upgraded to focal (20.04; 5.4) using GA.

    This reminds me of a recent bug report reply from Daniel Van Vugt (vanvugt) on QA-testing issues on impish where my old nvidia card has bugs in nouveau that are unlikely to be fixed (impacting GNOME & KDE), where the suggestion was to return the box to focal or 20.04 & use the older GA kernel. If you're using an HWE kernel; I'd suggest trying the GA kernel.

    My other thought - I have no graphic issues at all on that box I'm referring to with other desktops, ie. I'm involved with the Lubuntu team so the box is mostly used for Lubuntu testing and I don't recall every having a video glitch with that Lubuntu (nor with Xubuntu; only Kubuntu & Ubuntu (GNOME) have issues that I recall). ie. if you're not tied to GNOME/KDE, switching to another DE may also be an option.

    Note: I'm no expert with graphics - I ignore it unless it's a problem

  9. #9
    Join Date
    Mar 2010
    Location
    USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: do-release-upgrade 18/04 to 20.04 corrupted video issue

    Well a way to check would be for him to do
    Code:
    uname -r
    ...and see if it is HWE or Generic... Now you have me curious about that.

    "Concurrent coexistence of Windows, Linux and UNIX..." || Ubuntu user # 33563, Linux user # 533637
    Sticky: Graphics Resolution | UbuntuForums 'system-info' Script | Posting Guidelines | Code Tags

  10. #10
    Join Date
    Mar 2007
    Beans
    1,325

    Re: do-release-upgrade 18/04 to 20.04 corrupted video issue

    As I thought after adding the ppa, no drivers were found
    Code:
    # apt install nvidia-graphics-drivers-304
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E: Unable to locate package nvidia-graphics-drivers-304
    I am using the generic kernel, not the HWE
    Code:
    # uname -r
    5.4.0-80-generic

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
  •