[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

Ambos lados, revisión anteriorRevisión previa
Próxima revisión
Revisión previa
es:howtos:window_managers:dual_monitors [2019/08/08 14:20 (UTC)] – [Mirror Monitors] slackwarespanoles:howtos:window_managers:dual_monitors [2019/08/08 14:44 (UTC)] (actual) – [Sources] slackwarespanol
Línea 9: Línea 9:
 Por defecto, XFCE (el WM que uso) parece hacer esto por defecto. Por defecto, XFCE (el WM que uso) parece hacer esto por defecto.
  
-====== Extend Desktop To Second Monitor ====== +====== Extender el escritorio al segundo monitor ====== 
-To extend the desktop to second monitor (as opposed to mirror the desktop), you need to use xrandr to move the desk top over number of pixelsWhere X = your LEFT monitor'resolution.+Para extender el escritorio un segundo monitor (en lugar de duplicar el escritorio), debe usar xrandr para mover el escritorio sobre número de píxelesDonde X = la resolución de su monitor IZQUIERDO.
  
-1) Make sure your video card's output is being 'seen' by the system and get the output names:+1) Asegúrese de que el sistema esté 'viendola salida de su tarjeta de video y obtenga los nombres de salida:
 <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 50: 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 66: 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 82: 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 ()