#1 Le 26/11/2008, à 12:20
- Dieudo
Mac mini Intel GMA 950 : Moniteur SyncMaster 1440x900@75Hz non reconnu
Configuration :
Mac mini Intel Core Duo 1.66 GHz
Carte graphique : Intel GMA 950, VRAM 64 Mo (partagée)
Moniteur : Samsung SyncMaster 931 BW, résolution 1440x900@75Hz non reconnu
Historique : l'ensemble décrit dans le titre fonctionnait correctement sous Ubuntu 8.04. Depuis la mise à jour 8.10 : écran noir. Finalement j'ai réussi à récupérer un écran un peu bancal (1280x1024@0Hz ! d'après Système > Préférences > Résolution de l'écran) en utilisant un xorg.conf en backup :
Section "Device"
Identifier "Carte vidéo générique"
Driver "vesa"
BusID "PCI:0:2:0"
EndSection
Section "Monitor"
Identifier "SyncMaster"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Carte vidéo générique"
Monitor "SyncMaster"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1440x1440" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1440x1440" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1440x1440" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1440x1440" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1440x1440" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1440x1440" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Après avoir appliqué les procédures décrites sur la page :
http://doc.ubuntu-fr.org/configurer_son_ecran_old
j'arrive à ce code :
Section "Device"
Identifier "Carte vidéo générique"
Driver "vesa"
BusID "PCI:0:2:0"
EndSection
Section "Monitor"
Identifier "SyncMaster"
Option "DPMS"
HorizSync 30-81
VertRefresh 56-75
Modeline "1440x900_75.00" 136.49 1440 1536 1688 1936 900 901 904 940 -HSync +Vsync
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Carte vidéo générique"
Monitor "SyncMaster"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1440x900_75.00" "1440x900" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1440x900_75.00" "1440x900" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1440x900_75.00" "1440x900" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1440x900_75.00" "1440x900" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1440x900_75.00" "1440x900" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1440x900_75.00" "1440x900" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
... sans plus de succès
Pour info en démarrant sur le CD live 8.10 l'écran reste noir.
Merci pour toute aide !
Hors ligne
#2 Le 26/11/2008, à 13:59
- Dieudo
Re : Mac mini Intel GMA 950 : Moniteur SyncMaster 1440x900@75Hz non reconnu
En revanche avec le CD live 8.04 tout marche impeccable.
Y'a pas moyen simple de récupérer ce qui marchait sous 8.04 ?
Hors ligne