LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   keyboard input problem (https://www.linuxquestions.org/questions/linux-software-2/keyboard-input-problem-471564/)

pingvina 08-07-2006 07:59 AM

keyboard input problem
 
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbLayout" "us,bg"
Option "XkbOptions" "grp:shift_toggle"
EndSection

i have this i /etx/X11/xorg.conf
press shift_alt - i can only write numbers and symbols in console
in firefox - squares

twoHats 08-07-2006 10:27 AM

keyboard?
 
I assume the kbd works elsewhere?

may be font or locale setting - may be console configuration.

Here is my config - seems much more comprehensive ...

Code:

Section "InputDevice"
    Identifier "Keyboard1"
    Driver "kbd"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us"

    # For most OSs the protocol can be omitted (it defaults to "Standard").
    # When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
    # uncomment the following line.

    # Option    "Protocol"      "Xqueue"

    Option "AutoRepeat" "500 30"

    # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
    # Option    "Xleds"      "1 2 3"

    # Option "LeftAlt"    "Meta"
    # Option "RightAlt"    "ModeShift"

    # To customise the XKB settings to suit your keyboard, modify the
    # lines below (which are the defaults).  For example, for a non-U.S.
    # keyboard, you will probably want to use:
    # Option "XkbModel"    "pc105"
    # If you have a US Microsoft Natural keyboard, you can use:
    # Option "XkbModel"    "microsoft"
    #
    # Then to change the language, change the Layout setting.
    # For example, a german layout can be obtained with:
    # Option "XkbLayout"  "de"
    # or:
    # Option "XkbLayout"  "de"
    # Option "XkbVariant"  "nodeadkeys"
    #
    # If you'd like to switch the positions of your capslock and
    # control keys, use:
    # Option "XkbOptions"  "ctrl:swapcaps"

    # These are the default XKB settings for Xorg
    # Option "XkbRules"    "xorg"
    # Option "XkbModel"    "pc105"
    # Option "XkbLayout"  "us"
    # Option "XkbVariant"  ""
    # Option "XkbOptions"  ""

    # Option "XkbDisable"

    Option "XkbRules" "xorg"
    Option "XkbOptions" "compose:rwin"
EndSection



All times are GMT -5. The time now is 03:06 AM.