Wiki Ubuntu-it

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

Versione 14 del 27/11/2008 15.14.25

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" # Abilita MergedFB
      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"

    Nella sezione «Section "Monitor"» aggiungere le seguenti righe:

     Horizsync    28-64 #You may wish to change the values to fit your specific monitor
        Vertrefresh    43-60
  2. Una volta apportate tutte le modifiche salvare il file e riavviare il server grafico tramite di tasti Ctrl+Alt+Backspace.

Risoluzione dei problemi

  1. Nel caso in cui non si ottengano i risultati sperati sui monitor connessi,ripristinarlo eventualmente con i comandi da terminale:

sudo rm /etc/X11/xorg.conf  
sudo cp /etc/X11/xorg.conf.backup /etc/X11/xorg.conf
  1. Riavviare il sistema

Se invece non si riesce a far ripartire il server grafico, da Hardy in poi selezionare all'avvio del bootloader Grub la voce «Recovery mode».

  1. Avviatosi il «Recovery menu» ,selezionare «root Drop to root shell mode» e dare allora i seguenti comandi:

rm /etc/X11/xorg.conf  
cp /etc/X11/xorg.conf.backup /etc/X11/xorg.conf
  1. Riavviare il sistema con il comando

reboot

Per le versioni precedenti Hardy basta usare il primo metodo tramite la shell della Recovery mode selezionabile al boot tramite grub.

Ulteriori risorse


CategoryHomepage