Date: Mon, 13 Feb 2017 06:56:26 -0600 From: "Matthew D. Fuller" <fullermd@over-yonder.net> To: x11@freebsd.org, David Wolfskill <david@catwhisker.org> Subject: Re: X11 breaks for Intel after ports update from r433396 -> r433935? Message-ID: <20170213125626.GD83266@over-yonder.net> In-Reply-To: <20170213125023.GO1208@albert.catwhisker.org> References: <20170213023508.GL1208@albert.catwhisker.org> <20170213061745.GA83266@over-yonder.net> <20170213123312.GN1208@albert.catwhisker.org> <20170213124055.GC83266@over-yonder.net> <20170213125023.GO1208@albert.catwhisker.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Feb 13, 2017 at 04:50:23AM -0800 I heard the voice of David Wolfskill, and lo! it spake thus: > > Oh -- OK. So... I removed /usr/local/etc/X11/xorg.conf, then tried to > start X (via xdm, as I've done for years). Here's the resulting > Xorg.0.log: 'k, so not the LLVM issue. I'd say the problem is around > | [ 77486.077] (--) Using syscons driver with X support (version 2.0) > | [ 77486.077] (--) using VT number 9 > | > | [ 77486.230] (EE) open /dev/dri/card0: No such file or directory > | [ 77486.230] (WW) Falling back to old probe method for modesetting > | [ 77486.230] (EE) open /dev/dri/card0: No such file or directory where it just can't connect to the DRI stuff. Are you pre-loading the KMS .ko? UPDATING suggests that may be called for now: It is recommended to load the correct KMS driver (i915kms.ko or radeonkms.ko) via rc.conf, i.e. kld_list="i915kms.ko", to ensure correct functionality. Although the vendor drivers may attempt to load the correct drm driver, which does not always work, the modesetting driver assumes the required KMS driver is already loaded and will fail if there is none. -- Matthew Fuller (MF4839) | fullermd@over-yonder.net Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ On the Internet, nobody can hear you scream.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170213125626.GD83266>