summaryrefslogtreecommitdiff
path: root/meta/packages/xorg-xserver/xserver-xf86-config/qemux86
Commit message (Collapse)AuthorAgeFilesLines
* qemux86/xorg.conf: no DefaultDepth for VMware SVGA driverKevin Tian2010-06-291-1/+0
| | | | | | | | | | VMware SVGA driver needs to have same depth between the host and the guest. Or put in other word, the depth read by the guest is the value read from host. The guest is not allowed to change virtual depth to other value. With DefaultDepth option xorg.conf, vmware driver rejects to work with suggestion "Please do not specify a depth on the command line or via the config file". Signed-off-by Kevin Tian <kevin.tian@intel.com>
* Fixes for Qemu to use VGA and Touch ScreenSaul Wold2010-06-071-3/+19
| | | | | | | Added usb tablet options to poky-qemu-internal script, and adjusted the xorg.conf script for x86 to use VGA screen and tablet input device Signed-off-by: Saul Wold <saul.wold@intel.com>
* xserver-xf86-config: Set a netbook suitable resolutionRichard Purdie2009-06-091-0/+5
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xorg.conf: Use vmmouse for qemux86Richard Purdie2009-06-091-31/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-xf86-config: Set AllowEmptyInput to no fixing chaned defaults in ↵Richard Purdie2009-06-041-1/+1
| | | | | | modern xservers Signed-off-by: Richard Purdie <richard@ted.(none)>
* xserver-xf86: Split xorg.conf from main xserver packageRichard Purdie2009-05-311-0/+78
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>