Configure Keyboard Layout - why is this screen being displayed?

Hello,
I have a problem. I want the Solaris 10 installation to be hands-off. I modified the sysidcfg file, everything wors fine, but unfortunately after the execution of the finish script (at the end of the installation) this screen is being displayed:
q Configure Keyboard Layout qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq
  Please specify the keyboard layout from the list below.
  > To make a selection, use the arrow keys to highlight the option and
    press Return to mark it [X].
      Keyboard Layout
      qqqqqqqqqqqqqqqqqqqqqqqqq
  ^   [ ] Slovenian
  x   [ ] Slovakian
  x   [ ] Spanish
  x   [ ] Swedish
  x   [ ] Swiss-French
  x   [ ] Swiss-German
  x   [ ] Taiwanese
  x   [ ] TurkishQ
  x   [ ] TurkishF
  x   [ ] UK-English
  -   [X] US-English
qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq
    F2_Continue    F6_HelpWhat is the reason of that?
Thanks in advance.
Regards,
Przemek

Anybody? My last day to return is tomorrow, but I'd be willing to try once more if I just happened to get two faulty phones.

Similar Messages

  • When  iTunes is not connected  to internet it keeps on displaying a message that "iTunes couldn't connect to the store" whenever i open it. How to stop this message being displayed?

    When  iTunes is not connected  to internet it keeps on displaying a message that "iTunes couldn't connect to the store" whenever i open it. How to stop this message being displayed?

    guyz... do look into this...

  • [SOLVED] Configure keyboard layout in X using Gnome

    Hi. This is my first post since I just installed Arch two days ago.
    My concern is about the console KEYMAP. I succesfully configured /etc/vconsole.conf so that KEYMAP=la-latin1 and it works almost perfectly. The only issue I have is that since my laptop was purchased in the US, using a latin american layout made me loose the greater and less characters (> and <), which are kind of essential characters for me and I'm already sick of copy pasting them. So I followed the KEYMAP section of the Wiki
    Thing is none of the changes I make are taking effect, which is weird.
    For now I'm only trying to get used to how it works so what I've been doing is the following (as the Wiki suggests)
    cd /usr/share/kbd/keymaps/i386/qwerty
    Copy the keymap (la-latin1.map.gz) to a new file personal.map.gz
    gunzip the new map file
    Edit personal.map: here I'm just changing "exclam" for "dollar" for the 1 key to to test if it works before I add the characters I need
    gzip the map file
    Change the default keyboard layout file that will be used by editing /etc/vconsole.conf (you might have to create this file) and changing the line that says KEYMAP=la-latin1 to KEYMAP=personal
    then I tried using sudo loadkeys personal, also tried rebooting the system and I still get the ! character when I use SHIFT+1 which is weird (because I configured it so i would get the dollar sign)
    Later I tried to use localectl set-keymap personal also with no luck
    I seriously don't know what I'm doing wrong. I'm sure one of you guys will be able to help me since probably I'm making some kind of stupid mistake I cannot figure out. You can be sure it's not something that stupid as exiting the files withouth saving. To be sure I also reopened the files later to check if the changes where saved and they were, both for the vconsole.conf  and personal.map.gz (which I gunzipped to read and then re gzipped).
    I really appreciate any kind of help you can give me. THanks!
    Last edited by volotec (2013-09-06 20:13:11)

    I have a custom keymap in use on my system because I hate the Caps Lock.  So that and a couple other small modifications were made into wonderwoofy.map.gz.  Using /etc/vconsole.conf works just fine for me.  But I did notice that if I didn't have early KMS that I ran into a race condition with systemd-vconsole-setup.service and the system actually switching the graphics to KMS. 
    Though my issue might be entirely unrelated to what you are experiencing because I was indeed able to change things with loadkeys (at the time I did this stuff, there was no localectl… or if there was I wasn't aware of it).  Maybe try making some other small change to see if there is something inherently wrong with what you have done in the first attempt.  For example, since this is just for testing, use a more common character like a letter or number to replace something.
    I will tell you though that you are not the first person I have heard of recently who has run into vconsole.conf probems.  But the last person I read having such problems was at least able to correctly set their keymap with localectl (though the desired font apparently never took).

  • How to configure keyboard layout?

    Hello all,.
    I'm using solaris 10 06/06 and my video card is intel 915G. This card has problems with solaris Xorg, so i'm using Xsun. But i don't know where is the configuration file to it. I need to configure a brazilian keyboard (pt_BR).
    Anybody can help me?
    Thanks.

    Sorry, i have forgot to mention that i have configured Generic portuguese in kdmconfig. I don't know how to configure brazilian abnt2 layout (default here in Brazil). There is no option in kdmconfig for that.
    Thanks.

  • What is the story on mac vulnerability? Is it serious or not serious?  If not serious, why is this not being explained?  If serious, why are Mac users not being informed of the risk?

    what is the story on mac vulnerability? Is it serious or not serious?
    If serious, why are we not kept informed
    If not serious, why is some much anxiety being created?

    IMO, it is being greatly over-blown in the media and online.
    Man in the middle attacks require the hacker to be connected to the same intranet network that your device is.  Even if they are, unless you go to a secure site and use personal data (like passcodes) they get nothing from stealing your data stream.
    If you are at your home, on your own secured intranet, then you really have virtually nothing to fear (as long as your own home network is secured and not wide open to anybody within range).  If you routinely use a VPN connection when on public wifi, again, you are fine.  Or if you use FireFox, Chrome or another browser that implements its own SSL security, then you are fine.
    The fact is, that even for those in a particular situation that is vulnerable to such an attack, most are not actually under any such attack - it is not nearly as rampant as the recent hype would have it seem to be.

  • Why is this exception being thrown

    Everytime this piece of code is run we get this Exception. Is there a way to avoid that at all. Though it is being handled properly but it would still be better if this could be avoided. Any ideas
    JavaDeveloper mspete = JavaDeveloper().getInstance();
    try{
    mspete.setJob(new Job(goodWages));
    mspete.setHouse(new House(4BDRM));
    mspete.getHouse.add(Wife);
    mspete.getHouse.add(Kids);
    mspete.setMood(Feelin.GOOD);
    catch(LayedOffDueToOffShoreDevelopmentException){
    RepoMan reaper = new RepoMan();
    reaper.take(mspete.getHouse());
    mspete.setHouse(new House(BOX));
    mspete.lose(Wife,Kids);
    mspete.get(Shotgun);
    mspete.shoot(mspete);

    Try mspete.clone() cus that almost equals me, my error handling weren't quite as extreme though. Mine was more like
    if(mspete.clone() instanceof Rob) {
      Rob rob = (Rob)mspete.clone();
      pub.go();
      rob.drink(pub.buyLotsOfBeer());
      rob.fallOverDrunk();
    }Rob.

  • Why is this statement being repeated?

    import java.util.Scanner;
    class Main {
        public static void main(String[] args) {
            Scanner sc = new Scanner(System.in);
            System.out.print("Blahdy blah: " + "blah.");
            sc.next();
    }Output:
    Blahdy blah: blah.Blahdy blah: blah.
    I've found that removing the colon fixes this, but could someone please inform me as to why this happens?
    Thank you.

    Ah, nothing changes. I was getting this problem while I was using Scanner, so I expected that the use of it triggered something, but it does not!
    The following code does the same when executed:
    class Main {
        public static void main(String[] args) {
            // Apparently anything after the colon that is not a
            // space or blank character will cause this statement to repeat in NB.
            System.out.print("Blahdy blah: a");
    }This does not happen when using println, just thought I might add that.

  • Why is This message being relayed?

    I have my relay settings to only accept 127.0.0.0/8 and 192.168.88.0/24, so how did this message get through?
    Dec  5 19:55:34 mycompany postfix/smtp[24709]: 6852E91833E: to=<[email protected]>, relay=cluster4.us.messagelabs.com[216.82.250.19]:25, delay=256, delays=0.01/0.01/69/186, dsn=2.0.0, status=sent (250 ok 1323136534 qp 15594 server-5.tower-87.messagelabs.com!1323136279!47765957!1)
    This weekend I found that someone was sending thousands of spam messages through my server even though I use authentication.

    You need to look further back in your logs for the answer.
    Dec  5 19:55:34 mycompany postfix/smtp[24709]: 6852E91833E: to=<[email protected]>, relay=cluster4.us.messagelabs.com[216.82.250.19]:25, delay=256, delays=0.01/0.01/69/186, dsn=2.0.0, status=sent (250 ok 1323136534 qp 15594 server-5.tower-87.messagelabs.com!1323136279!47765957!1)
    The 'Accept SNMP relays...' option only relates to blind/untrusted relaying - if a connection comes from these IP addresses then accept the message, but that's not the only method that postfix will allow. If a user authenticates against the server (using one of the authentication methods you've selected) then they can also relay mail, regardless of their IP address.
    Therefore, my first guess would be that someone's guessed a valid username/password on your server and is therefore using an authenticated connection. This can happen easily if users don't have strong passwords.
    You'll need to track back through your logs to find where this message was injected into the mail queue.  Start off by searching for that message ID (6852E91833E) in the logs, or look back in time (this message has been in the queue for 256 seconds. Eventually that will tell you where it came from, and what user authenticated the connection. Then shut down that account until you can change that user's password and educate them on how to choose effective passwords.

  • HT201335 I cannot get the above airplay mirroring screen to show on ipad or appletv. Why will this screen not show up so I can access mirroring ?

    E

    Which iPad do you have?
    Is Apple TV enabled for airplay?
    Do you see the airplay icon at all?
    Have you followed the steps to enable mirroring on iPad ?

  • MSI, please stop using non-standard keyboard layouts.

    God dam it MSI, why do you insist on messing with layout of the bottom row of the keyboard?
    You get everything else right, but for some reason when it comes to the bottom row of keys you want to say "Industry standards? 20 years of tradition? Fack that, we're gonna move things around for no facking reason."
    Explain to me why you feel the need to put a superfluous "\" key on the keyboard to the right of the space bar. Nobody wanted that, nobody was asking for that, nobody needs that. Why the hell did you do that?
    Explain why the Menu key is missing in action.
    Explain why you put the Windows key on the wrong side. And while you're at it, explain why you thought this clusterfack of having that second "\" key there in combination with the missing menu key being not where it is on top of the Windows key being in the wrong place was a good idea.
    Bottom row of a standard keyboard layout goes like this:
    Ctrl, Fn, Alt, Win, Space bar, Alt, Win, Menu, Ctrl.
    MSI layout goes like.
    Ctrl, Fn, Alt Space Bar, \, Alt Gr, Win, Ctrl!
    WHY?!   
    MSI seems to think that having the keys in the right place so my fingers will know where they are without having to learn key placement all over again is a horrible idea. Instead they seem to think that my fingers should need to relearn the god dam keyboard all over again for no reason at all.
    But hey, at least the kept the numpad the same, right?
    GOD DAM IT MSI!
    Aparantly MSI logic works like this:
    Everyone uses the numpad.
    Nobody uses the trackpad to game.
    Delete that numpad that everyone uses, insert fancy trackpad that nobody will use.
    Profit?
    What the hell are you people smoking?
    Seriously, when is the last time you gamed on a PC with anything other than a mouse in your right* hand? Do you ever use the trackpad when you game? Ever? I own two laptops and I never, ever use the useless trackpad. I hate trackpads. First thing I do when I buy a new laptop? I plug in a mouse. Second thing I do? Disable the god dam trackpad.
    *Some left-handed use of mice can occur. See nearest lefties for details. May contain nuts. For external use only.

    I had a Gateway FX years ago that was a great laptop, but the "fn" key was at the bottom left instead of ctrl. I used that laptop for years and I was never able to become accustomed to it for gaming (group select ctrl+# ffs) or word processing, so I feel your pain.
    That being said, you should be able to re-bind your keys without any problem, and possibly pop off the keys themselves and move them to their new locations if they're the same size and you like that consistency. You can rebind via the registry, or certain bios, or w/ a third party application.
    The track pad is essential if you've got limited space and/or aren't a twitch gamer. For non-real time games, there is hardly any advantage to using a mouse over a good track pad.

  • Gnome 2.28 GDM Keyboard layout

    Hello,
    A few months ago I installed Arch + Gnome 2.26 and never had problems since then until I upgraded to Gnome 2.28. Now with the rewritten GDM the keyboard layout (for entering the username because I don't like select-your-user-from-the-list-thingies) is set to USA (qwerty) while the rest of my system is completely BE (standard, no variant) layout. Before the upgrade also GDM was 100% BE, but now the username is USA and when I want to enter the password it changes immediately to BE (because in the panel down I chose BE). Is there a way to also make the username respond to the BE layout?
    ==> What works in BE?
    TTY's
    password prompt of GDM
    gnome session
    terminals
    ==> What works not in BE and responds to USA layout?
    GDM username prompt
    How weird is that? My system is setup as described in the beginners guide (keyboard layout in 10-osvendor.fdi file + hal + evdev) which was system-wide until the update.
    I looked around and found some similar threads, but only complaining about keyboard variants, which is not my issue. Also on the Gnome forums, there is no-one with this problem. I checked all config files and XML files related to GDM I could found, but nothing helped.
    I noticed that with the Ubuntu Karmic Beta live CD, upon entering the keyboard layout from the boot screen, everything was BE as I want it to be. It proves to me it's all possible, but I can't find how.
    Any help would be appreciated!

    killajoe wrote:
    /etc/gdm/custom.conf is the file to configure gdm:
    http://library.gnome.org/admin/gdm/2.28 … on.html.en
    there is no gui but for what we need a gui for that?
    That's very interesting, thanks for the link. Sure, it's possible that way, but a few weeks ago there still was a GUI for it and now everything has to be done manually again. That sounds very much like a regression to me Anyway, that's not really the point. GDM documentation pages tell us that the system keyboard layout is used to login and that every user logging in can choose their preferred session. However, our system languages (which are different than USA) are not detected correctly and there is no option to override this in custom.conf.
    /apps/gdm/simple-greeter/recent-languages
        [] (string list)
        Set to a list of languages to be shown by default in the login window. Default value is "[]". With the default setting only the system default language is shown and the option "Other..." which pops-up a dialog box showing a full list of available languages which the user can select.
        Users are not intended to change this setting by hand. Instead GDM keeps track of any languages selected in this configuration key, and will show them in the language combo box along with the "Other..." choice. This way, commonly selected languages are easier to select.
    /apps/gdm/simple-greeter/recent-layouts
        [] (string list)
        Set to a list of keyboard layouts to be shown by default in the login panel. Default value is "[]". With the default setting only the system default keyboard layout is shown and the option "Other..." which pops-up a dialog box showing a full list of available keyboard layouts which the user can select.
        Users are not intended to change this setting by hand. Instead GDM keeps track of any keyboard layouts selected in this configuration key, and will show them in the keyboard layout combo box along with the "Other..." choice. This way, commonly selected keyboard layouts are easier to select.
    Has someone the answer to the questions I asked earlier:
    1. Will I still be able to update gdm via pacman -Syu after rebuilding gdm with this patch?
    2. And will there come an official Arch GDM update with this patch to solve the problem or is the only way to get it solved dealing with the patch now?
    Last edited by ulukai (2009-10-17 15:28:35)

  • Keyboard layout on startup

    Hi there!
    There are two Polish keyboard layouts:
    Polish and Polish Pro.
    The first one has weird layout - z exchanged with y on some other.
    I've got only one set in my MBP - Polish pro - the suitable for me.
    Somehow when I turn my MBP on and the login prompt appears the keyboard is set to Polish - at least that's what I suppose, because z is exchanged with y and it's difficult for me to enter the correct password. Does anyone know where I can set the layout to Polish pro or at least English during startup?
    Thanx
    Adam Mscisz

    Use the instructions in this article to change the keyboard layout at the login screen.
    (12255)

  • Startup keyboard layout

    Hi Community,
    I'm using a PC compatible keyboard layout which is stored in "/Library/Keyboard Layouts" and this worked perfectly for the last few month but now this keyboard layout become ignored at system startup or an user logout and login again. Now I've to use Alt+L for the @-sign instead AltGr+Q, where this sign lives on a common german PC keyboard. After login I can use the PC keyboard normal, without any problems.
    Is there a preferences file anywhere which defines the keyboard layout which to use during startup?
    Thanks in advance & Bye Tom

    Use the instructions in this article to change the keyboard layout at the login screen.
    (12255)

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

  • Login keyboard layout messed up?

    Spanish keyboard.
    Language set to Spanish LA
    I've set up a password for my account (the only account on this macbook) which includes an @ and an !. I know my password perfectly fine, and after setting it I've used it to wake up my macbook from sleep, so it works and I know exactly what password is.
    SO after a while, I decide to actually turn off my computer instead of just closing the lid and letting it sleep. Big mistake.
    Now I CANNOT login. It says "wrong password" everytime I write it. I had this same issue on Snow Leopard, where the @ was SHIFT+2 instead of ALT+2 JUST on the login screen, everywhere else (including the password prompt after waking up the macbook) was the normal ALT+2. But on snow leopard this does not seem to be the issue. I cannot change the keyboard layout from the login screen, cannot reset password from the DISC (at least couldn't find how to) and I just cannot login. I have a lot of files already, and quite a few apps I really wish I did not have to set up again.
    Any ideas what I may be able to do? How do you (US people) normally type a ! and an @ ??

    EnriqueRamirez wrote:
    How do you (US people) normally type a ! and an @ ??
    If your keyboard layout has been set to US for login, then ! is at Shift + 1 and @ is at Shift +2.
    You can have the input menu appear at login by checking a box in system prefs/accounts/login items

Maybe you are looking for