Intel HD Graphics 400 (Ver. 2.19.15.4444) failed

Pete Wright pete at nomadlogic.org
Tue Jan 23 07:35:42 UTC 2018



On 01/22/2018 18:25, KIRIYAMA Kazuhiko wrote:
> Hi all,
>
> I've installed FreeBSD 12.0-CURRENT(r328126) to my note PC
> (SG116j[1]) and then installed
> xf86-video-intel-2.99.917.20170228_1
> (x11-drivers/xf86-video-intel):
>
> root at t:~ # uname -v
> FreeBSD 12.0-CURRENT #0 r328126: Thu Jan 18 15:25:44 UTC 2018     root at releng3.nyi.freebsd.org:/usr/obj/usr/src/amd64.amd64/sys/GENERIC
> root at t:~ # pkg info -aI|grep intel
> xf86-video-intel-2.99.917.20170228_1 Driver for Intel integrated graphics chipsets
>
> And test to run X as follows:
>
> root at t:~ # X -configure
>
> X.Org X Server 1.18.4
> Release Date: 2016-07-19
> X Protocol Version 11, Revision 0
> Build Operating System: FreeBSD 12.0-CURRENT amd64
> Current Operating System: FreeBSD t.pis 12.0-CURRENT FreeBSD 12.0-CURRENT #0 r328126: Thu Jan 18 15:25:44 UTC 2018     root at releng3.nyi.freebsd.org:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64
> Build Date: 05 January 2018  04:01:52AM
>   
> Current version of pixman: 0.34.0
>          Before reporting problems, check http://wiki.x.org
>          to make sure that you have the latest version.
> Markers: (--) probed, (**) from config file, (==) default setting,
>          (++) from command line, (!!) notice, (II) informational,
>          (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
> (==) Log file: "/var/log/Xorg.0.log", Time: Tue Jan 23 10:58:05 2018
> List of video drivers:
>          scfb
>          vesa
>          modesetting
>          intel
> scfb trace: probe start
> (++) Using config file: "/root/xorg.conf.new"
>
>
> Xorg detected your mouse at device /dev/sysmouse.
> Please check your config if the mouse is still not
> operational, as by default Xorg tries to autodetect
> the protocol.
>
> Your xorg.conf file is /root/xorg.conf.new
>
> To test the server, run 'X -config /root/xorg.conf.new'
>
> (EE) Server terminated with error (2). Closing log file.
>
> root at t:~ # X -config xorg.conf.new
>
> X.Org X Server 1.18.4
> Release Date: 2016-07-19
> X Protocol Version 11, Revision 0
> Build Operating System: FreeBSD 12.0-CURRENT amd64
> Current Operating System: FreeBSD t.pis 12.0-CURRENT FreeBSD 12.0-CURRENT #0 r328126: Thu Jan 18 15:25:44 UTC 2018     root at releng3.nyi.freebsd.org:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64
> Build Date: 05 January 2018  04:01:52AM
>   
> Current version of pixman: 0.34.0
>          Before reporting problems, check http://wiki.x.org
>          to make sure that you have the latest version.
> Markers: (--) probed, (**) from config file, (==) default setting,
>          (++) from command line, (!!) notice, (II) informational,
>          (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
> (==) Log file: "/var/log/Xorg.0.log", Time: Tue Jan 23 11:10:17 2018
> (++) Using config file: "xorg.conf.new"
> (EE)
> Fatal server error:
> (EE) no screens found(EE)
> (EE)
> Please consult the The X.Org Foundation support
>           at http://wiki.x.org
>   for help.
> (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
> (EE)
> (EE) Server terminated with error (1). Closing log file.
> root at t:~ #
>
> Xorg.0.log was up to [2]. Does Intel HD Graphics 400 still
> not support yet?

I have similar hardware that is supported on current via the 
"drm-next-kmod" port/pkg:
https://www.freshports.org/graphics/drm-next-kmod/

be sure to follow the instructions in the pkg-message to get things 
working, it should load the bits required (as a kernel module) to allow 
you to use either the xf86-video-intel ddx that you've already installed 
or the modesetting Xorg driver (which is getting more attention upstream 
by the Xorg team).  the modesetting driver comes bundled with the 
xorg-server port/pkg, so no need to install any additional software to 
use that graphics driver.

invoking xorg or startx without any existing xorg.conf in place should 
autodetect pretty much everything automagically as well. having said 
that - you can still use an xorg.conf to set things up to suit your 
local config.

hope this helps!
-pete

-- 
Pete Wright
pete at nomadlogic.org
@nomadlogicLA



More information about the freebsd-x11 mailing list