Here are the revised instructions let me know whether they work for you. I was able create a viewport using the advanced setting in the nVidia cofig tool.
Make sure your original nVidia driver install is removed.
To do this select configure your computer → Hardware → Set up the graphical server.
Select the top drop down men titled and select the graphics card closest to the one you have installed once done select ok.
The next screen will ask you whether to install the proprietry drive select “No” and continue with the install. This action will restore the open source video drivers. You will need to reboot following this procedure.You can ten start with the procedure detailed here:-
Fedora 39/38/37 NVIDIA Drivers Install Guide [545.29.06 / 535.129.03 / 525.147.05 / 470.223.02 / 390.157 / 340.108] :: If Not True Then FalseYou can ignore all of step 1
At step 2.4 run “urpmi --auto-update”
To updat eyour system.At 2.5 if you have already installed the nVidia driver from OpenMandriva you should already have all the necesessary dependencies are installed.
The command in 2.6.1 should be echo “blacklist nouveau” >> /etc/modprobe.d/blacklist-mdv.conf
For 2.6.2 you need to modify the the file /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT=" scsi_mod.use_blk_mq=1 quiet resume=UUID=09a2dab2-a9b5-4592-805d-bb527d1169dd rw logo.nologo acpi_osi=Linux acpi_osi=‘!Windows 2012’ acpi_backlight=vendor acpi_backlight=vendor audit=0 rd.timeout=120 rd.driver.blacklist=nouveau nokmsboot
For 2.6.2 the grub2 update line is like this grub2-mkconfig -o /boot/grub2/grub.cfg
Use the same line for either bios or EFI installs.hy this isYou can ignore step 2.6.4 as we use the modeset driver.
Step 2.6.5 is not necessary as loading of the nouveau kernel driver is already disabled by the changes to the grub2 command line. I’m not sure why this step is here.
Do step 2.7
Do step 2.8.1
New step 2.8.1ARun the following command:-
echo nvidia >> /etc/modprobe.preloadNote that for the following steps you will only get text prompts as we do not install the library with gives the menu prompts by default.
Contine through steps until 2.8.4 at this step select “No”
The reason for the “No” is that the dkms modules have already been built by the previous installation by control centre but the installer will not continues
unless it builds the modules.Continue to step 2.9
If you want to install the additional packages detailed in step 2.10
Then use urpmi instead of dnf to install the packages named on the first line.