Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Oct 2011 22:01:14 +0300
From:      Kostik Belousov <kostikbel@gmail.com>
To:        George Liaskos <geo.liaskos@gmail.com>
Cc:        x11@freebsd.org
Subject:   Re: Intel KMS: New chip to play
Message-ID:  <20111020190114.GB50300@deviant.kiev.zoral.com.ua>
In-Reply-To: <CANcjpOCtjSop-Z1W7H9s%2Bi15_%2BfSb20s=sQYRu1cZe1hrHediQ@mail.gmail.com>
References:  <CANcjpOCtjSop-Z1W7H9s%2Bi15_%2BfSb20s=sQYRu1cZe1hrHediQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--5cXpu7evJfjLw2dJ
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Thu, Oct 20, 2011 at 09:54:02PM +0300, George Liaskos wrote:
> Hello Konstantin,
>=20
> I got a new intel 2500k which seems to be pretty popular these days:
>=20
> vgapci1@pci0:0:2:0:	class=3D0x030000 card=3D0x844d1043 chip=3D0x01128086
> rev=3D0x09 hdr=3D0x00
>=20
> The display goes black and xorg craches (patch 10.3 / 9.0-BETA3),
>=20
> dmesg:   http://pastebin.com/xUXZGWnm
> Xorg log: http://pastebin.com/P8kBpw06
>=20
> Please let me know if you need anything else.

I think you need to do some local debugging. The troublesome part of the
Xorg log seems to be

[   161.049] drmOpenDevice: node name is /dev/dri/card0
[   161.049] Failed to change owner or group for file /dev/dri/card0! 2: No=
 such file or directory
[   161.049] drmOpenDevice: open result is -1, (No such file or directory)
[   161.049] Failed to change owner or group for file /dev/dri/card0! 2: No=
 such file or directory
[   161.049] drmOpenDevice: open result is -1, (No such file or directory)
[   161.049] drmOpenDevice: Open failed
[   161.049] [drm] failed to load kernel module "i915"
[   161.049] (EE) intel(0): [drm] Failed to open DRM device for pci:0000:00=
:02.0: File exists
[   161.049] (EE) intel(0): Failed to become DRM master.

You need to check what is going on there. Might be, try to load i915 before
starting X.

Normal startup sequence should look like this:

[  3222.743] drmOpenDevice: node name is /dev/dri/card0
[  3222.743] drmOpenDevice: open result is 10, (OK)
[  3222.743] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[  3222.743] drmOpenDevice: node name is /dev/dri/card0
[  3222.744] drmOpenDevice: open result is 10, (OK)
[  3222.744] drmOpenByBusid: drmOpenMinor returns 10
[  3222.744] drmOpenByBusid: Interface 1.4 failed, trying 1.1
[  3222.744] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0


--5cXpu7evJfjLw2dJ
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.18 (FreeBSD)

iEYEARECAAYFAk6gb/oACgkQC3+MBN1Mb4g1yQCg4Lv1xn+mlIsmEIXKmGXAtN8g
OpQAoNTDlpp/aYNwHZKeCOmUCbj39Xb6
=tiZX
-----END PGP SIGNATURE-----

--5cXpu7evJfjLw2dJ--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20111020190114.GB50300>