On Mon, Mar 02, 2026 at 04:18:07PM +0100, [email protected] wrote:
> Hi, new user here. Installed openbsd 7.8 with xbase

Install _all_ the sets, (possibly excepting 'games'), if you want to reduce
the risk of problems later on.

> but looks like I have no xorg config 
> I am trying to check if xbase installed or xorg but looks like returns me 
> empty
> 
> Following this docs ```
> openbsd$ pkg_info | grep xbase

xbase is not a package as such, so it won't show up in the output of pkg_info.

If you selected it during the installer and your install completed, you have
it installed.

> openbsd$ doas pkg_add xorg-server xorg-fonts xorg-apps xrandr

These are not packages that you can add using pkg_add.

> doas ([email protected]) password: 
> quirks-7.147 signed on 2026-03-02T09:47:37Z
> Can't find xorg-server
> Can't find xorg-fonts
> Can't find xorg-apps
> Can't find xrandr
> ```

This is the expected output from the commands you issued.

> also trying to create sample config ```
> openbsd$  X -config ~/xorg.conf.new 

You most likely don't need an xorg.conf at all.

> (EE) 
> Fatal server error:
> (EE) Server is already active for display 0
>         If this server is no longer running, remove /tmp/.X0-lock
>         and start again.

Are you issuing these commands from the console?  Or is xenodm running?

Can you please explain what exactly you did during the installation, and what
you are trying to achieve, (including whether you want to boot into X11 using
xenodm, or start it manually from the text console).

If you did a regular installation with all the _base_ packages, (I.E. the ones
the installer offers to install), then you should have can either start X11
automatically using xenodm, or otherwise just log in on VT 0 and run 'startx'.

> ```this is my hardware ```

Based on the dmesg, this hardware should run X11 just fine.

Reply via email to