Ubuntu: Linux下查看本机显示器分辨率(xrandr)

来源:互联网 发布:阿里云邮箱 彻底删除 编辑:程序博客网 时间:2024/05/17 23:36

  Linux下查看本机显示器分辨率:

$ xrandrScreen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767DVI-D-0 disconnected (normal left inverted right x axis y axis)HDMI-0 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 553mm x 309mm   1920x1080      60.0*+   59.9     50.0     60.0     50.0     1680x1050      60.0     1440x900       59.9     1280x1024      75.0     60.0     1280x960       60.0     1280x720       60.0     59.9     50.0     1024x768       75.0     70.1     60.0     800x600        75.0     72.2     60.3     56.2     720x576        50.0     720x480        59.9     640x480        75.0     72.8     59.9     59.9  DP-0 disconnected (normal left inverted right x axis y axis)DP-1 disconnected (normal left inverted right x axis y axis)DP-2 disconnected (normal left inverted right x axis y axis)DP-3 disconnected (normal left inverted right x axis y axis)DP-4 disconnected (normal left inverted right x axis y axis)DP-5 disconnected (normal left inverted right x axis y axis)

  我的显示器目前设定的分辨率为 1920×1080 (16:9) 。

  我还试着按照教程来修改显示器分辨率,但是修改失败了。等后面再来尝试。

$ cvt 2560 1440# 2560x1440 59.96 Hz (CVT 3.69M9) hsync: 89.52 kHz; pclk: 312.25 MHzModeline "2560x1440_60.00"  312.25  2560 2752 3024 3488  1440 1443 1448 1493 -hsync +vsync$ xrandr --newmode "2560x1440_60.00"  312.25  2560 2752 3024 3488  1440 1443 1448 1493 -hsync +vsync$ xrandr --addmode DP-0 "2560x1440_60.00"X Error of failed request:  BadMatch (invalid parameter attributes)  Major opcode of failed request:  140 (RANDR)  Minor opcode of failed request:  18 (RRAddOutputMode)  Serial number of failed request:  43  Current serial number in output stream:  44$ 

  附上wikipedia上的显示分辨率列表。