Sorry for not following up for a bit.  I'm trying to install NVidia drivers in my new PC.  I am following the steps in the "openSUSE SDB:NVIDIA drivers" instructions.
Below is what I have (tried to...in some cases..) get done and the responses from the terminal:

Start the PC without a graphical desktop. 
Following instructions to add repository.  YaST --> Software Repositories -->Add --> Community repositories--> NVIDIA Graphics Drivers.  ----and this part went well.

Before I start documenting what I have done, I skipped one step that I would like to include:  Here is the step and my problem:

"To take advantage of OpenGL acceleration you must install an additional package, choosing the one that corresponds to the driver:
nvidia-gl04
nvidia-gl05"

Now how do I know which to install???  Figuring that out isn't listed in the SDB:NVIDIA drivers and I haven't been able to tease the information out from anywhere.  
Since I have documented (below) what I have done, where did I miss the step that tells me which openGL driver to use or just plain how do I do this?

I have followed these instructions from SDB: NVIDIA drivers:
#lspci | grep VGA
00:02:0 VGA compatible controller: Intel Corporation Rocket Lake-S GT1 [UHD Graphics 750] (rev04)
02:00.0 VGA compatible controller: NVIDIA Corporation TU106 [GeForce RTX 2060 Rev. A] (rev a1)

#lscpu | grep Arch
Architecture:  x86_64

# localhost:~ # hwinfo --gfxcard | grep Model
Model: "nVidia  TU106 [GeForce RTX 2060 Rev. A]"
Model "Intel VGA compatible controller"

#localhost: hwinfo --arch
Arch: X86_64/grub

# zypper se -s x11-video-nvidiaG0*
s  |Name                |Summary                                                |Type                       
   |x11-video-nvidiaG04 | NVIDIA graphics driver for GForce 400 series and newer| package
   |x11-video-nvidiaG05 | NVIDIA graphics driver for GeFore 600 series and newer| package

#    zypper se -s x11-video-nvidiaG0*             
s  |Name                |Type    | Version      | Arch   | Repository
   |x11-video-nvidiaG04 |package | 390.116-5.1  | x86_64 | NVIDIA
   |x11-video-nvidiaG04 |package | 390.116-5.1  | i586   | NVIDIA
   |x11-video-nvidiaG05 |package | 418.56-9.1   | x86_64 | NVIDIA

#  zypper se nvidia=glG0*
S  | Name        |Summary                                         | Type
   | nvidia-gl04 |NVIDIA OpenGL libraries for OpenGL acceleration | package    | 
   | nvidia-gl05 |NVIDIA OpenGL libraries for OpenGL acceleration | package    |     

Thank you for taking the time to go through this and for helping me......

Mark