ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: "K. A. Bylym" <bylko@ukr.net>
To: ALT Linux Community general discussions <community@lists.altlinux.org>
Subject: Re: [Comm] Смена раскладки во время сеанса по XDMCP ALD41 -> ALM24
Date: Thu, 26 Feb 2009 08:33:52 +0200
Message-ID: <49A637D0.1010803@ukr.net> (raw)
In-Reply-To: <49A5139A.7010002@ukr.net>

K. A. Bylym пишет:
> Доброго всем дня.
> Имеется сервер с АЛМ24, раздающий сеансы по XDMCP и рабочие станции с 
> АЛД41. Проблема: в сеансе присутствует всего лишь одна раскладка --- US, 
> хотя в настройках ксорга указаны три (с умолчательным конфигом ситуация 
> та же). В локальной Х-сессии всё работает (естественно). Добавление 
> секции в ксорг.конф ситуацию не спасает. В АЛД40 работало (как локально, 
> так и удаленно). В общем, вопрос: где крутить? Какие подробности 
> предоставить? Спасибо.
Вроде как решил, но насколько верно?
1) О станции:
$ lspci
00:00.0 Host bridge: VIA Technologies, Inc. VT82C693A/694x [Apollo 
PRO133x] (rev 22)
00:01.0 PCI bridge: VIA Technologies, Inc. VT82C598/694x [Apollo 
MVP3/Pro133x AGP]
00:07.0 ISA bridge: VIA Technologies, Inc. VT82C596 ISA [Mobile South] 
(rev 09)
00:07.1 IDE interface: VIA Technologies, Inc. 
VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
00:07.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 
Controller (rev 02)
00:07.3 Host bridge: VIA Technologies, Inc. VT82C596 Power Management
00:0a.0 Multimedia audio controller: Fortemedia, Inc Xwave QS3000A 
[FM801] (rev b2)
00:0a.1 Input device controller: Fortemedia, Inc Xwave QS3000A [FM801 
game port] (rev b2)
00:0b.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL-8139/8139C/8139C+ (rev 10)
01:00.0 VGA compatible controller: nVidia Corporation NV11 [GeForce2 
MX/MX 400] (rev a1)

$ uname -a
Linux yozhik 2.6.25-std-def-alt8.M41.4 #1 SMP Sat Dec 6 14:42:12 MSK 
2008 i686 GNU/Linux

2) О решении:
В xorg.conf (генерируемом по умолчанию)

а) убрал
Section "InputDevice"
	Identifier  "/dev/ttyS1"
	Driver      "mouse"
	Option	    "Device" "/dev/ttyS1"
	Option	    "Protocol" "microsoft"
EndSection

Section "InputDevice"
	Identifier  "/dev/ttyS0"
	Driver      "mouse"
	Option	    "Device" "/dev/ttyS0"
	Option	    "Protocol" "microsoft"
EndSection

добавил
Section "InputDevice"
	Identifier  "PS/2 Generic|0"
	Driver      "mouse"
	Option	    "Device" "/dev/input/mice"
	Option	    "Protocol" "IMPS/2"
EndSection

б) добавил
Section "InputDevice"
	Identifier	"Keyboard0"
	Driver		"kbd"
	Option	"AutoRepeat" "250 30"
	Option	"XkbLayout" "us,ru,ua"
	Option	"XkbVariant" ",winkeys,winkeys"
	Option	"XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll,altwin:menu"
EndSection

и строчку
InputDevice    "Keyboard0" "CoreKeyboard"
в
Section "ServerLayout"
(вполне возможно, что обошелся бы и /etc/X11/xinit/Xkbmap. Надо будет 
проверить)

в) в
Section "ServerFlags"
'Option	    "AutoAddDevices"' изменил с true на false иначе мышь не 
работает.

Вроде все.

PS. При подключении к машине с АЛД4х раскладки переключаются и с 
настройками по умолчанию.

-- 
wbr, Константин Былым.


      reply	other threads:[~2009-02-26  6:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-25  9:47 K. A. Bylym
2009-02-26  6:33 ` K. A. Bylym [this message]

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=49A637D0.1010803@ukr.net \
    --to=bylko@ukr.net \
    --cc=community@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 Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/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 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

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


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