Re: startx with no screen found!

Mohammad Badie Zadegan <[email protected]> Tue, 4 Apr 2017 01:32:08 +0430
Newsgroups gmane.os.openbsd.x11
Message-ID <[email protected]>
Finally I resolve my issue by creating the xorg.conf manually at /etc/X11/ =
include these:

Section "Monitor" Identifier "Monitor0" EndSection Section "Device" Identif=
ier "Device0" Driver "vesa" #Choose the driver used for this monitor EndSec=
tion  Section "Screen" Identifier "Screen0" #Collapse Monitor and Device se=
ction to Screen section Device "Device0" Monitor "Monitor0" DefaultDepth 16=
 #Choose the depth (16||24) SubSection "Display" Depth 16 Modes "1024x768_7=
5.00" #Choose the resolution EndSubSection EndSection

Thanks Matthieu Herrb.

> On Apr 3, 2017, at 11:01 AM, Matthieu Herrb <[email protected]> wrote:
>=20
>> On Mon, Apr 03, 2017 at 12:06:57AM +0430, Mohammad Badie Zadegan wrote:
>> Hi everybody,
>> I was used OpenBSD 5.7 two years ago with vesa driver without any error =
but now when I come back to OpenBSD I install the latest release and saw th=
at some body work fine with nv driver but I get no screen found when type s=
tartx!
>> How can I resolve my screen issue?
>> I prefer installing nVidia on my OpenBSD but if I force to vesa, How can=
 I select vesa screen mode?
>> Thanks for your helps.
>=20
> Please include dmesg(8) output and the contents of /var/log/Xorg.0.log
>=20
> the nv(4) driver only support older nVidia chipsets. OpenBSD doesn't
> support the nouveau driver nor the proprietary nvidia drivers.
> --=20
> Matthieu Herrb