| wickedxghoul | # Configuration file for MCE | 00:12 |
|---|---|---|
| [Modules] | ||
| # Path to modules | ||
| # | ||
| # Do not modify unless you're sure that you know what you're doing! | ||
| ModulePath=/usr/lib/mce/modules | ||
| # Modules | ||
| # | ||
| # List of modules to load | ||
| # Note: the name should not include the "lib"-prefix | ||
| Modules=homekey;filter-brightness-als;inactivity;camera;alarm | ||
| [HomeKey] | ||
| # Try to make this possible somehow | ||
| # [HomeKey] keycode | ||
| # HomeKeyCode=Key_F5 | ||
| # Timeout before keypress is regarded as a long press | ||
| # | ||
| # Timeout in milliseconds, default 800 | ||
| HomeKeyLongDelay=800 | ||
| # Short [Home] behaviour | ||
| # | ||
| # Valid options: | ||
| # disabled - do nothing on short press | ||
| # shortsignal - send the short home D-Bus signal <default> | ||
| # longsignal - send the long home D-Bus signal | ||
| HomeKeyShortAction=shortsignal | ||
| # Long [Home] behaviour | ||
| # | ||
| # Valid options: | ||
| # disabled - do nothing on short press | ||
| # shortsignal - send the short home D-Bus signal | ||
| # longsignal - send the long home D-Bus signal <default> | ||
| HomeKeyLongAction=longsignal | ||
| [PowerKey] | ||
| # Timeout before keypress is regarded as a medium press | ||
| # This delay is used when powering up from charging | ||
| # | ||
| # Timeout in milliseconds, default 1000 | ||
| PowerKeyMediumDelay=1000 | ||
| # Timeout before keypress is regarded as a long press | ||
| # | ||
| # Timeout in milliseconds, default 1500 | ||
| PowerKeyLongDelay=1500 | ||
| # Timeout for double keypresses | ||
| # | ||
| # Timeout in milliseconds, default 1000 | ||
| PowerKeyDoubleDelay=1000 | ||
| # Short [power] behaviour | ||
| # | ||
| # WARNING: | ||
| # Setting short, long, and double press to disabled will make it | ||
| # near impossible to turn off your device without removing the battery! | ||
| # | ||
| # Valid options: | ||
| # disabled - do nothing on short press | ||
| # menu - show device menu <default> | ||
| # poweroff - shutdown device | ||
| # softpoweroff - enter soft poweroff mode | ||
| PowerKeyShortAction=menu | ||
| # Long [power] behaviour | ||
| # | ||
| # Valid options: | ||
| # disabled - do nothing on long press | ||
| # menu - show the device menu | ||
| # poweroff - shutdown device <default> | ||
| # softpoweroff - enter soft poweroff mode | ||
| PowerKeyLongAction=poweroff | ||
| # Double press [power] behaviour | ||
| # | ||
| # Valid options: | ||
| # disabled - do nothing on long press | ||
| # menu - show the device menu | ||
| # poweroff - shutdown device <default> | ||
| # softpoweroff - enter soft poweroff mode | ||
| PowerKeyDoubleAction=disabled | ||
| [SoftPowerOff] | ||
| # Connectivity policy with charger connected | ||
| # | ||
| # Valid options: | ||
| # forceoffline - always go to offline | ||
| # softoffline - offline only if there are no open connections | ||
| # retain - do not change the network status <default> | ||
| ConnectivityPolicyCharger=retain | ||
| # Connectivity policy when running on battery | ||
| # | ||
| # Valid options: | ||
| # forceoffline - always go to offline <default> | ||
| # softoffline - offline only if there are no open connections | ||
| # retain - do not change the network status | ||
| ConnectivityPolicyBattery=forceoffline | ||
| # Connectivity policy when powering on from soft poweroff | ||
| # Note that this policy only affects the connectivity state | ||
| # | ||
| # Valid options: | ||
| # offline - stay offline <default> | ||
| # restore - restore state from before soft poweroff | ||
| ConnectivityPolicyPowerOn=forceoffline | ||
| [DevLock] | ||
| # Note that the delays loop: | ||
| # | ||
| # DevLockDelay0 -> DevLockDelay1 -> DevLockDelay2 -> DevLockDelay3 -> | ||
| # DevLockDelay0 -> ... | ||
| # Delay to use before the user can input the device lock code | ||
| # | ||
| # Timeout in seconds, default 0 (no delay) | ||
| DevLockDelay0=0 | ||
| # Delay to use 1st time user inputs an incorrect code | ||
| # | ||
| # Timeout in seconds, default 1 | ||
| DevLockDelay1=1 | ||
| # Delay to use 1st time user inputs an incorrect code | ||
| # | ||
| # Timeout in seconds, default 1 | ||
| DevLockDelay2=1 | ||
| # Delay to use 1st time user inputs an incorrect code | ||
| # | ||
| # Timeout in seconds, default 5 | ||
| DevLockDelay3=5 | ||
| # Time before the device shuts down automatically from | ||
| # the shutdown query (shown when cancel is pressed in device lock) | ||
| # | ||
| # Timeout in milliseconds, default 30000 | ||
| DevLockShutdownTimeout=30000 | ||
| [TKLock] | ||
| # Blank immediately instead of dim before blank when tklock is enabled | ||
| # | ||
| # 1 to blank immediately, 0 to dim before blanking | ||
| BlankImmediately=0 | ||
| # Dim immediately instead of having a timeout before dimming | ||
| # when tklock is enabled | ||
| # | ||
| # 1 to dim immediately, 0 to wait for timeout | ||
| DimImmediately=0 | ||
| # Timeout before dimming | ||
| # | ||
| # Timeout in milliseconds, default 3000 | ||
| DimDelay=3000 | ||
| # Disable touchscreen immediately instead | ||
| # of when the display is blanked | ||
| # | ||
| # 1 to disable immediately, 0 to wait until display is blanked | ||
| DisableTSImmediately=1 | ||
| # Disable keypad immediately instead | ||
| # of when the display is blanked | ||
| # | ||
| # 1 to disable immediately, 0 to wait until display is blanked | ||
| DisableKPImmediately=0 | ||
| # Unlock the tklock if the camera is popped out | ||
| # | ||
| # 1 to enable, 0 to disable | ||
| CameraPopoutUnlock=1 | ||
| [LED] | ||
| # List of patterns for the LED functionality | ||
| # | ||
| # A list of all pattern names that should be configured | ||
| LEDPatterns=PatternError;PatternDeviceOn;PatternPowerOn;PatternPowerOff;PatternCommunicationCall;PatternCommunicationChat;PatternCommunicationEmail;PatternCommonNotification;PatternWebcamActive;PatternBatteryCharging;PatternBatteryFull;PatternPsychedelia | ||
| [LEDPatternNJoyRGB] | ||
| # Patterns used if the device has an RGB LED connected to an NJoy controller | ||
| # Please prefix pattern names with Pattern to avoid name space clashes | ||
| # | ||
| # Priority (0 - highest, 255 - lowest) | ||
| # ScreenOn - 0 only show pattern when the display is off | ||
| # 1 show pattern even when the display is on | ||
| # 2 only show pattern when the display is off, including acting dead | ||
| # 3 show pattern even when the display is on, including acting dead | ||
| # 4 only show pattern if the display is off, or if in acting dead | ||
| # Timeout in seconds before pattern is disabled, 0 for infinite | ||
| # R-channel pattern in NJoy format | ||
| # G-channel pattern in NJoy format | ||
| # B-channel pattern in NJoy format | ||
| # | ||
| # 0000 -- Jump to the start of the pattern for the channel | ||
| # 40xx -- Set channel brightness | ||
| # xxyy -- Increment/decrement | ||
| # xx determines the speed; | ||
| # 01-3f -- short step time (granularity 0.49ms) | ||
| # 41-7f -- long step time (granularity 15.6ms) | ||
| # yy determines the increment/decrement steps | ||
| # 00-7f -- increment steps 00 = 0 steps, 7f = 127 steps | ||
| # 80-ff -- decrement steps 80 = 0 steps, ff = 127 steps | ||
| # | ||
| # Use 0 steps to create pauses | ||
| # Two consecutive increment/decrement sequences are needed | ||
| # to cover the entire range from 0-255 | ||
| # c000 -- End pattern execution | ||
| PatternError=0;1;0;40002000200040ff200020000000;0000;0000 | ||
| PatternDeviceOn=254;0;0;4000205f20df7f007f007f007f000000;4000205f20df7f007f007f007f000000;4000205f20df7f007f007f007f000000 | ||
| PatternPowerOn=255;3;0;4000207f207f01ff01ffc000;4000207f207f01ff01ffc000;4000207f207f01ff01ffc000 | ||
| PatternPowerOff=255;3;0;4000017f017f36ff36ff7f00c000;4000017f017f36ff36ff7f00c000;4000017f017f36ff36ff7f00c000 | ||
| PatternCommunicationCall=30;1;0;0000;0000;40007f00017f017f050001ff01ff0000 | ||
| PatternCommunicationChat=30;1;0;0000;0000;40007f00017f017f050001ff01ff0000 | ||
| PatternCommunicationEmail=30;1;0;0000;0000;40007f00017f017f050001ff01ff0000 | ||
| PatternCommonNotification=30;1;0;0000;0000;40007f00017f017f050001ff01ff0000 | ||
| PatternWebcamActive=20;1;0;4000027f027fc000;0000;0000 | ||
| PatternBatteryCharging=50;4;0;0000;4000257f06ff7f0041000000;0000 | ||
| PatternBatteryFull=40;4;0;0000;407f0000;0000 | ||
| PatternPsychedelia=250;1;0;4000167f167f17ff17ff0000;40001300197f197f15ff15ff0000;4000237f237f130022ff22ff13000000 | ||
| # This example pattern has a priority of 42 (all patterns with a *lower* | ||
| # priority value will have precedence), and will flash in yellow | ||
| # This pattern will be visible even when the display is on. | ||
| PatternExample=42;1;30;4000167f167f17ff17ff0000;4000167f167f17ff17ff0000;0000 | ||
| [LEDPatternSingleColour] | ||
| # Patterns used if the device has a single-colour LED | ||
| # Please prefix pattern names with Pattern to avoid name space clashes | ||
| # | ||
| # Note: For power management purposes, remember to keep try to keep the | ||
| # onPeriod relatively short (not shorter than 50ms though), | ||
| # the offPeriod long; if this is not possible, make sure to have | ||
| # a timeout for the pattern so that it goes off after 15-30 seconds | ||
| # | ||
| # Priority (0 - highest, 255 - lowest) | ||
| # ScreenOn - 0 only show pattern when the display is off | ||
| # 1 show pattern even when the display is on | ||
| # 2 only show pattern when the display is off, including acting dead | ||
| # 3 show pattern even when the display is on, including acting dead | ||
| # 4 only show pattern if the display is off, or if in acting dead | ||
| # Timeout in seconds before pattern is disabled, 0 for infinite | ||
| # OnPeriod time in milliseconds | ||
| # OffPeriod time in milliseconds | ||
| # (0 for continuous light; ONLY when the charger is connected!) | ||
| # Intensity in steps from 0 (off) to 15 (full intensity) | ||
| PatternError=0;1;0;250;500;15 | ||
| PatternDeviceOn=254;0;0;75;5000;10 | ||
| PatternPowerOn=10;3;0;2000;1000;15 | ||
| PatternPowerOff=9;3;0;2000;1000;15 | ||
| PatternCommunicationCall=30;1;0;250;2000;15 | ||
| PatternCommunicationChat=30;1;0;250;2000;15 | ||
| PatternCommunicationEmail=30;1;0;250;2000;15 | ||
| PatternCommonNotification=30;1;0;250;2000;15 | ||
| PatternWebcamActive=255;0;0;0;0;0 | ||
| PatternBatteryCharging=50;4;0;500;7500;10 | ||
| PatternBatteryFull=40;4;0;1500;0;10 | ||
| # This example pattern has a priority of 42 (all patterns with a *lower* | ||
| # priority value will have precedence), an on-period of 0.5 seconds, | ||
| # and an off-period of 1.5 seconds. The pattern will be active for | ||
| # 30 seconds, then stop. The brightness level will be 10 (with 15 being | ||
| # the maximum, this would amount to 66%. | ||
| # This pattern will be visible even when the display is on. | ||
| PatternExample=42;1;30;500;1500;10 | ||
| wickedxghoul | это mce.ini от N810. часть про LED может отличаться | 00:13 |
| wickedxghoul | /me ощущает потребность в удобном файл-менеджере с поддержкой ftp | 00:14 |
| zheka_m | Посмотри плиз у тебя файл mce.ini и mce.ini.premauku одинаковые | 00:16 |
| wickedxghoul | у меня нет никакого mce.ini.premauku. обычно так бекапные копии обозначают. | 00:17 |
| cracatau | wickedxghoul: а mc чем плох в кач-ве такого файл менеджера? | 00:18 |
| zheka_m | у тебя один mce.ini и все так? | 00:19 |
| zheka_m | Тогда думаю мое переименование должно помоч | 00:19 |
| wickedxghoul | непредрасположенность к mc. | 00:20 |
| надо заготовить wget-скриптов и все делать из шелла. | ||
| --- | ||
| zheka_m, именно так. переименовать и перезагрузить девайс. | ||
| zheka_m | просто у меня зарядка сейчас, а с зарядкой он походу не до конца перезагружается | 00:21 |
| zheka_m | Зарядиться, тогда проверю | 00:22 |
| zheka_m | А с н810 отличается файл кажись | 00:23 |
| wickedxghoul | как минимум частью про светодиоды | 00:23 |
| cracatau | wickedxghoul: зря :) у mc много полезных фич, есть, конечно, и глюки, но не настолько значительные и неисправимые, чтобы от него отказаться. Мне когда-то давно после виндового win aka total commander он тоже показался не очень, но потом очень даже привык | 00:24 |
| zheka_m | Спасибо за помощь | 00:25 |
| wickedxghoul | мне кажется, без F-кнопок будет совсем неуютно... но на таблетке mc не пробовал, так что, дельных комментариев дать не могу... | 00:26 |
| --- | ||
| zheka_m, u r welcome ;) | ||
| zheka_m | А кто чем пользуется для общения здесь на таблетке, а то меня стандартный мессенджер "убивает" | 00:27 |
| wickedxghoul | pidgin | 00:28 |
| cracatau | wickedxghoul: у меня установлен mc на н800, он на любой машине поддерживает комбинацию esc+[0-9] вместо функциональных клавиш (клавиша back на n800). Мне кажется, что на 810 будет удобно с ним, ведь Ctrl там есть? | 00:29 |
| wickedxghoul | ну esc+цифра - это или 3 кнопки одновременно, или двоойное нажатие на Fn, затем 2 кнопки... а если еще и Ctrl... имхо, пальцев не хватит)) | 00:32 |
| (да, Ctrl есть отдельной кнопкой) | ||
| cracatau | wickedxghoul: не, на н800 сначала нажимается клавиша "undo/back", а потом следом за ней цифра и все | 00:38 |
| wickedxghoul | хм. надо попробовать для расширения кругозора :) | 00:40 |
| wickedxghoul | как его весело корежит при переключении в фулскрин %) | 00:43 |
| zheka_m | wickedxghoul: pidgin ты с русскими группами в аське подружил? | 01:14 |
| dik | привет | 09:10 |
| rizn | всем привет | 18:54 |
| JВ | [21:32:19] <HAL9000> JВ: у JВ@N810 клиент Gajim 0.11.4.2-svn - Debian GNU/Linux testing/unstable | 19:15 |
| JВ | запустил таки гажим | 19:15 |
| JВ | ниче так, прикольно | 19:15 |
| JВ | но неюзабельно :) | 19:15 |
| vasvlad | :) | 19:17 |
| JВ | окно с настройками даже на экране не помещается | 19:17 |
| JВ | хилдонифицировал бы его кто :( | 19:17 |
| vasvlad | А сам? | 19:18 |
| JВ | неумею | 19:18 |
| JВ | =) | 19:18 |
| vasvlad | C знаешь? | 19:18 |
| JВ | ну можно сказать что знаю | 19:18 |
| vasvlad | Этого достаточно | 19:19 |
| vasvlad | Остальное только твое желание | 19:19 |
Generated by irclog2html.py 2.6 by Marius Gedminas - find it at mg.pov.lt!