Upgraded from G04 to G05 Nvidia driver and now resolution stuck at 800x600

As the title, I’m running LEAP 15.2. Initially, I accidentally installed the G04 Nvidia drivers who were working fine (including playing games), but then I noticed that they were using a really old version of the Nvidia drivers. I have an Nvidia 1070 laptop edition card, so I installed the G05 drivers while removing the G04 drivers in the same operation. Now I can’t change resolution in the System Settings, and I’m not sure what to do.

If anyone could offer some help, I would appreciate it.

Please post the result of:

/sbin/lspci -nnk | egrep -A3 "VGA|Display|3D"

When changing Nvidia driver it is best to remove the old driver, reboot, install the new driver. But maybe something else went wrong and you now are using only the basic framebuffer.

Thank you for your reply. This is the output:

01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GP104BM [GeForce GTX 1070 Mobile] [10de:1be1] (rev a1)
        Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:11af]
        Kernel modules: nouveau
01:00.1 Audio device [0403]: NVIDIA Corporation GP104 High Definition Audio Controller [10de:10f0] (rev a1)

Please post:

zypper se -si kernel nvidia

Output:

Loading repository data...
Reading installed packages...

S  | Name                      | Type    | Version                            | Arch   | Repository
---+---------------------------+---------+------------------------------------+--------+------------------------
i+ | kernel-default            | package | 5.3.18-lp152.20.7.1                | x86_64 | (System Packages)
i+ | kernel-default            | package | 5.3.18-lp152.26.2                  | x86_64 | Main Update Repository
i  | kernel-default-devel      | package | 5.3.18-lp152.20.7.1                | x86_64 | (System Packages)
i  | kernel-default-devel      | package | 5.3.18-lp152.26.2                  | x86_64 | Main Update Repository
i  | kernel-devel              | package | 5.3.18-lp152.20.7.1                | noarch | (System Packages)
i  | kernel-devel              | package | 5.3.18-lp152.26.2                  | noarch | Main Update Repository
i  | kernel-firmware           | package | 20200107-lp152.1.1                 | noarch | Main Repository
i  | kernel-macros             | package | 5.3.18-lp152.26.2                  | noarch | Main Update Repository
i  | nvidia-computeG05         | package | 450.57-lp152.35.1                  | x86_64 | nVidia Graphics Drivers
i  | nvidia-gfxG05-kmp-default | package | 450.57_k5.3.18_lp152.19-lp152.35.1 | x86_64 | nVidia Graphics Drivers
i  | nvidia-glG05              | package | 450.57-lp152.35.1                  | x86_64 | nVidia Graphics Drivers
i  | purge-kernels-service     | package | 0-lp152.4.1                        | noarch | Main Repository
i+ | x11-video-nvidiaG05       | package | 450.57-lp152.35.1                  | x86_64 | nVidia Graphics Drivers

Install once more, as root:

zypper in -f nvidia-computeG05 nvidia-gfxG05-kmp-default nvidia-glG05 x11-video-nvidiaG05

Awesome! Thank you very much. That seems to have got everything back working again.