Posle obnovlenie world'a v xORG ne rabotaet perekluchenie rasskladki

Posle obnovlenie world'a v XORG ne rabotaet perekluchenie rasskladki

lshal | grep input.x 
 input.xkb.layout = 'us,ru(winkeys)'  (string)
  input.xkb.model = 'evdev'  (string)
  input.xkb.options = {'grp:caps_toggle', 'grp_led:scroll', 'compose:rwin'} (string list)
  input.xkb.rules = 'base'  (string)
  input.xkb.variant = ''  (string)
cat /var/log/Xorg.0.log
[    59.868] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[    59.868] (**) Option "xkb_rules" "evdev"
[    59.868] (**) Option "xkb_model" "evdev"
[    59.868] (**) Option "xkb_layout" "us"

cat /etc/hal/fdi/policy/10-x11-input.fdi 

<?xml version="1.0" encoding="UTF-8"?>
   <deviceinfo version="0.2">
      <device>
      <!-- Mouse configuration -->
         <match key="info.capabilities" contains="input.mouse">
            <merge key="input.x11_driver" type="string">evdev</merge>
         </match>

   <match key="info.capabilities" contains="input.keys">
      <!-- Option "XkbModel" "pc105" -->
      <merge key="input.xkb.model" type="string">evdev</merge>
      <merge key="input.xkb.layout" type="string">us,ru(winkeys)</merge>
      <merge key="input.xkb.options" type="strlist">grp:caps_toggle</merge>
      <append key="input.xkb.options" type="strlist">grp_led:scroll</append>
      <append key="input.xkb.options" type="strlist">compose:rwin</append>
   </match>

      </device>
   </deviceinfo>

cat /etc/X11/xorg.conf                        (05-07 02:48)
Section "ServerFlags"
    Option         "AllowEmptyInput" "on"
    Option      "AutoAddDevices" "on"
    Option      "AutoEnableDevices" "on"
EndSection

Section "Files"
	FontPath     "/usr/share/fonts/misc/"
	FontPath     "/usr/share/fonts/TTF/"
	FontPath     "/usr/share/fonts/OTF"
	FontPath     "/usr/share/fonts/Type1/"
	FontPath     "/usr/share/fonts/100dpi/"
	FontPath     "/usr/share/fonts/75dpi/"
	FontPath	"/usr/share/fonts/misc/"
	FontPath        "/usr/share/fonts/Type1/"
	FontPath        "/usr/share/fonts/100dpi/"
	FontPath        "/usr/share/fonts/75dpi/"
	FontPath        "/usr/share/fonts/cyrillic/"
EndSection

Section "Module"
	Load	"dbe"
    	SubSection  "extmod"
    	  Option    "omit xfree86-dga"
    	EndSubSection
	Load    "record"
        Load    "i2c"
        Load    "bitmap"
        Load    "ddc"
        Load    "int10"
        Load    "vbe"
	Load  "xtrap"
	Load  "dri"
	Load  "record"
	Load  "glx"
	Load  "GLcore"
	Load  "extmod"
	Load	"drm"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	Option	"DPMS"
	Modeline "1280x800_60.00"  83.46  1280 1344 1480 1680  800 801 804 828  -HSync +Vsync
EndSection

Section "Monitor"
         Identifier  "Monitor1"

EndSection

Section "Monitor"
         Identifier  "Monitor2"
         Option      "TV Format" "PAL"
 EndSection


Section "Device"
	Option      "Monitor-LVDS" "Monitor0"
	Option      "Monitor-VGA" "Monitor1"
	Option      "Monitor-TV" "Monitor2"
	Option      "AccelMethod" "EXA"
	Option      "RenderAccel" "true"
	Option      "EnablePageFlip" "true"
	Option      "MigrationHeuristic" "greedy"
	Option      "ExaNoComposite" "false"
	Option	 "DRI" "True"
	Option      "XVideo" "true"
	VideoRam     262144
	Identifier  "Card0"
	Driver      "intel"
	VendorName  "Intel Corporation"
	BoardName   "Mobile Integrated Graphics Controller"
	BusID       "PCI:0:2:0"
	Option      "XAANoOffscreenPixmaps" "true"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultDepth 24    
	Option  "AIGLX" "True"

Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1280x800" "1024x768" "800x600" "640x480"
        ViewPort    0 0
EndSubsection
EndSection

Section "Extensions"
   Option     "Composite"  "Enable"
   Option     "RENDER"     "Enable"
EndSection

Section "DRI"
     Mode        0666
EndSection


need help =)

А вообще иксы нынче работают

А вообще иксы нынче работают через UDEV, а не HAL. Читаем мануал и кстати eselect news пишет о том же. Читать надо, что умный emerge говорит

Пользуясь моментом, хочу передать привет друзьям, которые также пользуются "Моментом"

Цитата: А вообще иксы

Цитата:
А вообще иксы нынче работают через UDEV, а не HAL.

А я что-то как-то и не заметил :) обновление иксов было тривиальным, как работало, так и работает.

тоже к конфигам не

тоже к конфигам не прикладывался, все работает

Compute:
Bosch M2.8.1 -> custom Bosch M2.8.3 clone from Russia.
Speed about 260 km,Ram 2 pers.,HDD - 70 kg,210 FLOPS ;)

setxkbmap спасёт отца русской

setxkbmap спасёт отца русской демократии.

+1 достали эти прыжки.

+1 достали эти прыжки.

Вот мой конфиг. подправь в соответствие со своими реалиями

eegorov@egorov-ey ~ $ cat /etc/udev/rules.d/75-x11-input.rules 
SUBSYSTEM!="input", GOTO="x11_input_end"
ACTION!="change|add", GOTO="x11_input_end"
KERNEL!="event*", GOTO="x11_input_end"

ENV{x11_driver}="evdev"

ENV{ID_INPUT_KEYBOARD}=="?*"
ENV{xkbmodel}="evdev"
ENV{xkblayout}="us,ru"
ENV{xkbvariant}=",winkeys"
ENV{xkboptions}="grp:rwin_toggle,grp_led:scroll,compose:ralt"

LABEL="x11_input_end"

Настройки просмотра комментариев

Выберите нужный метод показа комментариев и нажмите "Сохранить установки".