如何辨别我的笔记本电脑能否达到4k分辨率? (使用Linux Mint)

时间:2015-03-30 13:48:44

标签: monitor linuxmint mint video-card

我正在考虑购买一台新显示器。如果没有插入并看到发生了什么,我怎么知道我的笔记本电脑能否输出4k分辨率? 是否有我可以运行的命令会告诉我这个?

我想也许我可以xrandr,但我认为这只能告诉我每台显示器的功能(即使控制器能够提供更多功能)。

我还想也许我可以从lspci查找设备并在谷歌上找到它,但我找不到多少。

我的lspci -v说:

00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09) (prog-if 00 [VGA controller])
    Subsystem: Lenovo Device 500d
    Flags: bus master, fast devsel, latency 0, IRQ 45
    Memory at f3000000 (64-bit, non-prefetchable) [size=4M]
    Memory at d0000000 (64-bit, prefetchable) [size=256M]
    I/O ports at 6000 [size=64]
    Expansion ROM at <unassigned> [disabled]
    Capabilities: <access denied>
    Kernel driver in use: i915

更新:Llama先生关于xrandr的建议让我觉得这个输出对那些比我更了解的人有用。这是我的xrandr:

Screen 0: minimum 8 x 8, current 5206 x 1080, maximum 16384 x 16384

eDP-1-0 connected 1366x768+0+0 309mm x 173mm
   1366x768       60.1*+
... other resolution options removed for brevity ...
   320x240        60.1  

HDMI-1-0 connected 1920x1080+3286+0 160mm x 90mm
   1920x1080      60.0*+   50.0     59.9  
... other resolution options removed for brevity ...
   640x480        60.0     59.9  


DisplayPort-1-1 connected 1920x1080+1366+0 509mm x 286mm
   1920x1080      60.0*+
... other resolution options removed for brevity ...
   720x400        70.1  

VGA-1-0 disconnected
HDMI-1-1 disconnected
DisplayPort-1-0 disconnected

1 个答案:

答案 0 :(得分:2)

看起来xrandr命令可能对您有用。它列出了可用和当前的监视器分辨率。

有关详细信息,请参阅此SuperUser question