Soporte para Dual Head con Ati Radeon 9200 SE en Linux Debian

En la Categoría Debian, Mejoras visuales el dia 12 marzo 2008

Antes de hacer limpieza en mi estudio tenia dos monitores en horizontal conectados a mi tarjeta gráfica Ati. Para este entorno me venia muy bien tenerlos montados con Dual Screen tal y como indicaba en el articulo ( Como configurar las Xorg para Dual Screen en Linux Debian con Ati Radeon 9200 SE ). Aquí podéis ver una muestra de como queda el escritorio gigante que nos ofrece el Dual Screen

Ahora al hacer limpieza los he cambiado de sitio y los he colocado uno encima de el otro. El Dual Screen no me gusta como queda, así que voy a configurarlos de tal manera que podamos ver un escritorio diferente en cada uno como si se tratara de dos ordenadores que comparten el mismo sistema operativo, los mismos programas, el mismo ordenador. ( Todo )

Para comenzar vamos a editar el fichero xorg.conf que esta situado en /etc/X11

vi /etc/X11/xorg.conf

En mi caso voy a usar una configuración especifica para mis dos monitores exactamente igual que configure como Dual Screen pero comentando la linea Option “Xinerama” “on” para que no nos active el Dual Screen si no el Dual Head.

A continuación expongo mi código para que os sirva de referencia …

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type “man /etc/X11/xorg.conf” at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

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-66
VertRefresh 56-75
EndSection

Section “Monitor”
Identifier “MonitorDerecho”
Option “DPMS”
HorizSync 30-83
VertRefresh 56-75
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

Una vez configurado a nuestra medida reiniciamos el sistema y listo. Ya podemos trabajar con los dos monitores ala vez de manera independiente como si de dos ordenadores se tratase con tan solo pasar con el raton de un monitor al otro. Esto es muy practico para aquellas personas a las que uno, dos o incluso cuatro escritorios se le han quedado cortos. Es impresionante la de aplicaciones que podemos hacer funcionar en los cuatro escritorios de cada monitor …

Bonito Bonito !!! ;)

 
 

Artículos Relacionados ...

 
Sitio protegido por una licencia Creative Commons. © 2006 / 2012 Política de privacidad en Forat. Design by: Charleston Dating with Ohio Singles | Volleyball Singles | Florida Telemarketing Jobs