LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 07-13-2012, 02:01 PM   #1
mirni
LQ Newbie
 
Registered: Nov 2008
Location: pacific
Distribution: CentOS, openSuse, Ubuntu
Posts: 12

Rep: Reputation: 0
keyboard remapped drastically in runlevel 5


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 02:10 PM.
 
Old 07-14-2012, 04:40 PM   #2
RockDoctor
Senior Member
 
Registered: Nov 2003
Location: Minnesota, US
Distribution: Fedora, Ubuntu, Manjaro
Posts: 1,791

Rep: Reputation: 427Reputation: 427Reputation: 427Reputation: 427Reputation: 427
FWIW from my xorg.conf file:
Code:
Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection
and my whole /etc/sysconfig/keyboard file:
Code:
KEYTABLE="us"
MODEL="pc105+inet"
LAYOUT="us"
I haven't tried changing the keyboard layout in LXDM (or anywhere else for that matter) as I only use the standard US layout.
 
Old 07-15-2012, 12:52 AM   #3
mirni
LQ Newbie
 
Registered: Nov 2008
Location: pacific
Distribution: CentOS, openSuse, Ubuntu
Posts: 12

Original Poster
Rep: Reputation: 0
Solved

Thanks for the reply.
I managed to solve the problem. The culprit were these lines in xorg.conf:
Code:
Section "Files"
    FontPath        "/usr/share/fonts/default/Type1"
EndSection
THe directory indeed exists and has a bunch of fonts in there. But some messed fonts, they must be.
After I took this section out, the keyboard came back to normal. Phewww.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Remapped memory above 3 Gb: what should the BIOS show? needsleep Linux - Hardware 2 06-11-2012 03:19 PM
Gnome - Middle mouse is paste. Can it be remapped? TheJkWhoSaysNi Linux - Hardware 1 05-21-2011 04:46 AM
Connection slowing down drastically Changes Linux - Networking 12 09-09-2010 06:35 AM
my pc performace decreased drastically surya_prakash Linux - Newbie 6 11-14-2008 09:37 AM
Remapped keybindings in openbox NSKL Linux - Desktop 0 11-13-2008 12:30 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 02:53 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration