What happens is that the guest's X server crashes during startup with the following in the logs when using any video driver except fbdev (in the case below I tried vesa):
Code: Select all
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
compiled for 1.3.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.2
(II) VESA(0): initializing int10
Backtrace:
0: X(xf86SigHandler+0x84) [0x80d92c4]
1: [0xb7f87420]
2: /usr/lib/xorg/modules//libint10.so(xf86ExtendedInitInt10+0x4e3) [0xb7be04f3]
3: /usr/lib/xorg/modules//libvbe.so(VBEExtendedInit+0x2f7) [0xb7f82a07]
4: /usr/lib/xorg/modules/drivers//vesa_drv.so [0xb7bf30f1]
5: X(InitOutput+0x9a1) [0x80a8971]
6: X(main+0x27b) [0x8076d0b]
7: /lib/libc.so.6(__libc_start_main+0xdc) [0xb7d04fdc]
8: X(FontFileCompleteXLFD+0x1ed) [0x8076241]
Fatal server error:
Caught signal 11. Server abortingI'm quite certain this is unique to my system, so I'm merely looking for pointers for how I could troubleshoot this further. Any thoughts?