View Issue Details

IDProjectCategoryView StatusLast Update
0001305Kali LinuxGeneral Bugpublic2025-07-14 09:38
Reporterkfritz Assigned Tomuts  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
Platformx64OSKaliOS Version1.0.7
Product Version1.0.7 
Summary0001305: Xorg crashes on startup
Description

I'm running on qemu-kvm, on top of Slackware 14.1. After upgrade from 1.0.6 (apt-get update && apt-get dist-upgrade), Xorg will not start up. I tried a fresh install as well, and upgraded qemu from 1.6.1 to 2.0.0 and still get the same issue. I'll attach my Xorg.0.log, which has a backtrace.

Booting the old kernel (on the upgraded version) does not exhibit the crash.

Steps To Reproduce

Install, reboot, crash. Here's the script I use to launch Kali:

#!/bin/sh
NETSPEC="-net vde -net nic,macaddr=DE:AD:BE:EF:42:06,model=virtio"
DRIVESPEC="-drive file=disk.bin,index=0,cache=writeback"
#ISOSPEC="-cdrom /home/kent/iso/kali-linux-1.0.7-amd64-mini.iso"
cd _disks/kali
qemu-kvm \
-enable-kvm \
-name "Kali" \
-m 1G \
$NETSPEC \
$DRIVESPEC \
$ISOSPEC \
$@ &

Attached Files
Xorg.0.log (32,134 bytes)   
[     2.844] 
X.Org X Server 1.12.4
Release Date: 2012-08-27
[     2.844] X Protocol Version 11, Revision 0
[     2.844] Build Operating System: Linux 3.11-2-amd64 x86_64 Debian
[     2.844] Current Operating System: Linux kfritz-kali 3.14-kali1-amd64 #1 SMP Debian 3.14.4-1kali1 (2014-05-14) x86_64
[     2.844] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.14-kali1-amd64 root=UUID=fb565b27-6a0f-406c-9925-858fc42fbe15 ro quiet
[     2.845] Build Date: 17 December 2013  07:37:58PM
[     2.845] xorg-server 2:1.12.4-6+deb7u2 (Julien Cristau <[email protected]>) 
[     2.845] Current version of pixman: 0.26.0
[     2.845] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     2.845] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     2.845] (==) Log file: "/var/log/Xorg.0.log", Time: Fri May 30 10:06:59 2014
[     2.846] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     2.847] (==) No Layout section.  Using the first Screen section.
[     2.847] (==) No screen section available. Using defaults.
[     2.847] (**) |-->Screen "Default Screen Section" (0)
[     2.847] (**) |   |-->Monitor "<default monitor>"
[     2.847] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     2.847] (==) Automatically adding devices
[     2.847] (==) Automatically enabling devices
[     2.849] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[     2.849] 	Entry deleted from font path.
[     2.850] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[     2.850] 	Entry deleted from font path.
[     2.850] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/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,
	built-ins
[     2.850] (==) ModulePath set to "/usr/lib/xorg/modules"
[     2.850] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     2.850] (II) Loader magic: 0x7f3048e3fae0
[     2.850] (II) Module ABI versions:
[     2.850] 	X.Org ANSI C Emulation: 0.4
[     2.850] 	X.Org Video Driver: 12.1
[     2.850] 	X.Org XInput driver : 16.0
[     2.850] 	X.Org Server Extension : 6.0
[     2.851] (--) PCI:*(0:0:2:0) 1013:00b8:1af4:1100 rev 0, Mem @ 0xfc000000/33554432, 0xfebd0000/4096, BIOS @ 0x????????/65536
[     2.851] (II) Open ACPI successful (/var/run/acpid.socket)
[     2.851] (II) LoadModule: "extmod"
[     2.853] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[     2.854] (II) Module extmod: vendor="X.Org Foundation"
[     2.854] 	compiled for 1.12.4, module version = 1.0.0
[     2.854] 	Module class: X.Org Server Extension
[     2.854] 	ABI class: X.Org Server Extension, version 6.0
[     2.854] (II) Loading extension SELinux
[     2.854] (II) Loading extension MIT-SCREEN-SAVER
[     2.854] (II) Loading extension XFree86-VidModeExtension
[     2.854] (II) Loading extension XFree86-DGA
[     2.854] (II) Loading extension DPMS
[     2.854] (II) Loading extension XVideo
[     2.854] (II) Loading extension XVideo-MotionCompensation
[     2.854] (II) Loading extension X-Resource
[     2.854] (II) LoadModule: "dbe"
[     2.854] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[     2.854] (II) Module dbe: vendor="X.Org Foundation"
[     2.854] 	compiled for 1.12.4, module version = 1.0.0
[     2.854] 	Module class: X.Org Server Extension
[     2.854] 	ABI class: X.Org Server Extension, version 6.0
[     2.854] (II) Loading extension DOUBLE-BUFFER
[     2.854] (II) LoadModule: "glx"
[     2.854] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     2.856] (II) Module glx: vendor="X.Org Foundation"
[     2.856] 	compiled for 1.12.4, module version = 1.0.0
[     2.856] 	ABI class: X.Org Server Extension, version 6.0
[     2.856] (==) AIGLX enabled
[     2.856] (II) Loading extension GLX
[     2.856] (II) LoadModule: "record"
[     2.856] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[     2.856] (II) Module record: vendor="X.Org Foundation"
[     2.856] 	compiled for 1.12.4, module version = 1.13.0
[     2.856] 	Module class: X.Org Server Extension
[     2.856] 	ABI class: X.Org Server Extension, version 6.0
[     2.856] (II) Loading extension RECORD
[     2.856] (II) LoadModule: "dri"
[     2.856] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[     2.857] (II) Module dri: vendor="X.Org Foundation"
[     2.857] 	compiled for 1.12.4, module version = 1.0.0
[     2.857] 	ABI class: X.Org Server Extension, version 6.0
[     2.857] (II) Loading extension XFree86-DRI
[     2.857] (II) LoadModule: "dri2"
[     2.857] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[     2.858] (II) Module dri2: vendor="X.Org Foundation"
[     2.858] 	compiled for 1.12.4, module version = 1.2.0
[     2.858] 	ABI class: X.Org Server Extension, version 6.0
[     2.858] (II) Loading extension DRI2
[     2.858] (==) Matched cirrus as autoconfigured driver 0
[     2.858] (==) Matched vesa as autoconfigured driver 1
[     2.858] (==) Matched fbdev as autoconfigured driver 2
[     2.858] (==) Assigned the driver to the xf86ConfigLayout
[     2.858] (II) LoadModule: "cirrus"
[     2.858] (II) Loading /usr/lib/xorg/modules/drivers/cirrus_drv.so
[     2.858] (II) Module cirrus: vendor="X.Org Foundation"
[     2.858] 	compiled for 1.12.1.902, module version = 1.4.0
[     2.858] 	Module class: X.Org Video Driver
[     2.858] 	ABI class: X.Org Video Driver, version 12.0
[     2.858] (II) LoadModule: "vesa"
[     2.858] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[     2.859] (II) Module vesa: vendor="X.Org Foundation"
[     2.859] 	compiled for 1.12.1, module version = 2.3.1
[     2.859] 	Module class: X.Org Video Driver
[     2.859] 	ABI class: X.Org Video Driver, version 12.0
[     2.859] (II) LoadModule: "fbdev"
[     2.859] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[     2.859] (II) Module fbdev: vendor="X.Org Foundation"
[     2.859] 	compiled for 1.12.1, module version = 0.4.2
[     2.859] 	ABI class: X.Org Video Driver, version 12.0
[     2.859] (II) CIRRUS: driver for Cirrus chipsets: CLGD5430, CLGD5434-4, CLGD5434-8,
	CLGD5436, CLGD5446, CLGD5480, CL-GD5462, CL-GD5464, CL-GD5464BD,
	CL-GD5465, CL-GD7548, CL-GD7555, CL-GD7556
[     2.859] (II) VESA: driver for VESA chipsets: vesa
[     2.859] (II) FBDEV: driver for framebuffer: fbdev
[     2.859] (++) using VT number 7

[     2.863] (WW) Falling back to old probe method for cirrus
[     2.863] (--) Assigning device section with no busID to primary device
[     2.863] (--) Chipset CLGD5446 found
[     2.863] (II) Loading sub module "cirrus_alpine"
[     2.863] (II) LoadModule: "cirrus_alpine"
[     2.864] (II) Loading /usr/lib/xorg/modules/drivers/cirrus_alpine.so
[     2.865] (II) Module cirrus_alpine: vendor="X.Org Foundation"
[     2.865] 	compiled for 1.12.1.902, module version = 1.0.0
[     2.865] 	ABI class: X.Org Video Driver, version 12.0
[     2.865] (WW) Falling back to old probe method for vesa
[     2.865] (WW) Falling back to old probe method for fbdev
[     2.865] (II) Loading sub module "fbdevhw"
[     2.865] (II) LoadModule: "fbdevhw"
[     2.865] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[     2.866] (II) Module fbdevhw: vendor="X.Org Foundation"
[     2.866] 	compiled for 1.12.4, module version = 0.0.2
[     2.866] 	ABI class: X.Org Video Driver, version 12.1
[     2.866] (EE) open /dev/fb0: No such file or directory
[     2.866] (II) Loading sub module "vgahw"
[     2.866] (II) LoadModule: "vgahw"
[     2.866] (II) Loading /usr/lib/xorg/modules/libvgahw.so
[     2.866] (II) Module vgahw: vendor="X.Org Foundation"
[     2.866] 	compiled for 1.12.4, module version = 0.1.0
[     2.866] 	ABI class: X.Org Video Driver, version 12.1
[     2.866] (II) CIRRUS(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0
[     2.866] (II) Loading sub module "int10"
[     2.866] (II) LoadModule: "int10"
[     2.866] (II) Loading /usr/lib/xorg/modules/libint10.so
[     2.867] (II) Module int10: vendor="X.Org Foundation"
[     2.867] 	compiled for 1.12.4, module version = 1.0.0
[     2.867] 	ABI class: X.Org Video Driver, version 12.1
[     2.867] (II) CIRRUS(0): initializing int10
[     2.867] (II) CIRRUS(0): Primary V_BIOS segment is: 0xc000
[     2.867] (II) CIRRUS(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/24
[     2.867] (--) CIRRUS(0): Depth 24, (==) framebuffer bpp 24
[     2.867] (==) CIRRUS(0): RGB weight 888
[     2.867] (==) CIRRUS(0): Default visual is TrueColor
[     2.867] (==) CIRRUS(0): Using SW cursor
[     2.867] (--) CIRRUS(0): Linear framebuffer at 0xFC000000
[     2.867] (--) CIRRUS(0): Using MMIO
[     2.867] (--) CIRRUS(0): MMIO registers at 0xFEBD0000
[     2.867] (II) Loading sub module "i2c"
[     2.867] (II) LoadModule: "i2c"
[     2.867] (II) Module "i2c" already built-in
[     2.867] (II) Loading sub module "ddc"
[     2.867] (II) LoadModule: "ddc"
[     2.867] (II) Module "ddc" already built-in
[     2.867] (II) CIRRUS(0): I2C bus "I2C bus 1" initialized.
[     2.867] (II) CIRRUS(0): I2C bus "I2C bus 2" initialized.
[     2.867] (II) CIRRUS(0): I2C device "I2C bus 1:ddc2" registered at address 0xA0.
[     2.873] (II) CIRRUS(0): Defaulting to 1024x768 for QEMU
[     2.873] (==) CIRRUS(0): Using gamma correction (1.0, 1.0, 1.0)
[     2.873] (--) CIRRUS(0): Memory Config reg 1 is 0x98
[     2.873] (--) CIRRUS(0): Memory Config reg 2 is 0x20
[     2.873] (--) CIRRUS(0): VideoRAM: 4096 kByte
[     2.873] (==) CIRRUS(0): Min pixel clock is 12 MHz
[     2.873] (--) CIRRUS(0): Max pixel clock is 85 MHz
[     2.873] (II) CIRRUS(0): <default monitor>: Using hsync range of 31.50-48.00 kHz
[     2.873] (II) CIRRUS(0): <default monitor>: Using vrefresh range of 56.00-60.10 Hz
[     2.873] (II) CIRRUS(0): <default monitor>: Using maximum pixel clock of 65.00 MHz
[     2.873] (WW) CIRRUS(0): Unable to estimate virtual size
[     2.873] (II) CIRRUS(0): Clock range:  12.00 to  85.50 MHz
[     2.873] (II) CIRRUS(0): Not using default mode "640x350" (vrefresh out of range)
[     2.873] (II) CIRRUS(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan)
[     2.873] (II) CIRRUS(0): Not using default mode "640x400" (vrefresh out of range)
[     2.873] (II) CIRRUS(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan)
[     2.873] (II) CIRRUS(0): Not using default mode "720x400" (vrefresh out of range)
[     2.873] (II) CIRRUS(0): Not using default mode "360x200" (bad mode clock/interlace/doublescan)
[     2.873] (II) CIRRUS(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
[     2.873] (II) CIRRUS(0): Not using default mode "640x480" (vrefresh out of range)
[     2.873] (II) CIRRUS(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
[     2.873] (II) CIRRUS(0): Not using default mode "640x480" (vrefresh out of range)
[     2.873] (II) CIRRUS(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
[     2.873] (II) CIRRUS(0): Not using default mode "640x480" (vrefresh out of range)
[     2.873] (II) CIRRUS(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
[     2.873] (II) CIRRUS(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
[     2.873] (II) CIRRUS(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
[     2.873] (II) CIRRUS(0): Not using default mode "800x600" (vrefresh out of range)
[     2.873] (II) CIRRUS(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
[     2.873] (II) CIRRUS(0): Not using default mode "800x600" (vrefresh out of range)
[     2.873] (II) CIRRUS(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
[     2.873] (II) CIRRUS(0): Not using default mode "800x600" (hsync out of range)
[     2.873] (II) CIRRUS(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
[     2.873] (II) CIRRUS(0): Not using default mode "1024x768i" (bad mode clock/interlace/doublescan)
[     2.873] (II) CIRRUS(0): Not using default mode "512x384i" (bad mode clock/interlace/doublescan)
[     2.873] (II) CIRRUS(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
[     2.873] (II) CIRRUS(0): Not using default mode "1024x768" (hsync out of range)
[     2.873] (II) CIRRUS(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
[     2.873] (II) CIRRUS(0): Not using default mode "1024x768" (hsync out of range)
[     2.873] (II) CIRRUS(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
[     2.873] (II) CIRRUS(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
[     2.873] (II) CIRRUS(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
[     2.873] (II) CIRRUS(0): Not using default mode "1152x864" (bad mode clock/interlace/doublescan)
[     2.873] (II) CIRRUS(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
[     2.873] (II) CIRRUS(0): Not using default mode "1280x960" (bad mode clock/interlace/doublescan)
[     2.873] (II) CIRRUS(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
[     2.873] (II) CIRRUS(0): Not using default mode "1280x960" (bad mode clock/interlace/doublescan)
[     2.873] (II) CIRRUS(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
[     2.873] (II) CIRRUS(0): Not using default mode "1280x1024" (bad mode clock/interlace/doublescan)
[     2.873] (II) CIRRUS(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
[     2.873] (II) CIRRUS(0): Not using default mode "1280x1024" (bad mode clock/interlace/doublescan)
[     2.873] (II) CIRRUS(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
[     2.873] (II) CIRRUS(0): Not using default mode "1280x1024" (bad mode clock/interlace/doublescan)
[     2.873] (II) CIRRUS(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
[     2.873] (II) CIRRUS(0): Not using default mode "1600x1200" (insufficient memory for mode)
[     2.873] (II) CIRRUS(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
[     2.873] (II) CIRRUS(0): Not using default mode "1600x1200" (insufficient memory for mode)
[     2.873] (II) CIRRUS(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
[     2.873] (II) CIRRUS(0): Not using default mode "1600x1200" (insufficient memory for mode)
[     2.873] (II) CIRRUS(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
[     2.873] (II) CIRRUS(0): Not using default mode "1600x1200" (insufficient memory for mode)
[     2.873] (II) CIRRUS(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
[     2.873] (II) CIRRUS(0): Not using default mode "1600x1200" (insufficient memory for mode)
[     2.873] (II) CIRRUS(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
[     2.873] (II) CIRRUS(0): Not using default mode "1792x1344" (insufficient memory for mode)
[     2.873] (II) CIRRUS(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
[     2.873] (II) CIRRUS(0): Not using default mode "1792x1344" (insufficient memory for mode)
[     2.873] (II) CIRRUS(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
[     2.873] (II) CIRRUS(0): Not using default mode "1856x1392" (insufficient memory for mode)
[     2.873] (II) CIRRUS(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
[     2.873] (II) CIRRUS(0): Not using default mode "1856x1392" (insufficient memory for mode)
[     2.873] (II) CIRRUS(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
[     2.873] (II) CIRRUS(0): Not using default mode "1920x1440" (insufficient memory for mode)
[     2.873] (II) CIRRUS(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
[     2.873] (II) CIRRUS(0): Not using default mode "1920x1440" (insufficient memory for mode)
[     2.873] (II) CIRRUS(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
[     2.873] (II) CIRRUS(0): Not using default mode "832x624" (hsync out of range)
[     2.873] (II) CIRRUS(0): Not using default mode "416x312" (bad mode clock/interlace/doublescan)
[     2.873] (II) CIRRUS(0): Not using default mode "1152x864" (hsync out of range)
[     2.873] (II) CIRRUS(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
[     2.873] (II) CIRRUS(0): Not using default mode "1152x864" (bad mode clock/interlace/doublescan)
[     2.873] (II) CIRRUS(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
[     2.873] (II) CIRRUS(0): Not using default mode "1152x864" (bad mode clock/interlace/doublescan)
[     2.873] (II) CIRRUS(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
[     2.873] (II) CIRRUS(0): Not using default mode "1152x864" (bad mode clock/interlace/doublescan)
[     2.873] (II) CIRRUS(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
[     2.873] (II) CIRRUS(0): Not using default mode "1152x864" (bad mode clock/interlace/doublescan)
[     2.873] (II) CIRRUS(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
[     2.873] (II) CIRRUS(0): Not using default mode "1152x864" (bad mode clock/interlace/doublescan)
[     2.873] (II) CIRRUS(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
[     2.873] (II) CIRRUS(0): Not using default mode "1360x768" (width requires unsupported line pitch)
[     2.873] (II) CIRRUS(0): Not using default mode "680x384" (bad mode clock/interlace/doublescan)
[     2.873] (II) CIRRUS(0): Not using default mode "1360x768" (width requires unsupported line pitch)
[     2.873] (II) CIRRUS(0): Not using default mode "680x384" (bad mode clock/interlace/doublescan)
[     2.873] (II) CIRRUS(0): Not using default mode "1400x1050" (insufficient memory for mode)
[     2.873] (II) CIRRUS(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
[     2.874] (II) CIRRUS(0): Not using default mode "1400x1050" (insufficient memory for mode)
[     2.874] (II) CIRRUS(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
[     2.874] (II) CIRRUS(0): Not using default mode "1400x1050" (insufficient memory for mode)
[     2.874] (II) CIRRUS(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
[     2.874] (II) CIRRUS(0): Not using default mode "1400x1050" (insufficient memory for mode)
[     2.874] (II) CIRRUS(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
[     2.874] (II) CIRRUS(0): Not using default mode "1440x900" (width requires unsupported line pitch)
[     2.874] (II) CIRRUS(0): Not using default mode "720x450" (bad mode clock/interlace/doublescan)
[     2.874] (II) CIRRUS(0): Not using default mode "1600x1024" (insufficient memory for mode)
[     2.874] (II) CIRRUS(0): Not using default mode "800x512" (bad mode clock/interlace/doublescan)
[     2.874] (II) CIRRUS(0): Not using default mode "1680x1050" (insufficient memory for mode)
[     2.874] (II) CIRRUS(0): Not using default mode "840x525" (bad mode clock/interlace/doublescan)
[     2.874] (II) CIRRUS(0): Not using default mode "1680x1050" (insufficient memory for mode)
[     2.874] (II) CIRRUS(0): Not using default mode "840x525" (bad mode clock/interlace/doublescan)
[     2.874] (II) CIRRUS(0): Not using default mode "1680x1050" (insufficient memory for mode)
[     2.874] (II) CIRRUS(0): Not using default mode "840x525" (bad mode clock/interlace/doublescan)
[     2.874] (II) CIRRUS(0): Not using default mode "1680x1050" (insufficient memory for mode)
[     2.874] (II) CIRRUS(0): Not using default mode "840x525" (bad mode clock/interlace/doublescan)
[     2.874] (II) CIRRUS(0): Not using default mode "1680x1050" (insufficient memory for mode)
[     2.874] (II) CIRRUS(0): Not using default mode "840x525" (bad mode clock/interlace/doublescan)
[     2.874] (II) CIRRUS(0): Not using default mode "1920x1080" (insufficient memory for mode)
[     2.874] (II) CIRRUS(0): Not using default mode "960x540" (bad mode clock/interlace/doublescan)
[     2.874] (II) CIRRUS(0): Not using default mode "1920x1200" (insufficient memory for mode)
[     2.874] (II) CIRRUS(0): Not using default mode "960x600" (bad mode clock/interlace/doublescan)
[     2.874] (II) CIRRUS(0): Not using default mode "1920x1440" (insufficient memory for mode)
[     2.874] (II) CIRRUS(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
[     2.874] (II) CIRRUS(0): Not using default mode "2048x1536" (insufficient memory for mode)
[     2.874] (II) CIRRUS(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
[     2.874] (II) CIRRUS(0): Not using default mode "2048x1536" (insufficient memory for mode)
[     2.874] (II) CIRRUS(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
[     2.874] (II) CIRRUS(0): Not using default mode "2048x1536" (insufficient memory for mode)
[     2.874] (II) CIRRUS(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
[     2.874] (--) CIRRUS(0): Virtual size is 1024x768 (pitch 1024)
[     2.874] (**) CIRRUS(0): *Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
[     2.874] (II) CIRRUS(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz zd)
[     2.874] (**) CIRRUS(0): *Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
[     2.874] (II) CIRRUS(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz zd)
[     2.874] (**) CIRRUS(0): *Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
[     2.874] (II) CIRRUS(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz zd)
[     2.874] (**) CIRRUS(0): *Default mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz
[     2.874] (II) CIRRUS(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz zd)
[     2.874] (==) CIRRUS(0): DPI set to (96, 96)
[     2.874] (II) Loading sub module "fb"
[     2.874] (II) LoadModule: "fb"
[     2.874] (II) Loading /usr/lib/xorg/modules/libfb.so
[     2.875] (II) Module fb: vendor="X.Org Foundation"
[     2.875] 	compiled for 1.12.4, module version = 1.0.0
[     2.875] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     2.875] (II) Loading sub module "xaa"
[     2.875] (II) LoadModule: "xaa"
[     2.875] (II) Loading /usr/lib/xorg/modules/libxaa.so
[     2.876] (II) Module xaa: vendor="X.Org Foundation"
[     2.876] 	compiled for 1.12.4, module version = 1.2.1
[     2.876] 	ABI class: X.Org Video Driver, version 12.1
[     2.876] (II) UnloadModule: "vesa"
[     2.876] (II) Unloading vesa
[     2.876] (II) UnloadModule: "fbdev"
[     2.876] (II) Unloading fbdev
[     2.876] (II) UnloadSubModule: "fbdevhw"
[     2.876] (II) Unloading fbdevhw
[     2.876] (--) Depth 24 pixmap format is 24 bpp
[     2.876] (II) CIRRUS(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0
[     3.350] (II) CIRRUS(0): Using 597 lines for offscreen memory
[     3.350] (II) CIRRUS(0): Using XFree86 Acceleration Architecture (XAA)
[     3.350] 	Screen to screen bit blits
[     3.350] 	Solid filled rectangles
[     3.350] 	Solid Horizontal and Vertical Lines
[     3.351] (==) CIRRUS(0): Silken mouse enabled
[     3.351] (==) CIRRUS(0): DPMS enabled
[     3.351] (==) RandR enabled
[     3.351] (II) Initializing built-in extension Generic Event Extension
[     3.351] (II) Initializing built-in extension SHAPE
[     3.351] (II) Initializing built-in extension MIT-SHM
[     3.351] (II) Initializing built-in extension XInputExtension
[     3.351] (II) Initializing built-in extension XTEST
[     3.351] (II) Initializing built-in extension BIG-REQUESTS
[     3.351] (II) Initializing built-in extension SYNC
[     3.351] (II) Initializing built-in extension XKEYBOARD
[     3.351] (II) Initializing built-in extension XC-MISC
[     3.351] (II) Initializing built-in extension SECURITY
[     3.351] (II) Initializing built-in extension XINERAMA
[     3.351] (II) Initializing built-in extension XFIXES
[     3.351] (II) Initializing built-in extension RENDER
[     3.351] (II) Initializing built-in extension RANDR
[     3.351] (II) Initializing built-in extension COMPOSITE
[     3.351] (II) Initializing built-in extension DAMAGE
[     3.351] (II) SELinux: Disabled on system
[     3.354] (II) AIGLX: Screen 0 is not DRI2 capable
[     3.354] (II) AIGLX: Screen 0 is not DRI capable
[     3.376] (II) AIGLX: Loaded and initialized swrast
[     3.376] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[     3.418] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[     3.418] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     3.418] (II) LoadModule: "evdev"
[     3.418] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[     3.418] (II) Module evdev: vendor="X.Org Foundation"
[     3.418] 	compiled for 1.12.1, module version = 2.7.0
[     3.418] 	Module class: X.Org XInput Driver
[     3.418] 	ABI class: X.Org XInput driver, version 16.0
[     3.418] (II) Using input driver 'evdev' for 'Power Button'
[     3.418] (**) Power Button: always reports core events
[     3.418] (**) evdev: Power Button: Device: "/dev/input/event1"
[     3.418] (--) evdev: Power Button: Vendor 0 Product 0x1
[     3.418] (--) evdev: Power Button: Found keys
[     3.418] (II) evdev: Power Button: Configuring as keyboard
[     3.418] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event1"
[     3.418] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     3.418] (**) Option "xkb_rules" "evdev"
[     3.418] (**) Option "xkb_model" "pc105"
[     3.418] (**) Option "xkb_layout" "us"
[     3.419] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[     3.419] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[     3.419] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[     3.419] (**) AT Translated Set 2 keyboard: always reports core events
[     3.419] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[     3.419] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[     3.419] (--) evdev: AT Translated Set 2 keyboard: Found keys
[     3.419] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[     3.419] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[     3.419] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 7)
[     3.419] (**) Option "xkb_rules" "evdev"
[     3.419] (**) Option "xkb_model" "pc105"
[     3.419] (**) Option "xkb_layout" "us"
[     3.419] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/event2)
[     3.419] (**) ImExPS/2 Generic Explorer Mouse: Applying InputClass "evdev pointer catchall"
[     3.419] (**) ImExPS/2 Generic Explorer Mouse: Applying InputClass "vmmouse"
[     3.419] (II) LoadModule: "vmmouse"
[     3.419] (II) Loading /usr/lib/xorg/modules/input/vmmouse_drv.so
[     3.419] (II) Module vmmouse: vendor="X.Org Foundation"
[     3.419] 	compiled for 1.12.1.902, module version = 12.9.0
[     3.419] 	Module class: X.Org XInput Driver
[     3.419] 	ABI class: X.Org XInput driver, version 16.0
[     3.419] (II) VMWARE(0): VMMOUSE module was loaded
[     3.419] (II) Using input driver 'vmmouse' for 'ImExPS/2 Generic Explorer Mouse'
[     3.419] (**) ImExPS/2 Generic Explorer Mouse: always reports core events
[     3.419] (II) VMWARE(0): vmmouse is available
[     3.419] (**) Option "Device" "/dev/input/event2"
[     3.419] (**) ImExPS/2 Generic Explorer Mouse: ZAxisMapping: buttons 4 and 5
[     3.419] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input3/event2"
[     3.419] (II) XINPUT: Adding extended input device "ImExPS/2 Generic Explorer Mouse" (type: MOUSE, id 8)
[     3.419] (II) VMWARE(0): VMMOUSE DEVICE_INIT
[     3.419] (**) ImExPS/2 Generic Explorer Mouse: (accel) keeping acceleration scheme 1
[     3.419] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration profile 0
[     3.419] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration factor: 2.000
[     3.419] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration threshold: 4
[     3.419] (II) VMWARE(0): VMMOUSE DEVICE_ON
[     3.420] (II) VMWARE(0): vmmouse enabled
[     3.420] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/mouse0)
[     3.420] (II) No input driver specified, ignoring this device.
[     3.420] (II) This device may have been added with another device file.
[     3.424] 
[     3.424] Backtrace:
[     3.425] 0: /usr/bin/Xorg (xorg_backtrace+0x36) [0x7f3048bd5d16]
[     3.425] 1: /usr/bin/Xorg (0x7f3048a57000+0x182869) [0x7f3048bd9869]
[     3.425] 2: /lib/x86_64-linux-gnu/libpthread.so.0 (0x7f3047d7f000+0xf030) [0x7f3047d8e030]
[     3.425] 3: /usr/lib/xorg/modules/libfb.so (fbBlt+0x52a) [0x7f3043c6a22a]
[     3.425] 4: /usr/lib/xorg/modules/libfb.so (fbCopyNtoN+0x242) [0x7f3043c6d3e2]
[     3.425] 5: /usr/bin/Xorg (miCopyRegion+0x185) [0x7f3048bb51b5]
[     3.425] 6: /usr/bin/Xorg (miDoCopy+0x426) [0x7f3048bb5756]
[     3.425] 7: /usr/lib/xorg/modules/libfb.so (fbCopyArea+0x46) [0x7f3043c6d5a6]
[     3.425] 8: /usr/lib/xorg/modules/libxaa.so (0x7f30439f2000+0xdb64) [0x7f30439ffb64]
[     3.425] 9: /usr/lib/xorg/modules/libxaa.so (0x7f30439f2000+0x57235) [0x7f3043a49235]
[     3.425] 10: /usr/bin/Xorg (0x7f3048a57000+0x113b8d) [0x7f3048b6ab8d]
[     3.425] 11: /usr/bin/Xorg (0x7f3048a57000+0x15f56c) [0x7f3048bb656c]
[     3.425] 12: /usr/bin/Xorg (0x7f3048a57000+0x16f6c6) [0x7f3048bc66c6]
[     3.425] 13: /usr/bin/Xorg (0x7f3048a57000+0x16ff2b) [0x7f3048bc6f2b]
[     3.425] 14: /usr/bin/Xorg (miPointerUpdateSprite+0x29a) [0x7f3048bc138a]
[     3.425] 15: /usr/bin/Xorg (0x7f3048a57000+0x16a63d) [0x7f3048bc163d]
[     3.425] 16: /usr/bin/Xorg (0x7f3048a57000+0xdb373) [0x7f3048b32373]
[     3.425] 17: /usr/bin/Xorg (0x7f3048a57000+0x10c827) [0x7f3048b63827]
[     3.425] 18: /usr/bin/Xorg (0x7f3048a57000+0x5a669) [0x7f3048ab1669]
[     3.425] 19: /usr/bin/Xorg (WindowHasNewCursor+0x37) [0x7f3048ab29c7]
[     3.425] 20: /usr/bin/Xorg (ChangeWindowAttributes+0xb8d) [0x7f3048ad638d]
[     3.425] 21: /usr/bin/Xorg (0x7f3048a57000+0x4d3fd) [0x7f3048aa43fd]
[     3.425] 22: /usr/bin/Xorg (0x7f3048a57000+0x52e61) [0x7f3048aa9e61]
[     3.425] 23: /usr/bin/Xorg (0x7f3048a57000+0x41ec5) [0x7f3048a98ec5]
[     3.425] 24: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xfd) [0x7f3046aa4ead]
[     3.425] 25: /usr/bin/Xorg (0x7f3048a57000+0x4219d) [0x7f3048a9919d]
[     3.425] 
[     3.425] Bus error at address 0x7f30448bc284
[     3.425] 
Fatal server error:
[     3.425] Caught signal 7 (Bus error). Server aborting
[     3.425] 
[     3.425] 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[     3.425] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[     3.425] 
[     3.425] (II) evdev: Power Button: Close
[     3.425] (II) UnloadModule: "evdev"
[     3.425] (II) evdev: AT Translated Set 2 keyboard: Close
[     3.425] (II) UnloadModule: "evdev"
[     3.425] (II) VMWARE(0): VMMOUSE DEVICE_OFF/CLOSE
[     3.726] (II) VMWARE(0): VMMOUSE DEVICE_OFF/CLOSE
[     4.026] (II) VMWARE(0): VMMouseUnInit
[     4.240] Server terminated with error (1). Closing log file.
Xorg.0.log (32,134 bytes)   

Activities

muts

muts

2014-06-02 06:48

reporter   ~0001965

Unsure of your issue, but you might want to refer your question to qemu folk.

Issue History

Date Modified Username Field Change
2014-05-30 17:39 kfritz New Issue
2014-05-30 17:39 kfritz File Added: Xorg.0.log
2014-06-02 06:48 muts Note Added: 0001965
2014-06-02 06:48 muts Status new => closed
2014-06-02 06:48 muts Assigned To => muts
2014-06-02 06:48 muts Resolution open => no change required
2025-07-14 09:38 g0tmi1k Severity crash => minor