[LUG.ro] 2 monitores en Slackware

Federico Lazcano (@rosario.gov.ar) lugro@lugro.org.ar
Wed, 7 Feb 2007 15:44:58 -0300


--nextPart11723132.v8PpXTEmB4
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

El Mi=E9rcoles, 7 de Febrero de 2007 13:15, FEDERICO MORELLI escribi=F3:

> Hola, el asunto es as=ED: tengo una placa Nvidia Geforce FX 5200, con dos
> salidas (una para el CRT y otra para TV) y la integrada (VIA) de la placa
=2E...
> especificaciones, av=EDsenme. Gracias por su tiempo.
>
>                        <<<F E D E>>>

Si bien no es exactamente lo mismo, aqu=ED tengo configurado un xinerama co=
n dos=20
monitores, con dos placas de video, una onboard y otra simple PCI, sobre un=
=20
Debian GNU/Linux Etch.

Estas son las placas:

bart:/etc/postfix# lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 82865G Integrated=20
Graphics Controller (rev 02)
01:00.0 VGA compatible controller: Cirrus Logic GD 5465 [Laguna] (rev 02)


Me parece que algunas motherboards cuando colocabas una placa AGP desactiva=
 la=20
onboard... las detect=E1s a ambas correctamente, con, por ejemplo, lspci?

Esto lo hice a partir de un X -config y luego tun=E9andolo un poco, revolvi=
endo=20
en la web.

Saludos, espero que sirva.

/etc/X11/xorg.conf
=2D---8<----8<----8<----8<----8<----8<----8<----8<-----

Section "ServerFlags"
	Option "Xinerama" "On"
EndSection

Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	Screen      1  "Screen1" RightOf "Screen0"
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath      "/usr/share/X11/rgb"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath     "/usr/share/fonts/X11/misc/"
	FontPath     "/usr/share/fonts/X11/TTF/"
	FontPath     "/usr/share/fonts/X11/OTF"
	FontPath     "/usr/share/fonts/X11/Type1/"
	FontPath     "/usr/share/fonts/X11/CID/"
	FontPath     "/usr/share/fonts/X11/100dpi/"
	FontPath     "/usr/share/fonts/X11/75dpi/"
EndSection

Section "Module"
	Load  "extmod"
	Load  "dbe"
	Load  "dri"
	Load  "glx"
	Load  "record"
	Load  "xtrap"
	Load  "freetype"
	Load  "type1"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "ImPS/2"
	Option	    "Device" "/dev/psaux"
	Option	    "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
	#DisplaySize	  280   210	# mm
	Identifier   "Monitor0"
	VendorName   "Samsung"
	ModelName    "SyncMaster"
 ### Comment all HorizSync and VertSync values to use DDC:
	HorizSync    30.0 - 55.0
	VertRefresh  50.0 - 120.0
	Option	     "DPMS"
EndSection

Section "Monitor"
	Identifier   "Monitor1"
	VendorName   "Samsung"
	ModelName    "SyncMaster"
	HorizSync    30.0 - 55.0
	VertRefresh  50.0 - 120.0
	Option       "DPMS"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"            	# [<bool>]
        #Option     "SWcursor"           	# [<bool>]
        #Option     "ColorKey"           	# <i>
        #Option     "CacheLines"         	# <i>
        #Option     "Dac6Bit"            	# [<bool>]
        #Option     "DRI"                	# [<bool>]
        #Option     "NoDDC"              	# [<bool>]
        #Option     "ShowCache"          	# [<bool>]
        #Option     "XvMCSurfaces"       	# <i>
        #Option     "PageFlip"           	# [<bool>]
	Identifier  "Card0"
	Driver      "i810"
	VendorName  "Intel Corporation"
	BoardName   "82865G Integrated Graphics Controller"
	BusID       "PCI:0:2:0"
	Option      "DRI"                       "true"
	Option      "XVideo"                    "true"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "DefaultRefresh"     	# [<bool>]
        #Option     "ModeSetClearScreen" 	# [<bool>]
	Identifier  "Card1"
	Driver      "vesa"
	VendorName  "Cirrus Logic"
	BoardName   "GD 5465 [Laguna]"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen1"
	Device     "Card1"
	Monitor    "Monitor1"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "DRI"
	Mode 0666
EndSection


=2D---8<----8<----8<----8<----8<----8<----8<----8<-----

=2D-=20
=46ederico Lazcano
[flazcano@rosario.gov.ar]
+54 (341) 4802 568
im: flazcano@rosario.gov.ar

=C1rea Tecnolog=EDa
Direcci=F3n General de Inform=E1tica
Municipalidad de Rosario

--nextPart11723132.v8PpXTEmB4
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQBFyh4svSVzCVhZsl0RApz1AKCd4P9RNzYSE56R2oW3QUgqTRgCxgCfRE5M
O85+FsGCwELoPrt/wp84gok=
=9h3M
-----END PGP SIGNATURE-----

--nextPart11723132.v8PpXTEmB4--