小编rem*_*emi的帖子

如何通过 DDC/IC 改变外接显示器亮度?

我想通过 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)

brightness external-monitor

11
推荐指数
2
解决办法
8445
查看次数

通过软件控制外接显示器亮度

你好 Ubuntu 社区,

我可以通过以下命令控制与 DisplayPort 连接的 DELL U2713HM 的亮度:

ddccontrol -p -r 0x10 -w 53
Run Code Online (Sandbox Code Playgroud)

在此示例中,数字 53 表示亮度级别(范围 0 到 100)。但我不知道如何将命令链接到我键盘上的亮度键。

我已经搜索过,但刚刚找到了集成笔记本电脑屏幕的答案。In/sys/class/backlightacpi_video0包含一些子文件夹和文件的文件夹。文件 actual_brightness 包含一个从 0 到 20 的数字,当我按下亮度键时,这个数字会发生变化。

如何将我的外接显示器列为 /sys/class/backlight 中的设备?

PS:我正在运行带有集成显卡 Intel HD4000 的全新 Ubuntu 12.10 安装。

brightness external-monitor

11
推荐指数
1
解决办法
4060
查看次数

将快捷方式绑定到功能/多媒体键时出现问题

我想将批处理脚本连接到快捷方式。当我在系统设置 > 键盘 > 快捷方式下绑定它时,它适用于每个键,除了来自外部 Apple 键盘的亮度键。

亮度键在 showkey 中使用键码224225识别。

xev 输出:

FocusOut event, serial 41, synthetic NO, window 0x4000001,
mode NotifyGrab, detail NotifyAncestor

FocusIn event, serial 41, synthetic NO, window 0x4000001,
    mode NotifyUngrab, detail NotifyAncestor

KeymapNotify event, serial 41, synthetic NO, window 0x0,
    keys:  0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   
           0   0   0   0   0   0   0   0   0   0   0   0   0 …
Run Code Online (Sandbox Code Playgroud)

keyboard shortcut-keys

8
推荐指数
2
解决办法
4121
查看次数