scrīpsit David Coppa <dco...@gmail.com>: | On Wed, May 25, 2016 at 7:30 PM, <m...@mmmmarascio.xyz> wrote: | > I'm new to OpenBSD. I've recently installed 5.9 -release on a | > MacBook 5,1. The default configuration of Xorg doesn't work for me: | > when I call startx, my screen goes black and the computer seems entirely | > unresponsive to keyboard input; I'm obliged to restart the computer by | > holding down the power button. I'd appreciate seeing how others have | > successfully configured Xorg for the MacBook 5,1. | | Add "machdep.allowaperture=2" to /etc/sysctl.conf | | Create a /etc/X11/xorg.conf containing: | | ---8<--- | | Section "Device" | Identifier "Vesa" | Driver "vesa" | EndSection | | ---8<---
Thanks for your suggestion. But it results in a "Fatal server error". [ 42.929] (--) checkDevMem: using aperture driver /dev/xf86 [ 42.941] (--) Using wscons driver on /dev/ttyC4 in pcvt compatibility mode (version 3.32) [ 42.971] X.Org X Server 1.17.4 Release Date: 2015-10-28 [ 42.971] X Protocol Version 11, Revision 0 [ 42.971] Build Operating System: OpenBSD 5.9 amd64 [ 42.971] Current Operating System: OpenBSD mordious.my.domain 5.9 GENERIC.MP#1888 amd64 [ 42.971] Build Date: 26 February 2016 01:59:52AM [ 42.972] [ 42.972] Current version of pixman: 0.32.8 [ 42.972] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 42.972] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 42.972] (==) Log file: "/var/log/Xorg.0.log", Time: Thu May 26 11:17:02 2016 [ 43.013] (==) Using system config directory "/usr/X11R6/share/X11/xorg.conf.d" [ 43.016] (==) No Layout section. Using the first Screen section. [ 43.016] (==) No screen section available. Using defaults. [ 43.016] (**) |-->Screen "Default Screen Section" (0) [ 43.016] (**) | |-->Monitor "<default monitor>" [ 43.016] (==) No device specified for screen "Default Screen Section". Using the first device section listed. [ 43.016] (**) | |-->Device "Vesa" [ 43.017] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. [ 43.017] (==) Disabling SIGIO handlers for input devices [ 43.021] (==) Automatically adding devices [ 43.021] (==) Automatically enabling devices [ 43.021] (==) Not automatically adding GPU devices [ 43.148] (==) FontPath set to: /usr/X11R6/lib/X11/fonts/misc/, /usr/X11R6/lib/X11/fonts/TTF/, /usr/X11R6/lib/X11/fonts/OTF/, /usr/X11R6/lib/X11/fonts/Type1/, /usr/X11R6/lib/X11/fonts/100dpi/, /usr/X11R6/lib/X11/fonts/75dpi/ [ 43.148] (==) ModulePath set to "/usr/X11R6/lib/modules" [ 43.148] (II) The server relies on wscons to provide the list of input devices. If no devices become available, reconfigure wscons or disable AutoAddDevices. [ 43.162] (II) Loader magic: 0x1154e2d324a0 [ 43.162] (II) Module ABI versions: [ 43.162] X.Org ANSI C Emulation: 0.4 [ 43.162] X.Org Video Driver: 19.0 [ 43.162] X.Org XInput driver : 21.0 [ 43.163] X.Org Server Extension : 9.0 [ 43.166] (--) PCI:*(0:2:0:0) 10de:0863:106b:00aa rev 177, Mem @ 0xd2000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00001000/128, BIOS @ 0x????????/131072 [ 43.166] (II) LoadModule: "glx" [ 43.194] (II) Loading /usr/X11R6/lib/modules/extensions/libglx.so [ 43.316] (II) Module glx: vendor="X.Org Foundation" [ 43.316] compiled for 1.17.4, module version = 1.0.0 [ 43.316] ABI class: X.Org Server Extension, version 9.0 [ 43.316] (==) AIGLX enabled [ 43.316] (II) LoadModule: "vesa" [ 43.317] (II) Loading /usr/X11R6/lib/modules/drivers/vesa_drv.so [ 43.325] (II) Module vesa: vendor="X.Org Foundation" [ 43.325] compiled for 1.17.4, module version = 2.3.3 [ 43.325] Module class: X.Org Video Driver [ 43.325] ABI class: X.Org Video Driver, version 19.0 [ 43.325] (II) VESA: driver for VESA chipsets: vesa [ 43.326] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support [ 43.326] (II) Loading sub module "vbe" [ 43.326] (II) LoadModule: "vbe" [ 43.328] (II) Loading /usr/X11R6/lib/modules/libvbe.so [ 43.336] (II) Module vbe: vendor="X.Org Foundation" [ 43.336] compiled for 1.17.4, module version = 1.1.0 [ 43.336] ABI class: X.Org Video Driver, version 19.0 [ 43.336] (II) Loading sub module "int10" [ 43.336] (II) LoadModule: "int10" [ 43.337] (II) Loading /usr/X11R6/lib/modules/libint10.so [ 43.346] (II) Module int10: vendor="X.Org Foundation" [ 43.346] compiled for 1.17.4, module version = 1.0.0 [ 43.346] ABI class: X.Org Video Driver, version 19.0 [ 43.346] (II) VESA(0): initializing int10 [ 43.347] (EE) VESA(0): V_BIOS address 0x0 out of range [ 43.347] (II) UnloadModule: "vesa" [ 43.347] (II) UnloadSubModule: "int10" [ 43.347] (II) Unloading int10 [ 43.347] (II) UnloadSubModule: "vbe" [ 43.347] (II) Unloading vbe [ 43.347] (EE) Screen(s) found, but none have a usable configuration. [ 43.347] (EE) Fatal server error: [ 43.347] (EE) no screens found(EE) [ 43.347] (EE) Please consult the The X.Org Foundation support at http://wiki.x.org for help. [ 43.347] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information. [ 43.347] (EE) [ 43.352] (EE) Server terminated with error (1). Closing log file. Michael