From owner-freebsd-current@FreeBSD.ORG Tue Apr 1 12:52:23 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9EE39106566C for ; Tue, 1 Apr 2008 12:52:23 +0000 (UTC) (envelope-from admin@lissyara.su) Received: from hosting.lissyara.su (hosting.lissyara.su [77.221.149.162]) by mx1.freebsd.org (Postfix) with ESMTP id C47568FC25 for ; Tue, 1 Apr 2008 12:52:22 +0000 (UTC) (envelope-from admin@lissyara.su) Received: from [195.93.241.9] (port=42890 helo=lissyara.moskb.local) by hosting.lissyara.su with esmtpa (Exim 4.69 (FreeBSD)) (envelope-from ) id 1JgfhV-0005L0-GG for freebsd-current@freebsd.org; Tue, 01 Apr 2008 16:34:53 +0400 Message-ID: <47F22BEC.10604@lissyara.su> Date: Tue, 01 Apr 2008 16:34:52 +0400 From: Alex Keda User-Agent: Thunderbird 2.0.0.12 (X11/20080312) MIME-Version: 1.0 To: FreeBSD Current Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Description: if spam count > 60 - this is spam X-Spam-Count: 0 X-Spam-Description: if spam count > 60 - this is spam X-Spam-Count: 0 X-Descriptions: powered by www.lissyara.su X-Bounce-ID: hosting.lissyara.su Subject: kernel DRM version X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Apr 2008 12:52:23 -0000 I have ATI Radeon Xpress 200M in CURRENT-kernel drm version 1.25.0 on my xorg.log I see: ... skipped ...... (WW) RADEON(0): Direct rendering for RN50/RC410/RS485 forced on -- This is NOT officially supported at the hardware level and may cause instability or lockups drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 7, (OK) drmOpenByBusid: Searching for BusID pci:0000:01:05.0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 7, (OK) drmOpenByBusid: drmOpenMinor returns 7 drmOpenByBusid: drmGetBusid reports pci:0000:01:05.0 (II) RADEON(0): [dri] Found DRI library version 1.3.0 and kernel module version 1.25.0 (II) RADEON(0): Direct rendering broken on XPRESS 200 and 200M with DRI less than 1.27 ....... skipped .......... http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/121550 Do you have plans for upgrade kernel module?