xashyar - at least we have some Hints
can't access /run/u-d-c-nvidia-was-loaded file
Is nvidia loaded? no
Is nvidia blacklisted? yes
Error: can't access /sys/bus/pci/devices/0000:00:02.0/driver
The device is not bound to any driver.
can't open /sys/module/nvidia/version
Hummm ...
It's possible that when you last switched from Intel to nvidia that the process wasn't completed. So you have nvidia loaded & blacklisted. You could try either - or both:
switch to intel, reboot, switch to nvidia, reboot, i.e
Code:
sudo prime-select intel
reboot
sudo prime-select nvidia
reboot
Now is Nvidia still blacklisted ?
Code:
ls /etc/modprobe.d/
ls /lib/modprobe.d
If still blacklisted:
Code:
sudo rm /lib/modprobe.d/blacklist-nvidia.conf
may be worth a shot.
be nice if it were this simple --- hope !