Hello all, I have a problem concerning an OpenBSD 3.8 machine. I decided today to apply all patches (001 to 009) and to recompile thus parts of the operating system. All patches have been compiled and installed cleanly. Even those for the kernel (although it's the first time I ever compiled a kernel on OpenBSD - I've done this of course numerous times on FreeBSD). BUT, now I have a problem with XOrg (it won't start). Probably it's because of patch number 007. When I do a startx I obtain the following at the end of the /var/log/Xorg.0.log file: (...) (**) Keyboard0: CustomKeycodes disabled (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD) (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE) Could not init font path element /usr/X11R6/lib/X11/fonts/misc/, removing from l ist! Could not init font path element /usr/X11R6/lib/X11/fonts/TTF/, removing from li st! Could not init font path element /usr/X11R6/lib/X11/fonts/Type1/, removing from list! Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from li st! Could not init font path element /usr/X11R6/lib/X11/fonts/75dpi/, removing from list! Could not init font path element /usr/X11R6/lib/X11/fonts/100dpi/, removing from list!
Fatal server error: could not open default font 'fixed' Please consult the The X.Org Foundation support at http://wiki.X.Org for help. Please also check the log file at "/var/log/Xorg.0.log" for additional informati on. What can I do now? Where should I start solving the problem? I installed the 007 patch by doing: cd /usr/src/XF4 patch -p0 < 007_xorg.patch then by issuing: make build Yours in BSDness, Gabriel George POPA