Virtual keys - JIS keyboard layouts

I have found that the mapping of virtual key codes to actual characters is not exactly right using a Mac JIS keyboard and the US layout. For instance, the @ sign is on the key next to the 'P' key. Using a non-Mac JIS keyboard and setting the US layout gives the expected result: the @ sign is on the same key as '2'
Is there some way to tell Carbon that when I post a keyboard event (CGPostKeyboardEvent()) for the virtual key code corresponding to key '2', I want the receiver program to get a @ sign (if shift is being pressed)?

Thanks guys for your help. Much appreciated.
I tried your suggestion to reset the SMC, but unfortunately it didn't help.
So I rang the Apple customer service here in Japan. To my surprise the phone call was toll-free, even from a mobile. They were very helpful and even called me back several times. I usually only complain about Apple customer service in Japan, so it's nice to be able to say something nice about them for a change.
Anyway, my keyboard is working properly again now, and I'll write about how it got fixed so in case anybody else has this problem they can find some help here.
So, resetting the SMC didn't work, so we tried clearing the PRAM by restarting and holding CMD-OPT-P-R. According to the Apple operator, that usually helps with this problem, but it didn't in my case.
Next we created a new user account to see if the problem was system-wide, or just specific to my user account. The keyboard worked fine in the new account, so the problem was specific to my user account, which suggested that the problem was in one of the libraries (.plist).
The operator consulted her techies and called me back. Unfortunately, there was no way to find the problem without going through every .plist one by one, so in the end I had to do an 'erase and install'. So I backed up with Time Machine and reinstalled.
When I restored from Time Machine, I had to do it manually by dragging and dropping from my external hard drive. I restored everything EXCEPT the 'library' folder. The operator went through the back-up library folder with me, taking only those .plists that I really needed, such as my email settings etc.
And that's it. Finished. Took me ages, and I'll never know what caused the problem in the first place.
Thanks again for your help, everyone.

Similar Messages

  • Adding keys to Albanian keyboard Layout

    To whom it may concer,
    I am writing about this topic due to the issue of currency key in keyboard layout. In some languages there is a key that you can enter directly using a combination of several key like it is in swedish you put Fn + key E you get euro sign.
    Is it possible to add such key into Albanian keyboard layout that is provided by OS Windows 8.1?
    Regards
    Ahmet Murati

    Hi
    Ahmet Murati,
    According to your description, you want to use a combination of several key to output specific Albanian characters, right? If I misunderstand your true meaning, please feel free to let me know.
    I think we need to add Albanian Language firstly.
    1.Open Control Panel, click Language.
    2.On the Language, and click "Add a language" option to add Albanian language.
    Then, we need to choose this language when you type the word.
    ë = CTRL + " then e, or Alt + 0235
    Ë = CTRL + " then E, or Alt + 0203
    ç = CTRL +, then c, or Alt + 0231
    Ç = CTRL +, then C, or Alt + 0199
    Also, please refer to this article:
    Note: Microsoft provides third-party contact information to help you find technical support. This contact information may change without notice. Microsoft does not guarantee the accuracy of this third-party contact information.
    http://en.wikipedia.org/wiki/Albanian_keyboard_layout
    Regards,
    Kelvin hsu
    TechNet Community Support

  • Buggy US keyboard layout on JIS keyboard

    My Mac Aluminum JIS keyboard does not give the proper symbols when using a US layout. Correct me if I am wrong, but I expect the '@' sign when pressing the Shift+'2' key combination. Instead of this I get '"'. Is there any way to get the mapping right using Carbon?

    Contact an Apple retail store directly yourself and ask if they can make a special order for you.
    http://www.apple.com/retail/storelist/

  • My keyboard layout has changed. I no longer have an @ key.

    About an hour ago, my keyboard layout changed (but only when using firefox) so that, for example, Shift+2 no longer produces @, but rather double quotes ("). Also, pressing the [ key now produces nothing, but the next key I hit after it will produce a hat. Example, the [ key and a g will give ^g. There are other peculiarities, such as the / key now shows é, and a few others.
    Everything I check on the internet seems to be telling me the problem lies in my keyboard layout settings in Windows, and possibly having to press LeftAlt+LeftShift (or just Alt+Shift) to readjust them, or bringing up the language bar, etc. But all of my efforts to fix language indicate to me that I'm currently operating with a US keyboard layout (which is what it`s supposed to be), and again, this ONLY happens in firefox and no other programs.
    Any ideas?

    See:
    * http://windows.microsoft.com/en-US/windows7/The-Language-bar-overview The Language bar (overview)
    It is possible that you have switched the keyboard layout by accident.
    * Make sure that you have the Language bar visible on the Windows Taskbar.
    * You can do that via the right-click context menu of the Taskbar: Toolbars > Language Bar.
    * Check the keyboard language (keyboard layout) setting for the application that has focus via the icon on the Language bar.
    * You need to do that while Firefox has focus because Windows remembers the keyboard layout setting per application.
    * The default keys to rotate the layout is a combination (Ctrl+Shift or Alt+Shift) that can easily be used in Firefox to activate a menu item.
    * To avoid an unintentional switch assign a specific key sequence (Alt/Ctrl+Shift+number) to select keyboard layouts and remove the key combination to rotate layouts (Alt+Shift or Ctr+Shift)

  • [Solved]Keyboard layout screwed up and some keys don't work

    After I reinstalled xorg-server 1.5.3-1 and installed xf86-input-evdev 2.0.1-1 and xf86-input-keyboard 1.3.1-1 some of my keys don't work and keyboard layout screwed up. I had finnish (fi) layout, but now it's "us". Arrows, insert- delete- home- end- pg up- pg down- print screen- scroll lock- pause- keys don't work. All characters behind Alt Gr + "" don't work either.
    How to fix this?
    Last edited by Sotamarsu (2008-11-08 13:57:25)

    brother fixed it with next code
    <?xml version="1.0" encoding="UTF-8"?>
    <deviceinfo version="0.2">
    <device>
    <!--
    <match key="info.capabilities" contains="input.keys">
    <append key="info.callouts.add" type="strlist">hal-setup-keymap</append>
    </match>
    -->
    <match key="info.capabilities" contains="input.keys">
    <!-- <merge key="input.xkb.model" type="string">pc104</merge> -->
    <!-- <merge key="input.xkb.rules" type="string">evdev</merge> -->
    <merge key="input.x11_options.XkbRules" type="string">base</merge>
    <merge key="input.x11_options.XkbModel" type="string">evdev</merge>
    <merge key="input.x11_options.XkbLayout" type="string">fi</merge>
    <append key="input.x11_options.XkbOptions" type="strlist">altwin:menu</append>
    <!--
    <merge key="input.xkb.layout" type="string">fi</merge>
    <append key="input.xkb.options" type="strlist">altwin:menu</append>
    -->
    </match>
    </device>
    </deviceinfo>
    Last edited by Sotamarsu (2008-11-08 13:59:18)

  • Key "N" working as N+ALT when i have multiple keyboard layouts

    I have a weird issue ... I am using an apple aluminium keyboard with un-apple-keyboard, and remapped to act as a regular keyboard. I have used wiki article to achieve this: https://wiki.archlinux.org/index.php/Apple_Keyboard ...
    When I have only default EN keyboard layout installed, everything is fine, but when i add any additional layout (in my case Hungarian or/and Serbian) the key "N" starts to act kinda as ALT key... let me explain. when i press N it acts like i have pressed N and holding ALT... for example if i press n and f after it then i get this in console:
    N^[F
    this is very frustrating because as i type i often end up in a programs menu {ALT+* combinations} , or with some unwanted chars...
    I have tried many combination, but i could not solve the issue, so ANY idea/tip is welcome.
    Thanks in advance
    Last edited by bboldi (2012-09-17 09:11:39)

    Check out the "/usr/share/X11/xkb/symbols/" folder and edit whatever layout you're using (I'm guessing "rs"):
    $ ls /usr/share/X11/xkb/symbols/
    # nano /usr/share/X11/xkb/symbols/rs
    As you can see, there are more variants in there, so try another variant.
    If you have previously edited this file, maybe it will help to find out what package owns that file and reinstall it:
    $ pacman -Qo /usr/share/X11/xkb/symbols/rs
    /usr/share/X11/xkb/symbols/rs is owned by xkeyboard-config 2.6-1
    # pacman -S xkeyboard-config
    Note that the "N" key is awfully close to AltGr (the right-side Alt). Maybe it's a hardware issue? Apple peripherals are overpriced pieces of faeces (mice and headphones mostly. Don't know about the keyboard; I'd much rather buy something else in the same price range).

  • Hot keys is not working in other keyboard layouts

    Hi!
    Hot keys only work in English keyboard layout, even in Fireworks CS6. For example if you need to type some Russian text you have to swith to English, press "T", switch to Russisn, type in the text, hit "Esc", swith back to English, hit "V". Consumes a lot of time when working with texts.
    Is there any way to fix it?

    Hi! If you are from Russia — try this solution: http://www.arsenty.ru/blog/all/russkaya-raskladka-i-goryachie-klavishi-v-fireworks/

  • Customized keyboard layouts - modifier keys

    Hi,
    I have a question relating to the modifier keys in a customized keyboard layouts.
    One can modify existing layouts or create new ones in the form of a .keylayout XML file in /Library/keyboard Layouts or ~/Library/keyboard Layouts.
    According to "Technical Note TN2056" of Apple's online reference, http://developer.apple.com/mac/library/technotes/tn2002/tn2056.html, it is possible to discriminate between the "left" and "right" versions of the modifier keys (e.g. option - "left Option" and rightOption - "right Option"). However, on my mbp 13" all modifier keys seem to be recognized as their "left" versions by the system.
    Is this a known problem? Does anybody know a way to obtain a keyboard layout which can discriminate between left/ and right-modifiers?
    Jan

    This is from the document you cited.
    Note that many hardware keyboards do not have both left and right versions of a modifier key. It is usually safest to specify modifers in terms of the "any" variants (anyShift, anyOption, anyControl).

  • 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

  • Bug report: A keyboard layout is incorrect on the remote with Japanese keyboard

    This is a bug report for Microst Remote Desktop
    ===================================================
    ## Summary
    A keyboard layout is incorrect on the remote with Japanese keyboard
    ## Version Information, I tested
    * Client
        * Case 1
            * MacBook Pro with JIS106 Keyboard
            * Mac OS X Lion 10.7.5
            * Microsoft Remote Desktop 8.0.24308
        * Case 2
            * MacBook Pro with JIS106 Keyboard
            * Mac OS X Mavericks 10.9.1
            * Microsoft Remote Desktop 8.0.24308
    * Remote
        * Case 1
            * Windows 7 Professional Japanese
        * Case 2
            * Windows Server 2008R2 Datacenter Japanese
        * Case 3
            * Windows Server 2012R2 Datacenter Japanese
    ## Detail of bug
    When login from Mac OS X with Microsoft Remote Desktop, the keyboard layout is always incorrect on the remote.
    The client machine have a built-in keyboard of JIS 106 layout,
    and the primary language is set to Japanese.
    But on the remote, the keyboard layout is US 101.
    So a input of Shift+2 does not result " but @.
    I've seen the above behavior on the 3 remote enviornments described the above.
    This bug did not occcur with Microsoft Remote Desktop Connection Client for Mac 2.1.1, even if the system language is English and keyboard layout is Japanese.
    ## Captures
    I've took some of screen captures.
    I'm sorry for the capture includes Japanese words, so I added description in English.
    Capture 1:
    Mac OS X Keyboard Setting
    Capture 2:
    Windows Server 2012R2 Screen Keyboard
    Capture 3:
    Windows Server 2012R2 Screen Keyboard, with a additional registry key configured.

    This bug also affects the Canadian English settings.  If the client is set to Canadian English with a US keyboard the remote server is setup using a Canadian French keyboard.  Using the language selection in the toolbar you can temporarily correct
    the problem but the keyboard resets to french at the most inopportune times.  The was a problem in the earlier RDP client and was fixed so it's sad to see it reoccur in the new client.
    Lawrence

  • [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)

  • Can I use US keyboard as Japanese (jis) keyboard?

    Hi,
    I'm new to these forums, and I speak and do business in Japanese. Because of this, I need Japanese input on my MacBook, and I am familiar with the Kotoeri setup in Mac OS X and use it often. However, after living in Japan for several years with an Intel Core2Duo iMac with a Japanese JIS keyboard (US keyboard also with Japanese characters on it), I would like to use my US keyboard built into the MacBook as a JIS keyboard. By this I am asking if it is possible to set up a new keyboard map for the keyboard (so when I press the "a" key for example, the Japanese character "ち" is input).
    I would be extremely grateful for any help.
    Thank you,
    Tom

    I don't know of any way to make your keyboard pretend it is a full JIS keyboard, but there are two things you can do:
    +Use Kotoeri Preferences to switch to Kana Typing (Operation > Input Style) . That means a generates ち
    +Use the app Ukelele to create a custom keyboard layout.

  • Japanese IME with non American (- Swiss) Keyboard layout?

    Hi, I am trying to use the Japanese IME to type some japanese. However that seems to change the underlying keyboard layout assumed as well - with the IME I now get Z, Y, *, (, ) and other characters when pressing the keys they are normally assigned to on an American keyboard:
    http://www.dtp-transit.jp/images/apple-keyboards-US-JIS.jpg
    which is different from the Swiss layout:
    http://upload.wikimedia.org/wikipedia/en/e/e1/Keyboard_Layout_Swiss.png
    For example, in the Swiss keyboard, the * character is suppsed to be Shift+3, but in the American it's shift 8 and so with the japanese IME on, I only get it that way.
    Is there some way to select the keyboard layout used with the Japanese IME? On Windows, this requires a hack (you need to tell the IME which keyboard layout dll to use via the registry), but it is at least possible:
    http://nejtj.blogspot.ch/2011/09/howto-japanese-ime-with-non-japanese.html
    Is there some way to get the Japanese IME on Mac to use the Swiss keyboard layout? I wouldn't bother having to manually recreate it if that was the only option, but tell me where to start.
    Thanks in advance,
    Paul

    arachanox wrote:
    Is there some way to select the keyboard layout used with the Japanese IME?
    You set it in the Kotoeri preferences, found toward the bottom of the "flag" menu when one of the Japanese IM's is active:

  • HT2587 Keyboard Layout Creator. Unfortunately I do not find any layout with the word "Apple" behind it out of the list.

    I was not able to find a specific keyboard layout with the following word "Apple" in parenthesis.
    Using Keyboard Layout Creator v1.4
    Did someone else?
    Thank you.

    All those layouts should work with Windows XP, Vista, 7 and 8...
    You get the parenthesis, the @ sign and other symbols exactly on the same key on OS X and Windows (see last 2 screen shots for the Swiss French layout).
    The only difference is that on Windows to "alt/option" you must either [ctrl] + [alt left] or [alt right].
    For a reminder if you want to toggle between "standard function keys" and "special features printed on each key" you can set this in "System Preferences > Keyboard" and "BootCamp Control Panel" respectively on OS X and Windows.
    French AZERTY keyboard : http://apple.lu/public/archives/akfr.zip
    Swiss French QWERTZ keyboard : http://apple.lu/public/archives/akswfr.zip
    You may change or create your own by downloading :
    http://msdn.microsoft.com/en-us/goglobal/bb964665.aspx
    http://support.apple.com/kb/HT5636?viewlocale=en_US (helping page by Apple)
    Keywords : BootCamp, VMWare, Parrallels, Virtual Box, ...

  • Keyboard Layout creator

    Is there an application that will allow to create a custom keyboard layout (Armenian for instance) for iPhone5?
    Thanks in advance.

    All those layouts should work with Windows XP, Vista, 7 and 8...
    You get the parenthesis, the @ sign and other symbols exactly on the same key on OS X and Windows (see last 2 screen shots for the Swiss French layout).
    The only difference is that on Windows to "alt/option" you must either [ctrl] + [alt left] or [alt right].
    For a reminder if you want to toggle between "standard function keys" and "special features printed on each key" you can set this in "System Preferences > Keyboard" and "BootCamp Control Panel" respectively on OS X and Windows.
    French AZERTY keyboard : http://apple.lu/public/archives/akfr.zip
    Swiss French QWERTZ keyboard : http://apple.lu/public/archives/akswfr.zip
    You may change or create your own by downloading :
    http://msdn.microsoft.com/en-us/goglobal/bb964665.aspx
    http://support.apple.com/kb/HT5636?viewlocale=en_US (helping page by Apple)
    Keywords : BootCamp, VMWare, Parrallels, Virtual Box, ...

Maybe you are looking for

  • Installed photoshop cc (2014) and lost image processor from Bridge

    How do I get back Image Processor from the Tools drop down menu in Bridge?  I have uninstalled and reinstalled both Bridge and Photoshop and have no positive results.

  • Outbound FAX is not working

    Outbound FAX is not working. Below is the Call Flow FAX ServeràH.323àCUCMàMGCPàGatewayàE1 PRIàPSTN The CUCM version is 8.0.3 while the gateway IOS version is 12.4(24)T5. Collected the following Packet Captures between FAX server and CUCM CUCM traces

  • Showing parent next to child in row heading

    Hello - I have a dimension in an ASO cube that has dozens of children for each of thousands of parents. I'm trying to write a Financial Reporting report that shows the level 0 members and displays their parent name next to them in the report rows (th

  • Data Template construction AND data template validation questions:

    Hello World. I am new to Oracle BI and I have sucessfully used the BI Java APIs to create from start to finish a pdf report process. I use the DataProcessor, RTFProcessor, and FOProcessor classes to do this. My question is other than the most simple

  • Component availability check problem

    Hi, I created a production order. It is having two components and these component having zero stock....when I check the material availability check system is showing message as all materials are available....now I went to materials list in the order