Bug 275501 - x11/xorg: - X Server 1.21.1.9 cannot use scfb as a driver
Summary: x11/xorg: - X Server 1.21.1.9 cannot use scfb as a driver
Status: Closed DUPLICATE of bug 273369
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords: i915, regression
Depends on:
Blocks:
 
Reported: 2023-12-03 12:11 UTC by Marek Zarychta
Modified: 2023-12-03 21:59 UTC (History)
0 users

See Also:


Attachments
Xorg error log (5.86 KB, text/plain)
2023-12-03 12:12 UTC, Marek Zarychta
no flags Details
Xorg error log from working 13.2-RELEASE with drm-510-kmod (34.86 KB, text/plain)
2023-12-03 13:14 UTC, Marek Zarychta
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marek Zarychta 2023-12-03 12:11:29 UTC
After upgrading FreeBSD from 13.1-RELEASE to 14.0-RELEASE to run Xorg one has to remove all but one graphics cards from the workstation. Multiple cards are not supported.
  
Error: 
[    36.729] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    36.729] (EE) 
Fatal server error

Packages:
drm-515-kmod-5.15.118_2
xorg-7.7_3

system: 
14.0-RELEASE
Comment 1 Marek Zarychta 2023-12-03 12:12:07 UTC
Created attachment 246743 [details]
Xorg error log
Comment 2 Marek Zarychta 2023-12-03 13:14:01 UTC
Created attachment 246747 [details]
Xorg error log from working 13.2-RELEASE with drm-510-kmod

Missing kernel arbiter doesn't seem to be fatal on 13.2
Comment 3 Marek Zarychta 2023-12-03 17:41:28 UTC
I can reproduce it on FreeBSD 13.2 using the most recent X.Org X Server 1.21.1.9 which is the culprit.
Comment 4 Marek Zarychta 2023-12-03 17:57:01 UTC
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 have been done long time ago:

$cat /usr/local/etc/X11/xorg.conf.d/driver-intel.conf 
Section "Device"
    Identifier "Card0"
    Driver     "intel"
    BusID    "PCI:0:2:0"
EndSection
Comment 5 Marek Zarychta 2023-12-03 21:59:45 UTC

*** This bug has been marked as a duplicate of bug 273369 ***