我在戴尔 XPS 超级本上的 ubuntu 12.04 LTS 下遇到烦人的自动背光亮度变化。
它似乎与屏幕上的白色像素数量有关(在暗/亮应用程序窗口之间来回切换使效果显着,但也只是滚动浏览网站。)所以我认为这是笔记本屏幕。
如何在 Ubuntu 中关闭它?Windows 为此提供了特定的 Intel 驱动程序选项,但我找不到任何适用于 Ubuntu 的选项。
型号:戴尔 XPS 14 超极本,目前正在运行 Unity
我是 Ubuntu 的新手,我想安装 intel hd 4000 的驱动程序,有什么帮助吗?我尝试了很多方法,但由于自动版本不匹配,我丢失了软件包并出现问题,我认为显卡驱动程序是 Intel® Ivybridge Mobile,并且亮度控制不起作用
我在英特尔高清图形适配器上有一个 2560x1440 显示器。由于 Intel HD 默认无法驱动高于 1920x1200 的显示器,因此我在 Ubuntu 12.04 中使用了以下技巧(源自https://plus.google.com/+LinusTorvalds/posts/HQsCY7ErAL4):
xrandr --newmode "2560x1440" 222.52 2560 2720 2992 3424 1440 1441 1444 1477 -HSync +Vsync
xrandr --addmode HDMI1 2560x1440
xrandr --output HDMI1 --mode 2560x1440
Run Code Online (Sandbox Code Playgroud)
模式行是使用找到的
gtf 2560 1440 44
Run Code Online (Sandbox Code Playgroud)
在 Ubuntu 14.04 中,这不再起作用:当我尝试切换到 2560x1440 模式时
xrandr: Configure crtc 0 failed
Run Code Online (Sandbox Code Playgroud)
对应的 Xorg.log 条目:
[ 1067.430] (II) intel(0): switch to mode 2560x1440@40.0 on HDMI1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 1067.824] (EE) intel(0): failed …
Run Code Online (Sandbox Code Playgroud)