[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[no subject]



Bonjour,
je n'arrive pas à a voir la 3D avec une carte i855GM dont les références sont les suivantes:

0000:00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02) (prog-if 00 [VGA])
        Subsystem: Unknown device 1631:c002
        Flags: bus master, fast devsel, latency 0, IRQ 10
        Memory at b0000000 (32-bit, prefetchable) [size=128M]
        Memory at f0000000 (32-bit, non-prefetchable) [size=512K]
        I/O ports at e000 [size=8]
        Capabilities: [d0] Power Management version 1


Le fichier de log de Xorg me renvoit le message d'erreur suivant:

(EE) I810(0): [dri] I830DRIScreenInit failed because of a version mismatch.
[dri] i915 kernel module version is 1.1.0 but version 1.4 or greater is needed.
[dri] Disabling DRI.


Mon fichier xorg.conf est :

 Section "Device"
115         Identifier      "Carte vidéo Card"
116         Driver          "i810"
117         VideoRam        65536
118         Option          "UseFBDev"              "true"
119         Option          "DRI"                   "true"
120         Option          "AGPMode"               "1"
121 EndSection


Par contre lorque j'ai compilé mon noyau 2.6.14 j'ai bien choisi les options qui vont bien.
Pour preuve un extrait du .config

 CONFIG_AGP=y
 995 # CONFIG_AGP_ALI is not set
 996 # CONFIG_AGP_ATI is not set
 997 # CONFIG_AGP_AMD is not set
 998 # CONFIG_AGP_AMD64 is not set
 999 CONFIG_AGP_INTEL=y
1000 # CONFIG_AGP_NVIDIA is not set
1001 # CONFIG_AGP_SIS is not set
1002 # CONFIG_AGP_SWORKS is not set
1003 # CONFIG_AGP_VIA is not set
1004 # CONFIG_AGP_EFFICEON is not set
1005 CONFIG_DRM=y
1006 # CONFIG_DRM_TDFX is not set
1007 # CONFIG_DRM_R128 is not set
1008 # CONFIG_DRM_RADEON is not set
1009 CONFIG_DRM_I810=y
1010 # CONFIG_DRM_I830 is not set
1011 CONFIG_DRM_I915=y

Mon module i915 est donc bien chargé en dur mais les log me précisent que la version est dépassé car 
[dri] i915 kernel module version is 1.1.0 but version 1.4 or greater is needed.

Et-il nécessaire de changer de noyau ??
Tout autre solutions est la bienvenue.



Reply to: