[Ubuntu-BR] Configuração Dual Head

Higor Hostins hostins em itajai.sc.gov.br
Quinta Novembro 16 18:01:32 UTC 2006


Opa,

	Estou tentando configurar meu ubunto para usar dois monitores, e até o
momento obtive sucesso porém a resolução do segundo monitor fica em 640
x 480 e não consigo mudar. O monitor principal é um LG 7610E e
secundário é um Philips 105E. Estou enviando parte do meu xorg no fim do
corpo do email. Agradeço se alguém tiver alguma idéia de como configurar
para o segundo monitor aceitar pelo menos 800x600.

XORG


Section "Device"
	Identifier	"Silicon Integrated Systems (SiS)
661FX/M661FX/M661MX/741/M741/760/M760 PCI/AGP"
	Driver		"sis"
	BusID		"PCI:1:0:0"
EndSection

Section "Monitor"
	Identifier	"710E"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Silicon Integrated Systems (SiS)
661FX/M661FX/M661MX/741/M741/760/M760 PCI/AGP"
	Monitor		"710E"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400"
"640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400"
"640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400"
"640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400"
"640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400"
"640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400"
"640x480"
	EndSubSection
EndSection

Section "Device"
	Identifier	"Cirrus Logic GD 5446"
	Driver		"cirrus"
	BusID		"PCI:0:14:0"
EndSection

Section "Monitor"
	Identifier	"Generic"
	Option		"DPMS"
	HorizSync	30-54 #28-51
	VertRefresh	50-120 #43-60
EndSection

Section "Screen"
	Identifier	"Default Screen 1"
	Device		"Cirrus Logic GD 5446"
	Monitor		"Generic"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x1024" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x1024" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x1024" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x1024" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
EndSection


Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	Screen		"Default Screen 1" LeftOf "Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
EndSection

Section "DRI"
	Mode	0666
EndSection

Section "ServerFlags"
  Option "Xinerama" "false"
EndSection







More information about the ubuntu-br mailing list