LINUX.ORG.RU

xorg и раскдака клавы.


0

0

Никак не могу в слаке 10 , настроить переключалку us,ru. Вот мой конфиг , скажите plz как подправить или выложите свой... Core keyboard's InputDevice section # **********************************************************************

Section "InputDevice"

Identifier "Keyboard1" Driver "Keyboard" # For most OSs the protocol can be omitted (it defaults to "Standard"). # When using XQUEUE (only for SVR3 and SVR4, but not Solaris), # uncomment the following line.

# Option "Protocol" "Standard"

# Set the keyboard auto repeat parameters. Not all platforms implement # this.

# Option "AutoRepeat" "500 5"

# Specifiy which keyboard LEDs can be user-controlled (eg, with xset(1)).

# Option "Xleds" "1 2 3"

# To disable the XKEYBOARD extension, uncomment XkbDisable.

# Option "XkbDisable"

# To customise the XKB settings to suit your keyboard, modify the # lines below (which are the defaults). For example, for a European # keyboard, you will probably want to use one of: # # Option "XkbModel" "pc102" # Option "XkbModel" "pc105" # # If you have a Microsoft Natural keyboard, you can use: # # Option "XkbModel" "microsoft" # # If you have a US "windows" keyboard you will want: # # Option "XkbModel" "pc104" # # Then to change the language, change the Layout setting. # For example, a german layout can be obtained with: # # Option "XkbLayout" "us.ru(winkeys)" # # or: # # Option "XkbLayout" "us.ru(winkeys)" # # # If you'd like to switch the positions of your capslock and # control keys, use: # # Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll"

# These are the default XKB settings for X.Org # # Option "XkbRules" "xorg" # Option "XkbModel" "pc104" # Option "XkbLayout" "us,ru(winkeys)" # Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll"

EndSection

Какие будут предложения ? :)

anonymous

А какие тут могут быть предложения??? В твоем сообщении фиг что разберешь...

ProtecT
()

> И вообще, в ФАКе же написано: Driver "kbd"

Для X.org >= 6.8.x

Demetrio ★★★★★
()

Между US и RU поставь запятую, а не точку

Severus_Zley
()

и драйвер на kbd менял , и запятый ставил ничего не робит ....Может кто-нить свой конф. все-таки выложит ? очень надо :)

anonymous
()
Ответ на: комментарий от anonymous

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,ru(winkeys)"
Option "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll"
EndSection

В FAQ это есть.

dn2010 ★★★★★
()

Identifier "Keyboard0"
Driver "keyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,ru(winkeys)"
Option "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll"

Не забудь все эти строчки в своем конфиге раскомментировать.

parser ★★
()
Ответ на: комментарий от anonymous

Вот кусок, ссылка на который есть в FAQ:
Запускаешь X -configure, потом правишь примерно так:

--- xorg.conf.old2004-07-20 10:31:21.000000000 +0400
+++ xorg.conf2004-07-21 09:18:11.000000000 +0400
@@ -9,6 +9,7 @@
 RgbPath      "/usr/X11R6/lib/X11/rgb"
 ModulePath   "/usr/X11R6/lib/modules"
 FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
+FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic/"
 FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"
 FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
 FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
@@ -33,6 +34,10 @@
 Section "InputDevice"
 Identifier  "Keyboard0"
 Driver      "keyboard"
+Option "XkbRules""xorg"
+Option "XkbModel""pc105"
+Option "XkbLayout""us,ru(winkeys)"
+Option "XkbOptions""grp:ctrl_shift_toggle,grp_led:scroll"
 EndSection

 Section "InputDevice"
@@ -40,6 +45,7 @@
 Driver      "mouse"
 Option    "Protocol" "auto"
 Option    "Device" "/dev/mouse"
+Option      "ZAxisMapping" "4 5"
 EndSection

 Section "Monitor"
@@ -47,10 +53,9 @@
 Identifier   "Monitor0"
 VendorName   "VSC"
 ModelName    "1-3"
-HorizSync    14387.0 - 0.0
+Option       "DPMS"
 HorizSync    30.0 - 54.0
-VertRefresh  809058880.0 - 0.0
-Option    "DPMS"
+VertRefresh  50-100
 EndSection

 Section "Device"
@@ -95,34 +100,18 @@
 BusID       "PCI:1:0:0"
 EndSection

+Section "DRI"
+Mode 0666
+EndSection
+
 Section "Screen"
 Identifier "Screen0"
 Device     "Card0"
 Monitor    "Monitor0"
 DefaultDepth 24
-SubSection "Display"
-Viewport   0 0
-Depth     1
-EndSubSection
-SubSection "Display"
-Viewport   0 0
-Depth     4
-EndSubSection
-SubSection "Display"
-Viewport   0 0
-Depth     8
-EndSubSection
-SubSection "Display"
-Viewport   0 0
-Depth     15
-EndSubSection
-SubSection "Display"
-Viewport   0 0
-Depth     16
-EndSubSection
-SubSection "Display"
-Viewport   0 0
-Depth     24
-EndSubSection
+    Subsection "Display"
+        Depth       24
+        Modes "800x600" "640x480"
+    EndSubsection
 EndSection

после этого должно работать

dn2010 ★★★★★
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.