Update 'Home'

master
parent
commit
c9a5073477
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      Home.md

+ 7
- 0
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` 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 # Mouse and Touchpad


Loading…
Cancel
Save