我想通过 DDC/IC(DDC 维基百科)更改我的外部 Dell U2713HM 显示器的亮度,它通过 DisplayPort 连接。我有集成的 Intel HD4000 显卡。
当我运行 sudo get-edid 时,我得到:
get-edid: get-edid version 2.0.0
Performing real mode VBE call
Interrupt 0x10 ax=0x4f00 bx=0x0 cx=0x0
Function supported
Call successful
VBE version 300
VBE string at 0x11100 "Intel(R) Sandybridge/Ivybridge Graphics Chipset Accelerated VGA BIOS"
VBE/DDC service about to be called
Report DDC capabilities
Performing real mode VBE call
Interrupt 0x10 ax=0x4f15 bx=0x0 cx=0x0
Function supported
Call successful
Monitor and video card combination does not support …Run Code Online (Sandbox Code Playgroud) 你好 Ubuntu 社区,
我可以通过以下命令控制与 DisplayPort 连接的 DELL U2713HM 的亮度:
ddccontrol -p -r 0x10 -w 53
Run Code Online (Sandbox Code Playgroud)
在此示例中,数字 53 表示亮度级别(范围 0 到 100)。但我不知道如何将命令链接到我键盘上的亮度键。
我已经搜索过,但刚刚找到了集成笔记本电脑屏幕的答案。In/sys/class/backlight是acpi_video0包含一些子文件夹和文件的文件夹。文件 actual_brightness 包含一个从 0 到 20 的数字,当我按下亮度键时,这个数字会发生变化。
如何将我的外接显示器列为 /sys/class/backlight 中的设备?
PS:我正在运行带有集成显卡 Intel HD4000 的全新 Ubuntu 12.10 安装。
我在台式机上运行 Ubuntu 11.10,所以我没有fn,并且该选项没有出现在下面,System Settings > Screen因为它显然只有在检测到您的计算机是笔记本电脑时才会出现。
有没有办法改变屏幕亮度?