X keyboard layout suddenly wrong / won't listen to xorg.conf

Hi!
- After last restart I noticed, that I suddenly had quertz instead of querty (xorg, slim and xfce).
- I checked xorg.conf, everything still as it was.
- I still got querty in the tty's, but not in X.
- Restarting X didn't change anything, no matter to what layout I set in xorg.conf.
- setxkbmap -layout [layout] works fine (+ fixes it for the session).
(The only thing that "was changed" on the system was... well - a "high precision incision" at the usb-receivers [cordless kbd + mouse, logitech] cable - some of one cable is showing, but no cables are touching or damaged and I think only some of the tasty isolation and the isolating tape I used when I fixed it the last three times are missing. While I somehow think damage like this to be causing an error like that should be really really unlikely, I didn't want to miss mentioning it - just in case.)
Any ideas? Thanks!
Last edited by whoops (2009-05-04 20:33:00)

Hi!
I know how to "Setting non-us keyboard without xorg.conf", that's what I've been doing since that problem started (and it works). But setting non-us keyboard WITH xorg.conf stopped working (recently).
Was there another more recent xorg-update (maybe in testing which I'm using) I didn't notice? If not, I can't think of any changes that could have caused that for me (besides the "unlikely ones" I mentioned in my first post). Everything was working fine with xorg 7.4 (until 2009-05-04 22:31:55 ).
Just in case that means anything:
pacman -Qs xorg
local/hwd 5.5-1
local/xorg-font-utils 7.4-2
local/xorg-fonts-alias 1.0.1-2
local/xorg-fonts-encodings 1.0.2-3
local/xorg-fonts-misc 1.0.0-4
local/xorg-server 1.6.1-1 (xorg)
local/xorg-server-utils 7.4-6 (xorg)
local/xorg-utils 7.4-4 (xorg)
local/xorg-xauth 1.0.3-1
local/xorg-xinit 1.1.1-1 (xorg)
local/xorg-xkb-utils 7.4-2
Edit: Can't restart xorg for a while now, but tomorrow I guess I'm going to try and do a new xorg.conf starting out from xorg log autoconfigure. (And I guess I'm going to solder that stupid cable again - just in case. And maybe I should complain to logitech, that the plastic they're using for the outer cable mantle is way to tasty - damn you,  plasticizers!) - if noone has any better ideas...?
Last edited by whoops (2009-05-10 20:19:27)

Similar Messages

  • Keyboard layout is wrong, no idea why [Solved]

    OK, so my keyboard layout is correctly set in rc.conf (i.e. I have the UK layout selected). When I'm not in an x-session the keymap is correct and all is well and good. When I'm in an x-session it's not the UK layout and is in, what I assume is, a US layout. Checked the keymap wiki and it said the following:
    Note: In an X session, you can use setxkbmap to instantly apply keyboard layout: setxkbmap -layout dvorak
    Tried that (changing dvorak to uk) and got the following error:
    Error loading new keyboard description
    Anyone know what's going wrong?
    Last edited by Throne777 (2012-03-31 13:06:28)

    Gcool wrote:Setxkbmap will only apply the layout until the session ends. In order to make it permanent, you need to add it to your Xorg config. See this section of the install guide to see how that's done.
    Thanks, much appreciated. Wonder how I missed that bit as I worked my way through that guide :s

  • Suddenly my keyboard layout reverts to US?

    A while back I set my keyboard layout to UK by creating /etc/X11/xorg.conf.d/10-keyboard.conf with the following contents:
    Section "InputClass"
    Identifier "Keyboard Defaults"
    MatchIsKeyboard "yes"
    Option "XkbLayout" "gb"
    EndSection
    This has worked fine for a long time, but suddenly it has stopped working for no apparent reason.

    ximun wrote:Does the gb layout work if you set it manually with setxkbmap?
    shaurz wrote:Yes, setxkbmap gb works.
    how about adding setxkbmap gb to your .xinitrc ?
    Dirty hack? yeah, I know
    Say, if you change the "gb" to another thing, like "es" or "fr" on your conf file, does that work? Im wondering if is a problem that affects only gb, or it affects other layouts too

  • 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!

  • [XFCE]Keyboard layout config sometimes gets reset after suspend/resume

    After I got suspend/resume working thanks to the help here, I have still another little problem with it: After suspend/resume the keyboard layout configuration in the corresponding xfce-panel plugin is sometimes reset to US. The keyboard layout should be Russian/German with switching the layouts with LCtrl+LShift. In the xorg.conf everything is fine, but it seems to be disregarded:
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "de,ru"
    Option "XkbVariant" ",winkeys"
    Option "XkbOptions" "grp:ctrl_shift_toggle"
    EndSection
    The settings that I make in the panel-applet via its configuration dialogue work though, but they sometimes get reset after a suspend/resume.
    The XFCE session is started via following command in ~/.xinitrc:
    exec ck-launch-session dbus-launch xfce4-session
    Thanks for any hint,
    PhotonX

    I see. Then you should maybe add debug output to check whether the script is run at all and if yes, where it fails. Like
    button/lid)
    echo "lid action caught" >> /home/lid.log
    case "$3" in
    close)
    logger 'LID closed'
    # Suspend and lock the screen
    /usr/sbin/pm-suspend &
    DISPLAY=:0.0 su -c - miki /usr/bin/slimlock
    echo "lid closed" >> /home/lid.log
    open)
    logger 'LID opened'
    # Set the keyboard layout again on IT
    setxkbmap it
    echo "lid opened" >> /home/lid.log
    logger "ACPI action undefined: $3"
    echo "something wrong happened" >> /home/lid.log
    esac
    and then check /home/lid.log after lid close&open.

  • Macbook booting with wrong keyboard layout.

    hello all,
    i've got a 15 inch macbook pro with the latest os x. every time i reboot, it resets the keyboard layout to american english even though i preset it to swiss german. this means that i always need to go to the language settings and change it to my layout, which is quite annoying.
    any suggestions how to solve this?
    thanks a lot in advance and kind regards
    jurg

    I posted the same question on stackexchange as well: http://apple.stackexchange.com/questions/111460/macbook-booting-with-wrong-keybo ard-layout

  • Wrong keyboard layout after Mavericks update

    Hi,
    after update to OSX Mavericks the wrong Keyboard Layout is selected on Logon Screen after reboot and/or logoff.
    If i change it from "US" to "German" it will show the "US" again after next logoff/reboot.
    Befor the update to Mavericks, the language was only german and this was fine for me.
    Maybe someone have a solution, because i don´t want the US Keyboard Layout at the Logon Screen...
    regards
    Mathias

    Hi,
    two things I can think off: 
    1. Check if you have set your keyboard in xorg.conf as described here: https://wiki.archlinux.org/index.php/Be … S_keyboard
    2. Open dconf-editor, surf there to org.gnome.libgnomekbd.keyboard
    I have Layout set to ['de\tnodeadkeys'] there.

  • Wrong keyboard layout with sgd 4.31.901 client on Ubuntu 9.10

    Hello,
    I have to log in to my work network using the sgd client (.tarantella/tcc/4.31.905) via firefox on Ubuntu Linux 9.10.
    It is working fine except from a wrong keyboard layout. The X and Y keys are switched and all the special symbols are on unexpected places (@#:"|;'\<>,.). I have a normal us-international keyboard. It looks like the keymap is set to a german keyboard layout.
    Our helpdesk doesn't understand linux. And I think it has something to do with the right ubuntu settings coming from the sgd linux client to the server.
    Could anyone please help me with this?
    Bart

    I'm on Ubuntu 10.04 now, and the problem came back. The export XKEYSYMDB=/usr/share/X11/XKeysymDB
    line does not work anymore.
    First I logon to the sgd server. After that I get my sgd desktop, from where I select (for example) outlook. The Windows network password is going well, and it contains a "y". But in Outlook or any other application like word or excel the y and z are swapped.
    Could please anyone help me with this? My work ICT department is not one of the best. ;-)

  • Sun VDI3: wrong keyboard layout (US instead of de_CH) after power-up

    Hi all,
    I have a strange problem:
    Despite trying this trick here .... :
    http://blogs.sun.com/ThinkThin/entry/using_sun_rays_with_non
    and despite editing the "/tftpboot/SunCoronaP8.parms" file and setting the "kbcountry=28" parameter I always get the US keyboard layout at first when the Sun Ray DTU's boot up.
    So to get the correct layout I first have to hit the "Quit" button in the VDI3 login mask -- only after this step I get the correct Swiss German (de_CH) keyboard layout.
    A few infos:
    - OS: Solaris 10u7
    - VDI3 Patch #2
    - Language is English (POSIX C) (this particular customer is a University ... so everything is supposed to be in English anyway)
    - Keyboards: Sun Type 6 USB, Swiss German layout (were delivered with the Sun Ray 2 DTU's)
    I know that with the "GUI" firmware you can pre-configure the keyboard layout ... But this customer specifically doesn't want the "GUI" firmware. The Sun Rays are being used in the University's library and other public areas of the campus ... so we don't want to tempt the students into "playing" with the Firmware's menus (... they are good at using Google too and the instructions on how to trigger the menu aren't really hard to find ...). Password-protecting the menu is "security by obscurity" and the admins don't want that either .... So: no "GUI" firmware here.
    Is there any other reliable way which would allow me to pre-set the keyboard code to 28 ??
    BTW, is this a bug? Or why is the US layout being loaded first?
    Thanks in advance + regards,
    DJ.

    of course they are
    here is cat of /usr/openwin/share/etc/keytables/keytable.map
    # Additional keyboards
    6 256 Slovenia6.kt
    6 24 Slovakia6.kt
    6 257 SerbiaandMontenegro6.kt
    6 258 Iceland6.kt
    6 259 Croatia6.kt
    6 260 Bulgaria6.kt
    6 261 Belarus6.kt
    6 262 Malta_US6.kt
    6 263 Malta_UK6.kt
    6 264 Albania6.kt
    6 271 Japan6.kt
    6 265 Lithuania6.kt
    6 266 Latvia6.kt
    6 267 Macedonia6.kt
    6 268 Portugal_Br6.kt
    6 269 Romania6.kt

  • Wrong keyboard-layout after suspend

    Hej,
    when I put my Thinkpad T400 to sleep (by closing the lid), it recovers from suspend with an english keyboard layout. I have to do a "setxkbmap de" manually everytime.
    Running this from /usr/lib/pm-utils/sleep.d/ delivers a "Can't open "default display"" error in the logfile and other than that has no effect.
    any ideas anyone?
    I am using gnome3, if that is of any importance.
    thanks

    Hi,
    two things I can think off: 
    1. Check if you have set your keyboard in xorg.conf as described here: https://wiki.archlinux.org/index.php/Be … S_keyboard
    2. Open dconf-editor, surf there to org.gnome.libgnomekbd.keyboard
    I have Layout set to ['de\tnodeadkeys'] there.

  • TS1702 The keyboard layout is critically wrong, that does not allow quick writing. Users reach the numbers with two step keyboard hits (forward and back). It is really vital to have number 0-9 keys in the default keyboard window. Develop these changes ple

    I want to open a discussion about keyboard layout on iPAD´s, including the best one iPAD4. How one can design such sofisticated technical item for diverse work/activity, includes mainly for note writings and meetings, but the writing procedure is so slow becuase of the keyboard layout. It is really crucial to solve this problem in order to avoid developing additional keyboard from third-party developers. This function has to be integrated, namely: TO HAVE A COMPLETE SEETING OF LETTERS AND NUMBERS IN THE DEFAULT KEYBOARD LAYOUT, FOR EFFICIENT WRITINGS.
    WHAT YOU THINK ???

    This is an iPad user to user forum. Apple doesn't read or respond. You can make a suggestion.
    Send feedback to Apple.
    http://www.apple.com/feedback/ipad.html
    I bought a case with a bluetooth connected keyboard. Much easier to use than the on-screen keyboard if you do a lot of typing. You can use many/most computer wireless keyboards with the iPad.
     Cheers, Tom

  • How come my custom keyboard layout won't work in Pages?

    Greetings.
    I have created a custom keyboard layout through the program Ukelele. When I had saved it and selected it as the current keyboard layout, I begin to type and it types as if the keyboard layout were the default US. I changed the font thinking some of the characters must not show up in some of the fonts, nothing; still typing in a default US format. I then went to TextEdit and it worked perfectly fine. It acknowledged the custom keyboard layout I was using. :
    My question(s) is(are): How come in TextEdit my custom keyboard layout can work, but in Pages it doesn't? Is there something I need to change for Pages to start using my custom keyboard layout?
    - With regards:
    OSxOS (T. Levi Drayton)
    System Info: MacBook Air (13-inch, Early 2014), OS X Yosemite (10.10.1), Pages (5.5.2)

    Thanks for sending the layout.  It installed properly in Home/Library/Keyboard Layouts and I was able to select its (generic) icon in the "flag" menu at the top right of the screen, and it worked fine in Pages 4 and Pages 5.
    Another place you could ask is
    https://groups.google.com/forum/#!forum/ukelele-users

  • Firefox won't type characters made with a "control + " combination on Macbook with Turkish Qwerty Pc keyboard layout.

    I cant type any special character made with "control + [key]" combination such as ["] or [/]; neither into address/search bar nor the inputs on webpages.
    I use a Macbook Pro with Turkish Qwerty PC keyboard layout.
    And these combinations work in other applications such as textedit, safari etc.

    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,

  • LXDE: wrong keyboard layout or keyboard type?

    Hi all!
    I'm running Arch on LXDE, and having a keyboard issue
    I set the keyboard layout during the Arch install (a french keyboard), and on LXDE (editing /etc/xdg/lxsession/LXDE/autostart)
    SO, I got the right azerty layout, but there's some keys I don't have access to.
    Mainly the "alt" ones:
    ie, I can press the "_" key, and acess "8" with shift, but can't acess the "anti-slash" with right alt
    nor the "at" character with alt+0
    I guess it's probably more of a keyboard "type" than a keyboard "layout" issue, but I can't find any info on the wiki?

    Hallo haiku
    You might find the following links useful:
    http://www.xfree86.org/current/XKB-Config2.html#4
    https://wiki.archlinux.org/index.php/Xorg
    Hope this helps

Maybe you are looking for

  • Message mapping RFC lookup

    Hi. I'm trying to do a RFC inside a message mapping with java code. I have to send a field (id) and return the vendor code (lifnr). I'm searching michal Krawczyk's weblog to see how can i do that but the link is broken. Does anybody has that document

  • Another Invalid Signature Problem

    For the last few Itunes updates, I have received the "invalid Signature" message and whilst there are a lot of other people reporting this problem, I haven't seen a definitive answer. I am directly ethernet connected to my Linksys router and everythi

  • Startx shows twm but is frozen

    I thought I'd come here before my tinkering just makes things worse (which I'm afraid I may have already done:|) When I run "starx" twm loads, but it is totally frozen.  Mouse won't move, ctrl-shift-backspace doesn't exit, alt-Fkey doesn't open a new

  • Solairs 9 Live Upgrade

    Dear All I am upgrading Solaris 8 to Solaris 9 using live upgrade on Sun Enterprise 450 Server . All the steps are completed but i am getting problem only while activating the boot environment of Solaris 9. Upgrading was successfully completed from S

  • Cancel business completion

    Hi experts Any one can help out, how to cancel the bussines completion if the PM order is closed on the last financial year , i.e 2008-2009 and now need to re-post some activity against that order. Is this can be done through authorization and what c