[Qemu-devel] [PATCH] touchscreen screen coordinates

2007-06-19 Thread dmlist
Attached is a simple patch (for 0.9.0 and current cvs), that allows: -usbdevice touchscreen which behaves the same as touchpad, except the coordinates are screen coordinates instead of scaled 32768 coordinates. This makes qemu compatible with tslib, often used by xserver-kdrive. tslib does not

[Qemu-devel] Patch: arm versatile video mode support

2007-03-25 Thread dmlist
Hi, The attached patch examines the kernel command line passed to qemu-system-arm, and changes the clcd register to match the CLCD video modes currently supported by then linux kernel: video=640x480 video=240x320 video=320x240 Perhaps someone has a more general or a better way of doing this.

[Qemu-devel] Patch: arm versatile video mode support

2007-03-08 Thread dmlist
Hi, The attached patch examines the kernel command line passed to qemu-system-arm, and changes the clcd register to match the CLCD video modes currently supported by then linux kernel: video=640x480 video=240x320 video=320x240 Perhaps someone has a more general or a better way of doing this.