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

Re: 2 Monitores con ATI Radeon HD 3200



On 20 ene, 12:00, Excalibur <luisg...@gmail.com> wrote:
> On Tuesday 20 January 2009 13:33:49 Rigomar wrote:
>
>
>
> > Acabo de armar un equipo con una tarjeta madre FOXCONN A7GM la cual
> > integra una tarjeta de video "ATI Radeon HD 3200" al momento de
> > instalar Debian Lenny de 64 bits no tengo ningun problema ya que con
> > un monitor despliega video a la resolucion correcta, pero deseo poder
> > aprovechar las dos salidas que ofrece conectando dos monitores.
>
> > Una posible solucion que se me ocurrio fue instalar el controlador que
> > ofrece ATI "ati.com/drivers/linux/64bit/ati-driver-installer-8-12-
> > x86.x86_64.run" pero al querer instalar los paquetes que indican en
> > las instrucciones algunos no los encuentro,
> > XFree86-Mesa-libGL
> > libstdc++
> > libgcc
> > XFree86-libs
> > fontconfig
> > freetype
> > zlib
> > gcc
> > pero de todos modos proceso a ejecutar la instalación pero lo que
> > obtengo es que al reiniciar no me despliega el video y al teclear Ctrl-
> > Alt-F1 para entrar a restaurar el xorg.conf anterior me reinicia el
> > equipo en vez darme acceso me reinicia el equipo.
>
> > Espero haber sido claro y ofrecer la información necesaria, de
> > antemano agradezco la ayuda que me puedan brindar.
>
> Fijáte acáhttp://www.forat.info/2008/03/12/soporte-para-dual-head-con-ati-radeo...
> A este pibe le anduvo al pelo y las imágenes de su dual screen lo demuestran.
> Espero te sirva.
> saludos
> --
> ------------------------------
> This message doesn't contain
> viruses, because it has been
> created with Linux.
> --
> Excalibur-
> Linux Registered User #481497
> Debian GNU/Linux User #136
>
> --
> To UNSUBSCRIBE, email to debian-user-spanish-REQU...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Hola gracias por el enlace pero lamentablemente no lo hice funcionar
pero al menos me mando a consola en donde pude restaurar la anterior
configuración y entrar a KDE.  De todos voy a colocar el xorg.conf que
utilice tomando en cuenta que cambie cierta informacion de los
monitores y descomente la linea de Xinerama "on".  Por cierto estoy
utilizando 2 monitores ViewSonic VA1912wb.

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"
	FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	#Load "i2c"
	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" "es"
EndSection

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

Section "Device"
	Identifier "LG19"
	BoardName "ATI Technologies Inc RV280 [Radeon 9200 SE]"
	Driver "ati"
	BusID "PCI:1:0:0"
	Screen 0
EndSection

Section "Device"
	Identifier "LG20"
	BoardName "ATI Technologies Inc RV280 [Radeon 9200 SE]"
	Driver "ati"
	BusID "PCI:1:0:0"
	Screen 1
EndSection

Section "Monitor"
	Identifier "MonitorIzquierdo"
	Option "DPMS"
	HorizSync 30-82
	VertRefresh 50-85
EndSection

Section "Monitor"
	Identifier "MonitorDerecho"
	Option "DPMS"
	HorizSync 30-82
	VertRefresh 50-85
EndSection

Section "Screen"
	Identifier "LG20Screen"
	Device "LG20"
	Monitor "MonitorIzquierdo"
	DefaultDepth 24
	SubSection "Display"
	Depth 1
	Modes "1680×1050" "1440×1440" "1280×1024" "1280×960" "1152×864"
"1024×768" "800×600" "720×400" "640×480"
	EndSubSection
	SubSection "Display"
	Depth 4
	Modes "1680×1050" "1440×1440" "1280×1024" "1280×960" "1152×864"
"1024×768" "800×600" "720×400" "640×480"
	EndSubSection
	SubSection "Display"
	Depth 8
	Modes "1680×1050" "1440×1440" "1280×1024" "1280×960" "1152×864"
"1024×768" "800×600" "720×400" "640×480"
	EndSubSection
	SubSection "Display"
	Depth 15
	Modes "1680×1050" "1440×1440" "1280×1024" "1280×960" "1152×864"
"1024×768" "800×600" "720×400" "640×480"
	EndSubSection
	SubSection "Display"
	Depth 16
	Modes "1680×1050" "1440×1440" "1280×1024" "1280×960" "1152×864"
"1024×768" "800×600" "720×400" "640×480"
	EndSubSection
	SubSection "Display"
	Depth 24
	Modes "1680×1050" "1440×1440" "1280×1024" "1280×960" "1152×864"
"1024×768" "800×600" "720×400" "640×480"
	EndSubSection
EndSection

Section "Screen"
	Identifier "LG19Screen"
	Device "LG19"
	Monitor "MonitorDerecho"
	DefaultDepth 24
	SubSection "Display"
	Depth 1
	Modes "1440×900" "1280×800" "1280×768" "1280×720" "800×600"
	EndSubSection
	SubSection "Display"
	Depth 4
	Modes "1440×900" "1280×800" "1280×768" "1280×720" "800×600"
	EndSubSection
	SubSection "Display"
	Depth 8
	Modes "1440×900" "1280×800" "1280×768" "1280×720" "800×600"
	EndSubSection
	SubSection "Display"
	Depth 15
	Modes "1440×900" "1280×800" "1280×768" "1280×720" "800×600"
	EndSubSection
	SubSection "Display"
	Depth 16
	Modes "1440×900" "1280×800" "1280×768" "1280×720" "800×600"
	EndSubSection
	SubSection "Display"
	Depth 24
	Modes "1440×900" "1280×800" "1280×768" "1280×720" "800×600"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier "Default Layout"
	Option "Xinerama" "on"
	Screen "LG19Screen"
	Screen "LG20Screen" LeftOf "LG19Screen"
	InputDevice "Generic Keyboard"
	InputDevice "Configured Mouse"
EndSection

Section "DRI"
	Mode 0666
EndSection


Reply to: