You are not logged in.

#1 2009-09-19 15:19:02

patogen
Member
Registered: 2008-05-11
Posts: 86

[SOLVED] keyboard X

I've got a weird error, or maybe not. My ctrl key does not work in X, computer has been off for a couple of days and I updated. Now my ctrl-key doesn't work. In X ctrl doesn't work in any application, outside X it seems to work in every application except screen.

/var/log/Xorg.0.log:
http://pastebin.com/m60781a01

/etc/X11/xorg.conf



Section "ServerLayout"
    Identifier     "Xorg Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "USB Mouse" "CorePointer"
EndSection

Section "Files"
    ModulePath      "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/misc"
    FontPath     "/usr/share/fonts/75dpi"
    FontPath     "/usr/share/fonts/100dpi"
    FontPath     "/usr/share/fonts/TTF"
    FontPath     "/usr/share/fonts/Type1"
EndSection

Section "Module"
    Load           "ddc"  # ddc probing of monitor
    Load           "dbe"
    Load           "extmod"
    Load           "glx"
    Load           "bitmap" # bitmap-fonts
EndSection

Section "ServerFlags"
    Option         "AllowMouseOpenFail" "true"
#    Option        "AutoAddDevices" "False"
    Option        "AutoAddDevices" "False"
    Option       "DontZap"    "false" # Enables ctrl+alt+bs
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "keyboard"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "se"
EndSection

Section "InputDevice"
  Identifier      "USB Mouse"
  Driver          "evdev"
  Option    "Name"    "Logitech USB-PS/2 Optical Mouse"
  Option          "evBits"  "+1-2"
  Option          "keyBits" "~272-287"
  Option          "relBits" "~0-2 ~6 ~8"
  Option          "Pass"    "3"
  Option          "CorePointer"
#  Option    "Device" "/dev/input/event4"
  Option    "Device" "/dev/input/by-id/usb-Logitech_USB-PS_2_Optical_Mouse-event-mouse"
EndSection

# For old mouse
# Section "InputDevice"
#  Identifier      "USB Mouse"
#  Driver          "mouse"
#  Option    "Protocol"    "ExplorerPS/2"
#  Option    "Buttons"    "7"
#  Option    "ZAXisMapping" "4 5"
#  Option    "ButtonMaapping" "1 2 3 6 7"
#  Option    "Device" "/dev/input/mice"
#EndSection

Section "Monitor"
    HorizSync       28.0 - 96.0
    VertRefresh     50.0 - 75.0
    Identifier       "Screen0"
EndSection

Section "Device"
    Identifier     "Card0"
    Driver         "nvidia"
    VendorName     "All"
    BoardName      "All"
    Option       "NoLogo" "true"
    Option   "UseEdidDpi" "false"
    Option   "DPI" "96 x 96"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Card0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option "AddARGBGLXVisuals" "True"
EndSection

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

It's only left-ctrl that doesn't work, right ctrl does work!

SOLVED: Ctrl-key was stuck physically on the keyboard, heh.

Last edited by patogen (2009-09-19 15:35:22)


We met up with the aliens and guess what? They have no word for fluffy!

Offline

Board footer

Powered by FluxBB