[PROBLEM] Keyboard layout unexpected behaviour problem Xfce

Dear Everyone,
I am rather new to arch linux. I have recently (about a week ago) installed archlinux with xorg and xfce (booted by slim), and reading the wiki I managed to set up a fully working computer. But there is a slight problem that continues bugging me about keyboard layouts, and although I have found a way to make the keyboard layout switching with alt+shift work I think that I did it in a nonstandard way and some programs still exhibit unusual (and I think unintended) behaviour.
Here goes:
I use a notebook
My xorg uses hotplugging that seems to be working (hal and dbus installed and running at bootup, detects external usb mouse, I have no xorg.conf file). When I setup my keyboard I put the 10-keymap.fdi from the /usr/share/... dir into /etc/hal/fdi/policy/10-keymap.fdi and it contains (as instructed by the wiki):
<merge key="input.xkb.layout" type="string">us,ru</merge>
<merge key="input.xkb.variant" type="string" />
<merge key="input.xkb.options" type="string">grp:alt_shift</merge>
And here is the problem:
After editig this file I restarted hal using
#/etc/rc.d/hal stop
#/etc/rc.d/hal start
and keyboard switching with alt+shift started working.
Then I went to the xfce keyboard settings to the layout tab and my setup was:
keyboard model -> evdev-managed keyboard
keyboard layout -> us   
so the russian layout did not appear (also adding the russian layout through this menu before editing the .fdi file was useless (it was the first thing I tried before reading the wiki and writing config files for hal))
I started the keyboard layout switcher applet for xfce and it also displayed only the us flag and had only us as the available layout, and even switching to russian layout using alt+shift had no effect on the displayed flag.
What I decided to do then was to restart my system.
Everything restarted without error (hal and stuff started etc..) but it was no longer possible to switch keyboard layouts using alt+shift.
The xfce keyboard settings now displayed us and ru as available layouts but switch between them using the mouse in the settings menu had no effect whatsoever. Also the layout switcher displayed that both layouts were available but for the russian keyboard the variant field displayed a lot of garbage (I will post screenshot soon). Switching to the russian layout through any key sequence defined in the applet was useless. Trying to switch it with the mouse by selecting the flag didn't do anything either.
The only way I discovered to make the alt+shift keys work is by manually restarting hal through
#/etc/rc.d/hal stop
#/etc/rc.d/hal start
which is very strange since I have not changed any settings file.
Then again every time I restarted my comuter the ability to switch layouts was lost until manually restarting hal.
The only  solution I found was going to the xfce keyboard settings and clicking the  "Use system defaults []"
After restarting the system alt+shift switching began to work fine but the keyboard applet didn't  work anyway.
As a consequence I think that all this is a big mess since I suppose that what I described is not the expected behaviour. The other effect of this is that only user with root priviledges could possibly add a new layout to the system (editing the /etc/hal/policy/10-keymap.fdi file) while the idea was that the gui tools of the DM (xfce in my case) permitted the user to change layouts on his/her own. Then again the keyboard layour applet never worked so it is impossible to have an indicator of the current layout. Where do you think should I write about this. I think this qualifies as a bug although I do not know whose fault is it: is it xfce, Xorg, hal or others?  And having to restart hal maunally without having changed any config files is rather strange. The garbage displayed by the applet is also suspicious.
Any advice to where to report this and how to fix everything would be great.
P.S. Throughout all these tries to make things work the setxkbmap command from the cli never had any effect.
Last edited by cavesnow (2009-03-14 10:41:51)

hmm... i have a similar problem:
i want two layouts: GB(english) and ES(spanish). I have them defined in /etc/hal/fdi/policy/10-keymap.fdi :
<merge key="input.xkb.layout" type="string">gb,es</merge>
and i can actually switch between them. the issue is that i have an extra, unwanted layout. i have to press once in order to change from GB to ES, then if i want to switch back to GB, i have to switch twice. There is a third layout i did not configured.
Example of the layouts:
GB: abcdefghijklmnopqrstuvwxyz
ES: abcdefghijklmnopqrstuvwxyz    and i can write accents and everything for spanish:  ñÑáéíóú, etc.
unkown third layout: æ"¢ðeđŋħ→jĸłµnøþ@¶ßŧ↓"ł»←«
łħæŧ →ß ŧħ→ß???
sorry, i mean:
what is this???
any help would be appreciated.

Similar Messages

  • Problem with Mail and customized keyboard layout

    I have created a customized keyboard layout in XML, it loads and works perfectly with all applications except Apple Mail. I noticed on a googlegroup that somebody has the same problem. How can I submit this Mail bug to Apple?

    download and run Find Any File to search for  "Antidote".
    FAF can search areas that Spotlight can't like invisible folders, system folders and packages. Any file you find will be in the search results window and can be dragged to the Desktop and then to the Trash bin.
    OT

  • Keyboard layout problems in Gnome

    I'm not sure if it was a recent upgrade that did it or not, but in gnome my keyboard layout is only half right. I checked the keyboard manager in the gnome menu and it was set to Generic 105 key (INTEL).
    In xorg.conf the keyboard is listed as pc105. In KDE the keyboard works normally.

    bgodea wrote:I changed the Gnome keyboard layout to "104 key PC" and also tried changing my xorg.conf, but I still have the same problem. In non-graphical and KDE it works fine
    You also have to setup a valid layout for this kind of keyboard. That is done in the same dialog field. Then, what do you mean with "tried"? First off, if Gnome and X disagree about keyboard layout, Gnome complains loudly. Thus KDE is unilaterally setting the layout to something it likes. Check your Kconfig to find out what it is. Then find the section named InputDevice in /etc/X11/xorg.conf that looks something like this:
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    Option "XkbLayout" "us"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc104"
    EndSection
    Change it to resemble this example, if it doesn't. Check if your ServerLayout actually uses this InputDevice. Finally, is there anything else we should know about your keyboard? Do you run XGL/AIGLX?
    Last edited by Captain Spaulding (2007-04-03 16:50:46)

  • Dwm and non-english keyboard layouts problem

    Hi all,
    I am using dwm 5.5. I'm Greek so I change between keyboard layouts all the time,
    see the relevant xorg.conf section:
    Section "InputDevice"
    Identifier "Generic Keyboard"
    Driver "kbd"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us,gr"
    Option "XkbVariant" ","
    Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll"
    EndSection
    Now the thing is that whenever I switch to Greek (by pressing Alt+Shift) the
    dwm tags (1,2,...,9) are not clickable (keyboard shortcuts do work
    though, so it's not a very big problem).
    Do you have any ideas about how to fix that behavior? I'd go to the dwm irc
    channel and ask them, but I'll be a "newbie asking stupid questions" so I
    preferred to ask here
    Thanks in advance
    Last edited by geo909 (2010-01-08 17:23:29)

    thayer wrote:Your best bet would be to post your problem to the dwm mailing list:
    [email protected]
    Will do...
    Thanks!

  • [E17] lock and keyboard layout problems when suspend

    Hello,
    I just installed E17 on my Dell Vostro laptop. The main problem I have is related to the suspend mode.
    In settings > screen > screen lock, I enabled the option "lock on suspend" and the keyboard layout is selected to "be (default, basic)" (I have a belgian keyboard).
    When I use the menu system > suspend, the screen is locked. But when I suspend my laptop by closing the lid (I see the power light indicator blinking on the side, so it's suspended) the screen is not locked when I open it.
    Also related to the suspend mode. The layout is set to belgian (in the screen config as explained above but also in vconsole.conf and in /etc/X11/xorg.conf.d/10-keyboard.conf). When I put the luks decryption key or when E17 starts at boot, I have the right layout. However when I resume the laptop after being suspended, the layout is switched to qwerty (en_us I guess).
    Any idea why ?
    Thank you
    PS: this problem is maybe more related to E17 than to Archlinux but I haven't found any forum about enlightenment. If you think I have better chances somewhere else, let me know.

    I was having problems with E17 after a fresh install (mixer problem, key bindings, etc), and I fixed it by deleting the configuration files at
    ~/.e
    as the wiki says.

  • [SOLVED] Keyboard layout problems

    Hi community,
    I fresh installed arch linux and I rly like it. After playing a little around and installing the awesome wm I can't set the croatian keyboard layout.
    My xorg.config file:
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    Option "Xinerama" "0"
    EndSection
    Section "Files"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    Option "XkbModel" "logicd"
    Option "XkbLayout" "hr"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Arnos Instruments F-417"
    HorizSync 24.0 - 80.0
    VertRefresh 49.0 - 75.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 6600 GT"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "TwinView" "1"
    Option "TwinViewXineramaInfoOrder" "DFP-0"
    Option "metamodes" "CRT: nvidia-auto-select +1920+0, DFP: nvidia-auto-select +0+0"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    My Xorg.0.log file:
    [ 2186.778]
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    [ 2186.778]
    X.Org X Server 1.8.1.902 (1.8.2 RC 2)
    Release Date: 2010-06-21
    [ 2186.778] X Protocol Version 11, Revision 0
    [ 2186.778] Build Operating System: Linux 2.6.34-ARCH x86_64
    [ 2186.778] Current Operating System: Linux arch 2.6.34-ARCH #1 SMP PREEMPT Mon Jul 5 22:12:11 CEST 2010 x86_64
    [ 2186.778] Kernel command line: root=/dev/sda5 ro
    [ 2186.778] Build Date: 21 June 2010 12:01:49PM
    [ 2186.778]
    [ 2186.779] Current version of pixman: 0.18.2
    [ 2186.779] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 2186.779] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 2186.779] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jul 22 13:23:50 2010
    [ 2186.779] (==) Using config file: "/etc/X11/xorg.conf"
    [ 2186.779] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 2186.779] (==) ServerLayout "Layout0"
    [ 2186.779] (**) |-->Screen "Screen0" (0)
    [ 2186.779] (**) | |-->Monitor "Monitor0"
    [ 2186.779] (**) | |-->Device "Device0"
    [ 2186.779] (**) |-->Input Device "Keyboard0"
    [ 2186.779] (**) |-->Input Device "Mouse0"
    [ 2186.780] (**) Option "Xinerama" "0"
    [ 2186.780] (==) Automatically adding devices
    [ 2186.780] (==) Automatically enabling devices
    [ 2186.780] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 2186.780] Entry deleted from font path.
    [ 2186.780] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 2186.780] Entry deleted from font path.
    [ 2186.780] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 2186.780] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 2186.780] (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 2186.780] (WW) Disabling Keyboard0
    [ 2186.780] (WW) Disabling Mouse0
    [ 2186.780] (II) Loader magic: 0x7ce880
    [ 2186.780] (II) Module ABI versions:
    [ 2186.780] X.Org ANSI C Emulation: 0.4
    [ 2186.780] X.Org Video Driver: 7.0
    [ 2186.780] X.Org XInput driver : 9.0
    [ 2186.780] X.Org Server Extension : 3.0
    [ 2186.786] (--) PCI:*(0:1:0:0) 10de:00f1:0000:0000 nVidia Corporation NV43 [GeForce 6600 GT] rev 162, Mem @ 0xf8000000/16777216, 0xe0000000/268435456, 0xf9000000/16777216, BIOS @ 0x????????/131072
    [ 2186.787] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 2186.787] (II) LoadModule: "extmod"
    [ 2186.787] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 2186.787] (II) Module extmod: vendor="X.Org Foundation"
    [ 2186.787] compiled for 1.8.1.902, module version = 1.0.0
    [ 2186.787] Module class: X.Org Server Extension
    [ 2186.787] ABI class: X.Org Server Extension, version 3.0
    [ 2186.787] (II) Loading extension MIT-SCREEN-SAVER
    [ 2186.787] (II) Loading extension XFree86-VidModeExtension
    [ 2186.787] (II) Loading extension XFree86-DGA
    [ 2186.787] (II) Loading extension DPMS
    [ 2186.787] (II) Loading extension XVideo
    [ 2186.787] (II) Loading extension XVideo-MotionCompensation
    [ 2186.787] (II) Loading extension X-Resource
    [ 2186.787] (II) LoadModule: "dbe"
    [ 2186.787] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 2186.787] (II) Module dbe: vendor="X.Org Foundation"
    [ 2186.787] compiled for 1.8.1.902, module version = 1.0.0
    [ 2186.788] Module class: X.Org Server Extension
    [ 2186.788] ABI class: X.Org Server Extension, version 3.0
    [ 2186.788] (II) Loading extension DOUBLE-BUFFER
    [ 2186.788] (II) LoadModule: "glx"
    [ 2186.788] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 2186.813] (II) Module glx: vendor="NVIDIA Corporation"
    [ 2186.813] compiled for 4.0.2, module version = 1.0.0
    [ 2186.813] Module class: X.Org Server Extension
    [ 2186.813] (II) NVIDIA GLX Module 256.35 Wed Jun 16 19:10:31 PDT 2010
    [ 2186.813] (II) Loading extension GLX
    [ 2186.813] (II) LoadModule: "record"
    [ 2186.814] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 2186.814] (II) Module record: vendor="X.Org Foundation"
    [ 2186.814] compiled for 1.8.1.902, module version = 1.13.0
    [ 2186.814] Module class: X.Org Server Extension
    [ 2186.814] ABI class: X.Org Server Extension, version 3.0
    [ 2186.814] (II) Loading extension RECORD
    [ 2186.814] (II) LoadModule: "dri"
    [ 2186.814] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 2186.814] (II) Module dri: vendor="X.Org Foundation"
    [ 2186.814] compiled for 1.8.1.902, module version = 1.0.0
    [ 2186.814] ABI class: X.Org Server Extension, version 3.0
    [ 2186.814] (II) Loading extension XFree86-DRI
    [ 2186.814] (II) LoadModule: "dri2"
    [ 2186.814] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 2186.814] (II) Module dri2: vendor="X.Org Foundation"
    [ 2186.814] compiled for 1.8.1.902, module version = 1.2.0
    [ 2186.815] ABI class: X.Org Server Extension, version 3.0
    [ 2186.815] (II) Loading extension DRI2
    [ 2186.815] (II) LoadModule: "nvidia"
    [ 2186.815] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 2186.816] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 2186.816] compiled for 4.0.2, module version = 1.0.0
    [ 2186.816] Module class: X.Org Video Driver
    [ 2186.816] (II) NVIDIA dlloader X Driver 256.35 Wed Jun 16 18:45:02 PDT 2010
    [ 2186.816] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 2186.816] (++) using VT number 7
    [ 2186.820] (II) Primary Device is: PCI 01@00:00:0
    [ 2186.820] (II) Loading sub module "fb"
    [ 2186.820] (II) LoadModule: "fb"
    [ 2186.820] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 2186.821] (II) Module fb: vendor="X.Org Foundation"
    [ 2186.821] compiled for 1.8.1.902, module version = 1.0.0
    [ 2186.821] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 2186.821] (II) Loading sub module "wfb"
    [ 2186.821] (II) LoadModule: "wfb"
    [ 2186.821] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 2186.821] (II) Module wfb: vendor="X.Org Foundation"
    [ 2186.821] compiled for 1.8.1.902, module version = 1.0.0
    [ 2186.821] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 2186.821] (II) Loading sub module "ramdac"
    [ 2186.821] (II) LoadModule: "ramdac"
    [ 2186.821] (II) Module "ramdac" already built-in
    [ 2186.821] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 2186.821] (==) NVIDIA(0): RGB weight 888
    [ 2186.821] (==) NVIDIA(0): Default visual is TrueColor
    [ 2186.821] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 2186.821] (**) NVIDIA(0): Option "TwinView" "1"
    [ 2186.822] (**) NVIDIA(0): Option "MetaModes" "CRT: nvidia-auto-select +1920+0, DFP: nvidia-auto-select +0+0"
    [ 2186.822] (**) NVIDIA(0): Option "TwinViewXineramaInfoOrder" "DFP-0"
    [ 2186.822] (**) NVIDIA(0): Enabling RENDER acceleration
    [ 2186.822] (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
    [ 2186.822] (II) NVIDIA(0): enabled.
    [ 2188.363] (II) NVIDIA(0): NVIDIA GPU GeForce 6600 GT (NV43) at PCI:1:0:0 (GPU-0)
    [ 2188.363] (--) NVIDIA(0): Memory: 131072 kBytes
    [ 2188.363] (--) NVIDIA(0): VideoBIOS: 05.43.02.39.00
    [ 2188.363] (II) NVIDIA(0): Detected AGP rate: 8X
    [ 2188.363] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    [ 2188.363] (--) NVIDIA(0): Connected display device(s) on GeForce 6600 GT at PCI:1:0:0:
    [ 2188.363] (--) NVIDIA(0): Arnos Instruments F-417 (CRT-0)
    [ 2188.363] (--) NVIDIA(0): ViewSonic VX2433wm (DFP-0)
    [ 2188.363] (--) NVIDIA(0): Arnos Instruments F-417 (CRT-0): 400.0 MHz maximum pixel
    [ 2188.363] (--) NVIDIA(0): clock
    [ 2188.363] (--) NVIDIA(0): ViewSonic VX2433wm (DFP-0): 155.0 MHz maximum pixel clock
    [ 2188.363] (--) NVIDIA(0): ViewSonic VX2433wm (DFP-0): Internal Single Link TMDS
    [ 2188.363] (**) NVIDIA(0): TwinView enabled
    [ 2188.363] (II) NVIDIA(0): Display Devices found referenced in MetaMode: CRT-0, DFP-0
    [ 2188.364] (II) NVIDIA(0): Assigned Display Devices: CRT-0, DFP-0
    [ 2188.364] (II) NVIDIA(0): Validated modes:
    [ 2188.364] (II) NVIDIA(0):
    [ 2188.364] (II) NVIDIA(0): "CRT:nvidia-auto-select+1920+0,DFP:nvidia-auto-select+0+0"
    [ 2188.364] (II) NVIDIA(0): Virtual screen size determined to be 3200 x 1080
    [ 2188.364] (--) NVIDIA(0): DPI set to (95, 96); computed from "UseEdidDpi" X config
    [ 2188.364] (--) NVIDIA(0): option
    [ 2188.364] (==) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
    [ 2188.364] (--) Depth 24 pixmap format is 32 bpp
    [ 2188.365] (II) NVIDIA(0): Initialized AGP GART.
    [ 2188.373] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 2188.373] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 2188.373] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 2188.373] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 2188.373] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 2188.373] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 2188.373] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 2188.373] (II) NVIDIA(0): Config Options in the README.
    [ 2188.373] (II) NVIDIA(0): Setting mode
    [ 2188.373] (II) NVIDIA(0): "CRT:nvidia-auto-select+1920+0,DFP:nvidia-auto-select+0+0"
    [ 2188.613] (II) Loading extension NV-GLX
    [ 2188.657] (II) NVIDIA(0): Initialized OpenGL Acceleration
    [ 2188.659] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 2188.659] (II) NVIDIA(0): Initialized X Rendering Acceleration
    [ 2188.659] (==) NVIDIA(0): Backing store disabled
    [ 2188.659] (==) NVIDIA(0): Silken mouse enabled
    [ 2188.660] (**) NVIDIA(0): DPMS enabled
    [ 2188.660] (II) Loading extension NV-CONTROL
    [ 2188.661] (II) Loading extension XINERAMA
    [ 2188.661] (II) Loading sub module "dri2"
    [ 2188.661] (II) LoadModule: "dri2"
    [ 2188.661] (II) Reloading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 2188.661] (II) NVIDIA(0): [DRI2] Setup complete
    [ 2188.661] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
    [ 2188.661] (==) RandR enabled
    [ 2188.661] (II) Initializing built-in extension Generic Event Extension
    [ 2188.661] (II) Initializing built-in extension SHAPE
    [ 2188.661] (II) Initializing built-in extension MIT-SHM
    [ 2188.661] (II) Initializing built-in extension XInputExtension
    [ 2188.661] (II) Initializing built-in extension XTEST
    [ 2188.661] (II) Initializing built-in extension BIG-REQUESTS
    [ 2188.661] (II) Initializing built-in extension SYNC
    [ 2188.661] (II) Initializing built-in extension XKEYBOARD
    [ 2188.661] (II) Initializing built-in extension XC-MISC
    [ 2188.661] (II) Initializing built-in extension SECURITY
    [ 2188.661] (II) Initializing built-in extension XINERAMA
    [ 2188.661] (II) Initializing built-in extension XFIXES
    [ 2188.661] (II) Initializing built-in extension RENDER
    [ 2188.661] (II) Initializing built-in extension RANDR
    [ 2188.661] (II) Initializing built-in extension COMPOSITE
    [ 2188.661] (II) Initializing built-in extension DAMAGE
    [ 2188.664] (II) Initializing extension GLX
    [ 2188.842] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 2188.842] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 2188.842] (II) LoadModule: "evdev"
    [ 2188.842] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 2188.842] (II) Module evdev: vendor="X.Org Foundation"
    [ 2188.842] compiled for 1.8.0, module version = 2.4.0
    [ 2188.842] Module class: X.Org XInput Driver
    [ 2188.842] ABI class: X.Org XInput driver, version 9.0
    [ 2188.842] (**) Power Button: always reports core events
    [ 2188.842] (**) Power Button: Device: "/dev/input/event2"
    [ 2188.842] (II) Power Button: Found keys
    [ 2188.842] (II) Power Button: Configuring as keyboard
    [ 2188.842] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 2188.842] (**) Option "xkb_rules" "evdev"
    [ 2188.843] (**) Option "xkb_model" "evdev"
    [ 2188.843] (**) Option "xkb_layout" "us"
    [ 2188.883] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 2188.883] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 2188.883] (**) Power Button: always reports core events
    [ 2188.883] (**) Power Button: Device: "/dev/input/event1"
    [ 2188.883] (II) Power Button: Found keys
    [ 2188.883] (II) Power Button: Configuring as keyboard
    [ 2188.883] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 2188.883] (**) Option "xkb_rules" "evdev"
    [ 2188.883] (**) Option "xkb_model" "evdev"
    [ 2188.883] (**) Option "xkb_layout" "us"
    [ 2188.887] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event3)
    [ 2188.887] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
    [ 2188.887] (**) Logitech USB-PS/2 Optical Mouse: always reports core events
    [ 2188.887] (**) Logitech USB-PS/2 Optical Mouse: Device: "/dev/input/event3"
    [ 2188.887] (II) Logitech USB-PS/2 Optical Mouse: Found 3 mouse buttons
    [ 2188.887] (II) Logitech USB-PS/2 Optical Mouse: Found scroll wheel(s)
    [ 2188.887] (II) Logitech USB-PS/2 Optical Mouse: Found relative axes
    [ 2188.887] (II) Logitech USB-PS/2 Optical Mouse: Found x and y relative axes
    [ 2188.887] (II) Logitech USB-PS/2 Optical Mouse: Configuring as mouse
    [ 2188.887] (**) Logitech USB-PS/2 Optical Mouse: YAxisMapping: buttons 4 and 5
    [ 2188.887] (**) Logitech USB-PS/2 Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 2188.887] (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE)
    [ 2188.887] (**) Logitech USB-PS/2 Optical Mouse: (accel) keeping acceleration scheme 1
    [ 2188.887] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration profile 0
    [ 2188.887] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
    [ 2188.887] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
    [ 2188.887] (II) Logitech USB-PS/2 Optical Mouse: initialized for relative axes.
    [ 2188.887] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse0)
    [ 2188.887] (II) No input driver/identifier specified (ignoring)
    [ 2188.888] (II) config/udev: Adding input device Logitech USB Multimedia Keyboard (/dev/input/event4)
    [ 2188.888] (**) Logitech USB Multimedia Keyboard: Applying InputClass "evdev keyboard catchall"
    [ 2188.888] (**) Logitech USB Multimedia Keyboard: always reports core events
    [ 2188.888] (**) Logitech USB Multimedia Keyboard: Device: "/dev/input/event4"
    [ 2188.888] (II) Logitech USB Multimedia Keyboard: Found keys
    [ 2188.888] (II) Logitech USB Multimedia Keyboard: Configuring as keyboard
    [ 2188.888] (II) XINPUT: Adding extended input device "Logitech USB Multimedia Keyboard" (type: KEYBOARD)
    [ 2188.888] (**) Option "xkb_rules" "evdev"
    [ 2188.888] (**) Option "xkb_model" "evdev"
    [ 2188.888] (**) Option "xkb_layout" "us"
    [ 2188.888] (II) config/udev: Adding input device Logitech USB Multimedia Keyboard (/dev/input/event5)
    [ 2188.889] (**) Logitech USB Multimedia Keyboard: Applying InputClass "evdev keyboard catchall"
    [ 2188.889] (**) Logitech USB Multimedia Keyboard: always reports core events
    [ 2188.889] (**) Logitech USB Multimedia Keyboard: Device: "/dev/input/event5"
    [ 2188.889] (II) Logitech USB Multimedia Keyboard: Found keys
    [ 2188.889] (II) Logitech USB Multimedia Keyboard: Configuring as keyboard
    [ 2188.889] (II) XINPUT: Adding extended input device "Logitech USB Multimedia Keyboard" (type: KEYBOARD)
    [ 2188.889] (**) Option "xkb_rules" "evdev"
    [ 2188.889] (**) Option "xkb_model" "evdev"
    [ 2188.889] (**) Option "xkb_layout" "us"
    [ 2188.891] (II) config/udev: Adding input device PC Speaker (/dev/input/event0)
    [ 2188.891] (II) No input driver/identifier specified (ignoring)
    Xorg.0.log important (I think):
    [ 2188.888] (II) config/udev: Adding input device Logitech USB Multimedia Keyboard (/dev/input/event4)
    [ 2188.888] (**) Logitech USB Multimedia Keyboard: Applying InputClass "evdev keyboard catchall"
    [ 2188.888] (**) Logitech USB Multimedia Keyboard: always reports core events
    [ 2188.888] (**) Logitech USB Multimedia Keyboard: Device: "/dev/input/event4"
    [ 2188.888] (II) Logitech USB Multimedia Keyboard: Found keys
    [ 2188.888] (II) Logitech USB Multimedia Keyboard: Configuring as keyboard
    [ 2188.888] (II) XINPUT: Adding extended input device "Logitech USB Multimedia Keyboard" (type: KEYBOARD)
    [ 2188.888] (**) Option "xkb_rules" "evdev"
    [ 2188.888] (**) Option "xkb_model" "evdev"
    [ 2188.888] (**) Option "xkb_layout" "us"
    [ 2188.888] (II) config/udev: Adding input device Logitech USB Multimedia Keyboard (/dev/input/event5)
    [ 2188.889] (**) Logitech USB Multimedia Keyboard: Applying InputClass "evdev keyboard catchall"
    [ 2188.889] (**) Logitech USB Multimedia Keyboard: always reports core events
    [ 2188.889] (**) Logitech USB Multimedia Keyboard: Device: "/dev/input/event5"
    [ 2188.889] (II) Logitech USB Multimedia Keyboard: Found keys
    [ 2188.889] (II) Logitech USB Multimedia Keyboard: Configuring as keyboard
    [ 2188.889] (II) XINPUT: Adding extended input device "Logitech USB Multimedia Keyboard" (type: KEYBOARD)
    [ 2188.889] (**) Option "xkb_rules" "evdev"
    [ 2188.889] (**) Option "xkb_model" "evdev"
    [ 2188.889] (**) Option "xkb_layout" "us"
    Why is he adding the keyboard 2 times, and why  "xkb_layout" "us"? I need hr (croatian).
    My first post Sorry, for the bad english.
    Last edited by b3no (2010-07-22 23:45:29)

    [  2186.780] (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    Add this
    Section "ServerFlags"
    Option "AllowEmptyInput" "no"
    EndSection
    EditL If the above didn't help, read this http://wiki.archlinux.org/index.php/Xor … d_settings
    Last edited by karol (2010-07-22 12:06:04)

  • Two problems with setting up arch. Keyboard layout and wifi card.

    Hi guys.
    I have installed arch on my old laptop (LG le express) and I have two problems.
    1. I wasn't able to create a Hebrew keyboard layout.
    2. I don't know how to install my wifi card. (Ralink 2500).
    as for one, I changed my xorg.conf to this:
    section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    Option "XkbRules" "xorg"
    Option "Xkbmodel" "pc105"
    Option "XkbLayout" "us,il"
    Option "KkbOption" "grep:switch,grp:alt_shift_toggel,grp_led:caps"
    EndSection
    but it didn't work.
    As for 2, I have found this:
    https://wiki.archlinux.org/index.php/Us … eta_driver
    But I can't find how to install rt2x00
    Thanks

    If you edit the first post you can change the title, prepend it with [solved] (once all issues are actually solved). Also if you can post your working solution then it will be useful for others having similar difficulties. Please read the following links.
    Mark threads as [solved]
    Forum etiquette
    As for your wireless issue, which tool are you using? A quick google around seems to suggest that netcfg in combination with wpa supplicant can connect to LEAP encrypted networks, eg this thread. Are you also aware that there are graphical tools to do this for you that you may find easier, such as wicd?
    Last edited by quigybo (2010-11-12 01:56:01)

  • Keyboard layout problem at the login screen

    Hi there!
    I'm having a huge problem at the login screen just after installing OS X Lion 10.7. It seems like the keyboard layout has changed, and I need to enter some numbers in my password. I can't find the digit 9, and I really don't know if the other numbers are in the right place either. Maybe it's changed to a us layout.. What to do?

    stoneheart,
    the numbers are in the same position on a US English keyboard as they are on a Norwegian keyboard.
    If you select the Users & Groups pane of System Preferences, and select its Login Options, do you have the “Show Input menu in login window” checkbox checked? (That’s where the checkbox’s location is in Mavericks; I don’t have Lion, so I don’t know if it’s in the same location there.)

  • E70 Keyboard layout problems

    I have a brand-new E70 bought from Expansys a week ago. I have the same problem reported by other here regarding incorrect keyboard layout (e.g. "(" key produces ")" and "/" produces ","). I have not upgraded the firmware, this is the way the phone was shipped.
    I haven't found any solution in this forum or on the web yet. Any advice is appreciated. Thanks,
    -- Terrence

    bgodea wrote:I changed the Gnome keyboard layout to "104 key PC" and also tried changing my xorg.conf, but I still have the same problem. In non-graphical and KDE it works fine
    You also have to setup a valid layout for this kind of keyboard. That is done in the same dialog field. Then, what do you mean with "tried"? First off, if Gnome and X disagree about keyboard layout, Gnome complains loudly. Thus KDE is unilaterally setting the layout to something it likes. Check your Kconfig to find out what it is. Then find the section named InputDevice in /etc/X11/xorg.conf that looks something like this:
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    Option "XkbLayout" "us"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc104"
    EndSection
    Change it to resemble this example, if it doesn't. Check if your ServerLayout actually uses this InputDevice. Finally, is there anything else we should know about your keyboard? Do you run XGL/AIGLX?
    Last edited by Captain Spaulding (2007-04-03 16:50:46)

  • Hotplugging Keyboard Layout Switching Problem

    With a recent update, my keyboard configuration got a bit hosed. The super key stopped working, I couldn't use shifts to swap keyboard layouts, and ctrl/caps swap reverted back. Instead of troubleshooting that, I decided to give hotplugging a try. I disabled the keyboard configuration in xong.conf and enabled hotplugging.
    Everything is working fine with one exception. If I list more than one keyboard layout in the .fdi, the keyboard reverts back to 'us'. As far as I can tell (and other posts have verified this) this is pretty close to copy/paste from xorg.conf. If I use just a single layout, that layout works.
    Any advice?
    <?xml version="1.0" encoding="ISO-8859-1"?> <!-- -*- SGML -*- -->
    <deviceinfo version="0.2">
    <device>
    <match key="info.capabilities" contains="input.keymap">
    <append key="info.callouts.add" type="strlist">hal-setup-keymap</append>
    </match>
    <match key="info.capabilities" contains="input.keys">
    <merge key="input.xkb.rules" type="string">base</merge>
    <!-- If we're using Linux, we use evdev by default (falling back to
    keyboard otherwise). -->
    <merge key="input.xkb.model" type="string">keyboard</merge>
    <match key="/org/freedesktop/Hal/devices/computer:system.kernel.name"
    string="Linux">
    <merge key="input.xkb.model" type="string">evdev</merge>
    </match>
    <merge key="input.xkb.layout" type="string">dvorak,us</merge>
    <merge key="input.xkb.variant" type="string" />
    <merge key="input.xkb.options" type="string">grp:shifts_toggle,ctrl:swapcaps</merge>
    </match>
    </device>
    </deviceinfo>
    Last edited by elegua (2009-02-14 15:20:28)

    elegua wrote:
    Of course I get it figured out a little bit after asking.
    It seems that the update killed the ability to use dvorak layout with anything else in setxkbmap. The following works for me now.
    <merge key="input.xkb.layout" type="string">us,us</merge>
    <merge key="input.xkb.variant" type="string">dvorak,basic</merge>
    elegua, where did you ask your questions? I've got a very similar problem, tried this (pure guesswork):
    <merge key="input.xkb.layout" type="string">us,ru</merge>
    <merge key="input.xkb.variant" type="string">basic,winkeys</merge>
    But it won't wash ...

  • Keyboard layout problem

    My wife has an old iBook running Mac OS X Tiger and it's been working just fine. Never any trouble at all with this sturdy old thing but today, for some odd reason, the keyboard layout got messed up out of nowhere. We're Swedish and need the Swedish layout ( åäö ) but it suddenly stopped working. The layout has changed and the @-character is now accessible while pressing Shift+2 instead of Alt+2. I have no idea why this happened and I have no clue as to how to change/restore the default layout. I've looked around in the International preference pane but nothing I did there changed a thing. Anyone else bumped into this particular problem?

    Forget this question, I found out what was wrong. My father-in-law ( who isn't too good at computers ) changed the layout by mistake by clicking the little flag and so switched the layout from Swedish Pro to US English. Problem solved.

  • Audio volume not save and keyboard layout configuration problems

    Hello all,
    I needed to register again because my old account seems not to be working
    After almost 2 years without Arch due to work now I'm back to Arch again.
    Everything has changed... now there is Systemd and even the installation it's different so I will need some helps from the experienced users
    The installation was done yesterday and I found two issues that are really annoying me.
    The first one... keyboard layout... Yes it's incredibly... I only want my system in english and my keyboard in norwegian... But all are problems for that. Before telling me to read more or search for information.... I will tell you that I waster 2 hours yesterday only for that... With no success at all.
    The second one... even more stupid... why my pulseaudio keep the volumen at 100%? I tried different things... but not success at all.
    So please, can you help me?
    I will provide all the information you need.
    Thanks a lot and so happy to be back here
    Best regards,
    TheArcher
    Last edited by thearcherblog (2014-10-30 17:07:09)

    Hello Runical,
    To be honest I was following a guide to install the system and everything works ok but according to journalctl I have some problems with pulseaudio so I guess that can be the original problem.
    I will paste it here:
    $ journalctl -b | grep pulse
    Oct 30 13:04:30 arch.colonialOne rtkit-daemon[458]: Successfully made thread 457 of process 457 (/usr/bin/pulseaudio) owned by '120' high priority at nice level -11.
    Oct 30 13:04:32 arch.colonialOne rtkit-daemon[458]: Successfully made thread 482 of process 457 (/usr/bin/pulseaudio) owned by '120' RT at priority 5.
    Oct 30 13:04:32 arch.colonialOne rtkit-daemon[458]: Successfully made thread 483 of process 457 (/usr/bin/pulseaudio) owned by '120' RT at priority 5.
    Oct 30 13:04:32 arch.colonialOne rtkit-daemon[458]: Successfully made thread 487 of process 457 (/usr/bin/pulseaudio) owned by '120' RT at priority 5.
    Oct 30 13:04:32 arch.colonialOne rtkit-daemon[458]: Successfully made thread 488 of process 457 (/usr/bin/pulseaudio) owned by '120' RT at priority 5.
    Oct 30 13:04:32 arch.colonialOne rtkit-daemon[458]: Successfully made thread 533 of process 457 (/usr/bin/pulseaudio) owned by '120' RT at priority 5.
    Oct 30 13:04:32 arch.colonialOne pulseaudio[457]: [pulseaudio] module-gconf.c: Unable to read or parse data from client.
    Oct 30 13:04:32 arch.colonialOne pulseaudio[457]: [pulseaudio] module.c: Failed to load module "module-gconf" (argument: ""): initialization failed.
    Oct 30 13:04:32 arch.colonialOne pulseaudio[457]: [pulseaudio] main.c: Module load failed.
    Oct 30 13:04:32 arch.colonialOne pulseaudio[457]: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.systemd1.LoadFailed: Unit dbus-org.bluez.service failed to load: No such file or directory.
    Oct 30 13:04:32 arch.colonialOne rtkit-daemon[458]: Successfully made thread 536 of process 536 (/usr/bin/pulseaudio) owned by '120' high priority at nice level -11.
    Oct 30 13:04:32 arch.colonialOne pulseaudio[536]: [pulseaudio] pid.c: Daemon already running.
    Regards,
    TheArcher
    Last edited by thearcherblog (2014-10-31 06:59:20)

  • Problems with keyboard layout after 10.7.1

    Hi,
    After install the 10.7.1, the computer do not recognize the keyboard layout in startup process (when ask for the password in order to open the encrypted volume), and I have to use the US Keyboard Layout to introduce the password.
    The main problem is my keboard is in a Spanish ISO layout, so, I have to remember where the symbols are defined...
    How can I change the keybard layout for the boot process???
    Thanks in advance.
    H.
    P.S: After login, the keyboard layout is well defined...

    Hi @ all,
    same problem here. On my MacBook Air the keyboard layout at the login-screen (FileVault 2) changed to US after the Update to 10.7.1. After I tried to change this back to the German one, my MacBook does net accept any way to enter my password any more.
    It seems that I have to reset my password with the key stored by Apple.
    Do you know how to set the keyboard layout for FileVault 2, so that this doesn't happen again?
    Thank you!
    Greez,
    Stefan

  • Non-US keyboard layout problem with VNC

    Hi everyone,
    I've got an arch box at work running tigervnc through an ssh tunnel so that I can work from home when I need to.
    Everything is great, as long as I'm using and ASCII keyboard layout.
    When I switch layouts, the keystrokes just don't get through to the server.
    Here's  what I use to switch layouts:
    setxkbmap -layout us,ru -option 'grp:alt_shift_toggle'
    So I need to type in russian, and I hit alt-shift, as usual, and start typing, but nothing is echoed back to me.  I can tell that the keystrokes are just not getting to the destination because if I'm at a terminal and I'm switched to the ru layout and I type something and hit enter, I just get a newline, as if there was nothing typed at all.
    Any ideas?

    Hi,
    Why are the characters mixed up in the session?
    This issue can occur if the keyboard language has been switched on the remote PC while running a remote desktop session. In the case you would like to switch to a different keyboard
    language follow these instructions.
    Important:
    The remote PC selects the system language of the device running the remote desktop client and not the keyboard language. When switching the keyboard language on your device,
    you need to manually switch the keyboard language on the remote PC.
    1. Open settings on your device.
    2. Tap General and then tap International.
    3. Tap Language and select the language running on the remote PC.
    4. Open the RD Client and connect to the remote PC and check if the Windows keyboard language matches the language that you selected.
    Quote from
    Remote Desktop Client on Mac: FAQ
    Thanks.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • My keyboard layout on iPad 4 is suddenly incorrect  anybody know how to fix this problem?

    WWhen I opened my iPad tonight, the keyboard layout was,  nno longer as it should be. the letters are not in the right places, at least some aren't. Can anybody tell me how to correct this?

    Second question first. To add the English keyboard did you go to settings> general> keyboard> keyboards> add new keyboard ?
    Back to the first question. Hold your finger on the globe icon on the keyboard to see if another language keyboard has been added. If so switch back to English.
    Next try a reset. Press and hold both the home and power buttons until the Apple logo appears. Release both fingers. Wait until your iPad starts on it's own.
    If the keyboard is still messed up try settings> general> reset> reset all settings. Be sure you know you wifi password before doing this step you'll need to enter it.
    Next I'd be heading over to the Apple Store and see if they have a solution. There should be a simple fix,

Maybe you are looking for

  • Get the id or namespace of  container of ADF Task flow

    Hi, I have an ADF Task flow and I put it inside either a region in a jspx page or portlet page. And I want to refer to the component in the adf page fragment in javascript by its id. How do I dynamically detect the id of the container of the ADF task

  • Vodafone not enabling firmware update!!!

    I fail to understand the logic in Vodafone not enabling the new firmware update for the N95 8GB!!! I see no reason for those who are on Vodafone to have to wait longer to update their phone... I didn't know Vodafone had any firmware for the N95 8GB I

  • How do I connect a PC running Windows 7 Enterprise to the Mac Mini Server?

    Hello! I have a brand new iMac 27" with a PC partition on it. The PC side runs on Windows 7 Enterprise. My husband has a PC with Windows XP on it. The brand new Mac Mini Server works fine for our macs, but the PCs are unable to connect. How do I get

  • StageWebView loses interactivity after Event.DEACTIVATE Event.ACTIVATE

    Hi, I have a StageWebView displaying an HTML page in Android with AIR (currently 3.5, but the same happens with 3.6). It displays fine and works perfectly, until... If I flip out to another app, for example, by clicking on the device home button, and

  • Need help on inserting multiple records into database

    Hello every body, In my web page there is multiple select box.In that contains service-servicecategory-priority-filecontent -data in each item. suppose if select ten items and press submit button then that ten item schould be insert into database at