this post was submitted on 06 Nov 2023
2 points (100.0% liked)
Linux
4 readers
2 users here now
founded 2 years ago
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I've seen similar errors before. It's referring to what the xorg server considers to be "monitor 0". Maybe your xorg.conf file has an error in it, or perhaps that monitor is unplugged? If you're running an NVIDIA card, you can run
sudo nvidia-xconfig
for it to overwrite your xorg.conf file which is in /etc/X11 on my machine, note that the X in X11 is capitalized.