On Thu, Feb 25, 2016 at 12:37:00PM +0330, Mohammad BadieZadegan wrote: > Hi all, > I have Dell E6410 Latitude notebook (With nVidia Graphic card) and I > installed NetBSD v7.0 as a main OS on it. > While I run [X -configure] it make a [xorg.conf.new] and then I run [X > -config /root/xorg.conf.new] but it errored me: [(EE) No device Detected]. > > Finally I changed "nv" in [xorg.conf.new] to "vesa" but still error me > [(EE) No device Detected]! > > How can I resolve this nVidia issue? > Thanks in advance.
Hi, I just hit the same issue. The problem was in pkgsrc-current only (Xorg 1.18.1), with a patch to the autoconfig file which had just been reverted. the patch was patch-hw_xfree86_common_xf86AutoConfig.c run cvs update on at least x11/modular-xorg-server and then make update. (fix by tnn, thanks!).