[Spice-devel] Questions about multimonitor Xinerama configuration

Leonardo E. Reiter lreiter at vbridges.com
Thu Jun 23 11:23:55 PDT 2011


Hi,

I am trying to get my RHEL 6.1 guest to span both monitors.  I am using QEMU
0.14.0 upstream, SPICE 0.8.1 upstream, and RHEL 6.1 64-bit in the guest.  My
host platform is Ubuntu 10.04 running 2.6.32-32 kernel, 64-bit.  I have
compiled both QEMU and SPICE from source on this box using gcc 4.4.3.

I launch QEMU with just basic parameters for qxl:
-vga qxl -device qxl

(I have also tried giving it extended options, like id, etc., with no
success)

Using these VM parameters I can span monitors with Windows XP guest,
although that is unstable for me right now.  So I think the virtual hardware
is properly presented to the guest.  Here is what lspci says inside the
guest:


00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] (rev 02)
00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II]
00:01.1 IDE interface: Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton
II]
00:01.2 USB Controller: Intel Corporation 82371SB PIIX3 USB [Natoma/Triton
II] (rev 01)
00:01.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 03)
00:02.0 VGA compatible controller: Red Hat, Inc. Device 0100 (rev 02)
00:03.0 Ethernet controller: Intel Corporation 82540EM Gigabit Ethernet
Controller (rev 03)
00:04.0 Ethernet controller: Intel Corporation 82540EM Gigabit Ethernet
Controller (rev 03)
00:05.0 Multimedia audio controller: Intel Corporation 82801AA AC'97 Audio
Controller (rev 01)
00:06.0 Display controller: Red Hat, Inc. Device 0100 (rev 02)
00:07.0 Communication controller: Red Hat, Inc Virtio console

you can see the 2nd QXL device at 00:06.0.  I don't know why the first one
says "VGA compatible" and the second one doesn't, but hopefully that is not
an issue.

Since the xorg QXL driver doesn't support multi-monitor via RANDR, I wrote
my own xorg.conf file to use Xinerama. I have read multiple statements,
mostly as responses to bug reports, saying this *should* work.  My xorg.conf
file is very simple but I believe the Xinerama config is correct.  I've
attached it here (renamed to .txt for easier reading in a mailer).

What I am seeing is that the X server comes up but only renders one display.
 This happens whether I run the SPICE client in full screen or windowed
mode.  The Xorg.0.log file (also attached, renamed to .txt) shows that both
cards are detected, the server layout is accepted, but pretty much the
second card is ignored.  I *really* hope I'm doing something wrong, but for
the life of me I cannot figure out what.  I do notice that Xorg puts
asterisks next to the 0:2:0 card and not the 0:6:0 card, so maybe this has
something to do with it.

Thanks in advance for any pointers.  I would *really* love to be able to use
both my monitors for my RHEL 6.1 virtual machine!

Thanks very much in advance for any pointers,

Leo Reiter
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/spice-devel/attachments/20110623/24b5fbd6/attachment-0001.html>
-------------- next part --------------
00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] (rev 02)
00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II]
00:01.1 IDE interface: Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]
00:01.2 USB Controller: Intel Corporation 82371SB PIIX3 USB [Natoma/Triton II] (rev 01)
00:01.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 03)
00:02.0 VGA compatible controller: Red Hat, Inc. Device 0100 (rev 02)
00:03.0 Ethernet controller: Intel Corporation 82540EM Gigabit Ethernet Controller (rev 03)
00:04.0 Ethernet controller: Intel Corporation 82540EM Gigabit Ethernet Controller (rev 03)
00:05.0 Multimedia audio controller: Intel Corporation 82801AA AC'97 Audio Controller (rev 01)
00:06.0 Display controller: Red Hat, Inc. Device 0100 (rev 02)
00:07.0 Communication controller: Red Hat, Inc Virtio console
-------------- next part --------------
	Section "ServerFlags"
		Option	"Xinerama"	"true"
	EndSection
        Section "Device"
                Identifier      "QXL0"
                Driver  "qxl"
		BusID	"PCI:0:2:0"
		Screen	0
        EndSection
        Section "Device"
                Identifier      "QXL1"
                Driver  "qxl"
		BusID	"PCI:0:6:0"
		Screen	1
        EndSection
	Section "Monitor"
		Identifier "Monitor0"
	EndSection
	Section "Monitor"
		Identifier "Monitor1"
	EndSection
	Section "Screen"
		Identifier "screen0"
		DefaultDepth 24
		SubSection "Display"
			Depth 24
			Modes "1024x768"
		EndSubSection
		Device "QXL0"
		Monitor "Monitor0"
	EndSection
	Section "Screen"
		Identifier "screen1"
		Device "QXL1"
		DefaultDepth 24
		SubSection "Display"
			Depth 24
			Modes "1024x768"
		EndSubSection
		Monitor "Monitor1"
	EndSection
        Section "ServerLayout"
                Identifier      "Default Layout"
                Screen	0	"screen0"
		Screen	1	"screen1" RightOf "screen0"
		Option "Xinerama" "true"
        EndSection

-------------- next part --------------

X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: hs20-bc2-3 2.6.18-194.26.1.el5 
Current Operating System: Linux rhel61test 2.6.32-131.0.15.el6.x86_64 #1 SMP Tue May 10 15:42:40 EDT 2011 x86_64
Kernel command line: ro root=/dev/mapper/vg_rhel61test-lv_root rd_LVM_LV=vg_rhel61test/lv_root rd_LVM_LV=vg_rhel61test/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us  rhgb quiet
Build Date: 07 April 2011  05:43:45PM
Build ID: xorg-x11-server 1.7.7-29.el6 
Current version of pixman: 0.18.4
	Before reporting problems, check https://www.redhat.com/apps/support/
	to make sure that you have the latest version.
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: Thu Jun 23 13:09:52 2011
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "QXL0"
(**) |-->Screen "screen1" (1)
(**) |   |-->Monitor "Monitor1"
(**) |   |-->Device "QXL1"
(**) Option "Xinerama" "true"
(==) Automatically adding devices
(==) Automatically enabling devices
(**) Xinerama: enabled
(==) FontPath set to:
	catalogue:/etc/X11/fontpath.d,
	built-ins
(==) ModulePath set to "/usr/lib64/xorg/modules"
(II) Cannot locate a core pointer device.
(II) Cannot locate a core keyboard device.
(II) The server relies on HAL to provide the list of input devices.
	If no devices become available, reconfigure HAL or disable AutoAddDevices.
(II) Loader magic: 0x7c8c20
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.4
	X.Org Video Driver: 6.0
	X.Org XInput driver : 7.0
	X.Org Server Extension : 2.0
(--) using VT number 7

(--) PCI:*(0:0:2:0) 1b36:0100:1af4:1100 Red Hat, Inc. rev 2, Mem @ 0xf0000000/67108864, 0x40000000/67108864, 0xf4000000/8192, I/O @ 0x0000c040/16, BIOS @ 0x????????/65536
(--) PCI: (0:0:6:0) 1b36:0100:1af4:1100 Red Hat, Inc. rev 2, Mem @ 0x44000000/67108864, 0x48000000/67108864, 0xf40a0000/8192, I/O @ 0x0000c900/16, BIOS @ 0x????????/65536
(II) LoadModule: "extmod"
(II) Loading /usr/lib64/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 1.7.7, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension SELinux
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib64/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.7.7, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 1.7.7, module version = 1.0.0
	ABI class: X.Org Server Extension, version 2.0
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib64/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.7.7, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib64/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 1.7.7, module version = 1.0.0
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "dri2"
(II) Loading /usr/lib64/xorg/modules/extensions/libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
	compiled for 1.7.7, module version = 1.1.0
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "qxl"
(II) Loading /usr/lib64/xorg/modules/drivers/qxl_drv.so
(II) Module qxl: vendor="X.Org Foundation"
	compiled for 1.7.7, module version = 0.0.0
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 6.0
(II) qxl: Driver for QXL virtual graphics: QXL 1
(II) Primary Device is: PCI 00 at 00:02:0
(**) qxl(0): Depth 24, (--) framebuffer bpp 32
(==) qxl(0): RGB weight 888
(==) qxl(0): Default visual is TrueColor
(==) qxl(0): Using gamma correction (1.0, 1.0, 1.0)
(II) qxl(0): framebuffer at 0x7f310b962000 (16384 KB)
(II) qxl(0): command ram at 0x7f310c962000 (32760 KB)
(II) qxl(0): vram at 0x7f3107962000 (65536 KB)
(II) qxl(0): rom at 0x7f31140d8000
memory space from 0x7f310c962000 to 0x7f310e960000
memory space from 0x7f3107962000 to 0x7f310b962000
(II) qxl(0): Device version 0.0
(II) qxl(0): Compression level 0, log level 0
(II) qxl(0): 12286 io pages at 0x7f310b962000
(II) qxl(0): RAM header offset: 0x3ffe000
(II) qxl(0): Correct RAM signature 41525851
(II) qxl(0): 49144 KB of video RAM
(II) qxl(0): 1024 surfaces
(II) qxl(0): Monitor0: Using hsync range of 29.00-160.00 kHz
(II) qxl(0): Monitor0: Using vrefresh range of 50.00-75.00 Hz
(II) qxl(0): Clock range:  10.00 to 400.00 MHz
(II) qxl(0): rejecting unknown mode 640 x 350
(II) qxl(0): Not using default mode "640x350" (no mode of this name)
(II) qxl(0): rejecting unknown mode 640 x 400
(II) qxl(0): Not using default mode "640x400" (no mode of this name)
(II) qxl(0): rejecting unknown mode 720 x 400
(II) qxl(0): Not using default mode "720x400" (no mode of this name)
(II) qxl(0): accepting 640 x 480
(II) qxl(0): accepting 640 x 480
(II) qxl(0): accepting 640 x 480
(II) qxl(0): accepting 640 x 480
(II) qxl(0): Not using default mode "640x480" (vrefresh out of range)
(II) qxl(0): accepting 800 x 600
(II) qxl(0): accepting 800 x 600
(II) qxl(0): accepting 800 x 600
(II) qxl(0): accepting 800 x 600
(II) qxl(0): accepting 800 x 600
(II) qxl(0): Not using default mode "800x600" (vrefresh out of range)
(II) qxl(0): accepting 800 x 600
(II) qxl(0): Not using default mode "800x600" (vrefresh out of range)
(II) qxl(0): rejecting unknown mode 848 x 480
(II) qxl(0): Not using default mode "848x480" (no mode of this name)
(II) qxl(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) qxl(0): accepting 1024 x 768
(II) qxl(0): accepting 1024 x 768
(II) qxl(0): accepting 1024 x 768
(II) qxl(0): accepting 1024 x 768
(II) qxl(0): Not using default mode "1024x768" (vrefresh out of range)
(II) qxl(0): accepting 1024 x 768
(II) qxl(0): Not using default mode "1024x768" (vrefresh out of range)
(II) qxl(0): accepting 1152 x 864
(II) qxl(0): accepting 1280 x 768
(II) qxl(0): Not using default mode "1280x768" (monitor doesn't support reduced blanking)
(II) qxl(0): accepting 1280 x 768
(II) qxl(0): accepting 1280 x 768
(II) qxl(0): accepting 1280 x 768
(II) qxl(0): Not using default mode "1280x768" (vrefresh out of range)
(II) qxl(0): accepting 1280 x 768
(II) qxl(0): Not using default mode "1280x768" (vrefresh out of range)
(II) qxl(0): accepting 1280 x 800
(II) qxl(0): Not using default mode "1280x800" (monitor doesn't support reduced blanking)
(II) qxl(0): accepting 1280 x 800
(II) qxl(0): accepting 1280 x 800
(II) qxl(0): accepting 1280 x 800
(II) qxl(0): Not using default mode "1280x800" (vrefresh out of range)
(II) qxl(0): accepting 1280 x 800
(II) qxl(0): Not using default mode "1280x800" (vrefresh out of range)
(II) qxl(0): accepting 1280 x 960
(II) qxl(0): accepting 1280 x 960
(II) qxl(0): Not using default mode "1280x960" (vrefresh out of range)
(II) qxl(0): accepting 1280 x 960
(II) qxl(0): Not using default mode "1280x960" (vrefresh out of range)
(II) qxl(0): accepting 1280 x 1024
(II) qxl(0): accepting 1280 x 1024
(II) qxl(0): accepting 1280 x 1024
(II) qxl(0): Not using default mode "1280x1024" (vrefresh out of range)
(II) qxl(0): accepting 1280 x 1024
(II) qxl(0): Not using default mode "1280x1024" (vrefresh out of range)
(II) qxl(0): accepting 1360 x 768
(II) qxl(0): accepting 1360 x 768
(II) qxl(0): Not using default mode "1360x768" (vrefresh out of range)
(II) qxl(0): accepting 1400 x 1050
(II) qxl(0): Not using default mode "1400x1050" (monitor doesn't support reduced blanking)
(II) qxl(0): accepting 1400 x 1050
(II) qxl(0): accepting 1400 x 1050
(II) qxl(0): accepting 1400 x 1050
(II) qxl(0): Not using default mode "1400x1050" (vrefresh out of range)
(II) qxl(0): accepting 1400 x 1050
(II) qxl(0): Not using default mode "1400x1050" (vrefresh out of range)
(II) qxl(0): accepting 1440 x 900
(II) qxl(0): Not using default mode "1440x900" (monitor doesn't support reduced blanking)
(II) qxl(0): accepting 1440 x 900
(II) qxl(0): accepting 1440 x 900
(II) qxl(0): accepting 1440 x 900
(II) qxl(0): Not using default mode "1440x900" (vrefresh out of range)
(II) qxl(0): accepting 1440 x 900
(II) qxl(0): Not using default mode "1440x900" (vrefresh out of range)
(II) qxl(0): accepting 1600 x 1200
(II) qxl(0): accepting 1600 x 1200
(II) qxl(0): accepting 1600 x 1200
(II) qxl(0): accepting 1600 x 1200
(II) qxl(0): accepting 1600 x 1200
(II) qxl(0): Not using default mode "1600x1200" (vrefresh out of range)
(II) qxl(0): accepting 1600 x 1200
(II) qxl(0): Not using default mode "1600x1200" (vrefresh out of range)
(II) qxl(0): accepting 1680 x 1050
(II) qxl(0): Not using default mode "1680x1050" (monitor doesn't support reduced blanking)
(II) qxl(0): accepting 1680 x 1050
(II) qxl(0): accepting 1680 x 1050
(II) qxl(0): accepting 1680 x 1050
(II) qxl(0): Not using default mode "1680x1050" (vrefresh out of range)
(II) qxl(0): accepting 1680 x 1050
(II) qxl(0): Not using default mode "1680x1050" (vrefresh out of range)
(II) qxl(0): rejecting unknown mode 1792 x 1344
(II) qxl(0): Not using default mode "1792x1344" (no mode of this name)
(II) qxl(0): rejecting unknown mode 1792 x 1344
(II) qxl(0): Not using default mode "1792x1344" (no mode of this name)
(II) qxl(0): rejecting unknown mode 1792 x 1344
(II) qxl(0): Not using default mode "1792x1344" (no mode of this name)
(II) qxl(0): rejecting unknown mode 1856 x 1392
(II) qxl(0): Not using default mode "1856x1392" (no mode of this name)
(II) qxl(0): rejecting unknown mode 1856 x 1392
(II) qxl(0): Not using default mode "1856x1392" (no mode of this name)
(II) qxl(0): rejecting unknown mode 1856 x 1392
(II) qxl(0): Not using default mode "1856x1392" (no mode of this name)
(II) qxl(0): accepting 1920 x 1200
(II) qxl(0): Not using default mode "1920x1200" (monitor doesn't support reduced blanking)
(II) qxl(0): accepting 1920 x 1200
(II) qxl(0): accepting 1920 x 1200
(II) qxl(0): accepting 1920 x 1200
(II) qxl(0): Not using default mode "1920x1200" (vrefresh out of range)
(II) qxl(0): accepting 1920 x 1200
(II) qxl(0): Not using default mode "1920x1200" (vrefresh out of range)
(II) qxl(0): accepting 1920 x 1440
(II) qxl(0): accepting 1920 x 1440
(II) qxl(0): accepting 1920 x 1440
(II) qxl(0): Not using default mode "1920x1440" (hsync out of range)
(II) qxl(0): accepting 2560 x 1600
(II) qxl(0): Not using default mode "2560x1600" (monitor doesn't support reduced blanking)
(II) qxl(0): accepting 2560 x 1600
(II) qxl(0): Not using default mode "2560x1600" (bad mode clock/interlace/doublescan)
(II) qxl(0): Not using default mode "2560x1600" (bad mode clock/interlace/doublescan)
(II) qxl(0): Not using default mode "2560x1600" (bad mode clock/interlace/doublescan)
(II) qxl(0): accepting 800 x 480
(II) qxl(0): accepting 832 x 624
(II) qxl(0): accepting 960 x 640
(II) qxl(0): accepting 1024 x 600
(II) qxl(0): accepting 1152 x 870
(II) qxl(0): accepting 1280 x 720
(II) qxl(0): accepting 1280 x 760
(II) qxl(0): accepting 1366 x 768
(II) qxl(0): accepting 1600 x 900
(II) qxl(0): accepting 1920 x 1080
(II) qxl(0): accepting 2048 x 1536
(II) qxl(0): accepting 2560 x 1440
(II) qxl(0): accepting 1024 x 768
(**) qxl(0): Virtual size is 2560x1600 (pitch 2560)
(**) qxl(0): *Default mode "1024x768": 78.8 MHz, 60.0 kHz, 75.0 Hz
(II) qxl(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
(==) qxl(0): DPI set to (96, 96)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib64/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 1.7.7, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib64/xorg/modules/libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
	compiled for 1.7.7, module version = 0.1.0
	ABI class: X.Org Video Driver, version 6.0
(II) qxl(0): 0: 640x480, 16 bits, stride 1280, 187mm x 140mm, orientation 0
(II) qxl(0): 1: 640x480, 32 bits, stride 2560, 187mm x 140mm, orientation 0
(II) qxl(0): 2: 480x640, 16 bits, stride 960, 140mm x 187mm, orientation 1
(II) qxl(0): 3: 480x640, 32 bits, stride 1920, 140mm x 187mm, orientation 1
(II) qxl(0): 4: 640x480, 16 bits, stride 1280, 187mm x 140mm, orientation 2
(II) qxl(0): 5: 640x480, 32 bits, stride 2560, 187mm x 140mm, orientation 2
(II) qxl(0): 6: 480x640, 16 bits, stride 960, 140mm x 187mm, orientation 3
(II) qxl(0): 7: 480x640, 32 bits, stride 1920, 140mm x 187mm, orientation 3
(II) qxl(0): 8: 800x480, 16 bits, stride 1600, 234mm x 140mm, orientation 0
(II) qxl(0): 9: 800x480, 32 bits, stride 3200, 234mm x 140mm, orientation 0
(II) qxl(0): 10: 480x800, 16 bits, stride 960, 140mm x 234mm, orientation 1
(II) qxl(0): 11: 480x800, 32 bits, stride 1920, 140mm x 234mm, orientation 1
(II) qxl(0): 12: 800x480, 16 bits, stride 1600, 234mm x 140mm, orientation 2
(II) qxl(0): 13: 800x480, 32 bits, stride 3200, 234mm x 140mm, orientation 2
(II) qxl(0): 14: 480x800, 16 bits, stride 960, 140mm x 234mm, orientation 3
(II) qxl(0): 15: 480x800, 32 bits, stride 1920, 140mm x 234mm, orientation 3
(II) qxl(0): 16: 800x600, 16 bits, stride 1600, 234mm x 176mm, orientation 0
(II) qxl(0): 17: 800x600, 32 bits, stride 3200, 234mm x 176mm, orientation 0
(II) qxl(0): 18: 600x800, 16 bits, stride 1200, 176mm x 234mm, orientation 1
(II) qxl(0): 19: 600x800, 32 bits, stride 2400, 176mm x 234mm, orientation 1
(II) qxl(0): 20: 800x600, 16 bits, stride 1600, 234mm x 176mm, orientation 2
(II) qxl(0): 21: 800x600, 32 bits, stride 3200, 234mm x 176mm, orientation 2
(II) qxl(0): 22: 600x800, 16 bits, stride 1200, 176mm x 234mm, orientation 3
(II) qxl(0): 23: 600x800, 32 bits, stride 2400, 176mm x 234mm, orientation 3
(II) qxl(0): 24: 832x624, 16 bits, stride 1664, 244mm x 183mm, orientation 0
(II) qxl(0): 25: 832x624, 32 bits, stride 3328, 244mm x 183mm, orientation 0
(II) qxl(0): 26: 624x832, 16 bits, stride 1248, 183mm x 244mm, orientation 1
(II) qxl(0): 27: 624x832, 32 bits, stride 2496, 183mm x 244mm, orientation 1
(II) qxl(0): 28: 832x624, 16 bits, stride 1664, 244mm x 183mm, orientation 2
(II) qxl(0): 29: 832x624, 32 bits, stride 3328, 244mm x 183mm, orientation 2
(II) qxl(0): 30: 624x832, 16 bits, stride 1248, 183mm x 244mm, orientation 3
(II) qxl(0): 31: 624x832, 32 bits, stride 2496, 183mm x 244mm, orientation 3
(II) qxl(0): 32: 960x640, 16 bits, stride 1920, 281mm x 187mm, orientation 0
(II) qxl(0): 33: 960x640, 32 bits, stride 3840, 281mm x 187mm, orientation 0
(II) qxl(0): 34: 640x960, 16 bits, stride 1280, 187mm x 281mm, orientation 1
(II) qxl(0): 35: 640x960, 32 bits, stride 2560, 187mm x 281mm, orientation 1
(II) qxl(0): 36: 960x640, 16 bits, stride 1920, 281mm x 187mm, orientation 2
(II) qxl(0): 37: 960x640, 32 bits, stride 3840, 281mm x 187mm, orientation 2
(II) qxl(0): 38: 640x960, 16 bits, stride 1280, 187mm x 281mm, orientation 3
(II) qxl(0): 39: 640x960, 32 bits, stride 2560, 187mm x 281mm, orientation 3
(II) qxl(0): 40: 1024x600, 16 bits, stride 2048, 300mm x 176mm, orientation 0
(II) qxl(0): 41: 1024x600, 32 bits, stride 4096, 300mm x 176mm, orientation 0
(II) qxl(0): 42: 600x1024, 16 bits, stride 1200, 176mm x 300mm, orientation 1
(II) qxl(0): 43: 600x1024, 32 bits, stride 2400, 176mm x 300mm, orientation 1
(II) qxl(0): 44: 1024x600, 16 bits, stride 2048, 300mm x 176mm, orientation 2
(II) qxl(0): 45: 1024x600, 32 bits, stride 4096, 300mm x 176mm, orientation 2
(II) qxl(0): 46: 600x1024, 16 bits, stride 1200, 176mm x 300mm, orientation 3
(II) qxl(0): 47: 600x1024, 32 bits, stride 2400, 176mm x 300mm, orientation 3
(II) qxl(0): 48: 1024x768, 16 bits, stride 2048, 300mm x 225mm, orientation 0
(II) qxl(0): 49: 1024x768, 32 bits, stride 4096, 300mm x 225mm, orientation 0
(II) qxl(0): 50: 768x1024, 16 bits, stride 1536, 225mm x 300mm, orientation 1
(II) qxl(0): 51: 768x1024, 32 bits, stride 3072, 225mm x 300mm, orientation 1
(II) qxl(0): 52: 1024x768, 16 bits, stride 2048, 300mm x 225mm, orientation 2
(II) qxl(0): 53: 1024x768, 32 bits, stride 4096, 300mm x 225mm, orientation 2
(II) qxl(0): 54: 768x1024, 16 bits, stride 1536, 225mm x 300mm, orientation 3
(II) qxl(0): 55: 768x1024, 32 bits, stride 3072, 225mm x 300mm, orientation 3
(II) qxl(0): 56: 1152x864, 16 bits, stride 2304, 338mm x 253mm, orientation 0
(II) qxl(0): 57: 1152x864, 32 bits, stride 4608, 338mm x 253mm, orientation 0
(II) qxl(0): 58: 864x1152, 16 bits, stride 1728, 253mm x 338mm, orientation 1
(II) qxl(0): 59: 864x1152, 32 bits, stride 3456, 253mm x 338mm, orientation 1
(II) qxl(0): 60: 1152x864, 16 bits, stride 2304, 338mm x 253mm, orientation 2
(II) qxl(0): 61: 1152x864, 32 bits, stride 4608, 338mm x 253mm, orientation 2
(II) qxl(0): 62: 864x1152, 16 bits, stride 1728, 253mm x 338mm, orientation 3
(II) qxl(0): 63: 864x1152, 32 bits, stride 3456, 253mm x 338mm, orientation 3
(II) qxl(0): 64: 1152x870, 16 bits, stride 2304, 338mm x 255mm, orientation 0
(II) qxl(0): 65: 1152x870, 32 bits, stride 4608, 338mm x 255mm, orientation 0
(II) qxl(0): 66: 870x1152, 16 bits, stride 1740, 255mm x 338mm, orientation 1
(II) qxl(0): 67: 870x1152, 32 bits, stride 3480, 255mm x 338mm, orientation 1
(II) qxl(0): 68: 1152x870, 16 bits, stride 2304, 338mm x 255mm, orientation 2
(II) qxl(0): 69: 1152x870, 32 bits, stride 4608, 338mm x 255mm, orientation 2
(II) qxl(0): 70: 870x1152, 16 bits, stride 1740, 255mm x 338mm, orientation 3
(II) qxl(0): 71: 870x1152, 32 bits, stride 3480, 255mm x 338mm, orientation 3
(II) qxl(0): 72: 1280x720, 16 bits, stride 2560, 375mm x 211mm, orientation 0
(II) qxl(0): 73: 1280x720, 32 bits, stride 5120, 375mm x 211mm, orientation 0
(II) qxl(0): 74: 720x1280, 16 bits, stride 1440, 211mm x 375mm, orientation 1
(II) qxl(0): 75: 720x1280, 32 bits, stride 2880, 211mm x 375mm, orientation 1
(II) qxl(0): 76: 1280x720, 16 bits, stride 2560, 375mm x 211mm, orientation 2
(II) qxl(0): 77: 1280x720, 32 bits, stride 5120, 375mm x 211mm, orientation 2
(II) qxl(0): 78: 720x1280, 16 bits, stride 1440, 211mm x 375mm, orientation 3
(II) qxl(0): 79: 720x1280, 32 bits, stride 2880, 211mm x 375mm, orientation 3
(II) qxl(0): 80: 1280x760, 16 bits, stride 2560, 375mm x 223mm, orientation 0
(II) qxl(0): 81: 1280x760, 32 bits, stride 5120, 375mm x 223mm, orientation 0
(II) qxl(0): 82: 760x1280, 16 bits, stride 1520, 223mm x 375mm, orientation 1
(II) qxl(0): 83: 760x1280, 32 bits, stride 3040, 223mm x 375mm, orientation 1
(II) qxl(0): 84: 1280x760, 16 bits, stride 2560, 375mm x 223mm, orientation 2
(II) qxl(0): 85: 1280x760, 32 bits, stride 5120, 375mm x 223mm, orientation 2
(II) qxl(0): 86: 760x1280, 16 bits, stride 1520, 223mm x 375mm, orientation 3
(II) qxl(0): 87: 760x1280, 32 bits, stride 3040, 223mm x 375mm, orientation 3
(II) qxl(0): 88: 1280x768, 16 bits, stride 2560, 375mm x 225mm, orientation 0
(II) qxl(0): 89: 1280x768, 32 bits, stride 5120, 375mm x 225mm, orientation 0
(II) qxl(0): 90: 768x1280, 16 bits, stride 1536, 225mm x 375mm, orientation 1
(II) qxl(0): 91: 768x1280, 32 bits, stride 3072, 225mm x 375mm, orientation 1
(II) qxl(0): 92: 1280x768, 16 bits, stride 2560, 375mm x 225mm, orientation 2
(II) qxl(0): 93: 1280x768, 32 bits, stride 5120, 375mm x 225mm, orientation 2
(II) qxl(0): 94: 768x1280, 16 bits, stride 1536, 225mm x 375mm, orientation 3
(II) qxl(0): 95: 768x1280, 32 bits, stride 3072, 225mm x 375mm, orientation 3
(II) qxl(0): 96: 1280x800, 16 bits, stride 2560, 375mm x 234mm, orientation 0
(II) qxl(0): 97: 1280x800, 32 bits, stride 5120, 375mm x 234mm, orientation 0
(II) qxl(0): 98: 800x1280, 16 bits, stride 1600, 234mm x 375mm, orientation 1
(II) qxl(0): 99: 800x1280, 32 bits, stride 3200, 234mm x 375mm, orientation 1
(II) qxl(0): 100: 1280x800, 16 bits, stride 2560, 375mm x 234mm, orientation 2
(II) qxl(0): 101: 1280x800, 32 bits, stride 5120, 375mm x 234mm, orientation 2
(II) qxl(0): 102: 800x1280, 16 bits, stride 1600, 234mm x 375mm, orientation 3
(II) qxl(0): 103: 800x1280, 32 bits, stride 3200, 234mm x 375mm, orientation 3
(II) qxl(0): 104: 1280x960, 16 bits, stride 2560, 375mm x 281mm, orientation 0
(II) qxl(0): 105: 1280x960, 32 bits, stride 5120, 375mm x 281mm, orientation 0
(II) qxl(0): 106: 960x1280, 16 bits, stride 1920, 281mm x 375mm, orientation 1
(II) qxl(0): 107: 960x1280, 32 bits, stride 3840, 281mm x 375mm, orientation 1
(II) qxl(0): 108: 1280x960, 16 bits, stride 2560, 375mm x 281mm, orientation 2
(II) qxl(0): 109: 1280x960, 32 bits, stride 5120, 375mm x 281mm, orientation 2
(II) qxl(0): 110: 960x1280, 16 bits, stride 1920, 281mm x 375mm, orientation 3
(II) qxl(0): 111: 960x1280, 32 bits, stride 3840, 281mm x 375mm, orientation 3
(II) qxl(0): 112: 1280x1024, 16 bits, stride 2560, 375mm x 300mm, orientation 0
(II) qxl(0): 113: 1280x1024, 32 bits, stride 5120, 375mm x 300mm, orientation 0
(II) qxl(0): 114: 1024x1280, 16 bits, stride 2048, 300mm x 375mm, orientation 1
(II) qxl(0): 115: 1024x1280, 32 bits, stride 4096, 300mm x 375mm, orientation 1
(II) qxl(0): 116: 1280x1024, 16 bits, stride 2560, 375mm x 300mm, orientation 2
(II) qxl(0): 117: 1280x1024, 32 bits, stride 5120, 375mm x 300mm, orientation 2
(II) qxl(0): 118: 1024x1280, 16 bits, stride 2048, 300mm x 375mm, orientation 3
(II) qxl(0): 119: 1024x1280, 32 bits, stride 4096, 300mm x 375mm, orientation 3
(II) qxl(0): 120: 1360x768, 16 bits, stride 2720, 399mm x 225mm, orientation 0
(II) qxl(0): 121: 1360x768, 32 bits, stride 5440, 399mm x 225mm, orientation 0
(II) qxl(0): 122: 768x1360, 16 bits, stride 1536, 225mm x 399mm, orientation 1
(II) qxl(0): 123: 768x1360, 32 bits, stride 3072, 225mm x 399mm, orientation 1
(II) qxl(0): 124: 1360x768, 16 bits, stride 2720, 399mm x 225mm, orientation 2
(II) qxl(0): 125: 1360x768, 32 bits, stride 5440, 399mm x 225mm, orientation 2
(II) qxl(0): 126: 768x1360, 16 bits, stride 1536, 225mm x 399mm, orientation 3
(II) qxl(0): 127: 768x1360, 32 bits, stride 3072, 225mm x 399mm, orientation 3
(II) qxl(0): 128: 1366x768, 16 bits, stride 2732, 401mm x 225mm, orientation 0
(II) qxl(0): 129: 1366x768, 32 bits, stride 5464, 401mm x 225mm, orientation 0
(II) qxl(0): 130: 768x1366, 16 bits, stride 1536, 225mm x 401mm, orientation 1
(II) qxl(0): 131: 768x1366, 32 bits, stride 3072, 225mm x 401mm, orientation 1
(II) qxl(0): 132: 1366x768, 16 bits, stride 2732, 401mm x 225mm, orientation 2
(II) qxl(0): 133: 1366x768, 32 bits, stride 5464, 401mm x 225mm, orientation 2
(II) qxl(0): 134: 768x1366, 16 bits, stride 1536, 225mm x 401mm, orientation 3
(II) qxl(0): 135: 768x1366, 32 bits, stride 3072, 225mm x 401mm, orientation 3
(II) qxl(0): 136: 1400x1050, 16 bits, stride 2800, 411mm x 308mm, orientation 0
(II) qxl(0): 137: 1400x1050, 32 bits, stride 5600, 411mm x 308mm, orientation 0
(II) qxl(0): 138: 1050x1400, 16 bits, stride 2100, 308mm x 411mm, orientation 1
(II) qxl(0): 139: 1050x1400, 32 bits, stride 4200, 308mm x 411mm, orientation 1
(II) qxl(0): 140: 1400x1050, 16 bits, stride 2800, 411mm x 308mm, orientation 2
(II) qxl(0): 141: 1400x1050, 32 bits, stride 5600, 411mm x 308mm, orientation 2
(II) qxl(0): 142: 1050x1400, 16 bits, stride 2100, 308mm x 411mm, orientation 3
(II) qxl(0): 143: 1050x1400, 32 bits, stride 4200, 308mm x 411mm, orientation 3
(II) qxl(0): 144: 1440x900, 16 bits, stride 2880, 422mm x 264mm, orientation 0
(II) qxl(0): 145: 1440x900, 32 bits, stride 5760, 422mm x 264mm, orientation 0
(II) qxl(0): 146: 900x1440, 16 bits, stride 1800, 264mm x 422mm, orientation 1
(II) qxl(0): 147: 900x1440, 32 bits, stride 3600, 264mm x 422mm, orientation 1
(II) qxl(0): 148: 1440x900, 16 bits, stride 2880, 422mm x 264mm, orientation 2
(II) qxl(0): 149: 1440x900, 32 bits, stride 5760, 422mm x 264mm, orientation 2
(II) qxl(0): 150: 900x1440, 16 bits, stride 1800, 264mm x 422mm, orientation 3
(II) qxl(0): 151: 900x1440, 32 bits, stride 3600, 264mm x 422mm, orientation 3
(II) qxl(0): 152: 1600x900, 16 bits, stride 3200, 469mm x 264mm, orientation 0
(II) qxl(0): 153: 1600x900, 32 bits, stride 6400, 469mm x 264mm, orientation 0
(II) qxl(0): 154: 900x1600, 16 bits, stride 1800, 264mm x 469mm, orientation 1
(II) qxl(0): 155: 900x1600, 32 bits, stride 3600, 264mm x 469mm, orientation 1
(II) qxl(0): 156: 1600x900, 16 bits, stride 3200, 469mm x 264mm, orientation 2
(II) qxl(0): 157: 1600x900, 32 bits, stride 6400, 469mm x 264mm, orientation 2
(II) qxl(0): 158: 900x1600, 16 bits, stride 1800, 264mm x 469mm, orientation 3
(II) qxl(0): 159: 900x1600, 32 bits, stride 3600, 264mm x 469mm, orientation 3
(II) qxl(0): 160: 1600x1200, 16 bits, stride 3200, 469mm x 352mm, orientation 0
(II) qxl(0): 161: 1600x1200, 32 bits, stride 6400, 469mm x 352mm, orientation 0
(II) qxl(0): 162: 1200x1600, 16 bits, stride 2400, 352mm x 469mm, orientation 1
(II) qxl(0): 163: 1200x1600, 32 bits, stride 4800, 352mm x 469mm, orientation 1
(II) qxl(0): 164: 1600x1200, 16 bits, stride 3200, 469mm x 352mm, orientation 2
(II) qxl(0): 165: 1600x1200, 32 bits, stride 6400, 469mm x 352mm, orientation 2
(II) qxl(0): 166: 1200x1600, 16 bits, stride 2400, 352mm x 469mm, orientation 3
(II) qxl(0): 167: 1200x1600, 32 bits, stride 4800, 352mm x 469mm, orientation 3
(II) qxl(0): 168: 1680x1050, 16 bits, stride 3360, 493mm x 308mm, orientation 0
(II) qxl(0): 169: 1680x1050, 32 bits, stride 6720, 493mm x 308mm, orientation 0
(II) qxl(0): 170: 1050x1680, 16 bits, stride 2100, 308mm x 493mm, orientation 1
(II) qxl(0): 171: 1050x1680, 32 bits, stride 4200, 308mm x 493mm, orientation 1
(II) qxl(0): 172: 1680x1050, 16 bits, stride 3360, 493mm x 308mm, orientation 2
(II) qxl(0): 173: 1680x1050, 32 bits, stride 6720, 493mm x 308mm, orientation 2
(II) qxl(0): 174: 1050x1680, 16 bits, stride 2100, 308mm x 493mm, orientation 3
(II) qxl(0): 175: 1050x1680, 32 bits, stride 4200, 308mm x 493mm, orientation 3
(II) qxl(0): 176: 1920x1080, 16 bits, stride 3840, 563mm x 317mm, orientation 0
(II) qxl(0): 177: 1920x1080, 32 bits, stride 7680, 563mm x 317mm, orientation 0
(II) qxl(0): 178: 1080x1920, 16 bits, stride 2160, 317mm x 563mm, orientation 1
(II) qxl(0): 179: 1080x1920, 32 bits, stride 4320, 317mm x 563mm, orientation 1
(II) qxl(0): 180: 1920x1080, 16 bits, stride 3840, 563mm x 317mm, orientation 2
(II) qxl(0): 181: 1920x1080, 32 bits, stride 7680, 563mm x 317mm, orientation 2
(II) qxl(0): 182: 1080x1920, 16 bits, stride 2160, 317mm x 563mm, orientation 3
(II) qxl(0): 183: 1080x1920, 32 bits, stride 4320, 317mm x 563mm, orientation 3
(II) qxl(0): 184: 1920x1200, 16 bits, stride 3840, 563mm x 352mm, orientation 0
(II) qxl(0): 185: 1920x1200, 32 bits, stride 7680, 563mm x 352mm, orientation 0
(II) qxl(0): 186: 1200x1920, 16 bits, stride 2400, 352mm x 563mm, orientation 1
(II) qxl(0): 187: 1200x1920, 32 bits, stride 4800, 352mm x 563mm, orientation 1
(II) qxl(0): 188: 1920x1200, 16 bits, stride 3840, 563mm x 352mm, orientation 2
(II) qxl(0): 189: 1920x1200, 32 bits, stride 7680, 563mm x 352mm, orientation 2
(II) qxl(0): 190: 1200x1920, 16 bits, stride 2400, 352mm x 563mm, orientation 3
(II) qxl(0): 191: 1200x1920, 32 bits, stride 4800, 352mm x 563mm, orientation 3
(II) qxl(0): 192: 1920x1440, 16 bits, stride 3840, 563mm x 422mm, orientation 0
(II) qxl(0): 193: 1920x1440, 32 bits, stride 7680, 563mm x 422mm, orientation 0
(II) qxl(0): 194: 1440x1920, 16 bits, stride 2880, 422mm x 563mm, orientation 1
(II) qxl(0): 195: 1440x1920, 32 bits, stride 5760, 422mm x 563mm, orientation 1
(II) qxl(0): 196: 1920x1440, 16 bits, stride 3840, 563mm x 422mm, orientation 2
(II) qxl(0): 197: 1920x1440, 32 bits, stride 7680, 563mm x 422mm, orientation 2
(II) qxl(0): 198: 1440x1920, 16 bits, stride 2880, 422mm x 563mm, orientation 3
(II) qxl(0): 199: 1440x1920, 32 bits, stride 5760, 422mm x 563mm, orientation 3
(II) qxl(0): 200: 2048x1536, 16 bits, stride 4096, 601mm x 451mm, orientation 0
(II) qxl(0): 201: 2048x1536, 32 bits, stride 8192, 601mm x 451mm, orientation 0
(II) qxl(0): 202: 1536x2048, 16 bits, stride 3072, 451mm x 601mm, orientation 1
(II) qxl(0): 203: 1536x2048, 32 bits, stride 6144, 451mm x 601mm, orientation 1
(II) qxl(0): 204: 2048x1536, 16 bits, stride 4096, 601mm x 451mm, orientation 2
(II) qxl(0): 205: 2048x1536, 32 bits, stride 8192, 601mm x 451mm, orientation 2
(II) qxl(0): 206: 1536x2048, 16 bits, stride 3072, 451mm x 601mm, orientation 3
(II) qxl(0): 207: 1536x2048, 32 bits, stride 6144, 451mm x 601mm, orientation 3
(II) qxl(0): 208: 2560x1440, 16 bits, stride 5120, 751mm x 422mm, orientation 0
(II) qxl(0): 209: 2560x1440, 32 bits, stride 10240, 751mm x 422mm, orientation 0
(II) qxl(0): 210: 1440x2560, 16 bits, stride 2880, 422mm x 751mm, orientation 1
(II) qxl(0): 211: 1440x2560, 32 bits, stride 5760, 422mm x 751mm, orientation 1
(II) qxl(0): 212: 2560x1440, 16 bits, stride 5120, 751mm x 422mm, orientation 2
(II) qxl(0): 213: 2560x1440, 32 bits, stride 10240, 751mm x 422mm, orientation 2
(II) qxl(0): 214: 1440x2560, 16 bits, stride 2880, 422mm x 751mm, orientation 3
(II) qxl(0): 215: 1440x2560, 32 bits, stride 5760, 422mm x 751mm, orientation 3
(II) qxl(0): 216: 2560x1600, 16 bits, stride 5120, 751mm x 469mm, orientation 0
(II) qxl(0): 217: 2560x1600, 32 bits, stride 10240, 751mm x 469mm, orientation 0
(II) qxl(0): 218: 1600x2560, 16 bits, stride 3200, 469mm x 751mm, orientation 1
(II) qxl(0): 219: 1600x2560, 32 bits, stride 6400, 469mm x 751mm, orientation 1
(II) qxl(0): 220: 2560x1600, 16 bits, stride 5120, 751mm x 469mm, orientation 2
(II) qxl(0): 221: 2560x1600, 32 bits, stride 10240, 751mm x 469mm, orientation 2
(II) qxl(0): 222: 1600x2560, 16 bits, stride 3200, 469mm x 751mm, orientation 3
(II) qxl(0): 223: 1600x2560, 32 bits, stride 6400, 469mm x 751mm, orientation 3
(II) qxl(0): PreInit complete
(--) Depth 24 pixmap format is 32 bpp
(II) qxl(0): framebuffer at 0x7f310b962000 (16384 KB)
(II) qxl(0): command ram at 0x7f310c962000 (32760 KB)
(II) qxl(0): vram at 0x7f3107962000 (65536 KB)
(II) qxl(0): rom at 0x7f31140d8000
memory space from 0x7f310c962000 to 0x7f310e960000
memory space from 0x7f3107962000 to 0x7f310b962000
slots start: 1, slots end: 7
done reset
(II) UXA(0): Driver registered support for the following operations:
(II)         solid
(II)         copy
(II)         composite (RENDER acceleration)
(II)         put_image
bpp == 8 triggers bugs in spice apparently
slots start: 1, slots end: 7
done reset
primary is 0x1d6c6f0
(==) RandR enabled
(II) Initializing built-in extension Generic Event Extension
(II) Initializing built-in extension SHAPE
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension BIG-REQUESTS
(II) Initializing built-in extension SYNC
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-MISC
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(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) SELinux: Disabled by boolean
(II) AIGLX: Screen 0 is not DRI2 capable
(II) AIGLX: Screen 0 is not DRI capable
(II) AIGLX: Loaded and initialized /usr/lib64/dri/swrast_dri.so
(II) GLX: Initialized DRISWRAST GL provider for screen 0
   Zero width or height
new stride: 10240 (display width: 2560, bpp: 4)
   Bad bpp: 1 (1)
   Bad bpp: 1 (1)
   Bad bpp: 1 (1)
(II) config/hal: Adding input device AT Translated Set 2 keyboard
(II) LoadModule: "evdev"
(II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
	compiled for 1.7.7, module version = 2.3.2
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 7.0
(**) AT Translated Set 2 keyboard: always reports core events
(**) AT Translated Set 2 keyboard: Device: "/dev/input/event2"
(II) AT Translated Set 2 keyboard: Found keys
(II) AT Translated Set 2 keyboard: Configuring as keyboard
(II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105+inet"
(**) Option "xkb_layout" "us"
(**) Option "xkb_options" "terminate:ctrl_alt_bksp"
(II) config/hal: Adding input device Power Button
(**) Power Button: always reports core events
(**) Power Button: Device: "/dev/input/event0"
(II) Power Button: Found keys
(II) Power Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "pc105+inet"
(**) Option "xkb_layout" "us"
(**) Option "xkb_options" "terminate:ctrl_alt_bksp"
(II) config/hal: Adding input device ImExPS/2 Generic Explorer Mouse
(**) ImExPS/2 Generic Explorer Mouse: always reports core events
(**) ImExPS/2 Generic Explorer Mouse: Device: "/dev/input/event3"
(II) ImExPS/2 Generic Explorer Mouse: Found 9 mouse buttons
(II) ImExPS/2 Generic Explorer Mouse: Found scroll wheel(s)
(II) ImExPS/2 Generic Explorer Mouse: Found relative axes
(II) ImExPS/2 Generic Explorer Mouse: Found x and y relative axes
(II) ImExPS/2 Generic Explorer Mouse: Configuring as mouse
(**) ImExPS/2 Generic Explorer Mouse: YAxisMapping: buttons 4 and 5
(**) ImExPS/2 Generic Explorer Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "ImExPS/2 Generic Explorer Mouse" (type: MOUSE)
(**) ImExPS/2 Generic Explorer Mouse: (accel) keeping acceleration scheme 1
(**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration profile 0
(II) ImExPS/2 Generic Explorer Mouse: initialized for relative axes.
(II) config/hal: Adding input device Macintosh mouse button emulation
(**) Macintosh mouse button emulation: always reports core events
(**) Macintosh mouse button emulation: Device: "/dev/input/event1"
(II) Macintosh mouse button emulation: Found 3 mouse buttons
(II) Macintosh mouse button emulation: Found relative axes
(II) Macintosh mouse button emulation: Found x and y relative axes
(II) Macintosh mouse button emulation: Configuring as mouse
(**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
(**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
(**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
(**) Macintosh mouse button emulation: (accel) acceleration profile 0
(II) Macintosh mouse button emulation: initialized for relative axes.
(II) config/hal: Adding input device QEMU 0.14.0 QEMU USB Tablet
(**) QEMU 0.14.0 QEMU USB Tablet: always reports core events
(**) QEMU 0.14.0 QEMU USB Tablet: Device: "/dev/input/event4"
(II) QEMU 0.14.0 QEMU USB Tablet: Found 3 mouse buttons
(II) QEMU 0.14.0 QEMU USB Tablet: Found scroll wheel(s)
(II) QEMU 0.14.0 QEMU USB Tablet: Found relative axes
(II) QEMU 0.14.0 QEMU USB Tablet: Found absolute axes
(II) QEMU 0.14.0 QEMU USB Tablet: Found x and y absolute axes
(II) QEMU 0.14.0 QEMU USB Tablet: Configuring as mouse
(**) QEMU 0.14.0 QEMU USB Tablet: YAxisMapping: buttons 4 and 5
(**) QEMU 0.14.0 QEMU USB Tablet: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "QEMU 0.14.0 QEMU USB Tablet" (type: MOUSE)
(EE) QEMU 0.14.0 QEMU USB Tablet: failed to initialize for relative axes.
(**) QEMU 0.14.0 QEMU USB Tablet: (accel) keeping acceleration scheme 1
(**) QEMU 0.14.0 QEMU USB Tablet: (accel) acceleration profile 0
(II) QEMU 0.14.0 QEMU USB Tablet: initialized for absolute axes.
   Bad bpp: 1 (1)
   Bad bpp: 1 (1)
(II) config/hal: Adding input device spice vdagent tablet
(**) spice vdagent tablet: always reports core events
(**) spice vdagent tablet: Device: "/dev/input/event5"
(II) spice vdagent tablet: Found 3 mouse buttons
(II) spice vdagent tablet: Found scroll wheel(s)
(II) spice vdagent tablet: Found relative axes
(II) spice vdagent tablet: Found absolute axes
(II) spice vdagent tablet: Found x and y absolute axes
(II) spice vdagent tablet: Configuring as mouse
(**) spice vdagent tablet: YAxisMapping: buttons 4 and 5
(**) spice vdagent tablet: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "spice vdagent tablet" (type: MOUSE)
(EE) spice vdagent tablet: failed to initialize for relative axes.
(**) spice vdagent tablet: (accel) keeping acceleration scheme 1
(**) spice vdagent tablet: (accel) acceleration profile 0
(II) spice vdagent tablet: initialized for absolute axes.
   Zero width or height
   Bad bpp: 1 (1)
   Bad bpp: 1 (1)
   Bad bpp: 1 (1)
   Zero width or height
   Zero width or height
   Zero width or height
   Zero width or height
   Bad bpp: 1 (1)
   Bad bpp: 1 (1)
   Bad bpp: 1 (1)
   Zero width or height
   Zero width or height
   Zero width or height
   Zero width or height


More information about the Spice-devel mailing list