Hello, I am trying to run an X server with qemu, but, in spite of several efforts, the server does not find any available graphic device (see Xorg.log below).
Insmod of cirrus.ko (done after loading all dependencies sys*,drm*,ttm) on the guest system returns the error insmod: can't insert '/modules/cirrus.ko': Invalid argument As can be seen below (see attachments), I tryed other graphic drivers both in the kernel and both in the xserver, but no one works. Any hint, will be greatly appreciated. Best regards, Fabrizio qemu command => qemu -kernel vmlinuz-3.8-2-486 -initrd rootfs.gz This is the output of lsmod on the guest system: Module Size Used by Not tainted vga16fb 17147 0 svgalib 13141 0 vgastate 12537 1 vga16fb cirrusfb 21437 1 ttm 43295 0 drm_kms_helper 27282 0 drm 160473 2 ttm,drm_kms_helper i2c_core 19249 2 drm_kms_helper,drm sysimgblt 12335 0 sysfillrect 12474 0 syscopyarea 12334 0 ata_piix 25545 1 ata_generic 12450 0 libata 126451 2 ata_piix,ata_generic ext2 49883 1 mbcache 12938 1 ext2 msdos 12790 0 vfat 17115 0 fat 40602 2 msdos,vfat nls_cp437 12417 0 nls_utf8 12416 0 usb_storage 39455 0 sd_mod 35729 1 crc_t10dif 12332 1 sd_mod scsi_mod 131864 3 libata,usb_storage,sd_mod uhci_hcd 22562 0 ohci_hcd 22257 0 ehci_hcd 35847 0 usbcore 106042 4 usb_storage,uhci_hcd,ohci_hcd,ehci_hcd usb_common 12338 1 usbcore This is the log of X -configure command on guest system: [446446.148] X.Org X Server 1.12.4 Release Date: 2012-08-27 [446446.389] X Protocol Version 11, Revision 0 [446446.469] Build Operating System: Linux 3.8.0-23-generic x86_64 [446446.549] Current Operating System: Linux tw200 3.8-2-486 #1 Debian 3.8.13-1 i686 [446446.552] Kernel command line: [446446.723] Build Date: 05 June 2013 05:50:57PM [446446.811] [446446.901] Current version of pixman: 0.28.2 [446447.085] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [446447.088] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [446447.455] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jun 6 17:50:14 2013 [446447.456] (II) Loader magic: 0x81bd7e4 [446447.456] (II) Module ABI versions: [446447.456] X.Org ANSI C Emulation: 0.4 [446447.456] X.Org Video Driver: 12.1 [446447.456] X.Org XInput driver : 16.0 [446447.456] X.Org Server Extension : 6.0 [446447.557] List of video drivers: [446447.646] openchrome [446447.731] cirrus [446447.815] fbdev [446447.901] vesa [446447.901] (II) LoadModule: "openchrome" [446447.905] (II) Loading /usr/lib/xorg/modules/drivers/openchrome_drv.so [446447.908] (II) Module openchrome: vendor="http://openchrome.org/" [446447.908] compiled for 1.12.4, module version = 0.2.906 [446447.908] Module class: X.Org Video Driver [446447.908] ABI class: X.Org Video Driver, version 12.1 [446447.908] (II) LoadModule: "cirrus" [446447.910] (II) Loading /usr/lib/xorg/modules/drivers/cirrus_drv.so [446447.911] (II) Module cirrus: vendor="X.Org Foundation" [446447.911] compiled for 1.12.4, module version = 1.4.0 [446447.911] Module class: X.Org Video Driver [446447.911] ABI class: X.Org Video Driver, version 12.1 [446447.911] (II) LoadModule: "fbdev" [446447.912] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so [446447.913] (II) Module fbdev: vendor="X.Org Foundation" [446447.913] compiled for 1.12.4, module version = 0.4.2 [446447.913] ABI class: X.Org Video Driver, version 12.1 [446447.913] (II) LoadModule: "vesa" [446447.915] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so [446447.916] (II) Module vesa: vendor="X.Org Foundation" [446447.916] compiled for 1.12.4, module version = 2.3.1 [446447.916] Module class: X.Org Video Driver [446447.916] ABI class: X.Org Video Driver, version 12.1 [446447.918] (WW) Falling back to old probe method for cirrus [446447.921] (II) Loading sub module "cirrus_laguna" [446447.921] (II) LoadModule: "cirrus_laguna" [446447.929] (II) Loading /usr/lib/xorg/modules/drivers/cirrus_laguna.so [446447.936] (II) Module cirrus_laguna: vendor="X.Org Foundation" [446447.936] compiled for 1.12.4, module version = 1.0.0 [446447.936] ABI class: X.Org Video Driver, version 12.1 [446447.936] (II) Loading sub module "cirrus_alpine" [446447.937] (II) LoadModule: "cirrus_alpine" [446447.938] (II) Loading /usr/lib/xorg/modules/drivers/cirrus_alpine.so [446447.939] (II) Module cirrus_alpine: vendor="X.Org Foundation" [446447.939] compiled for 1.12.4, module version = 1.0.0 [446447.939] ABI class: X.Org Video Driver, version 12.1 [446447.939] (WW) Falling back to old probe method for fbdev [446447.940] (WW) Falling back to old probe method for vesa [446448.023] No devices to configure. Configuration failed. [446448.102] Server terminated with error (2). Closing log file.
