Advertisement
Guest User

xrander ipad second screen.

a guest
May 12th, 2021
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. xrandr --newmode "ipad" 480.50 2736 2960 3256 3776 2048 2051 2061 2121 -hsync +vsync
  4. xrandr --addmode VIRTUAL1 ipad
  5.  
  6. xrandr --output VIRTUAL1 --mode ipad --right-of eDP1
  7.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement