On May 25 11:21:25, Norm Legare wrote:
> I have looked thru and searched thru the archives for some help
> with this issue (and google as well). I have installed the stock
> 4.6 distribution on an hp quad-core with interated nVidia GeForce
> 9100/Cuda graphics with all the defaults except I have enabled X.
Why don't you use 4.7 that just came out?
It lists "GeForce 9XXX" as supported in
the nv(4) manpage.
> I have checked the machdep.allowaperture and it is set to 2. And
> uname -a = openBSD hpq4.my.domain 4.6 Generic.MP#81 amd64. It does
> report that the nVidia chipset is unknown in the output of the
> booting.
When reporting HW problems, always include the full dmesg.
> I have tried X -configure and set it to my monitor's
> settings and to various presets.
What happens _without_ a config file?
> When I do startx it reports that
> "Fatal server error: no screens found". I have tried using the
> nVidia generic driver in the configure. In the X configure I have
> also tried using the vga driver, but that results in "Failed to
> load module "vga" (module does not exist, 0) No drivers available".
Generate a config file with 'X -configure' and try just
changing the Driver "nv" to "vesa". (That's what worked
for me with various nVidia chips.) Don't forget to copy
the (working) config file to /etc/X11/xorg.conf
Consult /var/log/Xorg.0.log if there are more problems.
Jan