Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jan 2007 18:18:14 +0500
From:      applecom@inbox.ru
To:        =?utf-8?B?zpPOuc+Jz4HOs86/z4IgzqbPic+EzrXOuc69zr/PgM6/z4XOu86/z4I=?= <giorgosfm@yahoo.gr>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Does 82915PM/GMS support dri???
Message-ID:  <op.tmly8iorhbloih@xml.opera.com>
In-Reply-To: <20070123085847.90035.qmail@web27611.mail.ukl.yahoo.com>
References:  <20070123085847.90035.qmail@web27611.mail.ukl.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
>      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
?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?op.tmly8iorhbloih>