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

Bug#503459: xserver-xorg-input-vmmouse: activating vmmouse lets X server die on startup



Package: xserver-xorg-input-vmmouse
Version: 1:12.5.1-4
Severity: normal

Hi,

well, the title says it all
On activation of the latest vmmouse driver in xorg.conf, X will not start up.

Here's the excerpt of Xorg.0.log below that may give more information:

(II) XINPUT: Adding extended input device "PC Keyboard" (type: KEYBOARD)
(II) evaluating device (PC Mouse)
(II) XINPUT: Adding extended input device "PC Mouse" (type: MOUSE)
(II) VMWARE(0): VMMOUSE DEVICE_INIT
(II) VMWARE(0): VMMOUSE DEVICE_ON
(II) VMWARE(0): vmmouse enabled

Backtrace:
0: /usr/bin/X(xf86SigHandler+0x7e) [0x80c919e]
1: [0xb7f9d400]
2: /usr/bin/X(xf86PostButtonEvent+0xdf) [0x80e6f9f]
3: /usr/lib/xorg/modules/input//vmmouse_drv.so [0xb7b5d262]
4: /usr/bin/X(EnableDevice+0x9d) [0x80863ad]
5: /usr/bin/X(InitAndStartDevices+0x7b) [0x80864cb]
6: /usr/bin/X(main+0x3a0) [0x8074680]
7: /lib/i686/cmov/libc.so.6(__libc_start_main+0xe5) [0xb7d42455]
8: /usr/bin/X(FontFileCompleteXLFD+0x21d) [0x8073a81]

Fatal server error:
Caught signal 11.  Server aborting

(II) VMWARE(0): VMMOUSE DEVICE_OFF/CLOSE


Regards
Peter


-- 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  3. Apr 2008  /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1718484 30. Sep 02:06 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
00:0f.0 VGA compatible controller: VMware Inc Abstract SVGA II Adapter

/var/lib/x11/xorg.conf.md5sum does not exist.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 5763 26. Okt 10:58 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# /etc/X11/xorg.conf -- systemwide X.Org configuration file [see xorg.conf(5)]
#
# 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


## Location of files ##
Section "Files"
	# Debian font manager (defoma) controlled fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
	# default X11 fonts
	FontPath	"/usr/share/fonts/X11/misc"
	FontPath	"/usr/share/fonts/X11/75dpi:unscaled"
	FontPath	"/usr/share/fonts/X11/75dpi"
	FontPath	"/usr/share/fonts/X11/100dpi:unscaled"
	FontPath	"/usr/share/fonts/X11/100dpi"
	FontPath	"/usr/share/fonts/X11/cyrillic"
	# Additional fonts: Locale, Gimp, TTF...
	FontPath	"/usr/share/fonts/truetype/freefont"
	FontPath	"/usr/share/fonts/truetype/latex-xft-fonts"
	FontPath	"/usr/share/fonts/truetype/msttcorefonts"
	FontPath	"/usr/share/fonts/truetype/openoffice"
	FontPath	"/usr/share/fonts/truetype/ttf-dejavu"
EndSection


## Modules to load ##
Section "Module"
	Load	"i2c"
	Load	"ddc"		# DDC monitor probing
	Load	"dbe"		# double-buffer extension
	Load	"dri"		# direct rendering infrastructure
	Load	"extmod"	# misc. extensions
	Load	"glx"		# OpenGL extension (auto-loads "GLcore" sub-module)
	Load	"int10"		# VESA INT10 extensions
	Load	"record"	# record input events
	Load	"vbe"		# VESA BIOS extensions
	Load	"xtrap"		# capture X protocol / synthesize input events
	# font support
	Load	"bitmap"	# Bitmap (*.bdf,*.pcf,*.snf)
	Load	"freetype"	# TrueType (*.tt[fc]), OpenType (*.ot[fc])
EndSection


## Keyboard(s) ##
Section "InputDevice"
	Identifier	"PC Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"de"
	Option		"XkbVariant"	"nodeadkeys"
	# make right Windows key the compose key
	Option		"XkbOptions"	"compose:rwin"
EndSection


## Mice ##
# Touchpad / Mouse
Section "InputDevice"
	Identifier	"PC Mouse"
	Driver		"vmmouse"
	Option		"CorePointer"
	# in Linux 2.6 /dev/input/mice is the "all mice" device for PS/2 & USB mice
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"auto"
	Option		"Emulate3Buttons"	"true"
	Option		"Emulate3Timeout"	"100"
	Option		"ZAxisMapping"		"4 5"
EndSection


## Graphics card(s) ##
Section "Device"
	Identifier	"Main Graphics Card"
	Driver		"vmware"
	VendorName	"VMware Inc"
	BoardName	"VMware SVGA II"
EndSection


## Monitor(s) ##
Section "Monitor"
	Identifier	"TFT Monitor"
	VendorName	"Lenovo"
	ModelName	"ThinkPad T61"
	DisplaySize	332 208  # mm
	VertRefresh	50.0 - 75.0  # Hz
	HorizSync	28.0 - 96.0  # kHz
	Option		"DPMS"
	#Gamma		1.20
EndSection


## Screen: how graphics cards and monitors interact ##
Section "Screen"
	Identifier	"Main Screen"
	Device		"Main Graphics Card"
	Monitor		"TFT Monitor"
	DefaultDepth	16
	SubSection "Display"
		Depth		1
		Modes		"1280x960" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x960" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x960" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x960" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x960" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x960" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		32
		Modes		"1280x960" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection


## Server Layout: how all of the above works together ##
Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Main Screen"
	InputDevice	"PC Keyboard"
	InputDevice	"PC Mouse"
EndSection


# special flags to the server
Section "ServerFlags"
	Option	"AllowMouseOpenFail"	"true"
EndSection


# DRI-specific configuration
Section "DRI"
	Mode	0660
EndSection

# EOF


Xorg X server log files on system:
-rw-r--r-- 1 root root 30530 26. Okt 10:58 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:


X.Org X Server 1.4.2
Release Date: 11 June 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.2-7)
Current Operating System: Linux fly 2.6.26-1-686 #1 SMP Thu Oct 9 15:18:09 UTC 2008 i686
Build Date: 30 September 2008  01:48:58AM
 
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sun Oct 26 10:56:37 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Main Screen" (0)
(**) |   |-->Monitor "TFT Monitor"
(**) |   |-->Device "Main Graphics Card"
(**) |-->Input Device "PC Keyboard"
(**) |-->Input Device "PC Mouse"
(**) Option "AllowMouseOpenFail" "true"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/truetype/openoffice".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/share/fonts/truetype/openoffice").
(==) Including the default font path /usr/share/fonts/X11/misc,/usr/share/fonts/X11/cyrillic,/usr/share/fonts/X11/100dpi/:unscaled,/usr/share/fonts/X11/75dpi/:unscaled,/usr/share/fonts/X11/Type1,/usr/share/fonts/X11/100dpi,/usr/share/fonts/X11/75dpi,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType.
(**) FontPath set to:
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/75dpi:unscaled,
	/usr/share/fonts/X11/75dpi,
	/usr/share/fonts/X11/100dpi:unscaled,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/cyrillic,
	/usr/share/fonts/truetype/freefont,
	/usr/share/fonts/truetype/latex-xft-fonts,
	/usr/share/fonts/truetype/msttcorefonts,
	/usr/share/fonts/truetype/ttf-dejavu,
	/usr/local/share/fonts/truetype/Rotis,
	/usr/local/share/fonts/truetype/XP,
	/usr/local/share/fonts/truetype/misc,
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/cyrillic,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81e38c0
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.3
	X.Org Video Driver: 2.0
	X.Org XInput driver : 2.0
	X.Org Server Extension : 0.3
	X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.0.0
	ABI class: X.Org Video Driver, version 2.0
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,7190 card 15ad,1976 rev 01 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,7191 card 0000,0000 rev 01 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 8086,7110 card 15ad,1976 rev 08 class 06,01,00 hdr 80
(II) PCI: 00:07:1: chip 8086,7111 card 15ad,1976 rev 01 class 01,01,8a hdr 00
(II) PCI: 00:07:2: chip 8086,7112 card 15ad,1976 rev 00 class 0c,03,00 hdr 00
(II) PCI: 00:07:3: chip 8086,7113 card 15ad,1976 rev 08 class 06,80,00 hdr 80
(II) PCI: 00:0f:0: chip 15ad,0405 card 15ad,0405 rev 00 class 03,00,00 hdr 00
(II) PCI: 00:10:0: chip 1000,0030 card 0000,0000 rev 01 class 01,00,00 hdr 00
(II) PCI: 00:11:0: chip 15ad,0790 card 0000,0000 rev 02 class 06,04,01 hdr 01
(II) PCI: 02:00:0: chip 1022,2000 card 1022,2000 rev 10 class 02,00,00 hdr 00
(II) PCI: 02:01:0: chip 1274,1371 card 1274,1371 rev 02 class 04,01,00 hdr 00
(II) PCI: 02:02:0: chip 15ad,0770 card 15ad,0770 rev 00 class 0c,03,20 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0080 (VGA_EN is cleared)
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:7:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:17:0), (0,2,2), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 2 I/O range:
	[0] -1	0	0x00002000 - 0x000020ff (0x100) IX[B]
	[1] -1	0	0x00002400 - 0x000024ff (0x100) IX[B]
	[2] -1	0	0x00002800 - 0x000028ff (0x100) IX[B]
	[3] -1	0	0x00002c00 - 0x00002cff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
	[0] -1	0	0xe8900000 - 0xe89fffff (0x100000) MX[B]
(II) Bus 2 prefetchable memory range:
	[0] -1	0	0x50000000 - 0x500fffff (0x100000) MX[B]
(--) PCI:*(0:15:0) VMware Inc [VMware SVGA II] PCI Display Adapter rev 0, Mem @ 0xf0000000/27, 0xe8000000/23, I/O @ 0x1400/4
(II) Addressable bus resource ranges are
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
	[1] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
	[0] -1	0	0xe8900000 - 0xe8900fff (0x1000) MX[B]
	[1] -1	0	0xe8800000 - 0xe8800fff (0x1000) MX[B]
	[2] -1	0	0xe8000000 - 0xe87fffff (0x800000) MX[B](B)
	[3] -1	0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
	[4] -1	0	0x00002080 - 0x000020bf (0x40) IX[B]
	[5] -1	0	0x00002000 - 0x0000207f (0x80) IX[B]
	[6] -1	0	0x00001080 - 0x000010ff (0x80) IX[B]
	[7] -1	0	0x00001060 - 0x0000107f (0x20) IX[B]
	[8] -1	0	0x00001050 - 0x0000105f (0x10) IX[B]
	[9] -1	0	0x00001400 - 0x0000140f (0x10) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xe8900000 - 0xe8900fff (0x1000) MX[B]
	[1] -1	0	0xe8800000 - 0xe8800fff (0x1000) MX[B]
	[2] -1	0	0xe8000000 - 0xe87fffff (0x800000) MX[B](B)
	[3] -1	0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
	[4] -1	0	0x00002080 - 0x000020bf (0x40) IX[B]
	[5] -1	0	0x00002000 - 0x0000207f (0x80) IX[B]
	[6] -1	0	0x00001080 - 0x000010ff (0x80) IX[B]
	[7] -1	0	0x00001060 - 0x0000107f (0x20) IX[B]
	[8] -1	0	0x00001050 - 0x0000105f (0x10) IX[B]
	[9] -1	0	0x00001400 - 0x0000140f (0x10) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xe8900000 - 0xe8900fff (0x1000) MX[B]
	[5] -1	0	0xe8800000 - 0xe8800fff (0x1000) MX[B]
	[6] -1	0	0xe8000000 - 0xe87fffff (0x800000) MX[B](B)
	[7] -1	0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
	[8] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[9] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[10] -1	0	0x00002080 - 0x000020bf (0x40) IX[B]
	[11] -1	0	0x00002000 - 0x0000207f (0x80) IX[B]
	[12] -1	0	0x00001080 - 0x000010ff (0x80) IX[B]
	[13] -1	0	0x00001060 - 0x0000107f (0x20) IX[B]
	[14] -1	0	0x00001050 - 0x0000105f (0x10) IX[B]
	[15] -1	0	0x00001400 - 0x0000140f (0x10) IX[B](B)
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded. This was enabled by default and also specified in the config file.
(II) "dri" will be loaded. This was enabled by default and also specified in the config file.
(II) LoadModule: "i2c"(II) Module "i2c" already built-in
(II) LoadModule: "ddc"(II) Module "ddc" already built-in
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.0.0
	ABI class: X.Org Video Driver, version 2.0
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.1.0
	ABI class: X.Org Video Driver, version 2.0
(II) LoadModule: "xtrap"
(II) Loading /usr/lib/xorg/modules/extensions//libxtrap.so
(II) Module xtrap: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DEC-XTRAP
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
	compiled for 1.4.2, module version = 2.1.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "vmware"
(II) Loading /usr/lib/xorg/modules/drivers//vmware_drv.so
(II) Module vmware: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 10.16.2
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 2.0
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.3.1
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 2.0
(II) LoadModule: "vmmouse"
(II) Loading /usr/lib/xorg/modules/input//vmmouse_drv.so
(II) Module vmmouse: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 12.5.1
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 2.0
(II) VMWARE(0): VMMOUSE module was loaded
(II) Loading sub module "mouse"
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.3.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 2.0
(II) VMWARE: driver for VMware SVGA: vmware0405, vmware0710
(II) Primary Device is: PCI 00:0f:0
(--) Assigning device section with no busID to primary device
(--) Chipset vmware0405 found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] 0	0	0x000b8000 - 0x000bffff (0x8000) MX[B]
	[1] 0	0	0x000b0000 - 0x000b7fff (0x8000) MX[B]
	[2] 0	0	0x000a0000 - 0x000affff (0x10000) MX[B]
	[3] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[4] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[5] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[6] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[7] -1	0	0xe8900000 - 0xe8900fff (0x1000) MX[B]
	[8] -1	0	0xe8800000 - 0xe8800fff (0x1000) MX[B]
	[9] -1	0	0xe8000000 - 0xe87fffff (0x800000) MX[B](B)
	[10] -1	0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
	[11] 0	0	0x000003c0 - 0x000003df (0x20) IX[B]
	[12] 0	0	0x000003b0 - 0x000003bb (0xc) IX[B]
	[13] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[14] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[15] -1	0	0x00002080 - 0x000020bf (0x40) IX[B]
	[16] -1	0	0x00002000 - 0x0000207f (0x80) IX[B]
	[17] -1	0	0x00001080 - 0x000010ff (0x80) IX[B]
	[18] -1	0	0x00001060 - 0x0000107f (0x20) IX[B]
	[19] -1	0	0x00001050 - 0x0000105f (0x10) IX[B]
	[20] -1	0	0x00001400 - 0x0000140f (0x10) IX[B](B)
(II) resource ranges after probing:
	[0] 0	0	0x000b8000 - 0x000bffff (0x8000) MX[B]
	[1] 0	0	0x000b0000 - 0x000b7fff (0x8000) MX[B]
	[2] 0	0	0x000a0000 - 0x000affff (0x10000) MX[B]
	[3] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[4] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[5] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[6] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[7] -1	0	0xe8900000 - 0xe8900fff (0x1000) MX[B]
	[8] -1	0	0xe8800000 - 0xe8800fff (0x1000) MX[B]
	[9] -1	0	0xe8000000 - 0xe87fffff (0x800000) MX[B](B)
	[10] -1	0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
	[11] 0	0	0x000003c0 - 0x000003df (0x20) IX[B]
	[12] 0	0	0x000003b0 - 0x000003bb (0xc) IX[B]
	[13] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[14] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[15] -1	0	0x00002080 - 0x000020bf (0x40) IX[B]
	[16] -1	0	0x00002000 - 0x0000207f (0x80) IX[B]
	[17] -1	0	0x00001080 - 0x000010ff (0x80) IX[B]
	[18] -1	0	0x00001060 - 0x0000107f (0x20) IX[B]
	[19] -1	0	0x00001050 - 0x0000105f (0x10) IX[B]
	[20] -1	0	0x00001400 - 0x0000140f (0x10) IX[B](B)
(II) Setting vga for screen 0.
(--) VMWARE(0): VMware SVGA regs at (0x1400, 0x1401)
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 0.1.0
	ABI class: X.Org Video Driver, version 2.0
(--) VMWARE(0): caps:  0x000383E2
(--) VMWARE(0): depth: 24
(--) VMWARE(0): bpp:   32
(--) VMWARE(0): vram:  16777216
(--) VMWARE(0): pbase: 0xf0000000
(--) VMWARE(0): mwidt: 2360
(--) VMWARE(0): mheig: 1770
(--) VMWARE(0): depth: 16
(--) VMWARE(0): bpp:   16
(--) VMWARE(0): w.red: 5
(--) VMWARE(0): w.grn: 6
(--) VMWARE(0): w.blu: 5
(--) VMWARE(0): vis:   4
(**) VMWARE(0): Depth 16, (--) framebuffer bpp 16
(==) VMWARE(0): RGB weight 565
(==) VMWARE(0): Default visual is TrueColor
(==) VMWARE(0): Using HW cursor
(==) VMWARE(0): Using gamma correction (1.0, 1.0, 1.0)
(II) VMWARE(0): TFT Monitor: Using hsync range of 28.00-96.00 kHz
(II) VMWARE(0): TFT Monitor: Using vrefresh range of 50.00-75.00 Hz
(II) VMWARE(0): Clock range:   0.00 to 400000.00 MHz
(II) VMWARE(0): Not using default mode "640x350" (vrefresh out of range)
(II) VMWARE(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan)
(II) VMWARE(0): Not using default mode "640x400" (vrefresh out of range)
(II) VMWARE(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan)
(II) VMWARE(0): Not using default mode "720x400" (vrefresh out of range)
(II) VMWARE(0): Not using default mode "360x200" (bad mode clock/interlace/doublescan)
(II) VMWARE(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) VMWARE(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) VMWARE(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) VMWARE(0): Not using default mode "640x480" (vrefresh out of range)
(II) VMWARE(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) VMWARE(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) VMWARE(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) VMWARE(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) VMWARE(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) VMWARE(0): Not using default mode "800x600" (vrefresh out of range)
(II) VMWARE(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) VMWARE(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) VMWARE(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) VMWARE(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) VMWARE(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) VMWARE(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) VMWARE(0): Not using default mode "1024x768" (vrefresh out of range)
(II) VMWARE(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) VMWARE(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
(II) VMWARE(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) VMWARE(0): Not using default mode "1280x960" (vrefresh out of range)
(II) VMWARE(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) VMWARE(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) VMWARE(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) VMWARE(0): Not using default mode "1280x1024" (vrefresh out of range)
(II) VMWARE(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) VMWARE(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) VMWARE(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) VMWARE(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) VMWARE(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) VMWARE(0): Not using default mode "1600x1200" (hsync out of range)
(II) VMWARE(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) VMWARE(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) VMWARE(0): Not using default mode "1792x1344" (hsync out of range)
(II) VMWARE(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) VMWARE(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) VMWARE(0): Not using default mode "1856x1392" (hsync out of range)
(II) VMWARE(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) VMWARE(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) VMWARE(0): Not using default mode "1920x1440" (hsync out of range)
(II) VMWARE(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) VMWARE(0): Not using default mode "416x312" (bad mode clock/interlace/doublescan)
(II) VMWARE(0): Not using default mode "640x384" (bad mode clock/interlace/doublescan)
(II) VMWARE(0): Not using default mode "640x400" (bad mode clock/interlace/doublescan)
(II) VMWARE(0): Not using default mode "576x384" (bad mode clock/interlace/doublescan)
(II) VMWARE(0): Not using default mode "1152x864" (vrefresh out of range)
(II) VMWARE(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
(II) VMWARE(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) VMWARE(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) VMWARE(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) VMWARE(0): Not using default mode "1400x1050" (vrefresh out of range)
(II) VMWARE(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) VMWARE(0): Not using default mode "720x450" (bad mode clock/interlace/doublescan)
(II) VMWARE(0): Not using default mode "800x512" (bad mode clock/interlace/doublescan)
(II) VMWARE(0): Not using default mode "840x525" (bad mode clock/interlace/doublescan)
(II) VMWARE(0): Not using default mode "960x600" (bad mode clock/interlace/doublescan)
(II) VMWARE(0): Not using default mode "960x600" (bad mode clock/interlace/doublescan)
(II) VMWARE(0): Not using default mode "1920x1440" (hsync out of range)
(II) VMWARE(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) VMWARE(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) VMWARE(0): Not using default mode "2048x1536" (hsync out of range)
(II) VMWARE(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) VMWARE(0): Not using default mode "2048x1536" (hsync out of range)
(II) VMWARE(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) VMWARE(0): Not using default mode "2048x1536" (width too large for virtual size)
(II) VMWARE(0): Not using default mode "1920x1440" (width too large for virtual size)
(II) VMWARE(0): Not using default mode "1856x1392" (width too large for virtual size)
(II) VMWARE(0): Not using default mode "1792x1344" (width too large for virtual size)
(II) VMWARE(0): Not using default mode "1920x1200" (width too large for virtual size)
(II) VMWARE(0): Not using default mode "1920x1200" (width too large for virtual size)
(II) VMWARE(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) VMWARE(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) VMWARE(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) VMWARE(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) VMWARE(0): Not using default mode "1680x1050" (width too large for virtual size)
(II) VMWARE(0): Not using default mode "1400x1050" (width too large for virtual size)
(II) VMWARE(0): Not using default mode "1400x1050" (width too large for virtual size)
(II) VMWARE(0): Not using default mode "1400x1050" (width too large for virtual size)
(II) VMWARE(0): Not using default mode "1280x1024" (height too large for virtual size)
(II) VMWARE(0): Not using default mode "1280x1024" (height too large for virtual size)
(II) VMWARE(0): Not using default mode "1440x900" (width too large for virtual size)
(--) VMWARE(0): Virtual size is 1280x960 (pitch 1280)
(**) VMWARE(0): *Default mode "1280x960": 108.0 MHz, 60.0 kHz, 60.0 Hz
(II) VMWARE(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
(**) VMWARE(0): *Default mode "1024x768": 78.8 MHz, 60.0 kHz, 75.0 Hz
(II) VMWARE(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
(**) VMWARE(0): *Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(II) VMWARE(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(**) VMWARE(0): *Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(II) VMWARE(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(**) VMWARE(0):  Default mode "1280x800": 83.5 MHz, 49.7 kHz, 60.0 Hz
(II) VMWARE(0): Modeline "1280x800"x60.0   83.46  1280 1344 1480 1680  800 801 804 828 (49.7 kHz)
(**) VMWARE(0):  Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz
(II) VMWARE(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
(**) VMWARE(0):  Default mode "1280x768": 80.1 MHz, 47.7 kHz, 60.0 Hz
(II) VMWARE(0): Modeline "1280x768"x60.0   80.14  1280 1344 1480 1680  768 769 772 795 (47.7 kHz)
(**) VMWARE(0):  Default mode "1152x768": 65.0 MHz, 44.2 kHz, 54.8 Hz
(II) VMWARE(0): Modeline "1152x768"x54.8   65.00  1152 1178 1314 1472  768 771 777 806 +hsync +vsync (44.2 kHz)
(**) VMWARE(0):  Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
(II) VMWARE(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
(**) VMWARE(0):  Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(II) VMWARE(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(**) VMWARE(0):  Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz
(II) VMWARE(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
(**) VMWARE(0):  Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
(II) VMWARE(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
(**) VMWARE(0):  Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(II) VMWARE(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(**) VMWARE(0):  Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(II) VMWARE(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
(**) VMWARE(0):  Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
(II) VMWARE(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
(**) VMWARE(0):  Default mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz
(II) VMWARE(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(**) VMWARE(0): Display dimensions: (332, 208) mm
(**) VMWARE(0): DPI set to (97, 117)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "shadowfb"
(II) LoadModule: "shadowfb"
(II) Loading /usr/lib/xorg/modules//libshadowfb.so
(II) Module shadowfb: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module "ramdac" already built-in
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0	0	0x000b8000 - 0x000bffff (0x8000) MX[B]
	[1] 0	0	0x000b0000 - 0x000b7fff (0x8000) MX[B]
	[2] 0	0	0x000a0000 - 0x000affff (0x10000) MX[B]
	[3] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[4] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[5] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[6] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[7] -1	0	0xe8900000 - 0xe8900fff (0x1000) MX[B]
	[8] -1	0	0xe8800000 - 0xe8800fff (0x1000) MX[B]
	[9] -1	0	0xe8000000 - 0xe87fffff (0x800000) MX[B](B)
	[10] -1	0	0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
	[11] 0	0	0x000003c0 - 0x000003df (0x20) IX[B]
	[12] 0	0	0x000003b0 - 0x000003bb (0xc) IX[B]
	[13] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[14] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[15] -1	0	0x00002080 - 0x000020bf (0x40) IX[B]
	[16] -1	0	0x00002000 - 0x0000207f (0x80) IX[B]
	[17] -1	0	0x00001080 - 0x000010ff (0x80) IX[B]
	[18] -1	0	0x00001060 - 0x0000107f (0x20) IX[B]
	[19] -1	0	0x00001050 - 0x0000105f (0x10) IX[B]
	[20] -1	0	0x00001400 - 0x0000140f (0x10) IX[B](B)
(II) VMWARE(0): Initialized VMWARE_CTRL extension version 0.2
(II) VMWARE(0): Initialized VMware Xinerama extension.
(II) VMWARE(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(==) VMWARE(0): Write-combining range (0xf0000000,0x1000000)
(==) VMWARE(0): Backing store disabled
(==) VMWARE(0): Silken mouse enabled
(WW) VMWARE(0): Option "DPMS" is not used
(==) RandR enabled
(II) Setting vga for screen 0.
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) AIGLX: Screen 0 is not DRI capable
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/lib/xorg/modules/extensions//libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(II) GLX: Initialized MESA-PROXY GL provider for screen 0
(**) Option "CoreKeyboard"
(**) PC Keyboard: always reports core events
(**) Option "Protocol" "standard"
(**) PC Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) PC Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) PC Keyboard: XkbModel: "pc105"
(**) Option "XkbLayout" "de"
(**) PC Keyboard: XkbLayout: "de"
(**) Option "XkbVariant" "nodeadkeys"
(**) PC Keyboard: XkbVariant: "nodeadkeys"
(**) Option "XkbOptions" "compose:rwin"
(**) PC Keyboard: XkbOptions: "compose:rwin"
(**) Option "CustomKeycodes" "off"
(**) PC Keyboard: CustomKeycodes disabled
(II) VMWARE(0): vmmouse is available
(**) Option "CorePointer"
(**) PC Mouse: always reports core events
(**) Option "Device" "/dev/input/mice"
(II) evaluating device (PC Keyboard)
(II) XINPUT: Adding extended input device "PC Keyboard" (type: KEYBOARD)
(II) evaluating device (PC Mouse)
(II) XINPUT: Adding extended input device "PC Mouse" (type: MOUSE)
(II) VMWARE(0): VMMOUSE DEVICE_INIT
(II) VMWARE(0): VMMOUSE DEVICE_ON
(II) VMWARE(0): vmmouse enabled

Backtrace:
0: /usr/bin/X(xf86SigHandler+0x7e) [0x80c919e]
1: [0xb7f9d400]
2: /usr/bin/X(xf86PostButtonEvent+0xdf) [0x80e6f9f]
3: /usr/lib/xorg/modules/input//vmmouse_drv.so [0xb7b5d262]
4: /usr/bin/X(EnableDevice+0x9d) [0x80863ad]
5: /usr/bin/X(InitAndStartDevices+0x7b) [0x80864cb]
6: /usr/bin/X(main+0x3a0) [0x8074680]
7: /lib/i686/cmov/libc.so.6(__libc_start_main+0xe5) [0xb7d42455]
8: /usr/bin/X(FontFileCompleteXLFD+0x21d) [0x8073a81]

Fatal server error:
Caught signal 11.  Server aborting

(II) VMWARE(0): VMMOUSE DEVICE_OFF/CLOSE

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xserver-xorg-input-vmmouse depends on:
ii  libc6                         2.7-14     GNU C Library: Shared libraries
ii  xserver-xorg-core             2:1.4.2-7  Xorg X server - core server

xserver-xorg-input-vmmouse recommends no packages.

xserver-xorg-input-vmmouse suggests no packages.

-- no debconf information



Reply to: