Announcement

Collapse
No announcement yet.

Can't adjust video resolution after 18.04 upgrade

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [SOLVED] Can't adjust video resolution after 18.04 upgrade

    I just upgraded from 16.04 to 18.04 and my video size is 640x480

    I can't figure out how to change the video size. I tried running the nVidea app but it won't come up. Stuck.

    -=Ken=-
    -=Ken=-
    "A man has to know his limitations." Harry Callihan (Dirty Harry)
    DIY ASRock AB350, AMD Ryzen 3 1200, 16 GB RAM, nvidia GT-710, kubuntu 20.04

    #2
    it sounds like your display driver did not live through the upgrade , check that the driver is still installed and the module got rebuilt for the new kernel.

    is nvidia installed , check ,,,,,,
    Code:
    vinny@vinny-bonox8:~$ dpkg -l | grep nvidia
    ii  libnvidia-cfg1-390:amd64                        390.77-0ubuntu0.18.04.1                     amd64        NVIDIA binary OpenGL/GLX configuration library
    ii  libnvidia-common-390                            390.77-0ubuntu0.18.04.1                     all          Shared files used by the NVIDIA libraries
    ii  libnvidia-compute-390:amd64                     390.77-0ubuntu0.18.04.1                     amd64        NVIDIA libcompute package
    ii  libnvidia-compute-390:i386                      390.77-0ubuntu0.18.04.1                     i386         NVIDIA libcompute package
    ii  libnvidia-decode-390:amd64                      390.77-0ubuntu0.18.04.1                     amd64        NVIDIA Video Decoding runtime libraries
    ii  libnvidia-decode-390:i386                       390.77-0ubuntu0.18.04.1                     i386         NVIDIA Video Decoding runtime libraries
    ii  libnvidia-encode-390:amd64                      390.77-0ubuntu0.18.04.1                     amd64        NVENC Video Encoding runtime library
    ii  libnvidia-encode-390:i386                       390.77-0ubuntu0.18.04.1                     i386         NVENC Video Encoding runtime library
    ii  libnvidia-fbc1-390:amd64                        390.77-0ubuntu0.18.04.1                     amd64        NVIDIA OpenGL-based Framebuffer Capture runtime library
    ii  libnvidia-fbc1-390:i386                         390.77-0ubuntu0.18.04.1                     i386         NVIDIA OpenGL-based Framebuffer Capture runtime library
    ii  libnvidia-gl-390:amd64                          390.77-0ubuntu0.18.04.1                     amd64        NVIDIA OpenGL/GLX/EGL/GLES GLVND libraries and Vulkan ICD
    ii  libnvidia-gl-390:i386                           390.77-0ubuntu0.18.04.1                     i386         NVIDIA OpenGL/GLX/EGL/GLES GLVND libraries and Vulkan ICD
    ii  libnvidia-ifr1-390:amd64                        390.77-0ubuntu0.18.04.1                     amd64        NVIDIA OpenGL-based Inband Frame Readback runtime library
    ii  libnvidia-ifr1-390:i386                         390.77-0ubuntu0.18.04.1                     i386         NVIDIA OpenGL-based Inband Frame Readback runtime library
    ii  nvidia-compute-utils-390                        390.77-0ubuntu0.18.04.1                     amd64        NVIDIA compute utilities
    ii  nvidia-dkms-390                                 390.77-0ubuntu0.18.04.1                     amd64        NVIDIA DKMS package
    ii  nvidia-driver-390                               390.77-0ubuntu0.18.04.1                     amd64        NVIDIA driver metapackage
    ii  nvidia-kernel-common-390                        390.77-0ubuntu0.18.04.1                     amd64        Shared files used with the kernel module
    ii  nvidia-kernel-source-390                        390.77-0ubuntu0.18.04.1                     amd64        NVIDIA kernel source package
    ii  nvidia-prime                                    0.8.8.1                                     all          Tools to enable NVIDIA's Prime
    ii  nvidia-settings                                 390.77-0ubuntu0.18.04.1                     amd64        Tool for configuring the NVIDIA graphics driver
    ii  nvidia-utils-390                                390.77-0ubuntu0.18.04.1                     amd64        NVIDIA driver support binaries
    ii  xserver-xorg-video-nvidia-390                   390.77-0ubuntu0.18.04.1                     amd64        NVIDIA binary Xorg driver
    are the modules loaded , check ,,,,,
    Code:
    vinny@vinny-bonox8:~$ lsmod | grep nvidia
    nvidia_uvm            757760  0
    nvidia_drm             40960  1
    nvidia_modeset       1110016  17 nvidia_drm
    nvidia              14360576  767 nvidia_uvm,nvidia_modeset
    drm_kms_helper        172032  1 nvidia_drm
    drm                   401408  4 drm_kms_helper,nvidia_drm
    ipmi_msghandler        53248  2 ipmi_devintf,nvidia
    VINNY
    i7 4core HT 8MB L3 2.9GHz
    16GB RAM
    Nvidia GTX 860M 4GB RAM 1152 cuda cores

    Comment


      #3
      Yes, nvidia installed, modules loaded.

      -=Ken=-
      -=Ken=-
      "A man has to know his limitations." Harry Callihan (Dirty Harry)
      DIY ASRock AB350, AMD Ryzen 3 1200, 16 GB RAM, nvidia GT-710, kubuntu 20.04

      Comment


        #4
        Tried:
        Code:
        [FONT=monospace]kdesudo nvidia-settings   
        libpng warning: iCCP: known incorrect sRGB profile
        
        ERROR: Unable to load info from any available system
        
        [/FONT]
        Should I try to uninstall the nvidia drivers?

        Edit: I just checked and there are three updates for xserver and one for xwayland waiting for me. Maybe doing the update would work? Or wait?
        Last edited by kenj70; Oct 26, 2018, 03:24 PM.
        -=Ken=-
        "A man has to know his limitations." Harry Callihan (Dirty Harry)
        DIY ASRock AB350, AMD Ryzen 3 1200, 16 GB RAM, nvidia GT-710, kubuntu 20.04

        Comment


          #5
          Ran this:
          Code:
          $ sudo ubuntu-drivers autoinstall
          
          [FONT=monospace]$ ubuntu-drivers devices
          == /sys/devices/pci0000:00/0000:00:03.1/0000:0b:00.0 ==
          modalias : pci:v000010DEd0000128Bsv00001043sd000085E7bc03sc00i00
          vendor   : NVIDIA Corporation
          model    : GK208B [GeForce GT 710]
          driver   : nvidia-driver-390 - distro non-free recommended
          driver   : xserver-xorg-video-nouveau - distro free builtin
          
          [/FONT]
          Now it works fine! What the...?

          -=Ken=-

          Edit: This link was helpful: https://medium.com/@iamdibakardipu/h...x-489563052f6c
          Last edited by kenj70; Oct 26, 2018, 05:23 PM.
          -=Ken=-
          "A man has to know his limitations." Harry Callihan (Dirty Harry)
          DIY ASRock AB350, AMD Ryzen 3 1200, 16 GB RAM, nvidia GT-710, kubuntu 20.04

          Comment

          Working...
          X