Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 05 Jul 2014 19:38:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-x11@FreeBSD.org
Subject:   [Bug 191459] x11-drivers/xf86-input-keyboard - prevent segfaults for vt(4) users
Message-ID:  <bug-191459-8047-BmTPo4CUXT@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-191459-8047@https.bugs.freebsd.org/bugzilla/>
References:  <bug-191459-8047@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191459

Thierry Thomas <thierry@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|freebsd-x11@FreeBSD.org     |x11@FreeBSD.org

--- Comment #3 from Thierry Thomas <thierry@FreeBSD.org> ---
The attached patch partially fixes Bug 191632.
(See <https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191632>; )

With this patch, X is launched, but other errors occur:

- messages about "sysmouse: unknown ioctl" are still there;

- the keyboard is unusable (random strings are sent);

- the following messages are displayed on the console:

failed to set mtrr: Invalid argument
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
>                   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server

The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Compat map for group 2 redefined
>                   Using new definition
> Warning:          Compat map for group 3 redefined
>                   Using new definition
> Warning:          Compat map for group 4 redefined
>                   Using new definition
Errors from xkbcomp are not fatal to the X server
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
>                   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server

- security/openssh-askpass is unusable:
kwin(23929)/kwin (client errors) KWin::Client::verifyTransientFor: Client  'ID:
50331657 ;WMCLASS: "sshaskpass" : "ssh-askpass" ;Caption: "OpenSSH
Authentication Passphrase Request" '  has WM_TRANSIENT_FOR poiting to itself.

- hald reports in /var/log/Xorg.0.log:

[1121593.779] (II) XINPUT: Adding extended input device "Keyboard0" (type:
KEYBOARD, id 7)
[1121593.853] (II) config/hal: Adding input device USB Optical Mouse
[1121593.853] (II) AutoAddDevices is off - not adding device.
[1121593.853] (EE) config/hal: NewInputDeviceRequest failed (8)
[1121593.856] (II) config/hal: Adding input device AT Keyboard
[1121593.856] (II) AutoAddDevices is off - not adding device.
[1121593.856] (EE) config/hal: NewInputDeviceRequest failed (8)

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-191459-8047-BmTPo4CUXT>