我在 Lenovo P51 上使用 Manjaro。内部显示器是 1080p,外部显示器也是 1080p。但是,内部为 144 dpi,外部为 70 dpi。我运行 KDE,全局缩放设置为 150%,这使得图标等的大小对我来说很满意。 NVIDIA GPU使用nouveau
➜ ~ lspci -k | grep -B 2 nouveau
01:00.0 3D controller: NVIDIA Corporation GM107GLM [Quadro M1200 Mobile] (rev a2)
Subsystem: Lenovo Device 224d
Kernel driver in use: nouveau
Intel GPU使用i915
➜ ~ lspci -k | grep -B 2 i915
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 630 (rev 04)
Subsystem: Lenovo Device 224d
Kernel driver in use: i915
Optimus 的设置是这样的:
➜ ~ xrandr --listproviders
Providers: number : 2
Provider 0: id: 0x43 cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 3 outputs: 1 associated providers: 1 name:modesetting
Provider 1: id: 0x80f cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 4 outputs: 3 associated providers: 1 name:modesetting
我已经查看了大量的答案和建议,但是当我包括帧缓冲区时--scale 2x2
,帧缓冲区会增长,但外部显示器仅显示左上四分之一。
在这种情况下如何在外接显示器上进行缩放?