Advertisement
Guest User

Untitled

a guest
Dec 17th, 2010
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.30 KB | None | 0 0
  1. usage: xrandr [options]
  2. where options are:
  3. -display <display> or -d <display>
  4. -help
  5. -o <normal,inverted,left,right,0,1,2,3>
  6. or --orientation <normal,inverted,left,right,0,1,2,3>
  7. -q or --query
  8. -s <size>/<width>x<height> or --size <size>/<width>x<height>
  9. -r <rate> or --rate <rate> or --refresh <rate>
  10. -v or --version
  11. -x (reflect in x)
  12. -y (reflect in y)
  13. --screen <screen>
  14. --verbose
  15. --dryrun
  16. --nograb
  17. --prop or --properties
  18. --fb <width>x<height>
  19. --fbmm <width>x<height>
  20. --dpi <dpi>/<output>
  21. --output <output>
  22. --auto
  23. --mode <mode>
  24. --preferred
  25. --pos <x>x<y>
  26. --rate <rate> or --refresh <rate>
  27. --reflect normal,x,y,xy
  28. --rotate normal,inverted,left,right
  29. --left-of <output>
  30. --right-of <output>
  31. --above <output>
  32. --below <output>
  33. --same-as <output>
  34. --set <property> <value>
  35. --scale <x>x<y>
  36. --transform <a>,<b>,<c>,<d>,<e>,<f>,<g>,<h>,<i>
  37. --off
  38. --crtc <crtc>
  39. --panning <w>x<h>[+<x>+<y>[/<track:w>x<h>+<x>+<y>[/<border:l>/<t>/<r>/<b>]]]
  40. --gamma <r>:<g>:<b>
  41. --primary
  42. --noprimary
  43. --newmode <name> <clock MHz>
  44. <hdisp> <hsync-start> <hsync-end> <htotal>
  45. <vdisp> <vsync-start> <vsync-end> <vtotal>
  46. [+HSync] [-HSync] [+VSync] [-VSync]
  47. --rmmode <name>
  48. --addmode <output> <name>
  49. --delmode <output> <name>
  50. songer@songer-7:~$ xrandr
  51. xrandr: Failed to get size of gamma for output default
  52. Screen 0: minimum 640 x 480, current 1280 x 1024, maximum 1280 x 1024
  53. default connected 1280x1024+0+0 0mm x 0mm
  54. 1280x1024 0.0*
  55. 1024x768 0.0
  56. 800x600 0.0
  57. 640x480 0.0
  58. songer@songer-7:~$ ^C
  59. songer@songer-7:~$ ^C
  60. songer@songer-7:~$ ^C
  61. songer@songer-7:~$ xrandr --addmode S-video 1280 x 1024
  62. usage: xrandr [options]
  63. where options are:
  64. -display <display> or -d <display>
  65. -help
  66. -o <normal,inverted,left,right,0,1,2,3>
  67. or --orientation <normal,inverted,left,right,0,1,2,3>
  68. -q or --query
  69. -s <size>/<width>x<height> or --size <size>/<width>x<height>
  70. -r <rate> or --rate <rate> or --refresh <rate>
  71. -v or --version
  72. -x (reflect in x)
  73. -y (reflect in y)
  74. --screen <screen>
  75. --verbose
  76. --dryrun
  77. --nograb
  78. --prop or --properties
  79. --fb <width>x<height>
  80. --fbmm <width>x<height>
  81. --dpi <dpi>/<output>
  82. --output <output>
  83. --auto
  84. --mode <mode>
  85. --preferred
  86. --pos <x>x<y>
  87. --rate <rate> or --refresh <rate>
  88. --reflect normal,x,y,xy
  89. --rotate normal,inverted,left,right
  90. --left-of <output>
  91. --right-of <output>
  92. --above <output>
  93. --below <output>
  94. --same-as <output>
  95. --set <property> <value>
  96. --scale <x>x<y>
  97. --transform <a>,<b>,<c>,<d>,<e>,<f>,<g>,<h>,<i>
  98. --off
  99. --crtc <crtc>
  100. --panning <w>x<h>[+<x>+<y>[/<track:w>x<h>+<x>+<y>[/<border:l>/<t>/<r>/<b>]]]
  101. --gamma <r>:<g>:<b>
  102. --primary
  103. --noprimary
  104. --newmode <name> <clock MHz>
  105. <hdisp> <hsync-start> <hsync-end> <htotal>
  106. <vdisp> <vsync-start> <vsync-end> <vtotal>
  107. [+HSync] [-HSync] [+VSync] [-VSync]
  108. --rmmode <name>
  109. --addmode <output> <name>
  110. --delmode <output> <name>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement