From owner-freebsd-x11@FreeBSD.ORG Sat Oct 6 12:50:16 2012 Return-Path: Delivered-To: x11@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6FAB2106564A for ; Sat, 6 Oct 2012 12:50:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5A0F58FC08 for ; Sat, 6 Oct 2012 12:50:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q96CoGXc046087 for ; Sat, 6 Oct 2012 12:50:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q96CoFK1046084; Sat, 6 Oct 2012 12:50:15 GMT (envelope-from gnats) Date: Sat, 6 Oct 2012 12:50:15 GMT Message-Id: <201210061250.q96CoFK1046084@freefall.freebsd.org> To: x11@FreeBSD.org From: J B Cc: Subject: Re: ports/172379: x11/Xorg errors: drmOpenDevice, /dev/dri/, /dev/dri/card0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: J B List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2012 12:50:16 -0000 The following reply was made to PR ports/172379; it has been noted by GNATS. From: J B To: bug-followup@FreeBSD.org, jb.1234abcd@gmail.com Cc: Subject: Re: ports/172379: x11/Xorg errors: drmOpenDevice, /dev/dri/, /dev/dri/card0 Date: Sat, 6 Oct 2012 14:42:15 +0200 There is more that I can not understand. The above (those dri errors) occur after I *reboot* my notebook and do: $ startx But when I log out from DE (XFCE) and do again: $ startx those errors disappear. $ cat /var/log/Xorg.0.log ... drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 9, (OK) drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 9, (OK) drmOpenByBusid: Searching for BusID pci:0000:00:02.0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 9, (OK) drmOpenByBusid: drmOpenMinor returns 9 drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0 (II) [drm] DRM interface version 1.2 (II) [drm] DRM open master succeeded. (II) intel(0): [drm] Using the DRM lock SAREA also for drawables. (II) intel(0): [drm] framebuffer mapped by ddx driver (II) intel(0): [drm] added 1 reserved context for kernel (II) intel(0): X context handle = 0x1 (II) intel(0): [drm] installed DRM signal handler ... (II) intel(0): [drm] Registers = 0x10000000 (II) intel(0): [drm] ring buffer = 0x30000000 (II) intel(0): [drm] mapped front buffer at 0xe082b000, handle = 0x40000000 (II) intel(0): [drm] mapped back buffer at 0xe212c000, handle = 0x50000000 (II) intel(0): [drm] mapped depth buffer at 0xe276c000, handle = 0x60000000 (II) intel(0): [drm] mapped classic textures at 0xe2dac000, handle = 0x70000000 (II) intel(0): [drm] Initialized kernel agp heap manager, 33554432 ... (WW) intel(0): drmDropMaster failed: Unknown error: -1 ... (II) intel(0): [drm] dma control initialized, using IRQ 259 ...