我用gnome-display-properties
它来配置在家里和办公室连接到笔记本电脑的外接屏幕。gnome-display-properties
巧妙地记住哪个屏幕是哪个,并在插入屏幕时自动设置显示。
例如,在 中gnome-display-properties
,监视器显示为“监视器:三星电气公司 24''”,我想知道这个信息是从哪里提取的?
这些信息保存在哪里?
答案1
添加 htorque 的答案并将 JohanSJA 的评论转换为答案:
这些信息保存在哪里?
在~/.config/monitors.xml
。
答案2
信息来自监视器的扩展显示识别码。要检查,您可以安装包read-edid
并运行
sudo get-edid | parse-edid
这应该输出一些信息,包括我们之前在 xorg.conf 文件中的监视部分,例如:
Section "Monitor"
# Block type: 2:0 3:ff
# Block type: 2:0 3:fc
Identifier "DELL U2311H"
VendorName "DEL"
ModelName "DELL U2311H"
# Block type: 2:0 3:ff
# Block type: 2:0 3:fc
# Block type: 2:0 3:fd
HorizSync 30-83
VertRefresh 56-76
# Max dot clock (video bandwidth) 170 MHz
# DPMS capabilities: Active off:yes Suspend:yes Standby:yes
Mode "1920x1080" # vfreq 60.000Hz, hfreq 67.500kHz
DotClock 148.500000
HTimings 1920 2008 2052 2200
VTimings 1080 1084 1089 1125
Flags "+HSync" "+VSync"
EndMode
# Block type: 2:0 3:ff
# Block type: 2:0 3:fc
# Block type: 2:0 3:fd
EndSection
请注意三个字母的 VendorName。