View Single Post
Old 18th June 2013
shep shep is offline
Real Name: Scott
Arp Constable
 
Join Date: May 2008
Location: Dry and Dusty
Posts: 1,503
Default

Code:
Fatal server error:
[    69.123] no screens found
[    69.123] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help.
is progress compared to
Code:
[    48.131] (II) VESA(1): initializing int10
[    48.142] Segmentation fault at address 0x7d222ffc
[    48.142] 
Fatal server error:
[    48.142] Caught signal 11 (Segmentation fault). Server aborting
[    48.142] 
[    48.142] 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
No screens usually can be rectified with an xorg.conf or xorg.conf.d entry.

Were you trying for a dual monitor setup? It looks like the 2nd dmesg on current does not detect the NVidia card - was it removed?

NVidia is only supported by xf86-video-nv in OpenBSD and that driver does not support 3D. NVidia gets along better with FreeBSD. In OpenBSD you will actually get 3D from an on-board intel card. If you have not already done it, I would remove the nvidia card and go with the onboard intel card.

As mentioned X -configure is broken so you will either have to pull an an OpenBSD xorg.conf off the internet or cobble one together. There is an example screen entry in the OpenBSD FAQ. The FAQ entry is for standard monitors - not wide screen.

Last edited by shep; 18th June 2013 at 12:29 AM. Reason: added caution on the monitor svga vs wsvga
Reply With Quote