如何使用 Debian 获得全屏分辨率?

如何使用 Debian 获得全屏分辨率?

我有一个用于编程的 HP 20wm 显示器,其分辨率为 1600x900。但每当我尝试将分辨率设置为 1600x900 时,它都会出现裁剪过的两侧都调整为 1440x900,因此当我将显示器设置调整为全屏时,它只会拉伸图像,这看起来不对。cvt 1600 900输出以下内容:

# 1600x900 59.95 Hz (CVT 1.44M9) hsync: 55.99 kHz; pclk: 118.25 MHz
Modeline "1600x900_60.00"  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync

xrandr我使用如下方式设置分辨率:

xrandr --newmode "FullScreen"  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync
xrandr --addmode VGA1 "FullScreen"

这是我在屏幕两侧看到的内容:

在此输入图像描述

我该如何解决?

更奇怪的是,当我进入display首选项时,它显示“分辨率 1600 x 900”清楚地事实并非如此。xrandr揭示以下信息:

Screen 0: minimum 320 x 200, current 1600 x 900, maximum 8192 x 8192
LVDS1 connected (normal left inverted right x axis y axis)
   1366x768      60.03 +
   1360x768      59.80    59.96  
   1024x768      60.00  
   800x600       60.32    56.25  
   640x480       59.94  
VGA1 connected primary 1600x900+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
   1024x768      60.00  
   800x600       60.32    56.25  
   848x480       60.00  
   640x480       59.94  
   FullScreen    59.95* 
HDMI1 disconnected (normal left inverted right x axis y axis)
DP1 disconnected (normal left inverted right x axis y axis)
DP2 disconnected (normal left inverted right x axis y axis)

答案1

由于我还不能添加评论,请将此视为评论。检查系统日志,例如,dmesg | tail 也许更改分辨率,检查系统日志,将间隔更改为几乎正确的分辨率,然后再次检查。也许有什么有用的东西。

相关内容