[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Dos monitores



2008/10/3 Muammar El Khatib <muammarelkhatib@gmail.com>:
> Carlos Albornoz wrote:
>>>
>>> http://img218.imageshack.us/img218/7792/dualheadqg0.jpg
>>>
>>> Saludos,
>>> Toote
>>>
>>>
>> ajjajaja
>>
>> eso es hotmail????
>>
>
> Eso es correcto. Lo siento. Pero me causó mucha gracia ver lo detallista que es
> cierta gente xD LOOOOOOOOOOOL.
>
> Saludos,
>
> --
> Muammar El Khatib.
> Linux user: 403107.
> Key fingerprint = 90B8 BFC4 4A75 B881 39A3  1440 30EB 403B 1270 29F1
> http://muammar.me | http://teorex.org | http://taciturna.com
>  ,''`.
>  : :' :
>  `. `'
>   `
yo lo hago andar con xinerama en mi notebook q trae salida a vga y anda bien
aca t paso mi xorg.conf
Fijate q en las section device repite la misma tarjeta, creo q para
vos tendria q tener un device para cada tarjeta
salu2

Section "Files"
	FontPath	"/usr/share/fonts/X11/misc"
	FontPath	"/usr/X11R6/lib/X11/fonts/misc"
	FontPath	"/usr/share/fonts/X11/cyrillic"
	FontPath	"/usr/X11R6/lib/X11/fonts/cyrillic"
	FontPath	"/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath	"/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath	"/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/Type1"
	FontPath	"/usr/X11R6/lib/X11/fonts/Type1"
	FontPath	"/usr/share/fonts/X11/100dpi"
	FontPath	"/usr/X11R6/lib/X11/fonts/100dpi"
	FontPath	"/usr/share/fonts/X11/75dpi"
	FontPath	"/usr/X11R6/lib/X11/fonts/75dpi"
	# path to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load	"bitmap"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"latam"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"ImPS/2"
	Option		"Emulate3Buttons"	"true"
EndSection

Section "InputDevice"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/psaux"
	#Option		"Protocol"		"auto-dev"
	Option		"Protocol"		"ImPS/2"
	Option		"HorizScrollDelta"	"0"
	Option		"Emulate3Buttons"	"true"
	Option		"SHMConfig"		"on"
EndSection

Section "Device"
	Identifier	"Intel Corporation Mobile 915GM/GMS/910GML Express
Graphics Controller"
	Driver		"i810"
	BusID		"PCI:0:2:0"
        Option      "XAANoOffscreenPixmaps" "true"
        Option      "DRI"     "false"
	Option "MonitorLayout" "CRT,LFP"
	Option "DevicePresence" "true"
	Screen 0
EndSection
Section "Monitor"
	Identifier	"Monitor generico"
	Option		"DPMS"
	HorizSync	28-64
	VertRefresh	43-60
EndSection
Section "Screen"
	Identifier	"Screen0"
	Device		"Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
	Monitor		"Monitor generico"
	DefaultDepth	24	
	#Viewport 0 0
        Option         "AddARGBGLXVisuals" "True"
        Option         "DisableGLXRootClipping" "True"
	SubSection "Display"
		Depth		1
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		viewport	0 0	
		Depth		24
		Modes		"1280x800"
	EndSubSection
EndSection
Section "Device"
	Identifier	"Intel"
	Driver		"i810"
	BusID		"PCI:0:2:0"
        Option      "XAANoOffscreenPixmaps" "true"
        Option      "DRI"     "true"
	Option "MonitorLayout" "CRT,LFP"
	Option "DevicePresence" "true"
	Screen 1
EndSection

Section "Monitor"
	Identifier "1"
	HorizSync 30 - 83
	VertRefresh 56 - 76
	Option "DPMS"
	Modeline "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066
+hsync +vsync
EndSection

Section "Screen"
	Identifier	"Screen1"
	Device		"Intel"
	Monitor		"1"
	DefaultDepth	24	
	#Viewport 0 0
        Option         "AddARGBGLXVisuals" "True"
        Option         "DisableGLXRootClipping" "True"
	SubSection "Display"
		Depth		1
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Option "Xinerama"	"on"
	Option "Clone"	"on"
	Screen 0 "Screen0" 0 0
	Screen 1 "Screen1" RightOf "Screen0"

	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice	"Synaptics Touchpad"
        Option "AIGLX" "true"
EndSection

Section "DRI"
        Group	0
	Mode	0666
EndSection
Section "Extensions"
      Option   "Composite"   "Enable"
      Option "RENDER" "Enable"
EndSection




>
>
> --
> To UNSUBSCRIBE, email to debian-user-spanish-REQUEST@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
>
>



-- 
Mahica (Gustavo Calderon)
Linux User:  443567


Reply to: