Advertisement
phermes1

Untitled

Jan 18th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.13 KB | None | 0 0
  1. xrandr --output HDMI1 --scale 2x2 --mode 1920x1200 --fb 3840x4200 --pos 0x0
  2. xrandr --output eDP1 --scale 1x1 --pos 320x2400
  3.    
  4. env GDK_SCALE=0.5 GDK_DPI_SCALE=0.5 CLUTTER_SCALE=0.5 appname
  5.    
  6. xrandr -d :0 --fb 6572x3696 --output DP1-2 --mode 3840x2160 --scale 1x1 --rate 60 --pos 0x0 --primary
  7.  
  8. # sometimes panning get applied incorrectly when switching from some other mode, running it twice is a work around
  9. xrandr -d :0 --output eDP1 --off
  10. xrandr -d :0 --fb 6572x3696 --output eDP1  --mode 1366x768  --scale 2x2 --panning 2732x1536+3840+0
  11. xrandr -d :0 --fb 6572x3696 --output eDP1  --mode 1366x768  --scale 2x2 --panning 2732x1536+3840+0
  12.    
  13. $ cat ~/.Xresources
  14. Xft.dpi: 185
  15.    
  16. xrandr -d :0 --output DP1-2 --off
  17. xrandr -d :0 --fb 2732x1536 --output eDP1  --mode 1366x768  --scale 2x2 --panning 2732x1536+0+0 --pos 0x0 --primary
  18.    
  19. xrandr --output eDP-1 --scale 1x1 --pos 0x2880
  20. xrandr --output DP-1 --mode 2560x1440 --scale 2x2 --fb 5120x4680
  21.    
  22. xrandr --output eDP-1 --scale 1x1 --pos 0x2160
  23. xrandr --output DP-1 --mode 1920x1080 --scale 2x2 --fb 3840x3960
  24. RAW Paste Data
  25.  
  26. xrandr --output HDMI1 --scale 2x2 --mode 1920x1200 --fb 3840x4200 --pos 0x0
  27. xrandr --output eDP1 --scale 1x1 --pos 320x2400
  28.    
  29. env GDK_SCALE=0.5 GDK_DPI_SCALE=0.5 CLUTTER_SCALE=0.5 appname
  30.    
  31. xrandr -d :0 --fb 6572x3696 --output DP1-2 --mode 3840x2160 --scale 1x1 --rate 60 --pos 0x0 --primary
  32.  
  33. # sometimes panning get applied incorrectly when switching from some other mode, running it twice is a work around
  34. xrandr -d :0 --output eDP1 --off
  35. xrandr -d :0 --fb 6572x3696 --output eDP1  --mode 1366x768  --scale 2x2 --panning 2732x1536+3840+0
  36. xrandr -d :0 --fb 6572x3696 --output eDP1  --mode 1366x768  --scale 2x2 --panning 2732x1536+3840+0
  37.    
  38. $ cat ~/.Xresources
  39. Xft.dpi: 185
  40.    
  41. xrandr -d :0 --output DP1-2 --off
  42. xrandr -d :0 --fb 2732x1536 --output eDP1  --mode 1366x768  --scale 2x2 --panning 2732x1536+0+0 --pos 0x0 --primary
  43.    
  44. xrandr --output eDP-1 --scale 1x1 --pos 0x2880
  45. xrandr --output DP-1 --mode 2560x1440 --scale 2x2 --fb 5120x4680
  46.    
  47. xrandr --output eDP-1 --scale 1x1 --pos 0x2160
  48. xrandr --output DP-1 --mode 1920x1080 --scale 2x2 --fb 3840x3960
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement