Well give us the terminal output for the inxi -Fxxxz for the graphics part. To see if that worked or the card is using any other driver stillā¦
Which commands have you used, which packages have you uninstalled?
We are looking a bit at a crystal ballā¦ Not easy to help, very little info provided starting from your first post. Be more specific for successful troubleshoot and patient.
Perhaps it may be a good option from a clean slate and for him to install only install nouveau and also tick the lts kernel and header options at install to test both.
Then first try via nvidia-installer-dkms, and if it doesnāt work test Nvidia 495 install according to my post linked above. Then if it doesnāt work remove these packages and try with 370xx on AUR. I do not know everything that has been tried or done to that system and looks like some other stuff could have been broken.
yeah Iām in a tty right now copying files to a usb for a potential reinstallation.
Also: this should only have been significant in terms of what Iāve already tried with the graphics cards, but I was running a mining rig with ethereum classic on t-rex that Iād recently set up on the pc.
there are three options: the first one, which has provided the described result, the second one(initramfs) which has provided the same result as the first, and the third, which takes me to a menu that has been the same since I had windows installed on the computer that is built in to the computer seemingly beyond GRUB
card is supported by latest Nvidia Driver, the issue could be that DRM Modesetting is not enabled.
that can be done in the most easy and save way by adding the option into grub kernel line:
I ran both of the commands and got the same result after trying reboot in a few different options on grub menu. Was the first command only supposed to be entered verbatim into a terminal command, should it have been added as a line in a certain file somewhere, or something else?
If it should go in /boot/grub/grub.cfg, where in the file should it go? The file is quite long.
by that means edit the file /etc/default/grub and add nvidia-drm.modeset=1 to the options on the line GRUB_CMDLINE_LINUX_DEFAULT="quiet loglevel=3 nowatchdog"
so that it reads like so: GRUB_CMDLINE_LINUX_DEFAULT="quiet loglevel=3 nowatchdog nvidia-drm.modeset=1"
save the file and run the grub command: sudo grub-mkconfig -o /boot/grub/grub.cfg