Dual monitor con ATI e MergedFB
Requisiti di sistema
- Scheda grafica Ati con doppia uscita video
- Driver open Radeon in uso
Per prima cosa aprire 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 e scorrere il file di testo fino a trovare l'opzione Section "Device" {{{ Section "Device" Identifier "ATI Technologies, Inc. Radeon 330M/340M/350M (RS200 IGP) "Driver "ati" BusID "PCI:1:5:0" EndSection }}} e 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.