[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Próxima revisión
Revisión previa
es:howtos:window_managers:dual_monitors [2019/02/19 20:02 (UTC)] – creado slackwarespanoles:howtos:window_managers:dual_monitors [2019/08/08 14:44 (UTC)] (actual) – [Sources] slackwarespanol
Línea 1: Línea 1:
 <!-- Add your text below. We strongly advise to start with a Headline (see button bar above). --> <!-- Add your text below. We strongly advise to start with a Headline (see button bar above). -->
-====== Dual Monitors ====== +====== Monitores duales ====== 
-Known to work on Slackware 14.1 and XFCE+Se sabe que funciona en Slackware 14.1 XFCE
  
 +Si está ejecutando XFCE y su monitor secundario no funciona, verifique y asegúrese de que esté habilitado en la CONFIGURACIÓN de XFCE:
  
-If you are running XFCE and your secondary monitor isn't workingcheck and make sure it's enabled in XFCE's SETTINGS:+CONFIGURACIÓN> ADMINISTRADOR DE CONFIGURACIÓN> PANTALLA> mostrar nombre en columna a la izquierda> USAR ESTA SALIDA 
 +====== Monitores espejo ====== 
 +Por defecto, XFCE (el WM que uso) parece hacer esto por defecto.
  
-SETTINGS > SETTING MANAGER > DISPLAY > display name in column on left > USE THIS OUTPUT+====== Extender el escritorio al segundo monitor ====== 
 +Para extender el escritorio a un segundo monitor (en lugar de duplicar el escritorio), debe usar xrandr para mover el escritorio sobre X número de píxeles. Donde X = la resolución X de su monitor IZQUIERDO.
  
- +1) Asegúrese de que el sistema esté 'viendola salida de su tarjeta de video y obtenga los nombres de salida:
- +
-====== Mirror Monitors ====== +
-By default, XFCE (the WM I use) seems to do this by default. +
- +
- +
- +
-====== Extend Desktop To Second Monitor ====== +
-To extend the desktop to a second monitor (as opposed to mirror the desktop), you need to use xrandr to move the desk top over X number of pixels. Where X = your LEFT monitor's X resolution. +
- +
-1) Make sure your video card's output is being 'seen' by the system and get the output names:+
 <code> xrandr -q </code> <code> xrandr -q </code>
- Make note of the name of your secondary monitor)+ (Tome nota del nombre de su monitor secundario).
  
-2) Move the secondary monitor over to the right+2) Mueva el monitor secundario hacia la derecha
 <code> xrandr --output HDMI-0 --pos 1024x0 # to move the VGA screen 1024 pixels to the right. </code> <code> xrandr --output HDMI-0 --pos 1024x0 # to move the VGA screen 1024 pixels to the right. </code>
  
-EXAMPLEHere's my machine. DVI-I-2 is my LEFT monitor and HDMI-0 is my RIGHT monitor.+EJEMPLOAquí está mi máquina. DVI-I-2 es mi monitor IZQUIERDO y HDMI-0 es mi monitor DERECHO.
 <code> <code>
 [arfon@darkstar ~]$ xrandr -q [arfon@darkstar ~]$ xrandr -q
Línea 56: Línea 50:
  
  
-====== Cool Switching Scripts ====== +====== Un buen Scripts de cambio  ====== 
-Here's a script I wrote to toggle between extended dual monitors and a single monitor-+Aquí hay un script que escribí para alternar entre monitores duales extendidos y un solo monitor:
 <code> <code>
 #!/bin/bash #!/bin/bash
Línea 72: Línea 66:
  
 </code> </code>
- +Script para alternar un monitor espejo
-Script to toggle a mirrored monitor-+
 <code> <code>
 #!/bin/bash #!/bin/bash
Línea 88: Línea 81:
  
  
-====== Sources ======+====== Funetes ======
 <!-- If you are copying information from another source, then specify that source --> <!-- If you are copying information from another source, then specify that source -->
 <!-- * Original source: [[http://some.website.org/some/page.html]] --> <!-- * Original source: [[http://some.website.org/some/page.html]] -->
 <!-- Authors are allowed to give credit to themselves! --> <!-- Authors are allowed to give credit to themselves! -->
 <!-- * Originally written by [[wiki:user:xxx | User X]] --> <!-- * Originally written by [[wiki:user:xxx | User X]] -->
-  * Originally written by [[wiki:user:arfon | arfon]]+  * Originalmente escrito por [[wiki:user:arfon | arfon]]
 <!-- * Contributions by [[wiki:user:yyy | User Y]] --> <!-- * Contributions by [[wiki:user:yyy | User Y]] -->
 +  * Traducido por:  [[wiki:user: slackwarespanol | Victor]]  2019/02/19 20:02 (UTC)
 <!-- Please do not modify anything below, except adding new tags.--> <!-- Please do not modify anything below, except adding new tags.-->
 <!-- You must remove the tag-word "template" below before saving your new page --> <!-- You must remove the tag-word "template" below before saving your new page -->
 {{tag>howtos software window_managers dual_monitors monitors dual_displays displays author_arfon}} {{tag>howtos software window_managers dual_monitors monitors dual_displays displays author_arfon}}
 es:howtos:window_managers:dual_monitors ()