Does 82915PM/GMS support dri???

applecom at inbox.ru applecom at inbox.ru
Tue Jan 23 13:18:17 UTC 2007


>      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
?


More information about the freebsd-questions mailing list