• User Attivo

    monitor esterno a portatile

    Ciao, ho collegato un lcd LG 20'' ad un portatile asus. funziona tutto bene ma solo se collego il monitor col VGA mentre se collego con il DVI su VIsta tutto OK, mentre Ubuntu non va, anche con Fn-F7.

    Inoltre col DVI non mi visualizza le schermate del post e tutto ciò che avviene prima del caricamento di Vista, mentre tutto normale col VGA


  • Super User

    ciao,
    marca e modello della scheda grafica?

    molto probabilmente devi attivare l'uscita digitale a mano via xorg.conf


  • User Attivo

    Questa è la sezione di xorg.conf che dovrebbe riguardare il monitor:

    
    Section "Device"
        Identifier     "nVidia Corporation G72M [Quadro NVS 110M/GeForce Go 7300]"
        Driver         "nvidia"
    EndSection
    
    Section "Screen"
        Identifier     "Default Screen"
        Device         "nVidia Corporation G72M [Quadro NVS 110M/GeForce Go 7300]"
        Monitor        "Generic Monitor"
        DefaultDepth    16
        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
    
    

    come lo dovrei modificare?