Hello everyone. I would like to report an issue I've encountered today.
I remember that I was running a command that told me that there were a couple of components that were required to be removed, and a couple of programs that require updating/upgrading. After that happened, I rebooted my computer and remembered that I had an Nvidia graphics driver downloaded on my root. I've written down the following code:
after rebooting, I opened the graphics driver via tty1 and began to install. I've been prompted with an error that I've ignored and continued the installation anyways.
After rebooting once again, I've logged in as root, and wrote "startx".
This is what I've seen:
The graphics got completely messed up! This has never happened to me before and I've never seen this happen to somebody else before. I am also being unable to find issues similar to this,.
Please, help!
I remember that I was running a command that told me that there were a couple of components that were required to be removed, and a couple of programs that require updating/upgrading. After that happened, I rebooted my computer and remembered that I had an Nvidia graphics driver downloaded on my root. I've written down the following code:
Code:
echo options nouveau modeset=0 | sudo tee -a /etc/modprobe.d/nouveau-kms.conf update-initramfs -u reboot
After rebooting once again, I've logged in as root, and wrote "startx".
This is what I've seen:
The graphics got completely messed up! This has never happened to me before and I've never seen this happen to somebody else before. I am also being unable to find issues similar to this,.
Please, help!
Comment