Does 82915PM/GMS support dri???

2007-01-24 Thread Γιωργος Φωτεινοπουλ ος
Hello there,
 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.


-
 Χρησιμοποιείτε Yahoo!
 Βαρεθήκατε τα ενοχλητικά μηνύ ματα (spam); Το Yahoo! Mail διαθέτει την 
καλύτερη δυνατή προστασία κατά των ενοχλητικών μηνυμάτων 
 http://login.yahoo.com/config/mail?.intl=gr 

dmesg.out
Description: 1529026689-dmesg.out


glxinfo.out
Description: 2764672833-glxinfo.out


pciconf.out
Description: 3879177392-pciconf.out
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

Does 82915PM/GMS support dri???

2007-01-23 Thread Γιωργος Φωτεινοπουλ ος
Hello there,
 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.


-
 Χρησιμοποιείτε Yahoo!
 Βαρεθήκατε τα ενοχλητικά μηνύ ματα (spam); Το Yahoo! Mail διαθέτει την 
καλύτερη δυνατή προστασία κατά των ενοχλητικών μηνυμάτων 
 http://login.yahoo.com/config/mail?.intl=gr 

glxinfo.out
Description: pat1920077387


dmesg.out
Description: pat1608906924
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Does 82915PM/GMS support dri???

2007-01-23 Thread applecom
 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]


Re: Does 82915PM/GMS support dri???

2007-01-23 Thread Oliver Fromme
[EMAIL PROTECTED] wrote:
  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?

I also have a notebook with 915GM, and DRI works perfectly
fine out of the box (using FreeBSD 6.2).  For comparison,
you can find dmesg, pciconf etc. here:

http://www.secnetix.de/~olli/dmesg/centaur/

Make sure you have the agp, drm and i915drm devices
compiled into your kernel (or have them loaded as modules,
but personally I prefer to compile them statically into my
kernel).  You should also have the latest version of the
graphics/dri port installed (and latest version of X.org,
of course).

Best regards
   Oliver

-- 
Oliver Fromme,  secnetix GmbH  Co. KG, Marktplatz 29, 85567 Grafing
Dienstleistungen mit Schwerpunkt FreeBSD: http://www.secnetix.de/bsd
Any opinions expressed in this message may be personal to the author
and may not necessarily reflect the opinions of secnetix in any way.

  Can the denizens of this group enlighten me about what the
  advantages of Python are, versus Perl ?
python is more likely to pass unharmed through your spelling
checker than perl.
-- An unknown poster and Fredrik Lundh
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]