Advertisement
AndrzejL

Current xrandr config

Sep 4th, 2013
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. ASUS + NVIDIA + AOC F22
  2.  
  3. xrandr --output DVI-I-0 --primary --mode 1920x1080 --refresh 60 --output LVDS-0 --mode 1680x1050 --refresh 60 --pos 1920x0 --left-of DVI-I-0 && killall krunner & xset s off && xset -dpms && xset dpms force off && amixer sset Master mute
  4.  
  5. startup command that sets screens, turns them off and the mutes the sound:
  6.  
  7. xrandr --output LVDS1 --set "scaling mode" "Full" --primary --mode 1280x800 --refresh 60 --output VGA1 --mode 1920x1080 --refresh 60 --pos 1920x0 --left-of LVDS1 && killall krunner & xset s off && xset -dpms && xset dpms force off && amixer sset
  8.  
  9. Some other stuff
  10.  
  11. xrandr --output VGA1 --primary --mode 1920x1080 --refresh 60 --output LVDS1 --set "scaling mode" "Full" --right-of LVDS1 --pos 1920x0 --mode 1280x800 --refresh 60 &&
  12.  
  13. && xrandr --output LVDS1 --set "scaling mode" "Full" --primary --mode 1280x800 --refresh 60 --output VGA1 --mode 1920x1080 --refresh 60 --pos 1920x0 --left-of LVDS1
  14.  
  15. xrandr --output VGA1 --primary --mode 1920x1080 --refresh 60 --output LVDS1 --off &&
  16. xrandr --output VGA1 --primary --mode 800x600 --refresh 60 --output LVDS1 --off &&
  17.  
  18. xrandr --output LVDS1 --set "scaling mode" "Full" --primary --mode 1280x800 --refresh 60 --output VGA1 --mode 1920x1080 --refresh 60 --pos 1920x0 --left-of LVDS1 && killall krunner & xset s off && xset -dpms && xset dpms force off
  19.  
  20. xrandr --output LVDS1 --set "scaling mode" "Full" --primary --mode 1280x800 --refresh 60 --output VGA1 --mode 1920x1080 --refresh 60 --pos 1920x0 --left-of LVDS1 && killall krunner & xset s off && xset -dpms && xset dpms force off && amixer sset Master mute
  21.  
  22. [andrzejl@wishmacer ~]$ xrandr
  23. Screen 0: minimum 320 x 200, current 3200 x 1080, maximum 32767 x 32767
  24. LVDS1 connected primary 1280x800+1920+0 (normal left inverted right x axis y axis) 331mm x 207mm
  25. 1280x800 60.0*+
  26. 1024x768 60.0
  27. 800x600 60.3 56.2
  28. 640x480 59.9
  29. VGA1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 476mm x 268mm
  30. 1920x1080 60.0*+
  31. 1680x1050 60.0
  32. 1280x1024 75.0 70.0 60.0
  33. 1440x900 75.0 59.9
  34. 1152x864 75.0
  35. 1024x768 75.1 70.1 60.0
  36. 832x624 74.6
  37. 800x600 75.0 60.3 56.2
  38. 640x480 72.8 75.0 60.0
  39. TV1 unknown connection (normal left inverted right x axis y axis)
  40. 848x480 59.9 +
  41. 640x480 59.9 +
  42. 1024x768 59.9
  43. 800x600 59.9
  44. [andrzejl@wishmacer ~]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement