Your message dated Thu, 22 Jan 2009 01:39:43 +0100
with message-id <20090122003943.ga24...@radis.liafa.jussieu.fr>
and subject line Re: Bug#508793: xserver-xorg-core: Xserver does not restore
keyboard mode
has caused the Debian Bug report #508793,
regarding xserver-xorg-core: Xserver does not restore keyboard mode
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
508793: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=508793
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: xserver-xorg-core
Version: 2:1.5.3-1
Severity: normal
Xserver does not restore keyboard mode:
#v+
$ startx >/dev/null 2>&1
[ Ctrl+Alt+Backspace ]
$ sudo kbd_mode -C /dev/tty10
The keyboard is in raw (scancode) mode
#v-
tty10 is my X console.
-- Package-specific info:
Contents of /var/lib/x11/X.roster:
xserver-xorg
/var/lib/x11/X.md5sum does not exist.
X server symlink status:
lrwxrwxrwx 1 root root 13 Oct 12 2006 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1623452 Nov 11 23:26 /usr/bin/Xorg
Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg
VGA-compatible devices on PCI bus:
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS,
943/940GML Express Integrated Graphics Controller (rev 03)
/var/lib/x11/xorg.conf.md5sum does not exist.
Xorg X server configuration file status:
-rw-r--r-- 1 root root 489 Dec 15 12:58 /etc/X11/xorg.conf
Contents of /etc/X11/xorg.conf:
Section "ServerFlags"
Option "AllowEmptyInput" "false"
EndSection
Xorg X server log files on system:
-rw------- 1 root root 18973 Dec 15 13:14 /var/log/Xorg.0.log
Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (990, 'testing'), (600, 'unstable'), (500, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=pl_PL.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages xserver-xorg-core depends on:
ii libc6 2.7-16 GNU C Library: Shared libraries
ii libdbus-1-3 1.2.1-4 simple interprocess messaging syst
ii libdrm2 2.4.1+git+20081116+930c0e7-1 Userspace interface to kernel rend
ii libfontenc1 1:1.0.4-3 X11 font encoding library
ii libgcc1 1:4.3.2-1 GCC support library
ii libhal1 0.5.11-6 Hardware Abstraction Layer - share
ii libpciacces 0.10.3-1 Generic PCI access library for X
ii libpixman-1 0.10.0-2 pixel-manipulation library for X a
ii libssl0.9.8 0.9.8g-14 SSL shared libraries
ii libxau6 1:1.0.3-3 X11 authorisation library
ii libxdmcp6 1:1.0.2-3 X11 Display Manager Control Protoc
ii libxfont1 1:1.3.3-1 X11 font rasterisation library
ii xserver-com 2:1.5.3-1 common files used by various X ser
ii xserver-xor 1:7.4~4 the X.Org X server
Versions of packages xserver-xorg-core recommends:
pn libgl1-mesa-dri <none> (no description available)
ii xfonts-base 1:1.0.0-5 standard fonts for X
ii xkb-data 1.3-2 X Keyboard Extension (XKB) configu
Versions of packages xserver-xorg-core suggests:
pn xfonts-100dpi | xfonts-75dpi <none> (no description available)
pn xfonts-scalable <none> (no description available)
-- no debconf information
--
Piotr Lewandowski
--- End Message ---
--- Begin Message ---
Version: 2:1.5.99.901-1
On Mon, Dec 15, 2008 at 01:30:31PM +0100, Piotr Lewandowski wrote:
> Xserver does not restore keyboard mode:
>
Fixed in 1.6 rc1.
commit 1ffd9ec7606606570980490b91b780e02bc29d7d
Author: Peter Hutterer <peter.hutte...@who-t.net>
Date: Tue Dec 16 17:10:03 2008 +1000
xfree86: don't restore the TTY mode if we didn't initialize it ourselves
Restoring it unconditionally means we restore to whatever tty_mode has as
default value (i.e. 0). K_RAW happens to be 0x00, so we always restore to ra
mode if allowEmptyInput is off.
Signed-off-by: Peter Hutterer <peter.hutte...@who-t.net>
Signed-off-by: Adam Jackson <a...@redhat.com>
Signed-off-by: Julien Cristau <jcris...@debian.org>
(cherry picked from commit aea6f19f25e13768b1d09fac4991d6a5e6c2cdac)
Cheers,
Julien
--- End Message ---