4k 显示器与高清显示器结合的 xrandr 缩放问题

4k 显示器与高清显示器结合的 xrandr 缩放问题

目前我运行这个命令来使所有内容正确缩放:

xrandr --output DP-2 --fb 7680x2160 --mode 3840x2160 --scale 1x1 --pos 0x0 --primary \
       --output HDMI-0 --mode 1920x1080 --scale 2x2 --pos 3840x0

但问题是桌面保持 1920 x 1080 格式...我现在可以轻松地将窗口拖到其他屏幕上,这些屏幕可以很好地缩放,但我的桌面并没有变大正如你在图片中看到的那样

有人知道我该怎么做才能让它工作吗,或者我是否需要缩小我的 4k 显示器?

提前谢谢您!:D

这是我的当前配置:

Screen 0: minimum 8 x 8, current 7680 x 2160, maximum 32767 x 32767
DP-0 disconnected (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)
HDMI-0 connected 3840x2160+3840+0 (normal left inverted right x axis y axis) 531mm x 299mm
   1920x1080     60.00*+  50.00  
   1680x1050     59.95  
   1600x1200     60.00  
   1440x900      74.98    59.89  
   1280x1024     75.02    60.02  
   1280x960      60.00  
   1280x800      59.81  
   1280x720      60.00    50.00  
   1152x864      75.00  
   1024x768      75.03    70.07    60.00  
   800x600       75.00    72.19    60.32    56.25  
   720x576       50.00  
   720x480       59.94  
   640x480       75.00    72.81    59.94  
DP-2 connected primary 3840x2160+0+0 (normal left inverted right x axis y axis) 607mm x 345mm
   3840x2160     60.00*+
   2560x1440     59.95  
   1920x1080     60.00    59.94  
   1680x1050     59.95  
   1600x900      60.00  
   1440x900      59.89  
   1280x1024     75.02    60.02  
   1280x800      59.81  
   1280x720      60.00  
   1152x864      75.00  
   1024x768      75.03    70.07    60.00  
   800x600       75.00    72.19    60.32    56.25  
   640x480       75.00    72.81    59.94  

硬件配置:

  • GPU:NVIDIA Geforce RTX 2070 内核:Linux 5.15.105-1

相关内容