From owner-freebsd-questions@FreeBSD.ORG Tue Jan 23 13:18:17 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C3A9316A401 for ; Tue, 23 Jan 2007 13:18:17 +0000 (UTC) (envelope-from applecom@inbox.ru) Received: from mx33.mail.ru (mx33.mail.ru [194.67.23.194]) by mx1.freebsd.org (Postfix) with ESMTP id 0759313C45B for ; Tue, 23 Jan 2007 13:18:15 +0000 (UTC) (envelope-from applecom@inbox.ru) Received: from [85.115.165.63] (port=59034 helo=xml.opera.com) by mx33.mail.ru with asmtp id 1H9LXS-000KBJ-00; Tue, 23 Jan 2007 16:18:14 +0300 Date: Tue, 23 Jan 2007 18:18:14 +0500 To: =?utf-8?B?zpPOuc+Jz4HOs86/z4IgzqbPic+EzrXOuc69zr/PgM6/z4XOu86/z4I=?= From: applecom@inbox.ru Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-1 MIME-Version: 1.0 References: <20070123085847.90035.qmail@web27611.mail.ukl.yahoo.com> Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: <20070123085847.90035.qmail@web27611.mail.ukl.yahoo.com> User-Agent: Opera Mail/9.10 (FreeBSD) Cc: freebsd-questions@freebsd.org Subject: Re: Does 82915PM/GMS support dri??? 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: Tue, 23 Jan 2007 13:18:17 -0000 > i have a problem configuring dri support for my laptop (a celeron > 1.5Ghz, with i915GM GMCH chipset and 768Mb memory).Does anyone knows > firstly if there is a support for this chipset?If so, can you please > check the glxinfo and dmesg and tell me what's wrong? > Thanks for the time. I haven't this card but it seems that i915GM is supported. Excerpt from /usr/src/sys/dev/drm/drm_pciids.h: '#define i915_PCI_IDS \ {0x8086, 0x3577, 0, "Intel i830M GMCH"}, \ {0x8086, 0x2562, 0, "Intel i845G GMCH"}, \ {0x8086, 0x3582, 0, "Intel i852GM/i855GM GMCH"}, \ {0x8086, 0x2572, 0, "Intel i865G GMCH"}, \ {0x8086, 0x2582, 0, "Intel i915G"}, \ {0x8086, 0x2592, 0, "Intel i915GM"}, \ {0x8086, 0x2772, 0, "Intel i945G"}, \ {0x8086, 0x27A2, 0, "Intel i945GM"}, \ {0, 0, 0, NULL}' Have you the following strings in kernel configuration file: device drm device i915drm ?