Wiki Ubuntu-it

Indice
Partecipa
FAQ
Wiki Blog
------------------
Ubuntu-it.org
Forum
Chiedi
Chat
Cerca
Planet
  • Pagina non alterabile
  • Informazioni
  • Allegati

Versione 9 del 27/11/2008 11.48.56

Nascondi questo messaggio

BR Indice(depth=2) VersioniSupportate(hardy gutsy dapper)

Introduzione

In questa guida si vuole spiegare come abilitare il doppio monitor con una scheda video con una scheda video ATI, Sis, Matrox e MergedFB

Preparativi

Creare una copia di sicurezza del file xorg.conf digitando all'interno di una finestra di terminale il seguente comando:

sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup

Configurazione

  1. Modificare con un [http://wiki.ubuntu-it.org/Ufficio/EditorDiTesto editor di testo] e con i [http://wiki.ubuntu-it.org/AmministrazioneSistema/Sudo privilegi di amministrazione] il file /etc/X11/xorg.conf la sezione «Section "Device"»:

    Section "Device"
    Identifier    "ATI Technologies, Inc. Radeon 330M/340M/350M (RS200 IGP)
    "Driver        "ati"
    BusID        "PCI:1:5:0"  
    EndSection

    Aggiungere le seguenti righe prima di «EndSection»:

     Option "MergedFB" "true" #Enable MergedFB function
      Option "MonitorLayout" "LVDS (TMDS), CRT" # LVDS = Laptop Screen, TMDS = DVI Port, CRT = VGA Port NOT MONITOR TYPE!
      Option "CRT2Hsync" "30-65" #Horizontal Sync of the Monitor (check your monitor's manual for correct values)
      Option "CRT2VRefresh" "50-75" #Vertical Refresh rate of the Monitor (check your monitor's manual for correct values)
      Option "OverlayOnCRTC2" "true"
      Option "CRT2Position" "LeftOf" #Physical location of your secondary monitor in relationship to your primary monitor. Values can be: LeftOf, RightOf, Above, Below, and Clone.
      Option "MetaModes" "1280x1024-1280x1024" #Monitor Resolutions for Primary-Secondary monitors 
    #Option "MergedXineramaCRT2IsScreen0" "true" #determines which screen is going to be the primary screen; value can be "true" or "false"

trovare quindi l'opzione Section "Monitor" ed aggiungere come sopra le seguenti righe: {{{ Horizsync 28-64 #You may wish to change the values to fit your specific monitor

  • Vertrefresh 43-60

}}} Salvare e riavviare il server X o riavviare il computer affinché le modifiche abbiano effetto.

Risoluzione dei problemi

  1. Nel caso in cui non si ottengano i risultati sperati avviare il sistema in Recovery mode e digitare i seguenti comandi per ripristinare il file xorg.conf originale:

    mv /etc/X11/xorg.conf.backup /etc/X11/xorg.conf

Ulteriori risorse


CategoryHomepage