设置更高的屏幕分辨率

设置更高的屏幕分辨率

我有 HP 250 G4,正在使用 Ubuntu 16.04。我的屏幕分辨率现在是 1366x768,但如果我运行xrandr它,它会显示:

Screen 0: minimum 8 x 8, current 1366 x 768, maximum 32767 x 32767
eDP1 connected primary 1366x768+0+0 (normal left inverted right x axis y axis) 344mm x 194mm
   1366x768      59.99*+
   1360x768      59.80    59.96  
   1280x720      60.00  
   1024x768      60.00  
   1024x576      60.00  
   960x540       60.00  
   800x600       60.32    56.25  
   864x486       60.00  
   640x480       59.94  
   720x405       60.00  
   680x384       60.00  
   640x360       60.00  
DP1 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)

它所说的事实是否maximum 32767 x 32767意味着我可以将分辨率设置为更高的值,例如 1920 x 1080?如果不是,为什么?如果是,怎么做?

我可以尝试一下,但据我所知,这可能会损坏我的显示器,所以如果有人能向我解释清楚,我将不胜感激。

答案1

我不知道关于“最大 32767 x 32767”的问题的答案,但如果你想改变分辨率或(--newmode & --addmode)对你不起作用。

你可以尝试一下比例选项,

xrandr --output display --scale (x)x(y).

IE

xrandr --output eDP1 --scale 1.4x1.4

在缩放之前这是我的 xrandr 输出,请注意屏幕 0:最小 8 x 8,当前 1366 x 768 部分

blupie@elitebook:~$ xrandr
Screen 0: minimum 8 x 8, current 1366 x 768, maximum 32767 x 32767
eDP1 connected primary 1366x768+0+0 (normal left inverted right x axis y axis) 310mm x 170mm
   1366x768      60.00*+  40.00  
   1360x768      59.96  
   1280x720      59.86    60.00    59.74  
   1024x768      60.00  
   1024x576      60.00    59.90    59.82  
   960x540       60.00    59.63    59.82  
   800x600       60.32    56.25  
   864x486       60.00    59.92    59.57  
   640x480       59.94  
   720x405       59.51    60.00    58.99  
   680x384       60.00  
   640x360       59.84    59.32    60.00  

但在我缩放屏幕后,这是我的结果,注意屏幕 0:最小 8 x 8,当前 1599 x 899,最大 32767 x 32767

blupie@elitebook:~$ xrandr --output eDP1 --scale 1.17x1.17
blupie@elitebook:~$ xrandr
Screen 0: minimum 8 x 8, current 1599 x 899, maximum 32767 x 32767
eDP1 connected primary 1599x899+0+0 (normal left inverted right x axis y axis) 310mm x 170mm
   1366x768      60.00*+  40.00  
   1360x768      59.96  
   1280x720      59.86    60.00    59.74  
   1024x768      60.00  
   1024x576      60.00    59.90    59.82  
   960x540       60.00    59.63    59.82  
   800x600       60.32    56.25  
   864x486       60.00    59.92    59.57  
   640x480       59.94  
   720x405       59.51    60.00    58.99  
   680x384       60.00  
   640x360       59.84    59.32    60.00  

我希望分辨率从 1366x768 变为 1600x900,因此 1600/1366 = 1.17,900/768 = 1.17 输出为 --比例 1.17x1.17

答案2

HP 250 G4 配备 15.6 英寸高清 SVA 1366x768 屏幕。您可以使用分辨率最高可达 1366x768,而不是更高的分辨率,使用内置显示器。使用除原始分辨率之外的分辨率是没有意义的。系统图标和字体可以缩放,以便在更高的分辨率下获得更好的观看效果。

图形芯片组支持附加外接显示器的更高分辨率。

相关内容