Pb résolution +chip i915 - Hardware - Linux et OS Alternatifs
MarshPosté le 18-05-2006 à 20:33:13
Soir,
J ai un portable dell 630 equipe d' un chipset i915
Citation :
0000:00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller (rev 03) 0000:00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03) 0000:00:02.1 Display controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
La carte graphique etant reconnut bugger au niveau des resolutions sous linux il faut installer un petit package i915 resolution qui permet de patcher la carte graphique afin qu elle puisse donné la meilleure de resolutions (ici 1280x800)
Marsh Posté le 18-05-2006 à 20:33:13
Soir,
J ai un portable dell 630 equipe d' un chipset i915
0000:00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller (rev 03)
0000:00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
0000:00:02.1 Display controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
La carte graphique etant reconnut bugger au niveau des resolutions sous linux il faut installer un petit package i915 resolution qui permet de patcher la carte graphique afin qu elle puisse donné la meilleure de resolutions (ici 1280x800)
Or j ai bien installé le package configuré et tout selon ce lien http://doc.ubuntu-fr.org/materiel/ [...] piron_1300
mais ma resolution reste en:
dimensions: 1024x768 pixels (260x195 millimeters)
voici mon xorg.conf
Section "Device"
Identifier "Carte vidéo générique"
Driver "i810"
EndSection
Section "Monitor"
Identifier "Écran générique"
Option "DPMS"
HorizSync 30-65
VertRefresh 50-75
Modeline "1280x800@60" 83.91 1280 1312 1624 1656 800 816 824 841
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Carte vidéo générique"
Monitor "Écran générique"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
EndSection
que faire ?
merci