From owner-freebsd-questions@FreeBSD.ORG Wed Jul 16 14:38:37 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 88852106567B for ; Wed, 16 Jul 2008 14:38:37 +0000 (UTC) (envelope-from gelraen.ua@gmail.com) Received: from qb-out-0506.google.com (qb-out-0506.google.com [72.14.204.230]) by mx1.freebsd.org (Postfix) with ESMTP id 443C48FC1C for ; Wed, 16 Jul 2008 14:38:37 +0000 (UTC) (envelope-from gelraen.ua@gmail.com) Received: by qb-out-0506.google.com with SMTP id o21so8071264qba.7 for ; Wed, 16 Jul 2008 07:38:36 -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:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=IzcK3jdZ0onclZC1EKCzPH4e+bRUcrX1j1pEePo4xsE=; b=tHm2DlwqEuY5TA/7HpviE4+YVUmDcz9NgtSv6fpa4PPmJJaVfyI9phG4ndDMNqTdnm xpcZAZgtkn7x2J9gtg52cGk273B2Zhp1zcE7h8GObiXtgs1o7afWaXEeUgM25jVQ4iVJ B0rEb3jCST7gCjalnG7pQpmQUgq712gcvtlYw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=b6R7p5jOAS8uzKSMvdKv0e51G5GCBasY905+XSOo4OLHJ+X6LNtr1dhFS9EltAazVw qkzcrNl9xrwrEXVj6YSdM0uzTyTP+F1oSUWKFvIVXu9+xMfGHP9JPnhVebpoTwrzgQSi C8ZX1ORIHQBuwNVjSjHZA+C40BxcDpMpTSu04= Received: by 10.141.71.14 with SMTP id y14mr104187rvk.253.1216219115879; Wed, 16 Jul 2008 07:38:35 -0700 (PDT) Received: by 10.141.34.9 with HTTP; Wed, 16 Jul 2008 07:38:35 -0700 (PDT) Message-ID: Date: Wed, 16 Jul 2008 17:38:35 +0300 From: gelraen To: "Roland Smith" In-Reply-To: <20080716141153.GA27310@slackbox.xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080716141153.GA27310@slackbox.xs4all.nl> Cc: freebsd-questions@freebsd.org Subject: Re: 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 14:38:37 -0000 > Check if the pci ID for this card is in the file > /usr/src/sys/dev/drm/drm_pciids.h. If not you could try and add it. > > I don't have a clue what happens if you do. It might crash your > machine. > > Roland > -- > R.F.Smith http://www.xs4all.nl/~rsmith/ > [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] > pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) > /usr/src/sys/dev/drm/radeon_drv.h: enum radeon_family { CHIP_R100, CHIP_RV100, CHIP_RS100, CHIP_RV200, CHIP_RS200, CHIP_R200, CHIP_RV250, CHIP_RS300, CHIP_RV280, CHIP_R300, CHIP_R350, CHIP_RV350, CHIP_RV380, CHIP_R420, CHIP_RV410, CHIP_RS400, CHIP_LAST, }; And X.org reports something about chip R500.... So, i can only wait until it will be supported? I afraid that specifying incorrect chip may not only crash system, but even cause hardware problems... gelraen