[Bug 251302] xf86-video-intel intel_drv.so seems broken in the latest version(2.99.917.909,1)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Nov 22 01:02:10 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251302

            Bug ID: 251302
           Summary: xf86-video-intel intel_drv.so seems broken in the
                    latest version(2.99.917.909,1)
           Product: Ports & Packages
           Version: Latest
          Hardware: arm64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: buffyanam at gmail.com

Recently I tried to install FreeBSD 12.2-RELEASE, after install mate as DE, the
resolution didn't seem good to me, so I edited driver-intel.conf as instructed
(I have a Intel(R) i5-4690K CPU as Integrated graphics card), 
the content of it as below:

org.conf.d/driver-intel.conf
Section "Device"
        Identifier "Card0"
        Driver     "intel"
        BusID    "PCI0:0:2:0"
EndSection

But after reboot, it couldn't switch to graphic mode, /var/log/Xorg.0.log says
it couldn't find device, 

[    11.163] (II) LoadModule: "intel"
[    11.163] (II) Loading /usr/local/lib/xorg/modules/drivers/intel_drv.so
[    11.165] (II) Module intel: vendor="X.Org Foundation"
[    11.165]    compiled for 1.20.9, module version = 2.99.917
[    11.165]    Module class: X.Org Video Driver
[    11.165]    ABI class: X.Org Video Driver, version 24.1
[    11.165] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
        i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
        915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
        Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
        GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[    11.165] (II) intel: Driver for Intel(R) HD Graphics
[    11.165] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[    11.165] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[    11.165] (--) Using syscons driver with X support (version 2.0)
[    11.165] (++) using VT number 9

[    11.165] (EE) No devices detected.
[    11.165] (EE) 
Fatal server error:
[    11.165] (EE) no screens found(EE) 
[    11.165] (EE) 
Please consult the The X.Org Foundation support 
         at http://wiki.x.org

After a few tries, I found the intel_drv.so driver couldn't be loaded,
Here is kldload output:

kldload: an error occurred while loading module
/usr/local/lib/xorg/modules/drivers/intel_drv.so. Please check dmesg(8) for
more details.

dmesg:

kldload: unexpected relocation type 16
kldload: unexpected relocation type 17
link_elf: symbol _CurrentRuneLocale undefined

I kind of newbie to FreeBSD kernel module, please let me know if there is
something wrong with above diagnosis.

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


More information about the freebsd-ports-bugs mailing list