Xrandr

為什麼 xrandr 中的解析度會不同?

  • September 29, 2020

下面是 的輸出xrandr。我希望輸出的兩行中的解析度相同,我用$thisPartand替換了實際解析度$andThisPart,但解析度不同。這些決議有什麼區別?為什麼它們可以不同?

DP-0 connected $thisPart+4975+504 left (normal left inverted right x axis y axis) 598mm x 336mm panning 2160x2160+3840+0 tracking 6000x2160+0+0 border 0/0/0/0
  $andThisPart     60.00*+ 144.00   119.98   109.95    99.93    59.94    50.00    23.98

當您的螢幕被縮放時,如使用--scale--scale-from選項xrandr(參見man xrandr用法),“已連接”一詞後指示的解析度將是您的桌面放大或縮小到的解析度,而標有的解析度*將是實際呈現在您的物理顯示器上的解析度。

引用自:https://unix.stackexchange.com/questions/611616