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
?
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to