From owner-freebsd-x11@freebsd.org Tue Jan 23 12:15:35 2018 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 80F16ECFD71 for ; Tue, 23 Jan 2018 12:15:35 +0000 (UTC) (envelope-from greg@unrelenting.technology) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 66956784AA for ; Tue, 23 Jan 2018 12:15:35 +0000 (UTC) (envelope-from greg@unrelenting.technology) Received: by mailman.ysv.freebsd.org (Postfix) id 65D3DECFD70; Tue, 23 Jan 2018 12:15:35 +0000 (UTC) Delivered-To: x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 654C7ECFD6F for ; Tue, 23 Jan 2018 12:15:35 +0000 (UTC) (envelope-from greg@unrelenting.technology) Received: from hraggstad.unrelenting.technology (hraggstad.unrelenting.technology [IPv6:2605:2700:0:3:a800:ff:fee9:2feb]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "hraggstad.unrelenting.technology", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 43255784A9 for ; Tue, 23 Jan 2018 12:15:35 +0000 (UTC) (envelope-from greg@unrelenting.technology) Received: by hraggstad.unrelenting.technology (OpenSMTPD) with ESMTPSA id 195c37d5 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO; Tue, 23 Jan 2018 12:15:33 +0000 (UTC) Subject: Re: Intel HD Graphics 400 (Ver. 2.19.15.4444) failed To: KIRIYAMA Kazuhiko , Pete Wright Cc: x11@FreeBSD.org References: <201801230225.w0N2Po2P002714@kx.openedu.org> <6a7c0e1e-7b81-c344-a0a4-1fbbf25298f2@nomadlogic.org> <201801230709.w0N795Vc008022@kx.openedu.org> <201801230856.w0N8uEdJ009942@kx.openedu.org> From: Greg V Message-ID: <4f670969-6c1b-ca66-d6cf-cd9c4923795d@unrelenting.technology> Date: Tue, 23 Jan 2018 15:15:30 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <201801230856.w0N8uEdJ009942@kx.openedu.org> Content-Type: text/plain; charset=iso-2022-jp; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Content-Language: en-US X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jan 2018 12:15:35 -0000 On 01/23/2018 11:56, KIRIYAMA Kazuhiko wrote: > I reboot PC and startx then failed to start(full log at [1]): > > [ 1331.128] (EE) open /dev/dri/card0: No such file or directory > [ 1331.128] (WW) Falling back to old probe method for modesetting > [ 1331.129] (EE) open /dev/dri/card0: No such file or directory > [ 1331.129] (WW) Falling back to old probe method for scfb > [ 1331.129] scfb trace: probe start > [ 1331.129] (II) scfb(1): using default device > [ 1331.129] scfb trace: probe done > [ 1331.129] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support > [ 1331.129] (EE) Screen 0 deleted because of no matching config section. > [ 1331.129] (II) UnloadModule: "modesetting" > [ 1331.129] (EE) > Fatal server error: > [ 1331.129] (EE) Cannot run in framebuffer mode. Please specify busIDs for all framebuffer devices > [ 1331.130] (EE) > [ 1331.130] (EE) > Please consult the The X.Org Foundation support > at http://wiki.x.org > for help. > [ 1331.130] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information. > [ 1331.130] (EE) > [ 1331.131] (EE) Server terminated with error (1). Closing log file. > > Is /dev/dri/card0 automatically created? > > Regards > > [1] http://ds.truefc.org/~kiri/freebsd/sg116j/Xorg.0.log > > --- > KIRIYAMA Kazuhiko Hi. /dev/dri/card0 is the GPU device, it's created when you load your GPU driver (i915kms for Intel). Looks like you didn't configure the system to load it on boot. The installation message from drm-next-kmod tells you to add kld_list="/boot/modules/i915kms.ko" to rc.conf. Do it :)