[ALTSP] альт Школьный терминал - проблемы подключения по XDMCP
xak-altsp
xak-altsp at yandex.ru
Wed Dec 5 23:07:31 MSK 2012
29.11.2012 13:38, Родион Лицуков пишет:
>
> [bash-3.0]$ X -version
> X Window System Version 6.8.2
> Release Date: 9 Feb 2005
> X Protocol Version 11, Revision 0, Release 6.8.2
> Build Operating System: Linux 2.4.21-27.0.2.ELsmp i686 [ELF]
> Current Operation System: Linux terminal-01-2 2.6.24 3 SMP
> CST 2011 i586
> Build Date: 13 may 2005
> Build Host: decompose.build.redhat.com
> ...
>
> по видимому Xorg тут очень старый :-)
Я так понимаю и этому старому можно подсунуть секцию в xorg.conf
Примерно так она выглядит в xorg.conf .
Section "InputDevice"
Driver "kbd"
Identifier "Keyboard0"
Option "XkbLayout" "ru(winkeys),us"
Option "XkbModel" "pc105"
Option "XkbOptions" "grp:alt_shift_toggle, grp_led:scroll"
EndSection
Так выглядит у LTSP4.2
Section "InputDevice"
Driver "kbd"
Identifier "Keyboard0"
Option "XkbLayout" "ru,us"
Option "XkbModel" "pc105"
Option "XkbVariant" "winkeys,"
Option "XkbKeycodes" "xfree86"
Option "XkbRules" "xfree86"
Option "XkbOptions" "grp:alt_shift_toggle, grp_led:scroll"
EndSection
More information about the Ltsp-server
mailing list