ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] Скорость повтора клавиатуры в X
@ 2009-03-28 19:42 Alexei V. Mezin
  2009-03-28 19:58 ` Valery V. Inozemtsev
  0 siblings, 1 reply; 7+ messages in thread
From: Alexei V. Mezin @ 2009-03-28 19:42 UTC (permalink / raw)
  To: sisyphus


Обновится вчера, вроде бы все работает, но клавиатуре в Иксах какая-то 
заторможенная стала. Где теперь надо покдрутить задержки и скорости 
повтора? В x11-input.fdi? Какие слова туда вписать?



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [sisyphus] Скорость повтора клавиатуры в X
  2009-03-28 19:42 [sisyphus] Скорость повтора клавиатуры в X Alexei V. Mezin
@ 2009-03-28 19:58 ` Valery V. Inozemtsev
  2009-03-28 20:20   ` Alexei V. Mezin
  0 siblings, 1 reply; 7+ messages in thread
From: Valery V. Inozemtsev @ 2009-03-28 19:58 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

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

On Saturday 28 March 2009 22:42:41 Alexei V. Mezin wrote:
> Обновится вчера, вроде бы все работает, но клавиатуре в Иксах какая-то
> заторможенная стала. Где теперь надо покдрутить задержки и скорости
> повтора? В x11-input.fdi? Какие слова туда вписать?

<merge key="input.x11_options.AutoRepeat" type="string">350 35</merge>
цифры по фкусу

-- 
Valery V. Inozemtsev

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [sisyphus] Скорость повтора клавиатуры в X
  2009-03-28 19:58 ` Valery V. Inozemtsev
@ 2009-03-28 20:20   ` Alexei V. Mezin
  2009-03-29 22:19     ` Alexei V. Mezin
  0 siblings, 1 reply; 7+ messages in thread
From: Alexei V. Mezin @ 2009-03-28 20:20 UTC (permalink / raw)
  To: sisyphus

Valery V. Inozemtsev пишет:
> On Saturday 28 March 2009 22:42:41 Alexei V. Mezin wrote:
>> Обновится вчера, вроде бы все работает, но клавиатуре в Иксах какая-то
>> заторможенная стала. Где теперь надо покдрутить задержки и скорости
>> повтора? В x11-input.fdi? Какие слова туда вписать?
> 
> <merge key="input.x11_options.AutoRepeat" type="string">350 35</merge>
> цифры по фкусу

Спасибо, действительно помогло :)




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [sisyphus] Скорость повтора клавиатуры в X
  2009-03-28 20:20   ` Alexei V. Mezin
@ 2009-03-29 22:19     ` Alexei V. Mezin
  2009-03-29 22:31       ` Alexei V. Mezin
  2009-03-30  7:12       ` Andrey Rahmatullin
  0 siblings, 2 replies; 7+ messages in thread
From: Alexei V. Mezin @ 2009-03-29 22:19 UTC (permalink / raw)
  To: sisyphus

Alexei V. Mezin пишет:

> Спасибо, действительно помогло :)
> 

Нет, поторопился :( После перезагрузки ничего не помогает. Иксы вообще 
не реагируют на опцию AutoRepeat. Любые параметры, туда занесенные, 
ничего не меняют в поведении.

[alexei@threebears ~]$ lshal | grep AutoRepeat
   input.x11_options.AutoRepeat = '1000 10'  (string)

А вот в логах иксов ничего про AutoRepeat нету вообще.



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [sisyphus] Скорость повтора клавиатуры в X
  2009-03-29 22:19     ` Alexei V. Mezin
@ 2009-03-29 22:31       ` Alexei V. Mezin
  2009-03-30  7:12       ` Andrey Rahmatullin
  1 sibling, 0 replies; 7+ messages in thread
From: Alexei V. Mezin @ 2009-03-29 22:31 UTC (permalink / raw)
  To: sisyphus

Alexei V. Mezin пишет:
> Alexei V. Mezin пишет:
> 
>> Спасибо, действительно помогло :)
>>
> 
> Нет, поторопился :( После перезагрузки ничего не помогает. Иксы вообще 
> не реагируют на опцию AutoRepeat. Любые параметры, туда занесенные, 
> ничего не меняют в поведении.
> 
> [alexei@threebears ~]$ lshal | grep AutoRepeat
>   input.x11_options.AutoRepeat = '1000 10'  (string)
> 

Ручной вызов
[alexei@threebears ~]$ xset r rate 300 35
Xlib:  extension "XFree86-Misc" missing on display ":0.0".

проблему решает. Почитал багзиллу на fredesktop.org... печально :(
https://bugs.freedesktop.org/show_bug.cgi?id=17925



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [sisyphus] Скорость повтора клавиатуры в X
  2009-03-29 22:19     ` Alexei V. Mezin
  2009-03-29 22:31       ` Alexei V. Mezin
@ 2009-03-30  7:12       ` Andrey Rahmatullin
  2009-03-30  8:29         ` Alexei V. Mezin
  1 sibling, 1 reply; 7+ messages in thread
From: Andrey Rahmatullin @ 2009-03-30  7:12 UTC (permalink / raw)
  To: sisyphus

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

On Mon, Mar 30, 2009 at 02:19:06AM +0400, Alexei V. Mezin wrote:
> Нет, поторопился :( После перезагрузки ничего не помогает. Иксы вообще 
> не реагируют на опцию AutoRepeat. 
KDE?

-- 
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):

 * combr а кто знает - скрипт на php разве обязан работать от рута только? ;) у
   меня есть один - от узера просто молча выходит и ничего не делает. от рута -
   обращается к mysql и все делает как надо. чоза?
<thresh> combr: ну попробуй в разных точках там понапихать echo "1";

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [sisyphus] Скорость повтора клавиатуры в X
  2009-03-30  7:12       ` Andrey Rahmatullin
@ 2009-03-30  8:29         ` Alexei V. Mezin
  0 siblings, 0 replies; 7+ messages in thread
From: Alexei V. Mezin @ 2009-03-30  8:29 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

Andrey Rahmatullin пишет:
> On Mon, Mar 30, 2009 at 02:19:06AM +0400, Alexei V. Mezin wrote:
>> Нет, поторопился :( После перезагрузки ничего не помогает. Иксы вообще 
>> не реагируют на опцию AutoRepeat. 
> KDE?

Нет, AfterStep. Но проверялось все на голых Иксах с xterm'ом.


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-03-30  8:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-28 19:42 [sisyphus] Скорость повтора клавиатуры в X Alexei V. Mezin
2009-03-28 19:58 ` Valery V. Inozemtsev
2009-03-28 20:20   ` Alexei V. Mezin
2009-03-29 22:19     ` Alexei V. Mezin
2009-03-29 22:31       ` Alexei V. Mezin
2009-03-30  7:12       ` Andrey Rahmatullin
2009-03-30  8:29         ` Alexei V. Mezin

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