LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 07-18-2014, 02:10 AM   #1
Olaf35
LQ Newbie
 
Registered: Jul 2014
Distribution: Slackware
Posts: 6

Rep: Reputation: Disabled
AltGR Key does not work in KDE on Slackware 14.1


Hi all.

I've got a problem with the keyboard mapping in KDE 4.10.5 on Slackware 14.1. The AltGr key does not work. I can't input |, [, {, etc. into the xfce-console or into KWrite.
In console mode, without starting X, the AltGr key works fine.
My system is an Slackware 14.1. It was upgraded from 13.1 to 13.37 to 14.0 to 14.1.
X.Org X server version is 1.14.3
My /etc/X11/xorg.conf.d/90-keyboard-layout.conf file:

Section "InputClass"
Identifier "keyboard-all"
MatchIsKeyboard "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
Option "XkbModel" "pc105"
Option "XkbOptions" "terminate:ctrl_alt_bksp,lv3:ralt_switch_multikey"
EndSection

My /var/log/Xorg.0.log file:

[ 62.344]
X.Org X Server 1.14.3
Release Date: 2013-09-12
[ 62.347] X Protocol Version 11, Revision 0
[ 62.347] Build Operating System: Slackware 14.1 Slackware Linux Project
[ 62.347] Current Operating System: Linux lera-nb-lx 3.10.17 #2 SMP Fri Feb 14 16:45:28 CST 2014 x86_64
[ 62.349] Kernel command line: BOOT_IMAGE=Linux ro root=801 vt.default_utf8=1 resume=/dev/sda4 quiet
[ 62.350] Build Date: 09 October 2013 08:27:11PM
[ 62.350]
[ 62.352] Current version of pixman: 0.30.2
[ 62.354] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 62.354] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 62.355] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jul 18 08:43:23 2014
[ 62.359] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 62.361] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 62.366] (==) No Layout section. Using the first Screen section.
[ 62.366] (==) No screen section available. Using defaults.
[ 62.366] (**) |-->Screen "Default Screen Section" (0)
[ 62.366] (**) | |-->Monitor "<default monitor>"
[ 62.366] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 62.366] (==) Automatically adding devices
[ 62.366] (==) Automatically enabling devices
[ 62.366] (==) Automatically adding GPU devices
[ 62.366] (WW) The directory "/usr/share/fonts/local" does not exist.
[ 62.366] Entry deleted from font path.
[ 62.366] (WW) The directory "/usr/share/fonts/CID" does not exist.
[ 62.366] Entry deleted from font path.
[ 62.367] (==) FontPath set to:
/usr/share/fonts/TTF,
/usr/share/fonts/OTF,
/usr/share/fonts/Type1,
/usr/share/fonts/misc,
/usr/share/fonts/75dpi/:unscaled,
/usr/share/fonts/100dpi/:unscaled,
/usr/share/fonts/75dpi,
/usr/share/fonts/100dpi,
/usr/share/fonts/cyrillic
[ 62.367] (==) ModulePath set to "/usr/lib64/xorg/modules"
[ 62.367] (**) Extension "Composite" is disabled
[ 62.367] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 62.367] (II) Loader magic: 0x7f6d20
[ 62.367] (II) Module ABI versions:
[ 62.367] X.Org ANSI C Emulation: 0.4
[ 62.367] X.Org Video Driver: 14.1
[ 62.367] X.Org XInput driver : 19.1
[ 62.367] X.Org Server Extension : 7.0
[ 62.367] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 62.370] (--) PCI:*(0:0:2:0) 80ee:beef:0000:0000 rev 0, Mem @ 0xe0000000/134217728
[ 62.370] (II) Open ACPI successful (/var/run/acpid.socket)
[ 62.372] Initializing built-in extension Generic Event Extension
[ 62.372] Initializing built-in extension SHAPE
[ 62.374] Initializing built-in extension MIT-SHM
[ 62.375] Initializing built-in extension XInputExtension
[ 62.375] Initializing built-in extension XTEST
[ 62.376] Initializing built-in extension BIG-REQUESTS
[ 62.376] Initializing built-in extension SYNC
[ 62.376] Initializing built-in extension XKEYBOARD
[ 62.379] Initializing built-in extension XC-MISC
[ 62.379] Initializing built-in extension XINERAMA
[ 62.380] Initializing built-in extension XFIXES
[ 62.381] Initializing built-in extension RENDER
[ 62.381] Initializing built-in extension RANDR
[ 62.383] Initializing built-in extension COMPOSITE
[ 62.384] Initializing built-in extension DAMAGE
[ 62.384] Initializing built-in extension MIT-SCREEN-SAVER
[ 62.384] Initializing built-in extension DOUBLE-BUFFER
[ 62.387] Initializing built-in extension RECORD
[ 62.388] Initializing built-in extension DPMS
[ 62.388] Initializing built-in extension X-Resource
[ 62.389] Initializing built-in extension XVideo
[ 62.391] Initializing built-in extension XVideo-MotionCompensation
[ 62.391] Initializing built-in extension XFree86-VidModeExtension
[ 62.391] Initializing built-in extension XFree86-DGA
[ 62.391] Initializing built-in extension XFree86-DRI
[ 62.392] Initializing built-in extension DRI2
[ 62.392] (II) LoadModule: "glx"
[ 62.400] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[ 62.401] (II) Module glx: vendor="X.Org Foundation"
[ 62.401] compiled for 1.14.3, module version = 1.0.0
[ 62.401] ABI class: X.Org Server Extension, version 7.0
[ 62.401] (==) AIGLX enabled
[ 62.406] Loading extension GLX
[ 62.406] (==) Matched vboxvideo as autoconfigured driver 0
[ 62.406] (==) Matched vboxvideo as autoconfigured driver 1
[ 62.406] (==) Matched vesa as autoconfigured driver 2
[ 62.406] (==) Matched modesetting as autoconfigured driver 3
[ 62.406] (==) Matched fbdev as autoconfigured driver 4
[ 62.406] (==) Assigned the driver to the xf86ConfigLayout
[ 62.406] (II) LoadModule: "vboxvideo"
[ 62.406] (II) Loading /usr/lib64/xorg/modules/drivers/vboxvideo_drv.so
[ 62.407] (II) Module vboxvideo: vendor="Oracle Corporation"
[ 62.407] compiled for 10.14.0, module version = 1.0.1
[ 62.407] Module class: X.Org Video Driver
[ 62.407] ABI class: X.Org Video Driver, version 14.1
[ 62.407] (**) Load address of symbol "VBOXVIDEO" is 0x7f388d0eefc0
[ 62.407] (II) LoadModule: "vesa"
[ 62.407] (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so
[ 62.409] (II) Module vesa: vendor="X.Org Foundation"
[ 62.409] compiled for 1.14.3, module version = 2.3.3
[ 62.409] Module class: X.Org Video Driver
[ 62.409] ABI class: X.Org Video Driver, version 14.1
[ 62.409] (II) LoadModule: "modesetting"
[ 62.409] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[ 62.409] (II) Module modesetting: vendor="X.Org Foundation"
[ 62.409] compiled for 1.14.2, module version = 0.8.0
[ 62.409] Module class: X.Org Video Driver
[ 62.409] ABI class: X.Org Video Driver, version 14.1
[ 62.409] (II) LoadModule: "fbdev"
[ 62.409] (WW) Warning, couldn't open module fbdev
[ 62.409] (II) UnloadModule: "fbdev"
[ 62.409] (II) Unloading fbdev
[ 62.409] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 62.409] (II) VBoxVideo: guest driver for VirtualBox: vbox
[ 62.409] (II) VESA: driver for VESA chipsets: vesa
[ 62.409] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 62.409] (--) using VT number 7

[ 62.412] (WW) Falling back to old probe method for vesa
[ 62.412] (WW) Falling back to old probe method for modesetting
[ 62.412] (II) VBoxVideo(0): VirtualBox guest additions video driver version 4.3.14
[ 62.412] (II) Loading sub module "ramdac"
[ 62.412] (II) LoadModule: "ramdac"
[ 62.412] (II) Module "ramdac" already built-in
[ 62.412] (II) Loading sub module "fb"
[ 62.412] (II) LoadModule: "fb"
[ 62.412] (II) Loading /usr/lib64/xorg/modules/libfb.so
[ 62.413] (II) Module fb: vendor="X.Org Foundation"
[ 62.413] compiled for 1.14.3, module version = 1.0.0
[ 62.413] ABI class: X.Org ANSI C Emulation, version 0.4
[ 62.413] (II) Loading sub module "shadowfb"
[ 62.413] (II) LoadModule: "shadowfb"
[ 62.413] (II) Loading /usr/lib64/xorg/modules/libshadowfb.so
[ 62.414] (II) Module shadowfb: vendor="X.Org Foundation"
[ 62.414] compiled for 1.14.3, module version = 1.0.0
[ 62.414] ABI class: X.Org ANSI C Emulation, version 0.4
[ 62.414] (II) Loading sub module "vgahw"
[ 62.414] (II) LoadModule: "vgahw"
[ 62.414] (II) Loading /usr/lib64/xorg/modules/libvgahw.so
[ 62.414] (II) Module vgahw: vendor="X.Org Foundation"
[ 62.414] compiled for 1.14.3, module version = 0.1.0
[ 62.414] ABI class: X.Org Video Driver, version 14.1
[ 62.414] (II) Loading sub module "dri2"
[ 62.414] (II) LoadModule: "dri2"
[ 62.414] (II) Module "dri2" already built-in
[ 62.415] (II) VBoxVideo(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 62.415] (==) VBoxVideo(0): Depth 24, (--) framebuffer bpp 32
[ 62.415] (--) VBoxVideo(0): Virtual size is 32000x32000 (pitch 32000)
[ 62.415] (**) VBoxVideo(0): Built-in mode "VBoxInitialMode": 106.8 MHz (scaled from 0.0 MHz), 63.4 kHz, 60.0 Hz
[ 62.415] (II) VBoxVideo(0): Modeline "VBoxInitialMode"x0.0 106.82 1680 1682 1684 1686 1050 1052 1054 1056 (63.4 kHz b)
[ 62.415] (**) VBoxVideo(0): Built-in mode "VBoxDynamicMode": 106.8 MHz (scaled from 0.0 MHz), 63.4 kHz, 60.0 Hz
[ 62.415] (II) VBoxVideo(0): Modeline "VBoxDynamicMode"x0.0 106.82 1680 1682 1684 1686 1050 1052 1054 1056 (63.4 kHz b)
[ 62.415] (**) VBoxVideo(0): Built-in mode "VBoxDynamicMode": 106.8 MHz (scaled from 0.0 MHz), 63.4 kHz, 60.0 Hz
[ 62.415] (II) VBoxVideo(0): Modeline "VBoxDynamicMode"x0.0 106.82 1680 1682 1684 1686 1050 1052 1054 1056 (63.4 kHz b)
[ 62.415] (**) VBoxVideo(0): Built-in mode "VBox-1440x1050": 91.6 MHz (scaled from 0.0 MHz), 63.4 kHz, 60.0 Hz
[ 62.415] (II) VBoxVideo(0): Modeline "VBox-1440x1050"x0.0 91.62 1440 1442 1444 1446 1050 1052 1054 1056 (63.4 kHz b)
[ 62.415] (**) VBoxVideo(0): Built-in mode "VBox-1280x960": 74.5 MHz (scaled from 0.0 MHz), 58.0 kHz, 60.0 Hz
[ 62.415] (II) VBoxVideo(0): Modeline "VBox-1280x960"x0.0 74.54 1280 1282 1284 1286 960 962 964 966 (58.0 kHz b)
[ 62.415] (**) VBoxVideo(0): Built-in mode "VBox-1024x768": 47.8 MHz (scaled from 0.0 MHz), 46.4 kHz, 60.0 Hz
[ 62.415] (II) VBoxVideo(0): Modeline "VBox-1024x768"x0.0 47.83 1024 1026 1028 1030 768 770 772 774 (46.4 kHz b)
[ 62.415] (**) VBoxVideo(0): Built-in mode "VBox-800x600": 29.3 MHz (scaled from 0.0 MHz), 36.4 kHz, 60.0 Hz
[ 62.415] (II) VBoxVideo(0): Modeline "VBox-800x600"x0.0 29.31 800 802 804 806 600 602 604 606 (36.4 kHz b)
[ 62.415] (**) VBoxVideo(0): Built-in mode "VBox-640x480": 18.8 MHz (scaled from 0.0 MHz), 29.2 kHz, 60.0 Hz
[ 62.415] (II) VBoxVideo(0): Modeline "VBox-640x480"x0.0 18.84 640 642 644 646 480 482 484 486 (29.2 kHz b)
[ 62.415] (II) VBoxVideo(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0
[ 62.415] (==) VBoxVideo(0): RGB weight 888
[ 62.415] (==) VBoxVideo(0): Default visual is TrueColor
[ 62.415] (==) VBoxVideo(0): Using gamma correction (1.0, 1.0, 1.0)
[ 62.415] (==) VBoxVideo(0): DPI set to (96, 96)
[ 62.415] (II) UnloadModule: "vesa"
[ 62.415] (II) Unloading vesa
[ 62.415] (II) UnloadModule: "modesetting"
[ 62.415] (II) Unloading modesetting
[ 62.415] (--) Depth 24 pixmap format is 32 bpp
[ 62.421] (II) VBoxVideo(0): [DRI2] Setup complete
[ 62.421] (II) VBoxVideo(0): [DRI2] DRI driver: vboxvideo
[ 62.425] (II) VBoxVideo(0): Requested monitor count: 1
[ 62.425] (II) VBoxVideo(0): Output VBOX0 has no monitor section
[ 62.425] (II) VBoxVideo(0): Output VBOX0 has no monitor section
[ 62.425] (II) VBoxVideo(0): EDID for output VBOX0
[ 62.425] (II) VBoxVideo(0): Manufacturer: VBX Model: 0 Serial#: 68814480
[ 62.425] (II) VBoxVideo(0): Year: 1990 Week: 1
[ 62.425] (II) VBoxVideo(0): EDID Version: 1.3
[ 62.425] (II) VBoxVideo(0): Digital Display Input
[ 62.425] (II) VBoxVideo(0): Indeterminate output size
[ 62.425] (II) VBoxVideo(0): Gamma: 2.20
[ 62.425] (II) VBoxVideo(0): DPMS capabilities: StandBy Suspend Off
[ 62.425] (II) VBoxVideo(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 62.425] (II) VBoxVideo(0): Default color space is primary color space
[ 62.425] (II) VBoxVideo(0): First detailed timing is preferred mode
[ 62.425] (II) VBoxVideo(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600
[ 62.425] (II) VBoxVideo(0): blueX: 0.150 blueY: 0.060 whiteX: 0.312 whiteY: 0.329
[ 62.425] (II) VBoxVideo(0): Manufacturer's mask: 0
[ 62.425] (II) VBoxVideo(0): Supported detailed timing:
[ 62.425] (II) VBoxVideo(0): clock: 106.8 MHz Image Size: 0 x 0 mm
[ 62.425] (II) VBoxVideo(0): h_active: 1680 h_sync: 1682 h_sync_end 1684 h_blank_end 1686 h_border: 0
[ 62.425] (II) VBoxVideo(0): v_active: 1050 v_sync: 1052 v_sync_end 1054 v_blanking: 1056 v_border: 0
[ 62.425] (II) VBoxVideo(0): Ranges: V min: 0 V max: 200 Hz, H min: 0 H max: 200 kHz, PixClock max 1005 MHz
[ 62.425] (II) VBoxVideo(0): Monitor name: VBOX monitor
[ 62.425] (II) VBoxVideo(0): EDID (in hex):
[ 62.425] (II) VBoxVideo(0): 00ffffffffffff005858000090061a04
[ 62.425] (II) VBoxVideo(0): 0100010380000078eeee91a3544c9926
[ 62.425] (II) VBoxVideo(0): 0f505400000001010101010101010101
[ 62.425] (II) VBoxVideo(0): 010101010101ba299006601a06400202
[ 62.425] (II) VBoxVideo(0): 2200000000000000000000fd0000c800
[ 62.425] (II) VBoxVideo(0): c864000a202020202020000000fc0056
[ 62.425] (II) VBoxVideo(0): 424f58206d6f6e69746f720a00000010
[ 62.425] (II) VBoxVideo(0): 000a2020202020202020202020200052
[ 62.426] (II) VBoxVideo(0): Printing probed modes for output VBOX0
[ 62.426] (II) VBoxVideo(0): Modeline "1680x1050"x60.0 106.82 1680 1682 1684 1686 1050 1052 1054 1056 (63.4 kHz Pb)
[ 62.426] (II) VBoxVideo(0): Modeline "1440x1050"x60.0 91.62 1440 1442 1444 1446 1050 1052 1054 1056 (63.4 kHz b)
[ 62.426] (II) VBoxVideo(0): Modeline "1280x960"x60.0 74.54 1280 1282 1284 1286 960 962 964 966 (58.0 kHz b)
[ 62.426] (II) VBoxVideo(0): Modeline "1024x768"x60.0 47.83 1024 1026 1028 1030 768 770 772 774 (46.4 kHz b)
[ 62.426] (II) VBoxVideo(0): Modeline "800x600"x60.0 29.31 800 802 804 806 600 602 604 606 (36.4 kHz b)
[ 62.426] (II) VBoxVideo(0): Modeline "640x480"x60.0 18.84 640 642 644 646 480 482 484 486 (29.2 kHz b)
[ 62.426] (II) VBoxVideo(0): Output VBOX0 connected
[ 62.426] (II) VBoxVideo(0): Using exact sizes for initial modes
[ 62.426] (II) VBoxVideo(0): Output VBOX0 using initial mode 1680x1050
[ 62.426] (II) VBoxVideo(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 62.426] (II) VBoxVideo(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 62.428] (==) VBoxVideo(0): DPMS enabled
[ 62.428] (--) RandR disabled
[ 62.441] (II) Next line is added to allow vboxvideo_drv.so to appear as whitelisted driver
[ 62.441] (II) The file referenced, is *NOT* loaded
[ 62.441] (II) Loading /usr/lib/xorg/modules/drivers//ati_drv.so
[ 62.441] (EE) AIGLX error: vboxvideo does not export required DRI extension
[ 62.441] (EE) AIGLX: reverting to software rendering
[ 62.441] (II) AIGLX: Screen 0 is not DRI capable
[ 62.459] (II) AIGLX: Loaded and initialized swrast
[ 62.459] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 62.459] (II) VBoxVideo(0): Setting screen physical size to 444 x 277
[ 62.576] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 62.576] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 62.576] (**) Power Button: Applying InputClass "keyboard-all"
[ 62.576] (**) Power Button: Applying InputClass "keyboard-all"
[ 62.576] (II) LoadModule: "evdev"
[ 62.576] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 62.578] (II) Module evdev: vendor="X.Org Foundation"
[ 62.578] compiled for 1.14.3, module version = 2.8.2
[ 62.578] Module class: X.Org XInput Driver
[ 62.578] ABI class: X.Org XInput driver, version 19.1
[ 62.578] (II) Using input driver 'evdev' for 'Power Button'
[ 62.578] (**) Power Button: always reports core events
[ 62.578] (**) evdev: Power Button: Device: "/dev/input/event2"
[ 62.578] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 62.578] (--) evdev: Power Button: Found keys
[ 62.578] (II) evdev: Power Button: Configuring as keyboard
[ 62.578] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 62.578] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 62.578] (**) Option "xkb_rules" "evdev"
[ 62.578] (**) Option "xkb_model" "pc105"
[ 62.578] (**) Option "xkb_layout" "de"
[ 62.578] (**) Option "xkb_variant" "nodeadkeys"
[ 62.578] (**) Option "xkb_options" "terminate:ctrl_alt_bksp,lv3:ralt_switch_multikey"
[ 62.598] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
[ 62.598] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 62.598] (**) Sleep Button: Applying InputClass "keyboard-all"
[ 62.598] (**) Sleep Button: Applying InputClass "keyboard-all"
[ 62.598] (II) Using input driver 'evdev' for 'Sleep Button'
[ 62.598] (**) Sleep Button: always reports core events
[ 62.598] (**) evdev: Sleep Button: Device: "/dev/input/event3"
[ 62.599] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[ 62.599] (--) evdev: Sleep Button: Found keys
[ 62.599] (II) evdev: Sleep Button: Configuring as keyboard
[ 62.599] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSLPBN:00/input/input3/event3"
[ 62.599] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 7)
[ 62.599] (**) Option "xkb_rules" "evdev"
[ 62.599] (**) Option "xkb_model" "pc105"
[ 62.599] (**) Option "xkb_layout" "de"
[ 62.599] (**) Option "xkb_variant" "nodeadkeys"
[ 62.599] (**) Option "xkb_options" "terminate:ctrl_alt_bksp,lv3:ralt_switch_multikey"
[ 62.599] (II) config/udev: Adding drm device (/dev/dri/card0)
[ 62.599] (II) config/udev: Adding input device VirtualBox mouse integration (/dev/input/event4)
[ 62.599] (**) VirtualBox mouse integration: Applying InputClass "evdev pointer catchall"
[ 62.599] (II) Using input driver 'evdev' for 'VirtualBox mouse integration'
[ 62.599] (**) VirtualBox mouse integration: always reports core events
[ 62.599] (**) evdev: VirtualBox mouse integration: Device: "/dev/input/event4"
[ 62.599] (--) evdev: VirtualBox mouse integration: Vendor 0x80ee Product 0xcafe
[ 62.599] (--) evdev: VirtualBox mouse integration: Found 1 mouse buttons
[ 62.599] (--) evdev: VirtualBox mouse integration: Found absolute axes
[ 62.599] (--) evdev: VirtualBox mouse integration: Found x and y absolute axes
[ 62.599] (--) evdev: VirtualBox mouse integration: Found absolute touchscreen
[ 62.599] (II) evdev: VirtualBox mouse integration: Configuring as touchscreen
[ 62.599] (**) evdev: VirtualBox mouse integration: YAxisMapping: buttons 4 and 5
[ 62.599] (**) evdev: VirtualBox mouse integration: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 62.599] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:04.0/input/input4/event4"
[ 62.599] (II) XINPUT: Adding extended input device "VirtualBox mouse integration" (type: TOUCHSCREEN, id 8)
[ 62.599] (II) evdev: VirtualBox mouse integration: initialized for absolute axes.
[ 62.599] (**) VirtualBox mouse integration: (accel) keeping acceleration scheme 1
[ 62.599] (**) VirtualBox mouse integration: (accel) acceleration profile 0
[ 62.599] (**) VirtualBox mouse integration: (accel) acceleration factor: 2.000
[ 62.599] (**) VirtualBox mouse integration: (accel) acceleration threshold: 4
[ 62.599] (II) config/udev: Adding input device VirtualBox mouse integration (/dev/input/js0)
[ 62.599] (II) No input driver specified, ignoring this device.
[ 62.599] (II) This device may have been added with another device file.
[ 62.599] (II) config/udev: Adding input device VirtualBox USB Tablet (/dev/input/event6)
[ 62.599] (**) VirtualBox USB Tablet: Applying InputClass "evdev pointer catchall"
[ 62.599] (II) Using input driver 'evdev' for 'VirtualBox USB Tablet'
[ 62.599] (**) VirtualBox USB Tablet: always reports core events
[ 62.599] (**) evdev: VirtualBox USB Tablet: Device: "/dev/input/event6"
[ 62.599] (--) evdev: VirtualBox USB Tablet: Vendor 0x80ee Product 0x21
[ 62.599] (--) evdev: VirtualBox USB Tablet: Found 9 mouse buttons
[ 62.599] (--) evdev: VirtualBox USB Tablet: Found scroll wheel(s)
[ 62.599] (--) evdev: VirtualBox USB Tablet: Found relative axes
[ 62.599] (--) evdev: VirtualBox USB Tablet: Found absolute axes
[ 62.599] (--) evdev: VirtualBox USB Tablet: Found x and y absolute axes
[ 62.599] (--) evdev: VirtualBox USB Tablet: Found absolute touchscreen
[ 62.599] (II) evdev: VirtualBox USB Tablet: Configuring as touchscreen
[ 62.599] (II) evdev: VirtualBox USB Tablet: Adding scrollwheel support
[ 62.599] (**) evdev: VirtualBox USB Tablet: YAxisMapping: buttons 4 and 5
[ 62.599] (**) evdev: VirtualBox USB Tablet: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 62.599] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:06.0/usb1/1-1/1-1:1.0/input/input6/event6"
[ 62.599] (II) XINPUT: Adding extended input device "VirtualBox USB Tablet" (type: TOUCHSCREEN, id 9)
[ 62.599] (WW) evdev: VirtualBox USB Tablet: touchpads, tablets and touchscreens ignore relative axes.
[ 62.599] (II) evdev: VirtualBox USB Tablet: initialized for absolute axes.
[ 62.599] (**) VirtualBox USB Tablet: (accel) keeping acceleration scheme 1
[ 62.599] (**) VirtualBox USB Tablet: (accel) acceleration profile 0
[ 62.599] (**) VirtualBox USB Tablet: (accel) acceleration factor: 2.000
[ 62.599] (**) VirtualBox USB Tablet: (accel) acceleration threshold: 4
[ 62.599] (II) config/udev: Adding input device VirtualBox USB Tablet (/dev/input/js1)
[ 62.599] (II) No input driver specified, ignoring this device.
[ 62.599] (II) This device may have been added with another device file.
[ 62.601] (II) config/udev: Adding input device VirtualBox USB Tablet (/dev/input/mouse1)
[ 62.601] (II) No input driver specified, ignoring this device.
[ 62.601] (II) This device may have been added with another device file.
[ 62.601] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 62.601] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 62.601] (**) AT Translated Set 2 keyboard: Applying InputClass "keyboard-all"
[ 62.601] (**) AT Translated Set 2 keyboard: Applying InputClass "keyboard-all"
[ 62.601] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 62.601] (**) AT Translated Set 2 keyboard: always reports core events
[ 62.601] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[ 62.601] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 62.601] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 62.601] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 62.601] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[ 62.601] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
[ 62.601] (**) Option "xkb_rules" "evdev"
[ 62.601] (**) Option "xkb_model" "pc105"
[ 62.601] (**) Option "xkb_layout" "de"
[ 62.601] (**) Option "xkb_variant" "nodeadkeys"
[ 62.601] (**) Option "xkb_options" "terminate:ctrl_alt_bksp,lv3:ralt_switch_multikey"
[ 62.601] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/event5)
[ 62.601] (**) ImExPS/2 Generic Explorer Mouse: Applying InputClass "evdev pointer catchall"
[ 62.601] (II) Using input driver 'evdev' for 'ImExPS/2 Generic Explorer Mouse'
[ 62.601] (**) ImExPS/2 Generic Explorer Mouse: always reports core events
[ 62.601] (**) evdev: ImExPS/2 Generic Explorer Mouse: Device: "/dev/input/event5"
[ 62.601] (--) evdev: ImExPS/2 Generic Explorer Mouse: Vendor 0x2 Product 0x6
[ 62.601] (--) evdev: ImExPS/2 Generic Explorer Mouse: Found 9 mouse buttons
[ 62.601] (--) evdev: ImExPS/2 Generic Explorer Mouse: Found scroll wheel(s)
[ 62.601] (--) evdev: ImExPS/2 Generic Explorer Mouse: Found relative axes
[ 62.601] (--) evdev: ImExPS/2 Generic Explorer Mouse: Found x and y relative axes
[ 62.601] (II) evdev: ImExPS/2 Generic Explorer Mouse: Configuring as mouse
[ 62.601] (II) evdev: ImExPS/2 Generic Explorer Mouse: Adding scrollwheel support
[ 62.601] (**) evdev: ImExPS/2 Generic Explorer Mouse: YAxisMapping: buttons 4 and 5
[ 62.601] (**) evdev: ImExPS/2 Generic Explorer Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 62.601] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event5"
[ 62.601] (II) XINPUT: Adding extended input device "ImExPS/2 Generic Explorer Mouse" (type: MOUSE, id 11)
[ 62.601] (II) evdev: ImExPS/2 Generic Explorer Mouse: initialized for relative axes.
[ 62.601] (**) ImExPS/2 Generic Explorer Mouse: (accel) keeping acceleration scheme 1
[ 62.601] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration profile 0
[ 62.601] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration factor: 2.000
[ 62.601] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration threshold: 4
[ 62.601] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/mouse0)
[ 62.601] (II) No input driver specified, ignoring this device.
[ 62.601] (II) This device may have been added with another device file.
[ 62.602] (II) config/udev: Adding input device Speakup (/dev/input/event1)
[ 62.602] (**) Speakup: Applying InputClass "evdev keyboard catchall"
[ 62.602] (**) Speakup: Applying InputClass "keyboard-all"
[ 62.602] (**) Speakup: Applying InputClass "keyboard-all"
[ 62.602] (II) Using input driver 'evdev' for 'Speakup'
[ 62.602] (**) Speakup: always reports core events
[ 62.602] (**) evdev: Speakup: Device: "/dev/input/event1"
[ 62.602] (--) evdev: Speakup: Vendor 0 Product 0
[ 62.602] (--) evdev: Speakup: Found keys
[ 62.602] (II) evdev: Speakup: Configuring as keyboard
[ 62.602] (**) Option "config_info" "udev:/sys/devices/virtual/input/input1/event1"
[ 62.602] (II) XINPUT: Adding extended input device "Speakup" (type: KEYBOARD, id 12)
[ 62.602] (**) Option "xkb_rules" "evdev"
[ 62.602] (**) Option "xkb_model" "pc105"
[ 62.602] (**) Option "xkb_layout" "de"
[ 62.602] (**) Option "xkb_variant" "nodeadkeys"
[ 62.602] (**) Option "xkb_options" "terminate:ctrl_alt_bksp,lv3:ralt_switch_multikey"
[ 64.435] (II) VBoxVideo(0): EDID vendor "VBX", prod id 0
[ 64.435] (II) VBoxVideo(0): DDCModeFromDetailedTiming: 1680x1050 Warning: We only handle separate sync.
[ 64.435] (II) VBoxVideo(0): Using hsync ranges from config file
[ 64.435] (II) VBoxVideo(0): Using vrefresh ranges from config file
[ 64.435] (II) VBoxVideo(0): Printing DDC gathered Modelines:
[ 64.435] (II) VBoxVideo(0): Modeline "1680x1050"x0.0 106.82 1680 1682 1684 1686 1050 1052 1054 1056 -hsync -vsync (63.4 kHz eP)
[ 79.144] (II) VBoxVideo(0): EDID vendor "VBX", prod id 0
[ 79.144] (II) VBoxVideo(0): DDCModeFromDetailedTiming: 1680x1050 Warning: We only handle separate sync.
[ 79.144] (II) VBoxVideo(0): Using hsync ranges from config file
[ 79.144] (II) VBoxVideo(0): Using vrefresh ranges from config file
[ 79.144] (II) VBoxVideo(0): Printing DDC gathered Modelines:
[ 79.144] (II) VBoxVideo(0): Modeline "1680x1050"x0.0 106.82 1680 1682 1684 1686 1050 1052 1054 1056 -hsync -vsync (63.4 kHz eP)
[ 80.442] (II) VBoxVideo(0): EDID vendor "VBX", prod id 0
[ 80.442] (II) VBoxVideo(0): DDCModeFromDetailedTiming: 1680x1050 Warning: We only handle separate sync.
[ 80.442] (II) VBoxVideo(0): Using hsync ranges from config file
[ 80.442] (II) VBoxVideo(0): Using vrefresh ranges from config file
[ 80.442] (II) VBoxVideo(0): Printing DDC gathered Modelines:
[ 80.442] (II) VBoxVideo(0): Modeline "1680x1050"x0.0 106.82 1680 1682 1684 1686 1050 1052 1054 1056 -hsync -vsync (63.4 kHz eP)
[ 80.508] (II) VBoxVideo(0): EDID vendor "VBX", prod id 0
[ 80.508] (II) VBoxVideo(0): DDCModeFromDetailedTiming: 1680x1050 Warning: We only handle separate sync.
[ 80.508] (II) VBoxVideo(0): Using hsync ranges from config file
[ 80.508] (II) VBoxVideo(0): Using vrefresh ranges from config file
[ 80.508] (II) VBoxVideo(0): Printing DDC gathered Modelines:
[ 80.508] (II) VBoxVideo(0): Modeline "1680x1050"x0.0 106.82 1680 1682 1684 1686 1050 1052 1054 1056 -hsync -vsync (63.4 kHz eP)

What is wrong? Can anybody help me?
Regards
Olaf35
 
Old 07-19-2014, 01:17 AM   #2
a4z
Senior Member
 
Registered: Feb 2009
Posts: 1,727

Rep: Reputation: 742Reputation: 742Reputation: 742Reputation: 742Reputation: 742Reputation: 742Reputation: 742
if you are on kde

system settings - input devices - keyboard

check if there is all correct or if KDE uses its own mappings
 
Old 07-19-2014, 03:28 AM   #3
Olaf35
LQ Newbie
 
Registered: Jul 2014
Distribution: Slackware
Posts: 6

Original Poster
Rep: Reputation: Disabled
Thank you for your reply.

I think there are some basic things not correct. The AltGr key is present. AlgGr+2 makes a sign 1/2, but AltGr+q are not. The KDE settings, I think, are also ok. Keyboard= de, pc105. I've also tryed some things and googled a lot of time, but nothing works.
Maybe my console settings are also incorrect. AltGr+< = | but the next sign that I input are always in uppercase and the Euro sign is also not correct. I will investigate, maybe something with the keymap or the font is incorrect. My settings are

Keymap = de-latin1-nodeadkeys.map unicode.map ctrl.map
Consolefont = ter-v16n

LC_LOCALE=de_DE.utf8
LC_ALL=de_DE.utf8

Can anybody Tell me, if this settings are correct, or if something is absend or wrong?

Thanks.
 
Old 07-21-2014, 02:37 AM   #4
Olaf35
LQ Newbie
 
Registered: Jul 2014
Distribution: Slackware
Posts: 6

Original Poster
Rep: Reputation: Disabled
Hello again.

The problem are the virtualbox guest additions 4.3.14. See here: https://www.virtualbox.org/ticket/13216
I try to go back to 4.3.12

Thanks
 
Old 07-21-2014, 04:52 AM   #5
Olaf35
LQ Newbie
 
Registered: Jul 2014
Distribution: Slackware
Posts: 6

Original Poster
Rep: Reputation: Disabled
OK solved.

Virtualbox 4.3.12 should be installed also in the Hostsystem, not only the guest additions.

/etc/profile.d/lang.sh

export LANG=de_DE.UTF-8
export LC_COLLATE=C
export LC_ALL=de_DE.UTF-8

/etc/profile.d/lang.csh

setenv LANG de_DE.UTF-8
setenv LC_COLLATE C
setenv LC_ALL de_DE.UTF-9

/etc/rc.r/rc.keymap

#!/bin/sh
if [ -x /usr/bin/loadkeys ]; then
/usr/bin/loadkeys de-latin1-nodeadkeys.map
fi

/etc/rc.d/rc.local

unicode_start
setfont lat9w-16

The commands in /etc/rc.d/rc.font and /etc/rc.d/rc.font.new have no effects, that's why I include the command setfont in /etc/rc.d/rc.local.

Now I'm happy.
 
  


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
Mapping AltGr key to act as WIN key krisrao Linux - Newbie 3 02-11-2009 08:14 PM
AltGr key does not work OlegL Debian 5 09-17-2004 02:22 AM
AltGr key does not work OlegL Linux - Laptop and Netbook 2 08-30-2004 09:35 AM
AltGr key not working in X iceman47 Linux - Software 3 03-07-2004 06:27 PM
Can't get my AltGr key to work with Norwegian keyboard layout orjanp Slackware 8 11-02-2003 08:53 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 12:44 AM.

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