i915
我能找到的唯一参考确实是英特尔芯片的 linux 内核驱动程序。英特尔似乎只是称它们为高清显卡。
Intel 915 似乎是指某些 Pentium 4 芯片组,但它们与当前的图形架构无关。
我可以为内部笔记本电脑面板设置显示缩放模式:
xrandr --output LVDS1 --set "scaling mode" "Full aspect"
然而,这不适用于外部显示器(DP1、VGA1、DP1),因为不支持缩放模式属性:
$> xrandr --output HDMI1 --set "scaling mode" "Full aspect"
X Error of failed request: BadName (named color or font does not exist)
Major opcode of failed request: 140 (RANDR)
Minor opcode of failed request: 11 (RRQueryOutputProperty)
Serial number of failed request: 47
Current serial number in output stream: 47
Run Code Online (Sandbox Code Playgroud)
显示较低分辨率的内容时如何保持纵横比?