Manjaro Linux Forum is a community forum - only a few who is actually part of the team is active on the forum - and the community does not maintain anything - they are mere sharing their knowledge.
The Ryzen 7945HX provides an iGPU Radeon 610N which is the one used when you boot using open source drivers.
That is - unless you have configured the system firmware to use the dGPU in which case the nouveau driver is used.
In that case you should try with the proprietary driver option.
Even so Nvidia is known to be problematic when used with Linux - a well known fact in the gamer community.
Just proving my point - your hardware has not been chosen with Linux in mind.
It is not easy to find hardware that works with Linux - but there is a few vendors out there.
If you really want a Linux gaming system - I suggest you do your due diligence and research your options before pouring your hard earned gold into hardware that is not designed with Linux in mind.
Troubleshooting
From this I assume your system has a working Windows installation.
- Boot into your firmware - ensure the iGPU is the primary GPU.
- If that is not possible e.g. the system is forced to use dGPU when detected, remove the dGPU from the system.
- Boot the system from ISO using the open source option and verify if the system boot
If the system boots to a graphical desktop - fantastic - install the system.
Reboot the system without the ISO to verify the new boot loader is giving you the option to select Manjaro and Windows.
Then you may proceed to adding back the dGPU.
After adding back the dGPU, boot the system without the ISO and verify you can reach the GRUB loader.
If you can reach GRUB - navigate to Manjaro Linux item - and press e to edit. Using the arrow keys navigate to line with the word splash and add the number three (3) to the end of the line. Press F10 to continue.
Login using the username and password you created a installation.
First ensure your system is fully up-to-date (the ISO is a mere snapshot of the packages at the time of creation).
sudo pacman -Syu
If this updates your kernel - reboot the system once more and repeat the above to login.
Then run the following command
inxi -Fxxxc0 | curl -F 'file=@-' https://0x0.st
Make a note of the url provided as response - edit your initial topic and add the url - as this will provide hardware identification information.
```
https://0x0.st/blablago.txt
```
First run a script to recommend which Nvidia driver to use
nvidia-recommended-driver
Based on that information - install the driver - when done restart your system.