Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 03 Dec 2023 17:57:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 275501] x11/xorg: - missing kernel arbiter is now fatal
Message-ID:  <bug-275501-227-KX9mha0WfX@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-275501-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-275501-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D275501

Marek Zarychta <zarychtam@plan-b.pwste.edu.pl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |Overcome By Events
             Status|New                         |Closed

--- Comment #4 from Marek Zarychta <zarychtam@plan-b.pwste.edu.pl> ---
It turned out, that the server was using scfb instead of intel as a driver.=
 Now
scfb cannot be used so I switched to the appropriate driver as it should ha=
ve
been done long time ago:

$cat /usr/local/etc/X11/xorg.conf.d/driver-intel.conf=20
Section "Device"
    Identifier "Card0"
    Driver     "intel"
    BusID    "PCI:0:2:0"
EndSection

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-275501-227-KX9mha0WfX>