Linux用命令修改分辨率,非常有效


[root@lzf ~]# xrandr(查看當前分辨率和所有分辨率選項)
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 320 x 200, current 1280 x 960, maximum 2560 x 1600
default connected 1280x960+0+0 0mm x 0mm
   1024x768       60.0      0.0                            (這一行是當前分辨率,不算)
   800x600        60.0     56.0      0.0                (這是第一行)
   640x480        60.0      0.0  
   320x240         0.0  
   400x300         0.0  
   512x384         0.0  
   1152x864        0.0  
   1280x960        0.0* 
   1400x1050       0.0  
   1600x1200       0.0  
   1920x1440       0.0  
   2048x1536       0.0  
   854x480         0.0  
   1280x720        0.0  
   1366x768        0.0  
   1920x1080       0.0  
   1280x800        0.0  
   1440x900        0.0  
   1680x1050       0.0  
   1920x1200       0.0  
   2560x1600       0.0  
   720x480         0.0  
   720x576         0.0  
   320x200         0.0  
   640x400         0.0  
   800x480         0.0  
   1280x768        0.0  
   1280x1024       0.0  
然后再在上面數你要設置的分辨率是第幾行,比如我要設置1280*960,是在第七行, [root@lzf ~]# xrandr -s 7就這樣,設置好了
關於xrandr的更多參數,大家可以 man 一下或者help都可以,以下是我help的。
[root@lzf ~]# xrandr --help
usage: xrandr [options]
  where options are:
  -display <display> or -d <display>
  -help
  -o <normal,inverted,left,right,0,1,2,3>
            or --orientation <normal,inverted,left,right,0,1,2,3>
  -q        or --query
  -s <size>/<width>x<height> or --size <size>/<width>x<height>
  -r <rate> or --rate <rate> or --refresh <rate>
  -v        or --version
  -x        (reflect in x)
  -y        (reflect in y)
  --screen <screen>
  --verbose
  --dryrun
  --nograb
  --prop or --properties
  --fb <width>x<height>
  --fbmm <width>x<height>
  --dpi <dpi>/<output>
  --output <output>
      --auto
      --mode <mode>
      --preferred
      --pos <x>x<y>
      --rate <rate> or --refresh <rate>
      --reflect normal,x,y,xy
      --rotate normal,inverted,left,right
      --left-of <output>
      --right-of <output>
      --above <output>
      --below <output>
      --same-as <output>
      --set <property> <value>
      --scale <x>x<y>
      --transform <a>,<b>,<c>,<d>,<e>,<f>,<g>,<h>,<i>
      --off
      --crtc <crtc>
      --panning <w>x<h>[+<x>+<y>[/<track:w>x<h>+<x>+<y>[/<border:l>/<t>/<r>/<b>]]]
      --gamma <r>:<g>:<b>
      --primary
  --noprimary
  --newmode <name> <clock MHz>
            <hdisp> <hsync-start> <hsync-end> <htotal>
            <vdisp> <vsync-start> <vsync-end> <vtotal>
            [+HSync] [-HSync] [+VSync] [-VSync]
  --rmmode <name>
  --addmode <output> <name>
  --delmode <output> <name>


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM