Problème écran

Bonjour,
J’ai un mac mini dual boot (mac & debian). Mon écran c’est du Benq 17". J’ai envie de me changer mon écran avec un autre écran SyncView 15". Le problème, lorqu’on change l’écran avec la machine marchant, ca marche avec l’écran 15", et on reboot la machine l’écran ne marche pas. j’ai fait la configuration dans /etc/X11/xorg.conf en changeant la résolution, ca ne vaut rien, et j’ai reconfiguré l’xserver-xorg mais ca n’ai pas caché le brique! Alors quelqu’un a une idée.
NB : je doit changer l’écran avec 15" SyncView.
Merci pour la réponse

un “dpkg-reconfigure xserver-xorg” ne semble plus trop servir à grand chose maintenant : xorg est sensé reconnaître les écrans tout seul (ce qui parfois pose problème).

  • je ne sais pas (il faudra que je pose la question un de ces jours) où xorg garde exactement maintenant la trace des configuration des différents matériels utilisés.
  • quand je dois modifier tout cela, je le fais à l’ancienne en mettant un xorg.conf complet.
    Voici un exemple :[quote]# /etc/X11/xorg.conf (xorg X Window System server configuration file)

This file was generated by dexconf, the Debian X Configuration tool, using

values from the debconf database.

Edit this file with caution, and see the /etc/X11/xorg.conf manual page.

(Type “man /etc/X11/xorg.conf” at the shell prompt.)

This file is automatically updated on xserver-xorg package upgrades only

if it has not been modified since the last upgrade of the xserver-xorg

package.

If you have edited this file but would like it to be automatically updated

again, run the following command:

sudo dpkg-reconfigure -phigh xserver-xorg

Section "Module"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option “XkbRules” "xorg"
Option “XkbModel” "pc105"
Option “XkbLayout” "fr"
Option “XkbVariant” "latin9"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option “Device” "/dev/input/mice"
Option “Protocol” "ImPS/2"
EndSection

Section "Device"
Identifier "nVidia Corporation GeForce 8600GT"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "Écran générique"
Option "DPMS"
HorizSync 30-57
VertRefresh 43-72
EndSection

Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation GeForce 7300 LE"
Monitor "Écran générique"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

Section “DRI"
Mode 0666
EndSection[/quote]
la section monitor est ici paramétrée pour un écran 15” LCD en 1024x768
Le mieux est d’éditer de fichier “xorg.conf” et de rajouter au moins la section monitor pour que le 15" fonctionne.

:frowning: :frowning: :frowning: