linux更改分辨率命令行
linux更改分辨率命令行
linux下如何調整電腦分辨率相信大家都覺得很棘手,下面由學習啦小編為大家整理了linux更改分辨率的命令行,希望大家喜歡!
linux更改分辨率命令行
[root@lzf~]#xrandr(查看當前分辨率和所有分辨率選項)
xrandr:Failedtogetsizeofgammaforoutputdefault
Screen0:minimum320x200,current1280x960,maximum2560x1600 d
efaultconnected1280x960+0+00mmx0mm
1024x76860.00.0(這一行是當前分辨率,不算)
800x60060.056.00.0(這是第一行)
640x48060.00.0
320x2400.0
400x3000.0
512x3840.0
1152x8640.0
1280x9600.0*
1400x10500.0
1600x12000.0
1920x14400.0
2048x15360.0
854x4800.0
1280x7200.0
1366x7680.0
1920x10800.0
1280x8000.0
1440x9000.0
1680x10500.0
1920x12000.0
2560x16000.0
720x4800.0
720x5760.0
320x2000.0
640x4000.0
800x4800.0
1280x7680.0
1280x10240.0
然后再在上面數(shù)你要設置的分辨率是第幾行,比如我要設置1280*960,是在第七行,[root@lzf~]#xrandr-s7就這樣,設置好了
關于xrandr的更多參數(shù),大家可以man一下或者help都可以,以下是我help的。
[root@lzf~]#xrandr--help
usage:xrandr[options]
whereoptionsare:
-displayor-d
-help
-o
or--orientation
-qor--query
-s/xor--size/x
-ror--rateor--refresh
-vor--version
-x(reflectinx)
-y(reflectiny)
--screen
--verbose
--dryrun
--nograb
--propor--properties
--fbx
--fbmmx
--dpi/
--output
--auto
--mode
--preferred
--posx
--rateor--refresh --reflectnormal,x,y,xy
--rotatenormal,inverted,left,right
--left-of
--right-of
--above
--below
--same-as
--set
--scalex
--transform,,,,,,,,
--off
--crtc
--panningx[++[/x++[////]]]
--gamma::
--primary
--noprimary
--newmode
[+HSync][-HSync][+VSync][-VSync]
--rmmode
--addmode
--delmode
總結
希望本文介紹的在Linux 下使用命令修改分辨率的方法能夠對讀者有所幫助。更多有關linux操作系統(tǒng)的知識還有待于讀者去探索和學習。