This forum has been archived. All content is frozen. Please use KDE Discuss instead.

Keyboard Layouts Not Working [KDE4.4.5]

Tags: None
(comma "," separated)
rahulthewall3000
Registered Member
Posts
15
Karma
0
This is a new KDE (and Gentoo) installation. I am trying to use Keyboard Layouts via System Settings in KDE. However, this is not working (it used to work in my earlier setup).

I am trying to use the Hindi Keyboard and Mac Variant of the US keyboard and it is not working. Any ideas what is wrong? Here is my xorg.conf :

Code: Select all
Section "ServerLayout"
        Identifier      "Xorg Configured"
        Screen          0  "Screen[0]" 0 0
        InputDevice     "Keyboard" "CoreKeyboard"
        InputDevice     "TouchPad" "CorePointer"
        InputDevice     "Mouse" "SendCoreEvents"
        Option          "AIGLX" "true"
        Option          "DontZap" "false"
EndSection

Section "Files"
        FontPath     "built-ins"
EndSection

Section "Module"
        Load            "dri"
        Load            "dbe"
        Load            "glx"
        Load            "extmod"
        Load            "record"
        Load            "synaptics"
EndSection

Section "InputDevice"
        Identifier      "Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbOptions"    "terminate:ctrl_alt_bksp"
EndSection

Section "InputDevice"
        Identifier      "Touchpad"
        Driver          "synaptics"
        Option          "Device"                "/dev/input/mouse1"   
        Option          "SendCoreEvents"
        Option          "Protocol"              "auto-dev"
        Option          "SHMConfig"             "on"
        Option          "Emulate3Buttons"       "on"
        Option          "LeftEdge"              "130"
        Option          "RightEdge"             "900"
        Option          "TopEdge"               "130"
        Option          "BottomEdge"            "640"
        Option          "FingerLow"             "7"
        Option          "FingerHigh"            "8"
        Option          "AccelFactor"           "0.05"
        Option          "LockedDrags"           "0"
        Option          "MaxTapTime"            "180"
        Option          "MinTapTime"            "110"
        Option          "ClickTime"             "0"
        Option          "EmulateMidButtonTime"  "75"
        Option          "VertScrollDelta"       "20"
        Option          "HorizScrollDelta"      "20"
        Option          "MinSpeed"              "0.70"
        Option          "MaxSpeed"              "0.60"
        Option          "AccelFactor"           "0.030"
        Option          "EdgeMotionMinSpeed"    "200"
        Option          "EdgeMotionMaxSpeed"    "200"
        Option          "CircularScrolling"     "1"
        Option          "CircScrollDelta"       "0.1"
        Option          "CircScrollTrigger"     "1"
        Option          "VertTwoFingerScroll"   "on"
        Option          "TapButton1"            "1"
EndSection

Section "InputDevice"
        Driver          "evdev"
        Identifier      "Mouse"
        Option          "SendCoreEvents"
        Option          "Device"                "/dev/input/mouse2"
        Option          "Protocol"              "auto"
        Option          "ZAxisMapping"          "4 5 6 7"
EndSection

Section "Device"
        Identifier      "Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"
        Driver          "intel"
        BusID           "PCI:0:2:0"
        Option          "AccelMethod"           "UXA"
EndSection

Section "Monitor"
        Identifier      "LVDS"
        Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "Screen[0]"
        Device          "Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"
        Monitor         "LVDS"
        DefaultDepth    24
        SubSection      "Display"
                Modes   "1400x1050"     "1280x800"      "1024x768"      "800x600"
        EndSubSection
EndSection

Section "Extensions"
        Option          "Composite"             "Enable"
EndSection

Section "DRI"
        Mode            0666
EndSection


Bookmarks



Who is online

Registered users: Bing [Bot], Google [Bot], Sogou [Bot]