[Lugbz-list] configurazione xorg per l'uso di due monitor con un laptop

Andrea Antonello andrea.antonello at gmail.com
Sun Mar 25 18:07:08 CEST 2007


Per chi fosse interessato, riporto la configurazione xorg.conf che per
me ha funzionato (premetto: dell m65 con scheda nvidia Quadro FX 350M)


Section "Device"
	Identifier	"NVIDIA Corporation NVIDIA Default Card"
	Driver		"nvidia"
	BusID		"PCI:1:0:0"
	Option 		"TwinView" "on"
	Option 		"TwinViewOrientation" "LeftOf"
	Option 		"RenderAccel" "true"

# le righe importanti (o perlomeno quelle che hanno fatto sudare me):
# dfp-1 e' la porta digitale, crt-0 quella analogica, entrambe collegate
# a un monitor lcd. Per capire quale monitor e' chi, ho trovato
# infomazioni nel log di X (dfp-0 e' il monitor del portatile).

	Option 		"MetaModes" "1280x1024,1680x1050"
	Option 		"ConnectedMonitor" "dfp-1, crt-0"

	Option 		"SecondMonitorHorizSync" "28-80"
	Option 		"SecondMonitorVertRefresh" "43-60"
	Option 		"NoPowerConnectorCheck"
	screen 0
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
	HorizSync	28-84
	VertRefresh	43-60
	modeline  "1280x1024 at 60" 105.15 1280 1360 1496 1712 1024 1025 1028 1059
-hsync +vsync
	modeline  "1680x1050 at 60" 147.14 1680 1784 1968 2256 1050 1051 1054 1087
-hsync +vsync
	gamma 1.0
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"NVIDIA Corporation NVIDIA Default Card"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		24
		Modes		"1680x1050 at 60" "1280x1024 at 60"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Option 		"Xinerama" "Off"
	Screen		0 "Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice     "stylus" "SendCoreEvents"
	InputDevice     "cursor" "SendCoreEvents"
	InputDevice     "eraser" "SendCoreEvents"
	InputDevice	"Synaptics Touchpad"
EndSection



Spero possa essere utile a qualcuno. Devo ammettere che non capisco
esattamente ogni riga, pero' come diceva gia' qualcuno... funziona :)


Ciao
Andrea






Andrea Antonello probaly wrote:
> Ciao a tutti,
> qualcuno ha esperienza nel senso di configurazione per l'uso di due monitor?
> Uso un portatile con un port replicator al quale ho collegato un LCD.
> Vorrei collegargli alla porta digitale un secondo monitor.
> La soluzione sembra essere la configurazione in TWINVIEW per le schede
> NVIDIA.
> 
> Dalle descrizioni trovate in rete direi che e' necessario definire due
> screens nella sezione serverlayout:
> 
> [...]
> Section "ServerLayout"
>     Identifier     "Default Layout"
>     Screen         0 "Monitor0"
>     Screen         1 "Monitor1"
> [...]
> 
> Poi si configurano in modo "normale" i due schermi per conto proprio.
> 
> La sezione device riporta le risoluzioni da usare:
> [...]
> Section "Device"
>     Identifier     "NVIDIA 0"
>     Driver         "nvidia"
>     BusID          "PCI:1:0:0"
>     Option         "TwinView" "On"
>     Option         "MetaModes" "DFP-0: 1680x1050, DFP-1: 1280x1024"
> [...]
> 
> La mia confusione proviene dal fatto che non so come considerare il
> monitor del laptop, che comunque e' spento.
> 
> In realta' mi sto preparando alla cosa, visto che il monitor non ce l'ho
> ancora, ma volevo portarmi avanti con la teoria :)
> 
> Qualcuno ha suggerimenti?
> 
> Grazie,
> Andrea
> 
> _______________________________________________
> http://www.lugbz.org/mailman/listinfo/lugbz-list
> 

-- 
____________________________________________________________________________
HydroloGIS - Environmental Safety Modelling
www.hydrologis.com

Andrea Antonello
Environmental Engineer
mobile:  +393288497722

"Let it be as much a great honour to take as to give learning,
if you want to be called wise."
Skuggsja' - The King's mirror - 1240 Reykjavik
____________________________________________________________________________




More information about the Lugbz-list mailing list