keyboard remapped drastically by X


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users keyboard remapped drastically by X
# 1  
Old 07-13-2012
keyboard remapped drastically by X

I have Fedora 16 + LXDE + old NVIDIA Quadro FX 570.
I updated a bunch of packages last night (see list at the bottom), installed new kernel also (3.4.4),
then updated the proprietary NVIDIA driver, and after booting back into X, the keyboard is remapped wildly.
Pretty much all the keys are different.
I had 3 keyboard layouts before (en,th,sk), now I have only English (remapped absurdly).

Keyboard works as expected from run level 3 or from ssh, so I suspect it must be X.

Xorg.0.log doesn't show any errors, only some warnings:
Code:
[ 41623.585] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 41623.585] (WW) Disabling Keyboard0
[ 41623.585] (WW) Disabling Mouse0
....
[ 41625.357] (WW) NVIDIA(0): UBB is incompatible with the Composite extension.  Disabling
[ 41625.357] (WW) NVIDIA(0):     UBB.
...

I tried to downgrade the NVIDIA driver, tried to boot into older kernels, tried to launch X as different user, installed different desktop managers (GNOME, XFCE) -- no difference.
I have tried to delete xorg.conf, remove nvidia.ko, and use default nv driver instead: same thing. Keyboard mapping messed up completely. Which makes me believe it's not the graphics driver.

/var/log/messages don't show anything suspicious either.

Here is my xorg.conf:
Code:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 295.53  (buildmeister@swio-display-x86-rhel47-07.nvidia.com)  Sat May 12 00:34:20 PDT 2012

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
    FontPath        "/usr/share/fonts/default/Type1"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/input/mice"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

        # generated from data in "/etc/sysconfig/keyboard"
    Identifier     "Keyboard0"
    Driver         "kbd"
    Option         "XkbLayout" "us"
    Option         "XkbModel" "pc105"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection

Section "Device"

      #from http://www.ubuntugeek.com/dual-monitors-with-nvidia.html
#      Option "TwinView" 
#    Option "MetaModes"     "1920×1200, 1920×1200"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "RenderAccel" "true"
     #from ftp://download.nvidia.com/solaris/1.0-8178/README/appendix-g.html:
    SubSection     "Display"
        Depth       24
        Modes      "1920x1200"
    EndSubSection
EndSection

Anyone has any bright ideas?

Here is my Xorg.0.log:
Code:
[ 41623.583] 
X.Org X Server 1.11.4
Release Date: 2012-01-27
[ 41623.583] X Protocol Version 11, Revision 0
[ 41623.583] Build Operating System: x86-01 2.6.32-220.4.1.el6.x86_64 
[ 41623.583] Current Operating System: Linux fedora1 3.3.5-2.fc16.x86_64 #1 SMP Tue May 8 11:24:50 UTC 2012 x86_64
[ 41623.583] Kernel command line: BOOT_IMAGE=/vmlinuz-3.3.5-2.fc16.x86_64 root=UUID=2768605c-8d46-46a3-9db9-b9f702a06ead ro rd.md=0 rd.lvm=0 rd.dm=0 KEYTABLE=us quiet SYSFONT=latarcyrheb-sun16 rhgb rd.luks=0 LANG=en_US.UTF-8 rdblacklist=nouveau nouveau.modeset=0 biosdevname=0
[ 41623.583] Build Date: 27 March 2012  05:11:41AM
[ 41623.583] Build ID: xorg-x11-server 1.11.4-3.fc16 
[ 41623.583] Current version of pixman: 0.24.4
[ 41623.583]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[ 41623.583] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 41623.584] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jul 13 10:32:42 2012
[ 41623.584] (==) Using config file: "/etc/X11/xorg.conf"
[ 41623.584] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 41623.584] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 41623.584] (==) ServerLayout "Layout0"
[ 41623.584] (**) |-->Screen "Screen0" (0)
[ 41623.584] (**) |   |-->Monitor "Monitor0"
[ 41623.585] (**) |   |-->Device "Device0"
[ 41623.585] (**) |-->Input Device "Keyboard0"
[ 41623.585] (**) |-->Input Device "Mouse0"
[ 41623.585] (==) Automatically adding devices
[ 41623.585] (==) Automatically enabling devices
[ 41623.585] (**) FontPath set to:
    /usr/share/fonts/default/Type1,
    catalogue:/etc/X11/fontpath.d,
    built-ins
[ 41623.585] (==) ModulePath set to "/usr/lib64/xorg/modules"
[ 41623.585] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 41623.585] (WW) Disabling Keyboard0
[ 41623.585] (WW) Disabling Mouse0
[ 41623.585] (II) Loader magic: 0x7caac0
[ 41623.585] (II) Module ABI versions:
[ 41623.585]     X.Org ANSI C Emulation: 0.4
[ 41623.585]     X.Org Video Driver: 11.0
[ 41623.585]     X.Org XInput driver : 13.0
[ 41623.585]     X.Org Server Extension : 6.0
[ 41623.588] (--) PCI:*(0:2:0:0) 10de:040e:10de:0474 rev 161, Mem @ 0xfa000000/16777216, 0xd0000000/268435456, 0xf8000000/33554432, I/O @ 0x0000dc80/128, BIOS @ 0x????????/131072
[ 41623.588] (II) LoadModule: "extmod"
[ 41623.589] (II) Loading /usr/lib64/xorg/modules/extensions/libextmod.so
[ 41623.589] (II) Module extmod: vendor="X.Org Foundation"
[ 41623.589]     compiled for 1.11.4, module version = 1.0.0
[ 41623.589]     Module class: X.Org Server Extension
[ 41623.589]     ABI class: X.Org Server Extension, version 6.0
[ 41623.589] (II) Loading extension SELinux
[ 41623.589] (II) Loading extension MIT-SCREEN-SAVER
[ 41623.589] (II) Loading extension XFree86-VidModeExtension
[ 41623.589] (II) Loading extension XFree86-DGA
[ 41623.589] (II) Loading extension DPMS
[ 41623.589] (II) Loading extension XVideo
[ 41623.589] (II) Loading extension XVideo-MotionCompensation
[ 41623.589] (II) Loading extension X-Resource
[ 41623.589] (II) LoadModule: "dbe"
[ 41623.589] (II) Loading /usr/lib64/xorg/modules/extensions/libdbe.so
[ 41623.589] (II) Module dbe: vendor="X.Org Foundation"
[ 41623.589]     compiled for 1.11.4, module version = 1.0.0
[ 41623.589]     Module class: X.Org Server Extension
[ 41623.589]     ABI class: X.Org Server Extension, version 6.0
[ 41623.589] (II) Loading extension DOUBLE-BUFFER
[ 41623.589] (II) LoadModule: "glx"
[ 41623.589] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[ 41623.594] (II) Module glx: vendor="NVIDIA Corporation"
[ 41623.594]     compiled for 4.0.2, module version = 1.0.0
[ 41623.594]     Module class: X.Org Server Extension
[ 41623.594] (II) NVIDIA GLX Module  295.53  Fri May 11 23:49:08 PDT 2012
[ 41623.594] (II) Loading extension GLX
[ 41623.594] (II) LoadModule: "record"
[ 41623.594] (II) Loading /usr/lib64/xorg/modules/extensions/librecord.so
[ 41623.594] (II) Module record: vendor="X.Org Foundation"
[ 41623.594]     compiled for 1.11.4, module version = 1.13.0
[ 41623.594]     Module class: X.Org Server Extension
[ 41623.594]     ABI class: X.Org Server Extension, version 6.0
[ 41623.594] (II) Loading extension RECORD
[ 41623.594] (II) LoadModule: "dri"
[ 41623.594] (II) Loading /usr/lib64/xorg/modules/extensions/libdri.so
[ 41623.595] (II) Module dri: vendor="X.Org Foundation"
[ 41623.595]     compiled for 1.11.4, module version = 1.0.0
[ 41623.595]     ABI class: X.Org Server Extension, version 6.0
[ 41623.595] (II) Loading extension XFree86-DRI
[ 41623.595] (II) LoadModule: "dri2"
[ 41623.595] (II) Loading /usr/lib64/xorg/modules/extensions/libdri2.so
[ 41623.595] (II) Module dri2: vendor="X.Org Foundation"
[ 41623.595]     compiled for 1.11.4, module version = 1.2.0
[ 41623.595]     ABI class: X.Org Server Extension, version 6.0
[ 41623.595] (II) Loading extension DRI2
[ 41623.595] (II) LoadModule: "nvidia"
[ 41623.595] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
[ 41623.596] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 41623.596]     compiled for 4.0.2, module version = 1.0.0
[ 41623.596]     Module class: X.Org Video Driver
[ 41623.596] (II) NVIDIA dlloader X Driver  295.53  Fri May 11 23:29:56 PDT 2012
[ 41623.596] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 41623.596] (--) using VT number 2

[ 41623.598] (II) Loading sub module "fb"
[ 41623.598] (II) LoadModule: "fb"
[ 41623.599] (II) Loading /usr/lib64/xorg/modules/libfb.so
[ 41623.599] (II) Module fb: vendor="X.Org Foundation"
[ 41623.599]     compiled for 1.11.4, module version = 1.0.0
[ 41623.599]     ABI class: X.Org ANSI C Emulation, version 0.4
[ 41623.599] (II) Loading sub module "wfb"
[ 41623.599] (II) LoadModule: "wfb"
[ 41623.599] (II) Loading /usr/lib64/xorg/modules/libwfb.so
[ 41623.599] (II) Module wfb: vendor="X.Org Foundation"
[ 41623.599]     compiled for 1.11.4, module version = 1.0.0
[ 41623.599]     ABI class: X.Org ANSI C Emulation, version 0.4
[ 41623.599] (II) Loading sub module "ramdac"
[ 41623.599] (II) LoadModule: "ramdac"
[ 41623.599] (II) Module "ramdac" already built-in
[ 41623.600] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
[ 41623.600] (II) Loading /usr/lib64/xorg/modules/libwfb.so
[ 41623.600] (II) Loading /usr/lib64/xorg/modules/libfb.so
[ 41623.600] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 41623.600] (==) NVIDIA(0): RGB weight 888
[ 41623.600] (==) NVIDIA(0): Default visual is TrueColor
[ 41623.600] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 41623.600] (**) NVIDIA(0): Option "RenderAccel" "true"
[ 41623.600] (**) NVIDIA(0): Enabling RENDER acceleration
[ 41623.600] (**) NVIDIA(0): Enabling 2D acceleration
[ 41625.160] (II) NVIDIA(GPU-0): Display (DELL2407WFPHC (DFP-1)) does not support NVIDIA 3D
[ 41625.160] (II) NVIDIA(GPU-0):     Vision stereo.
[ 41625.165] (II) NVIDIA(0): NVIDIA GPU Quadro FX 570 (G84GL) at PCI:2:0:0 (GPU-0)
[ 41625.165] (--) NVIDIA(0): Memory: 262144 kBytes
[ 41625.165] (--) NVIDIA(0): VideoBIOS: 60.84.63.00.11
[ 41625.165] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 41625.165] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
[ 41625.174] (--) NVIDIA(0): Connected display device(s) on Quadro FX 570 at PCI:2:0:0
[ 41625.174] (--) NVIDIA(0):     DELL2407WFPHC (DFP-1)
[ 41625.174] (--) NVIDIA(0): DELL2407WFPHC (DFP-1): 330.0 MHz maximum pixel clock
[ 41625.174] (--) NVIDIA(0): DELL2407WFPHC (DFP-1): Internal Dual Link TMDS
[ 41625.231] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 41625.231] (**) NVIDIA(0):     device DELL2407WFPHC (DFP-1) (Using EDID frequencies has
[ 41625.231] (**) NVIDIA(0):     been enabled on all display devices.)
[ 41625.315] (II) NVIDIA(0): Assigned Display Device: DFP-1
[ 41625.315] (II) NVIDIA(0): Validated modes:
[ 41625.315] (II) NVIDIA(0):     "1920x1200"
[ 41625.315] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1200
[ 41625.357] (--) NVIDIA(0): DPI set to (93, 92); computed from "UseEdidDpi" X config
[ 41625.357] (--) NVIDIA(0):     option
[ 41625.357] (WW) NVIDIA(0): UBB is incompatible with the Composite extension.  Disabling
[ 41625.357] (WW) NVIDIA(0):     UBB.
[ 41625.357] (--) Depth 24 pixmap format is 32 bpp
[ 41625.357] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
[ 41625.365] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 41625.365] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[ 41625.365] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[ 41625.365] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[ 41625.365] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[ 41625.365] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[ 41625.365] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[ 41625.365] (II) NVIDIA(0):     Config Options in the README.
[ 41625.374] (II) NVIDIA(0): Setting mode "1920x1200"
[ 41625.417] (II) Loading extension NV-GLX
[ 41625.478] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 41625.478] (==) NVIDIA(0): Backing store disabled
[ 41625.478] (==) NVIDIA(0): Silken mouse enabled
[ 41625.479] (**) NVIDIA(0): DPMS enabled
[ 41625.479] (II) Loading extension NV-CONTROL
[ 41625.479] (II) Loading extension XINERAMA
[ 41625.479] (II) Loading sub module "dri2"
[ 41625.479] (II) LoadModule: "dri2"
[ 41625.479] (II) Loading /usr/lib64/xorg/modules/extensions/libdri2.so
[ 41625.479] (II) Module dri2: vendor="X.Org Foundation"
[ 41625.479]     compiled for 1.11.4, module version = 1.2.0
[ 41625.479]     ABI class: X.Org Server Extension, version 6.0
[ 41625.479] (II) NVIDIA(0): [DRI2] Setup complete
[ 41625.479] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[ 41625.479] (==) RandR enabled
[ 41625.479] (II) Initializing built-in extension Generic Event Extension
[ 41625.479] (II) Initializing built-in extension SHAPE
[ 41625.479] (II) Initializing built-in extension MIT-SHM
[ 41625.479] (II) Initializing built-in extension XInputExtension
[ 41625.479] (II) Initializing built-in extension XTEST
[ 41625.479] (II) Initializing built-in extension BIG-REQUESTS
[ 41625.479] (II) Initializing built-in extension SYNC
[ 41625.479] (II) Initializing built-in extension XKEYBOARD
[ 41625.479] (II) Initializing built-in extension XC-MISC
[ 41625.479] (II) Initializing built-in extension XINERAMA
[ 41625.480] (II) Initializing built-in extension XFIXES
[ 41625.480] (II) Initializing built-in extension RENDER
[ 41625.480] (II) Initializing built-in extension RANDR
[ 41625.480] (II) Initializing built-in extension COMPOSITE
[ 41625.480] (II) Initializing built-in extension DAMAGE
[ 41625.480] (II) SELinux: Disabled on system
[ 41625.481] (II) Initializing extension GLX
[ 41625.531] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 41625.531] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 41625.531] (**) Power Button: Applying InputClass "system-setup-keyboard"
[ 41625.531] (II) LoadModule: "evdev"
[ 41625.531] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 41625.531] (II) Module evdev: vendor="X.Org Foundation"
[ 41625.531]     compiled for 1.11.3, module version = 2.6.99
[ 41625.532]     Module class: X.Org XInput Driver
[ 41625.532]     ABI class: X.Org XInput driver, version 13.0
[ 41625.532] (II) Using input driver 'evdev' for 'Power Button'
[ 41625.532] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 41625.532] (**) Power Button: always reports core events
[ 41625.532] (**) evdev: Power Button: Device: "/dev/input/event1"
[ 41625.532] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 41625.532] (--) evdev: Power Button: Found keys
[ 41625.532] (II) evdev: Power Button: Configuring as keyboard
[ 41625.532] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[ 41625.532] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 41625.532] (**) Option "xkb_rules" "evdev"
[ 41625.532] (**) Option "xkb_model" "pc105"
[ 41625.532] (**) Option "xkb_layout" "us"
[ 41625.532] (**) Option "xkb_options" "terminate:ctrl_alt_bksp,"
[ 41625.559] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 41625.559] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 41625.559] (**) Power Button: Applying InputClass "system-setup-keyboard"
[ 41625.559] (II) Using input driver 'evdev' for 'Power Button'
[ 41625.559] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 41625.559] (**) Power Button: always reports core events
[ 41625.559] (**) evdev: Power Button: Device: "/dev/input/event0"
[ 41625.559] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 41625.559] (--) evdev: Power Button: Found keys
[ 41625.559] (II) evdev: Power Button: Configuring as keyboard
[ 41625.559] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
[ 41625.559] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 41625.559] (**) Option "xkb_rules" "evdev"
[ 41625.559] (**) Option "xkb_model" "pc105"
[ 41625.559] (**) Option "xkb_layout" "us"
[ 41625.559] (**) Option "xkb_options" "terminate:ctrl_alt_bksp,"
[ 41625.560] (II) config/udev: Adding input device Dell Dell USB Keyboard (/dev/input/event2)
[ 41625.560] (**) Dell Dell USB Keyboard: Applying InputClass "evdev keyboard catchall"
[ 41625.560] (**) Dell Dell USB Keyboard: Applying InputClass "system-setup-keyboard"
[ 41625.560] (II) Using input driver 'evdev' for 'Dell Dell USB Keyboard'
[ 41625.560] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 41625.560] (**) Dell Dell USB Keyboard: always reports core events
[ 41625.560] (**) evdev: Dell Dell USB Keyboard: Device: "/dev/input/event2"
[ 41625.560] (--) evdev: Dell Dell USB Keyboard: Vendor 0x413c Product 0x2003
[ 41625.560] (--) evdev: Dell Dell USB Keyboard: Found keys
[ 41625.560] (II) evdev: Dell Dell USB Keyboard: Configuring as keyboard
[ 41625.560] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.0/input/input2/event2"
[ 41625.560] (II) XINPUT: Adding extended input device "Dell Dell USB Keyboard" (type: KEYBOARD, id 8)
[ 41625.560] (**) Option "xkb_rules" "evdev"
[ 41625.560] (**) Option "xkb_model" "pc105"
[ 41625.560] (**) Option "xkb_layout" "us"
[ 41625.560] (**) Option "xkb_options" "terminate:ctrl_alt_bksp,"
[ 41625.561] (II) config/udev: Adding input device USB  AUDIO   (/dev/input/event3)
[ 41625.561] (**) USB  AUDIO  : Applying InputClass "evdev keyboard catchall"
[ 41625.561] (**) USB  AUDIO  : Applying InputClass "system-setup-keyboard"
[ 41625.561] (II) Using input driver 'evdev' for 'USB  AUDIO  '
[ 41625.561] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 41625.561] (**) USB  AUDIO  : always reports core events
[ 41625.561] (**) evdev: USB  AUDIO  : Device: "/dev/input/event3"
[ 41625.561] (--) evdev: USB  AUDIO  : Vendor 0x1130 Product 0x1620
[ 41625.561] (--) evdev: USB  AUDIO  : Found keys
[ 41625.561] (II) evdev: USB  AUDIO  : Configuring as keyboard
[ 41625.561] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.2/input/input3/event3"
[ 41625.561] (II) XINPUT: Adding extended input device "USB  AUDIO  " (type: KEYBOARD, id 9)
[ 41625.561] (**) Option "xkb_rules" "evdev"
[ 41625.561] (**) Option "xkb_model" "pc105"
[ 41625.561] (**) Option "xkb_layout" "us"
[ 41625.561] (**) Option "xkb_options" "terminate:ctrl_alt_bksp,"
[ 41625.561] (II) config/udev: Adding input device GenesysLogic USB Mouse (/dev/input/event4)
[ 41625.561] (**) GenesysLogic USB Mouse: Applying InputClass "evdev pointer catchall"
[ 41625.561] (II) Using input driver 'evdev' for 'GenesysLogic USB Mouse'
[ 41625.561] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 41625.561] (**) GenesysLogic USB Mouse: always reports core events
[ 41625.561] (**) evdev: GenesysLogic USB Mouse: Device: "/dev/input/event4"
[ 41625.561] (--) evdev: GenesysLogic USB Mouse: Vendor 0x5e3 Product 0x1205
[ 41625.561] (--) evdev: GenesysLogic USB Mouse: Found 3 mouse buttons
[ 41625.561] (--) evdev: GenesysLogic USB Mouse: Found scroll wheel(s)
[ 41625.561] (--) evdev: GenesysLogic USB Mouse: Found relative axes
[ 41625.561] (--) evdev: GenesysLogic USB Mouse: Found x and y relative axes
[ 41625.561] (II) evdev: GenesysLogic USB Mouse: Configuring as mouse
[ 41625.561] (II) evdev: GenesysLogic USB Mouse: Adding scrollwheel support
[ 41625.561] (**) evdev: GenesysLogic USB Mouse: YAxisMapping: buttons 4 and 5
[ 41625.561] (**) evdev: GenesysLogic USB Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 41625.562] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb4/4-1/4-1:1.0/input/input4/event4"
[ 41625.562] (II) XINPUT: Adding extended input device "GenesysLogic USB Mouse" (type: MOUSE, id 10)
[ 41625.562] (II) evdev: GenesysLogic USB Mouse: initialized for relative axes.
[ 41625.562] (**) GenesysLogic USB Mouse: (accel) keeping acceleration scheme 1
[ 41625.562] (**) GenesysLogic USB Mouse: (accel) acceleration profile 0
[ 41625.562] (**) GenesysLogic USB Mouse: (accel) acceleration factor: 2.000
[ 41625.562] (**) GenesysLogic USB Mouse: (accel) acceleration threshold: 4
[ 41625.562] (II) config/udev: Adding input device GenesysLogic USB Mouse (/dev/input/mouse0)
[ 41625.562] (II) No input driver specified, ignoring this device.
[ 41625.562] (II) This device may have been added with another device file.
[ 41625.562] (II) config/udev: Adding input device UVC Camera (046d:0990) (/dev/input/event5)
[ 41625.562] (**) UVC Camera (046d:0990): Applying InputClass "evdev keyboard catchall"
[ 41625.562] (**) UVC Camera (046d:0990): Applying InputClass "system-setup-keyboard"
[ 41625.563] (II) Using input driver 'evdev' for 'UVC Camera (046d:0990)'
[ 41625.563] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 41625.563] (**) UVC Camera (046d:0990): always reports core events
[ 41625.563] (**) evdev: UVC Camera (046d:0990): Device: "/dev/input/event5"
[ 41625.563] (--) evdev: UVC Camera (046d:0990): Vendor 0x46d Product 0x990
[ 41625.563] (--) evdev: UVC Camera (046d:0990): Found keys
[ 41625.563] (II) evdev: UVC Camera (046d:0990): Configuring as keyboard
[ 41625.563] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb1/1-2/1-2:1.0/input/input5/event5"
[ 41625.563] (II) XINPUT: Adding extended input device "UVC Camera (046d:0990)" (type: KEYBOARD, id 11)
[ 41625.563] (**) Option "xkb_rules" "evdev"
[ 41625.563] (**) Option "xkb_model" "pc105"
[ 41625.563] (**) Option "xkb_layout" "us"
[ 41625.563] (**) Option "xkb_options" "terminate:ctrl_alt_bksp,"

Updaetd packages. Get the yum.log from here:
http://www.4shared.com/file/ooovVDwe/yum.html

Last edited by mirni; 07-13-2012 at 04:11 PM.. Reason: added yum.log
# 2  
Old 07-15-2012
Solved.

The culprit turned out to be this section in xorg.conf:
Code:
Section "Files"     
  FontPath        "/usr/share/fonts/default/Type1"
EndSection

Although the directory does exist and contains a bunch of files, presumably fonts.
After I took those lines out, the keyboard is back to normal. Pheww..
This User Gave Thanks to mirni For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Problem getting vertical bar with British keyboard layout on US (physical) keyboard

Hi, I've got a bit of a ridiculous problem and wasn't sure where to post it. I need to use the vertical bar for piping in Bash but, as per the title, am using a UK layout on a US (physical) keyboard which doesn't have a key for it in the place I'd expect. I've tried using xbindkeys and Unicode... (7 Replies)
Discussion started by: crunchgargoyle
7 Replies

2. What is on Your Mind?

Keyboard vs mouse

Which Input device do you use the most ? for me... keyboard ofcourse !! (56 Replies)
Discussion started by: vpraveen84
56 Replies

3. Solaris

Keyboard problem

Hi to everyone I am new at Solaris world so I need little help. I can not put my keyboard to Croatian layout. I tried to edit /etc/default/init and in that file I changed LC_ALL=hr_HR. Also I tried to change my language settings over GUI (input methods and SCIIM) but with no results. Also tried... (11 Replies)
Discussion started by: microbot
11 Replies

4. Linux

mdk 10.2 and keyboard

Hi all, I'm running a mdk 10.2 cooker on my computer. After and update, i've lost the "alt gr" key. How am i supposed to get it back? I've already googled around a bit, testing solutions provided, but nothing can help.. any other suggestions? Thanx all Jason (3 Replies)
Discussion started by: penguin-friend
3 Replies

5. SCO

Kill from keyboard

I have a cron job that creates my backup tape. However my commands in this job are timing out, therefore "Retrying job retry" is the loop it is hung into. I cannot telnet to the box nor get a login prompt. What is the kill command keystone stroke sequence that will break a cron job? Thanks, (3 Replies)
Discussion started by: jwideman
3 Replies

6. Solaris

Czech Keyboard

Hi all, I want to connect via a Netterm100 (alpha net). to a Solaris 8 Server. I use a CZECH Keyoard. The problem is that the solaris-server cannot recognize the CZ-Keys. What should I change that the CZ-Keyboard runs. Many thanx (1 Reply)
Discussion started by: paho
1 Replies

7. UNIX for Advanced & Expert Users

How can I map Unix keyboard for PC keyboard

A Solaris AXI 440 machine with Solaris 8 version. I have PC users who use an emulation to login to the Solaris server. How can I change the keyboard mapping of the Sun keyboard to fit to the PC keyboard ? Any comment will be appreciated. Thanks (1 Reply)
Discussion started by: simhab
1 Replies
Login or Register to Ask a Question