Re: NVIDIA driver problem
- In reply to: Chris : "Re: NVIDIA driver problem"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Nov 2022 22:05:30 UTC
>> >> Xorg doesn't start. It loads nvidia driver for Xorg but just says no screen >> found. >> >> How can i diagnose a problem? > The first place to start is /var/log/Xorg.0.log. > It should dump some pretty informative information that should explain why > Xorg(1) > doesn't think it find a screen. :-) I looked and there is no really any information except no screen found. > Almost all my rigs use the Nvidia driver. I have found that only sometimes I > must > also add the BusID: > BusID "PCI:0:13:0" > Otherwise after loading nvidia, X seems to do it's job. Here's mine, in case > it > provides any help: > I will try > # /usr/local/etc/X11/xorg.conf.d/driver-nvidia.conf > Section "Device" > Identifier "Card0" > Driver "nvidia" > # BusID "PCI:0:13:0" > EndSection > > --chris