[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#468278: marked as done (xserver-xorg-core: XkbGeometry "thinkpad(us)" locks up machine)



Your message dated Sat, 17 May 2008 16:31:47 +0200
with message-id <482EEC53.4070609@ens-lyon.org>
and subject line Re: Bug#467058: This issue seems fixed in 2:1.4.1~git20080131-3
has caused the Debian Bug report #467058,
regarding xserver-xorg-core: XkbGeometry "thinkpad(us)" locks up machine
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 owner@bugs.debian.org
immediately.)


-- 
467058: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=467058
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: xserver-xorg-core
Version: 2:1.4.1~git20080131-1
Severity: important

Hello,

If I put

	Option		"XkbGeometry"		"thinkpad(us)"

instead of

	Option		"XkbGeometry"		"pc(pc104)"

in /etc/X11/xorg.conf, and start X (even just by typing "X" at the
console), then I can reliably crash X by either quitting X (for example
by hitting Ctrl-Alt-Backspace) or changing xkb settings (for example by
running "setxkbmap -option").  The bottom half or so of my screen then
shows vertical stripes on black, and my system locks up (but the magic
SysRq key still works).  Some other actions trigger this crash as well,
such as opening some documents in OpenOffice.

Thanks,
	Ken

-- 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  5  2006 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1673980 Jan 31 23:06 /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)

/etc/X11/xorg.conf does not match checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 3525 Feb 27 22:01 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
	FontPath	"/usr/share/fonts/X11/misc"
	FontPath	"/usr/X11R6/lib/X11/fonts/misc"
	FontPath	"/usr/share/fonts/X11/cyrillic"
	FontPath	"/usr/X11R6/lib/X11/fonts/cyrillic"
	FontPath	"/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath	"/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath	"/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/Type1"
	FontPath	"/usr/X11R6/lib/X11/fonts/Type1"
	FontPath	"/usr/share/fonts/X11/75dpi"
	FontPath	"/usr/X11R6/lib/X11/fonts/75dpi"
	FontPath	"/usr/share/fonts/X11/100dpi"
	FontPath	"/usr/X11R6/lib/X11/fonts/100dpi"
	# path to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load	"i2c"
	Load	"bitmap"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"type1"
	# Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	# Option		"XkbRules"	"xorg"
	# Option		"XkbModel"	"thinkpad"
	# Option		"XkbLayout"	"us"
	# Option		"XkbOptions"	"altwin:alt_super_win,altwin:super_win"
	Option		"XkbKeycodes"		"xfree86+aliases(qwerty)"
	Option		"XkbTypes"		"complete"
	Option		"XkbSymbols"		"pc+us"
	# +inet(thinkpad)+altwin(alt_super_win)+altwin(super_win)"
	Option		"XkbGeometry"		"pc(pc104)"
	# thinkpad(us)"
	Option		"XkbCompat"		"complete"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ExplorerPS/2"
	Option		"Emulate3Buttons"	"false"
	Option		"EmulateWheel"		"false"
	Option		"EmulateWheelButton"	"2"
	Option		"YAxisMapping"		"4 5"
	Option		"XAxisMapping"		"6 7"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "InputDevice"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"auto-dev"
	Option		"HorizScrollDelta"	"0"
EndSection

Section "Device"
	Identifier	"Intel 945GM"
	Driver		"intel"
	BusID		"PCI:0:2:0"
	Option		"AccelMethod"		"XAA"
	# Option		"Monitor-VGA" "VGA Monitor"
	# Option		"Monitor-LVDS" "LVDS Monitor"
EndSection

Section "Monitor"
	Identifier	"VGA Monitor"
	Option		"LeftOf" "LVDS Monitor"
EndSection

Section "Monitor"
	Identifier	"LVDS Monitor"
EndSection

Section "Screen"
	Identifier	"ThinkPad X60"
	Device		"Intel 945GM"
	DefaultDepth	24
	SubSection "Display"
		Depth		16
		Modes		"1024x768" "2048x768" "1280x1024" "2304x1024"
		Virtual		2304 1024
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768" "2048x768" "1280x1024" "2304x1024"
		Virtual		2304 1024
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default"
	Screen		"ThinkPad X60"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
EndSection

Section "DRI"
	Mode	0666
EndSection


Xorg X server log files on system:
-rw------- 1 root root 23509 Jan 17 11:46 /var/log/Xorg.1.log
-rw------- 1 root root 38358 Feb 27 22:01 /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 unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.24 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=en_US.iso88591 (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages xserver-xorg-core depends on:
ii  libc6                   2.7-8            GNU C Library: Shared libraries
ii  libdbus-1-3             1.1.4-1          simple interprocess messaging syst
ii  libdrm2                 2.3.0-4          Userspace interface to kernel DRM 
ii  libfontenc1             1:1.0.4-2        X11 font encoding library
ii  libgcc1                 1:4.3-20080219-1 GCC support library
ii  libhal1                 0.5.10-5         Hardware Abstraction Layer - share
ii  libpixman-1-0           0.9.6-1          pixel-manipulation library for X a
ii  libxau6                 1:1.0.3-2        X11 authorisation library
ii  libxdmcp6               1:1.0.2-2        X11 Display Manager Control Protoc
ii  libxfont1               1:1.3.1-2        X11 font rasterisation library
ii  x11-common              1:7.3+10         X Window System (X.Org) infrastruc
ii  xserver-xorg            1:7.3+10         the X.Org X server

Versions of packages xserver-xorg-core recommends:
ii  xfonts-base         1:1.0.0-5            standard fonts for X
ii  xkb-data            1.1~cvs.20080104.1-1 X Keyboard Extension (XKB) configu

-- no debconf information

-- 
Edit this signature at http://www.digitas.harvard.edu/cgi-bin/ken/sig
God exists since mathematics is consistent, and the devil exists 
since its consistency cannot be proved. --  Hermann Weyl.

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Version: 2:1.4.1~git20080131-4


Julien BLACHE wrote:
>> It seems to be fixed in 2:1.4.1~git20080131-4. At least it doesn't
>> happen anymore here.
>>     
>
> Yes, it's fixed.
>   

Good news, thanks, closing.

Brice



--- End Message ---

Reply to: