пятница, 21 августа 2009 г.

x200s. Powersave. xorg.conf

(Продолжение. Начало статьи)

Наилучшие результаты у меня получились про акселерации "по умолчанию".
Section "Monitor"
Identifier    "Configured Monitor"
Option        "DPMS"
EndSection

Section "Monitor"
Identifier    "HDMI-1"
Option        "Ignore" "True"
EndSection

Section "Monitor"
Identifier    "HDMI-2"
Option        "Ignore" "True"
EndSection

Section "Screen"
Identifier    "Default Screen"
Monitor       "Configured Monitor"
Device        "Configured Video Device"
DefaultDepth  24
SubSection    "Display"
Modes        "1280x800" "1024x768"
EndSubSection
EndSection

Section "Device"
Identifier    "Configured Video Device"
Driver        "intel"
#     Option        "AccelMethod" "uxa"   # При включении этой опции потреблени е возрастает на 1 Вт
Option        "monitor-HDMI-1" "HDMI-1"
Option        "monitor-HDMI-2" "HDMI-2"
EndSection

Section "ServerFlags"
Option        "DontZap" "no" # Включение x-server restart by Ctrl-Alt-Bs
EndSection


Включение опции "NoDRI" приводило к проблемам регулировки яркости.


Комментариев нет:

Отправить комментарий