Everything looks fine there. Your machine is almost identical to mine.
I would assume you did not set the nvidia as primary thus the intel is running until and unless you start an app that requires the additional power of the nvidia GPU.
and I have the nvidia set as primary by following these steps from rpmfusion.
cp -p /usr/share/X11/xorg.conf.d/nvidia.conf /etc/X11/xorg.conf.d/nvidia.conf
And edit the file to use: Option "PrimaryGPU" "yes"
I chose to place that Option in both stanzas of that file under /etc and am running the nvidia GPU as primary so it is always active. Yours is the same as mine was before I made the nvidia primary.
May 13 17:51:20 rog systemd[1]: nvidia-fallback.service - Fallback to nouveau as nvidia did not load was skipped because of a failed condition check (ConditionPathExists=!/sys/module/nvidia)
Did you investigate what was shown in that line.? or the few errors reported just above that?
Can you give us details of why you conclude it is not being treated as primary? It certainly was loaded in your earlier post.
May 13 17:51:20 rog systemd[1]: Failed to start nvidia-powerd.service - nvidia-powerd service.
You told me that is already had to do with rpm fusion.
journalctl -b | grep 'nvidia Bug compilation:
May 13 17:51:18 rog kernel: nvidia-gpu 0000:01:00.3: i2c timeout error e0000000
May 13 17:51:18 rog kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
May 13 17:51:19 rog systemd-udevd[601]: nvidia: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidiactl c 195 255'' failed with exit code 1.
May 13 17:51:19 rog systemd-udevd[601]: nvidia: Process '/usr/bin/bash -c 'for i in $(cat /proc/driver/nvidia/gpus/*/information | grep Minor | cut -d \ -f 4); do /usr/bin/mknod -Z -m 666 /dev/nvidia${i} c 195 ${i}; done'' failed with exit code 1.
May 13 17:51:20 rog /usr/bin/nvidia-powerd[962]: Failed to initialize RM Client
May 13 17:51:20 rog systemd[1]: nvidia-powerd.service: Main process exited, code=exited, status=1/FAILURE
May 13 17:51:20 rog systemd[1]: nvidia-powerd.service: Failed with result 'exit-code'.
May 13 17:51:20 rog systemd[1]: Failed to start nvidia-powerd.service - nvidia-powerd service.
May 13 17:51:20 rog audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=nvidia-powerd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
May 13 17:51:20 rog systemd[1]: nvidia-fallback.service - Fallback to nouveau as nvidia did not load was skipped because of a failed condition check (ConditionPathExists=!/sys/module/nvidia)
I wanna know what more can I do?
I would like to know why it is no loading as primary and why these errors?