[wulei@localhost ~]$ xrandr
Screen 0: minimum 1 x 1, current 800 x 600, maximum 4096 x 4096
Virtual1 connected primary 800x600+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
   800x600       60.00*+  60.32  
   1360x768      60.02  
   1280x800      59.81  
   1152x864      75.00  
   1280x768      59.87  
   1024x768      60.00  
   640x480       59.94  
Virtual2 disconnected (normal left inverted right x axis y axis)
Virtual3 disconnected (normal left inverted right x axis y axis)
Virtual4 disconnected (normal left inverted right x axis y axis)
Virtual5 disconnected (normal left inverted right x axis y axis)
Virtual6 disconnected (normal left inverted right x axis y axis)
Virtual7 disconnected (normal left inverted right x axis y axis)
Virtual8 disconnected (normal left inverted right x axis y axis)
[wulei@localhost ~]$ xrandr -s 3
[wulei@localhost ~]$ xrandr -s 2
[wulei@localhost ~]$ 

其中3代表第三个分辨率,即:1280x800      59.81

[wulei@localhost ~]$ xrandr -s 3
[wulei@localhost ~]$ xrandr -s 1280x800 59.81

其中2代表第二个分辨率,即:1152x864      75.00


[wulei@localhost ~]$ xrandr -s 2
[wulei@localhost ~]$ xrandr -s 1152x864 75.00 

 

Logo

更多推荐