From c9a50734773d290aafd016008e18a3d9e17ec0d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerardo=20Marx=20Ch=C3=A1vez-Campos?= Date: Tue, 8 Feb 2022 04:42:52 +0000 Subject: [PATCH] Update 'Home' --- Home.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Home.md b/Home.md index 59218f3..d60b797 100644 --- a/Home.md +++ b/Home.md @@ -20,7 +20,14 @@ $ xrandr --output DP-1 --mode 1920x1080 --rotate left --right-of eDP-1 in this example, the second monitor is the `DP-1` output and the main monitor is the `eDP-1` +## Projector configuration +The `xrandr` package can also be used to configure a second output as a projector. This can be done by using: + +``` +$ xrandr --output DP-1 --auto --same-as eDP-1 #option 1 +$ xrandr --output DP-1 --mode 1920x1080 --same-as eDP-1 #option 2 +``` # Mouse and Touchpad