NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: NetBSD-10.0RC



On Wed, Nov 29, 2023 at 07:04:21AM -0500, Todd Gruhn wrote:
> X  just stuck for about 1 min --  then quitl.
> 
> At the bottom, I saw an error:
> 
>       nouveau0 ...

What is the exact error ?

What is in Xorg.0.log ?

To get X working with the native Xorg in netbsd-10 I had to add in xorg.conf:
Section "Device"
        Identifier "Nvidia T400"
	Driver "modesetting"
	BusID  "PCI:1:0:0"
EndSection

You'll have to adjust BusID to match your setup; pcictl pci0 list should
tell you where you card is.

-- 
Manuel Bouyer <bouyer%antioche.eu.org@localhost>
     NetBSD: 26 ans d'experience feront toujours la difference
--


Home | Main Index | Thread Index | Old Index