From owner-freebsd-x11@FreeBSD.ORG Sat Jun 23 08:58:19 2012 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 88C73106566B for ; Sat, 23 Jun 2012 08:58:19 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mail.zoral.com.ua (mx0.zoral.com.ua [91.193.166.200]) by mx1.freebsd.org (Postfix) with ESMTP id 0B7DF8FC14 for ; Sat, 23 Jun 2012 08:58:18 +0000 (UTC) Received: from skuns.kiev.zoral.com.ua (localhost [127.0.0.1]) by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id q5N8wCrT098090; Sat, 23 Jun 2012 11:58:12 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.5/8.14.5) with ESMTP id q5N8wCYt061734; Sat, 23 Jun 2012 11:58:12 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.5/8.14.5/Submit) id q5N8wCtk061733; Sat, 23 Jun 2012 11:58:12 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Sat, 23 Jun 2012 11:58:12 +0300 From: Konstantin Belousov To: Kevin Oberman Message-ID: <20120623085812.GN2337@deviant.kiev.zoral.com.ua> References: <20120622213442.GL2337@deviant.kiev.zoral.com.ua> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="YXBw2vak0+8xZS9A" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: clamav-milter 0.95.2 at skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-4.0 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on skuns.kiev.zoral.com.ua Cc: freebsd-x11@freebsd.org Subject: Re: GPU_KMS still not working for me since merge X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jun 2012 08:58:19 -0000 --YXBw2vak0+8xZS9A Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jun 22, 2012 at 04:18:13PM -0700, Kevin Oberman wrote: > On Fri, Jun 22, 2012 at 2:34 PM, Konstantin Belousov > wrote: > > On Fri, Jun 22, 2012 at 02:20:59PM -0700, Kevin Oberman wrote: > >> I am still missing something needed to get the KMS support for my > >> Sandybridge to work.It has been working fine until the KMS code was > >> merged into RELENG-9. > >> > >> I updated my sources and built a new kernel this morning. I already > >> had WITH_KMS=3DYES and WITH_NEW_XORG=3DYES in my make.conf from buildi= ng > >> prior to the patch. =9AI can confirm that i915kms.ko is built and in > >> /boot/kernel/ > >> > >> When I tried starting X, the screen never left vty mode. The keyboard > >> would no longer work, but I could do a clean shutdown via a network > >> connection. I examined the log and things went awry at: > >> [ =9A 330.411] drmOpenByBusid: Searching for BusID pci:0000:00:02.0 > >> [ =9A 330.411] drmOpenDevice: node name is /dev/dri/card0 > >> [ =9A 330.411] Failed to change owner or group for file /dev/dri! 2: No > >> such file or directory > >> [ =9A 330.411] Failed to change owner or group for file /dev/dri/card0! > >> 2: No such file or directory > >> [ =9A 330.411] drmOpenDevice: open result is -1, (No such file or dire= ctory) > >> [ =9A 330.411] Failed to change owner or group for file /dev/dri/card0! > >> 2: No such file or directory > >> [ =9A 330.411] drmOpenDevice: open result is -1, (No such file or dire= ctory) > >> [ =9A 330.411] drmOpenDevice: Open failed > >> [ =9A 330.411] drmOpenByBusid: drmOpenMinor returns -2 > >> where my old log showed: > >> [ =9A 300.134] drmOpenByBusid: Searching for BusID pci:0000:00:02.0 > >> [ =9A 300.134] drmOpenDevice: node name is /dev/dri/card0 > >> [ =9A 300.134] drmOpenDevice: open result is 10, (OK) > >> [ =9A 300.134] drmOpenByBusid: drmOpenMinor returns 10 > >> [ =9A 300.134] drmOpenByBusid: Interface 1.4 failed, trying 1.1 > >> [ =9A 300.134] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0 > >> [ =9A 300.134] (II) intel(0): Creating default Display subsection in > >> Screen section > >> =9A =9A =9A "Builtin Default intel Screen 0" for depth/fbbpp 24/32 > >> [ =9A 300.134] (=3D=3D) intel(0): Depth 24, (--) framebuffer bpp 32 > >> [ =9A 300.134] (=3D=3D) intel(0): RGB weight 888 > >> [ =9A 300.134] (=3D=3D) intel(0): Default visual is TrueColor > >> [ =9A 300.135] (II) intel(0): Integrated Graphics Chipset: Intel(R) > >> Sandybridge Mobile (GT2+) > >> [ =9A 300.135] (--) intel(0): Chipset: "Sandybridge Mobile (GT2+)" > >> > >> What am I missing? > > Show the verbose dmesg during the load of i915kms. >=20 > Hmm. I don't see exactly how to get that. I booted verbose, but I see > no console message about the module loading, either to the console or > to /var/run/dmesg.boot. I do see: > DRM_IOCTL_I915_GEM_APERTURE failed: Bad file descriptor > Assuming 131072kB available aperture size. > May lead to reduced performance or incorrect rendering. > get chip id failed: -1 [9] > param: 4, val: 0 > Assertion failed: (0), function drm_intel_bufmgr_gem_init, file intel_buf= mgr_gem > .c, line 2332. > xinit: giving up > xinit: unable to connect to X server: Connection refused > xinit: server error Show the _dmesg(8)_ output. Verify that i915kms is loaded. If it is not, investigate why. --YXBw2vak0+8xZS9A Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (FreeBSD) iEYEARECAAYFAk/lhSMACgkQC3+MBN1Mb4i+KgCgljf5Xn9FJ1xIcUT/DQ20qreo sbsAn3PNNPnpq6nhVs3pB0OxiGZpWCJt =ZN/n -----END PGP SIGNATURE----- --YXBw2vak0+8xZS9A--