From owner-freebsd-questions@FreeBSD.ORG Wed Jul 16 10:44:06 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 813721065689 for ; Wed, 16 Jul 2008 10:44:06 +0000 (UTC) (envelope-from gelraen.ua@gmail.com) Received: from qb-out-0506.google.com (qb-out-0506.google.com [72.14.204.232]) by mx1.freebsd.org (Postfix) with ESMTP id 3ED2C8FC18 for ; Wed, 16 Jul 2008 10:44:06 +0000 (UTC) (envelope-from gelraen.ua@gmail.com) Received: by qb-out-0506.google.com with SMTP id o21so7706824qba.7 for ; Wed, 16 Jul 2008 03:44:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=V0wZ7dcPZiQjVPT446Pz8G6TXLeuf9hsglRCsqiKUT4=; b=ZpLD6KVmiVao0mYrOBh5TX5nMLd0Mzc114O1M+OV1sspMT1m1yquKbKgETXRDCce+S sey+qlIhEsFKOTJruvjC0uhVJoENCw14Dfa5Q2+dgbUafXc3d5P9vdc8HTEh28SDBJRg Rxw1akh+lW1MKMdeV/pTp1yBOFKODevUcCs7Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=CUxBQGmk6AW1CsGWXG82lzr3l/1vcGsdnIuvp1vie0zrNkWOBcA73fiJWK7TnSLsXp v9oY1vDf/miaksokksnwfRlNY86pJvmjgeK6RSTlIfIGT8NDgXXKeUNMstKdsz1w0vAN Ixq1loz5A0cq88s2VxxgaqvZ6MdOZBd7K0+5s= Received: by 10.141.114.19 with SMTP id r19mr8159854rvm.146.1216204071039; Wed, 16 Jul 2008 03:27:51 -0700 (PDT) Received: by 10.141.34.9 with HTTP; Wed, 16 Jul 2008 03:27:51 -0700 (PDT) Message-ID: Date: Wed, 16 Jul 2008 13:27:51 +0300 From: gelraen To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Problem with enabling DRI on ATI Mobility Radeon X1350 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jul 2008 10:44:06 -0000 Hi, I have notebook HP Compaq 6820s with ATI Mobility Radeon X1350 videocard and FreeBSD 7.0-RELEASE-p2 installed. Videocard recognized by xf86-video-ati-6.9.0: Xorg.0.log: (--) Chipset ATI Mobility Radeon X1350 found But: drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is -1, (No such file or directory) drmOpenDevice: open result is -1, (No such file or directory) drmOpenDevice: Open failed [drm] failed to load kernel module "radeon" (EE) RADEON(0): [dri] RADEONDRIGetVersion failed to open the DRM [dri] Disabling DRI. Then I consulted with http://dri.freedesktop.org/wiki/DriTroubleshooting I have tried to use device drm/radeondrm compiled-in kernel and as kernel module, but videocard appears only as vgapci0, not drm0. # pciconf -lv ... vgapci0@pci0:1:0:0: class=0x030000 card=0x30d7103c chip=0x71961002 rev=0x00 hdr=0x00 vendor = 'ATI Technologies Inc' device = 'Mobility Radeon X1350' class = display subclass = VGA ... # scanpci -vv ... pci bus 0x0001 cardnum 0x00 function 0x00: vendor 0x1002 device 0x7196 ATI Technologies Inc Device unknown CardVendor 0x103c card 0x30d7 (Card unknown) STATUS 0x0010 COMMAND 0x0007 CLASS 0x03 0x00 0x00 REVISION 0x00 BIST 0x00 HEADER 0x00 LATENCY 0x00 CACHE 0x10 BASE0 0xd0000008 addr 0xd0000000 MEM PREFETCHABLE BASE1 0x00004001 addr 0x00004000 I/O BASE2 0xdc400000 addr 0xdc400000 MEM MAX_LAT 0x00 MIN_GNT 0x00 INT_PIN 0x01 INT_LINE 0x10 ... Any advices? gelraen P.S.: Sorry for my bad English :)