♫
Mon fichier xorg.conf est le suivant

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "pc105"
    Option        "XkbLayout"    "ch"
    Option        "XkbVariant"    "fr"
EndSection

Section "InputDevice"
    Identifier    "Configured Mouse"
    Driver        "mouse"
EndSection

Section "Device"
    Identifier    "Configured Video Device"
    ###
       Option          "VGA-0" "Internal monitor"
        Option          "DVI-0" "External monitor"
    ###
EndSection

#Section "Monitor"
#    Identifier    "Configured Monitor"
#EndSection

Section "Monitor"
        Identifier      "Internal monitor"
        Option          "DPMS"
EndSection

Section "Monitor"
        Identifier      "External monitor"
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Monitor        "Configured Monitor"
    ###
        SubSection "Display"
                Depth 24
                Virtual 2048 2048
         EndSubSection
    ###
EndSection

En redémarrant l'affichage sur le portable est ok, mais la commande
xrandr --output DVI-0 --right-of VGA-0
ne donne rien. L'écran de la docking station reste noir et la commande
xrandr -q ne donne qu'un seul screen

Qu'est-ce qu'il manque ?

Merci de votre aide
François

Répondre à