ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: "Valery V. Inozemtsev" <shrek@altlinux.ru>
To: ALT Linux Sisyphus discussions <sisyphus@lists.altlinux.org>
Subject: Re: [sisyphus] [cyber] I: Sisyphus-20081228 packages: +7! -51 +38 (8428)
Date: Sun, 28 Dec 2008 16:08:08 +0300
Message-ID: <200812281608.11326.shrek@altlinux.ru> (raw)
In-Reply-To: <20081228124344.GS11839@altlinux.org>

[-- Attachment #1: Type: text/plain, Size: 4575 bytes --]

On Sunday 28 December 2008 15:43:44 Alexey I. Froloff wrote:
> * Valery V. Inozemtsev <shrek@> [081228 14:44]:
> > выкиньте powersave и откройте для себя hal-laptop.
> > тестировалось на ThinkPad X61s, X24, X300, X301 и EeePC 701
>
> Ну тогда расскажи про него ;-)  А то дока в виде *.c и *.fdi не
> очень понятная.  Я пока понял, что надо скопировать две fdi'шки в
> /etc/hal, а вот какие параметры за что отвечают?

все настройки хранятся в 2-х fdi. их нужно скопировать в /etc/hal/fdi/policy и редактировать по фкусу
10-ac-adapter.fdi:
<?xml version="1.0" encoding="UTF-8"?>

<deviceinfo version="0.2">
  <device>
    <match key="info.capabilities" contains="ac_adapter">
<!-- критический разряд батареи ниже которого выполнять то что в battery.low.method -->
      <merge key="battery.low.percentage" type="int">5</merge>
      <!--  battery.low.method = Hibernate|Shoutdown -->
      <merge key="battery.low.method" type="string">Hibernate</merge>
<!-- управление яркостью -->
      <merge key="laptop_panel.brightness.ac" type="int">10</merge>
      <merge key="laptop_panel.brightness.battery" type="int">12</merge>
<!-- cpufreq -->
      <merge key="power_management.governor.ac" type="string">performance</merge>
      <merge key="power_management.governor.battery" type="string">ondemand</merge>
<!-- X DPMS on/off -->
      <merge key="x11.dpms.active" type="bool">true</merge>
<!-- параметры см. в $ xset q -->
      <merge key="x11.dpms.standby.ac" type="int">135</merge>
      <merge key="x11.dpms.standby.battery" type="int">60</merge>
      <merge key="x11.dpms.suspend.ac" type="int">180</merge>
      <merge key="x11.dpms.suspend.battery" type="int">90</merge>
      <merge key="x11.dpms.off.ac" type="int">200</merge>
      <merge key="x11.dpms.off.battery" type="int">100</merge>

      <merge key="x11.screensaver.timeout" type="int">130</merge>
      <merge key="x11.screensaver.cycle" type="int">600</merge>
    </match>
  </device>
</deviceinfo>

10-event~key.fdi:
<?xml version="1.0" encoding="UTF-8"?>

<deviceinfo version="0.2">
  <device>
    <match key="info.capabilities" contains="input.keymap">
<!-- suspend на закрытие крышки ноута on/off -->
      <merge key="input.key.lid.active" type="bool">true</merge>
<!-- клавиши управления яркостью софтварные/железные -->
      <merge key="input.key.brightness.hard" type="bool">false</merge>
<!-- скринлок (у меня Fn+F2), реализован только для kde3 -->
      <merge key="input.key.screenlock.method" type="string">kde3</merge>
<!-- акшены в /etc/hal/actions on/off (имя исполняемого файла = имени кнопки) -->
      <merge key="input.key.actions" type="bool">false</merge>
<!-- клавиши управления громкостью софтварные/железные -->
      <merge key="input.key.volume.hard" type="bool">false</merge>
<!-- индекс звуковой карты ALSA -->
      <merge key="alsa.mixer.index" type="int">0</merge>
<!-- канал -->
      <merge key="alsa.mixer.control" type="string">Master</merge>
<!-- шаг регулировки в % -->
      <merge key="alsa.mixer.volume.step" type="int">5</merge>
<!-- кнопка sleep on/off -->
      <merge key="input.key.sleep.active" type="bool">true</merge>
      <!-- input.key.sleep.method = Hibernate|Suspend -->
      <merge key="input.key.sleep.method" type="string">Suspend</merge>
<!-- кнопка wlan on/off -->
      <merge key="input.key.wifi-power.active" type="bool">true</merge>
      <!-- input.key.wifi-power.killswitch.type = bluetooth|wlan -->
      <merge key="input.key.wifi-power.killswitch.type" type="string">bluetooth</merge>
    </match>
  </device>
</deviceinfo>
>
> Ещё у меня по кнопке "wifi-power" передёргивается bluetooth.  Я
> так понимаю, это изменить никак нельзя?

input.key.wifi-power.killswitch.type

> Может таки сначала лучше 
> проверять наличие скрипта в actions?

action выполняется если отключена соответствующая кнопка и включены actions

-- 
Valery V. Inozemtsev

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

  reply	other threads:[~2008-12-28 13:08 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-28 11:28 ` Alexey I. Froloff
2008-12-28 11:37   ` Valery V. Inozemtsev
2008-12-28 12:43     ` Alexey I. Froloff
2008-12-28 13:08       ` Valery V. Inozemtsev [this message]
2008-12-28 13:22         ` Valery V. Inozemtsev
2008-12-28 14:18         ` Alexey I. Froloff
2008-12-28 14:28           ` Valery V. Inozemtsev
2008-12-28 15:11             ` Alexey I. Froloff
2008-12-28 15:29               ` Valery V. Inozemtsev
2008-12-28 15:42                 ` Alexey I. Froloff
2008-12-28 15:49                   ` Valery V. Inozemtsev
2008-12-28 15:51                     ` Mikhail Gusarov
2008-12-28 16:28                       ` Valery V. Inozemtsev
2008-12-28 17:31                         ` Alexey I. Froloff
2008-12-28 17:42                           ` Valery V. Inozemtsev
2008-12-28 18:19                             ` Alexey I. Froloff
2008-12-28 18:22                               ` Valery V. Inozemtsev
2008-12-28 18:35                                 ` Alexey I. Froloff
2008-12-28 18:57                                   ` Valery V. Inozemtsev
2008-12-28 22:08                                     ` [sisyphus] /var/run/xauth/ Dmitry V. Levin
2008-12-29  9:44                                       ` Sergey V Turchin
2008-12-28 19:07                                   ` [sisyphus] [cyber] I: Sisyphus-20081228 packages: +7! -51 +38 (8428) Valery V. Inozemtsev
2008-12-28 19:26                                   ` Valery V. Inozemtsev
2008-12-28 20:31                                     ` Alexey Voinov
2008-12-28 21:15                                       ` Alexey I. Froloff
2008-12-29  6:00                                         ` Alexey Voinov
2009-01-17 10:44     ` Alexey Voinov
2009-01-17 10:51       ` Michail Yakushin
2009-01-20 17:39         ` [sisyphus] hal-laptop on eeepc 900 Alexey Voinov
2009-01-20 17:48           ` Valery V. Inozemtsev
2009-01-20 18:55             ` Alexey Voinov
2009-01-20 19:07               ` Alexey Voinov
2009-01-20 19:22                 ` Valery V. Inozemtsev
2009-01-20 20:01                   ` Michail Yakushin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200812281608.11326.shrek@altlinux.ru \
    --to=shrek@altlinux.ru \
    --cc=sisyphus@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git