C'est le paquet utilisé pour les chipset Intel intégrés.
Articles en rapport avec le sujet sur Icaunux:
*ERROR* Hangcheck timer elapsed... GPU hung
Debian comme Ubuntu sont concernés. Un forum “June 3rd, 2011: On the end I changed from ubuntu to debian, but I had the same problems.”
That's a problem of intel driver and not the kernel.
Cas un: Modifier les sources pour forcer l'installation de paquets non prévus à l' origine
Cas deux : Créer un xorg.conf. Il faut savoir que sur les distributions récentes, ce fichier est vide.Faire un sudo gedit /etc/X11/xorg.conf pour le vérifier. Car l'affichage vidéo est pris en charge par le noyau de la distribution. X11 n'est plus utilisé.
Installing these debian wheezy packages on squeeze solved my problem.
add these wheezy repos in /etc/apt/sources.list:
Les ajouter manuellement depuis gestionnaire de sources, autres logiciels, ou en copiant collant les lignes ci-dessous dans le fichier sources.list.
sudo gedit /etc/apt/sources.list
deb http://ftp.ch.debian.org/debian/ wheezy main contrib non-free deb-src http://ftp.de.debian.org/pub/debian/ wheezy main contrib non-free
# apt-get update # apt-get install xserver-xorg-video-intel libdrm-intel1
Another solution for the 82845G video driver problem:
1.) create /etc/X11/xorg.conf
# Xorg -configure # cp /root/xorg.conf.new /etc/X11/xorg.conf
2.) put the following in /etc/X11/xorg.conf in Section “Device”:
Section "Device" Identifier "Card0" Driver "intel" Option "Shadow" "true" Option "DRI" "false" BoardName "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 01)" BusID "PCI:0:2:0" EndSection
Run “lspci | grep VGA” to find out the “BusID” and the “BoardName”, for example:
# lspci | grep VGA 00:02.0 VGA compatible controller: Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 01)
lsmod | grep video video 17375 1 i915 output 1871 1 video
lspci -nn | egrep "VGA|Display"
grep Chipset /var/log/Xorg.0.log
(II) intel: Driver for Intel Integrated Graphics Chipsets: i810, (II) intel(0): Integrated Graphics Chipset: Intel(R) 855GM (--) intel(0): Chipset: "852GM/855GM"
dmesg | grep agp
[ 25.619080] Linux agpgart interface v0.103 [ 25.864172] agpgart-intel 0000:00:00.0: Intel 855GM Chipset [ 25.864888] agpgart-intel 0000:00:00.0: detected 8060K stolen memory [ 25.878229] agpgart-intel 0000:00:00.0: AGP aperture is 128M @ 0xe0000000
845GM 64 Mo partagés Ubuntu 32 bits 9.10 Pas testé Pilote par defaut Pas testé Pas de 3D ni d'accélération graphique Stable mais plus d'accélération graphique depuis Ubuntu 8.10
lshw Liste le matériel (nécessite les droits superutilisateur).
-html/-xml : sortie au format HTML, typiquement à rediriger vers un fichier : lshw -html > matos.html -xml : sortie au format xml, typiquement à rediriger vers un fichier : lshw -xml > matos.xml
dpkg -l |grep xserver-xorg-video-intel
ii xserver-xorg-video-intel 2:2.9.1-3ubuntu5 X.Org X server -- Intel i8xx, i9xx display driver *-pci description: Host bridge product: 82852/82855 GM/GME/PM/GMV Processor to I/O Controller vendor: Intel Corporation physical id: 100 bus info: pci@0000:00:00.0 version: 02 width: 32 bits clock: 33MHz configuration: driver=agpgart-intel resources: irq:0 *-generic:0 UNCLAIMED description: System peripheral product: 82852/82855 GM/GME/PM/GMV Processor to I/O Controller vendor: Intel Corporation physical id: 0.1 bus info: pci@0000:00:00.1 version: 02 width: 32 bits clock: 33MHz capabilities: bus_master configuration: latency=0 *-generic:1 UNCLAIMED description: System peripheral product: 82852/82855 GM/GME/PM/GMV Processor to I/O Controller vendor: Intel Corporation physical id: 0.3 bus info: pci@0000:00:00.3 version: 02 width: 32 bits clock: 33MHz capabilities: bus_master configuration: latency=0 *-display:0 description: VGA compatible controller product: 82852/855GM Integrated Graphics Device vendor: Intel Corporation physical id: 2 bus info: pci@0000:00:02.0 version: 02 width: 32 bits clock: 33MHz capabilities: bus_master cap_list rom configuration: driver=i915 latency=0 resources: irq:11 memory:e0000000-e7ffffff(prefetchable) memory:d0000000-d007ffff ioport:1800(size=8) *-display:1 UNCLAIMED description: Display controller product: 82852/855GM Integrated Graphics Device vendor: Intel Corporation physical id: 2.1 bus info: pci@0000:00:02.1 version: 02 width: 32 bits clock: 33MHz capabilities: cap_list configuration: latency=0 resources: memory:e8000000-efffffff(prefetchable) memory:d0080000-d