Date: Sun, 22 Nov 2020 01:02:10 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 251302] xf86-video-intel intel_drv.so seems broken in the latest version(2.99.917.909,1) Message-ID: <bug-251302-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D251302 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@FreeBSD.org Reporter: buffyanam@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 instruc= ted (I have a Intel(R) i5-4690K CPU as Integrated graphics card),=20 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 s= ays it couldn't find device,=20 [ 11.163] (II) LoadModule: "intel" [ 11.163] (II) Loading /usr/local/lib/xorg/modules/drivers/intel_drv.so [ 11.165] (II) Module intel: vendor=3D"X.Org Foundation" [ 11.165] compiled for 1.20.9, module version =3D 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, Q3= 3, 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)=20 Fatal server error: [ 11.165] (EE) no screens found(EE)=20 [ 11.165] (EE)=20 Please consult the The X.Org Foundation support=20 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. --=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-251302-7788>