On Wed, Apr 16, 2003 at 11:41:44AM +0200, Pierre Crescenzo wrote: > Bonjour, > > > > Sur une woody, comment d�couvrir quel pilote de serveur X il faut > > > signaler � "dpkg-reconfigure xserver-xfree86" quand on ne peut pas > > > ouvrir la machine et que l'on ne poss�de pas sa documentation ? > > > > lspci en root te renseignera sur ta carte graphique. > > Pas grand-chose de pr�cis. :-( > > R�sultat d'un "lspci -v" en root : > > [...] > > 00:02.0 VGA compatible controller: Intel Corp.: Unknown device 2562 (rev
C'est un chipset graphique intel, probablement i810 ou i830 ou quelque chose du genre. L'id pci est 2562, ce qui est probablement de l'hexadecimal. Probablement que ton package pciutils est trop vieux pour connaitre le detail de la puce. Tu peut aussi regarder dans le fichier linux/include/linux/pci_ids.h d'un noyau recent, voici ce qu'on trouve dans le noyau 2.5.67 : #define PCI_DEVICE_ID_INTEL_82845G_IG 0x2562 Donc, ta puce graphique est comprise dans le chipset 845, je pense. http://www.xfree86.org/4.3.0/Status17.html#17 nous dit : Support (accelerated) for the Intel i740 is provided by the "i740" driver, and support for the Intel integrated graphics chipsets i810, i810-dc100, i810e, i815, 830M, 845G, 852GM, 855GM and 865G is provided by the "i810" driver. The i810 and i815 chipsets require kernel-level AGP GART support (available on Linux, FreeBSD, and some other BSDs). The 830M and later can be used without AGP GART support, but it is required for full functionality. Il te faut donc utiliser le driver i810. Cependant, 4.2.1 ne support pas ta carte graphique : Support (accelerated) for the Intel i740 is provided by the "i740" driver, and support for the Intel i810 (including i810-dc100 and i810e), i815, and i830 is provided by the "i810" driver. The "i810" driver is currently supported only on Linux and FreeBSD (4.1 and later), and requires AGP GART kernel support. Il te faut donc installer X 4.3.0, le meilleur choix que tu ai est probablement d'installer les packages 4.3.0 de daniel stone : deb http://borst.student.utwente.nl/~daniels/sid/i386 ./ ou alors les backport woody de ces memes packages. Amicalement, Sven Luther

