summaryrefslogtreecommitdiffstats
path: root/meta/packages/xorg-xserver/xserver-xf86-config/qemux86/xorg.conf
Commit message (Collapse)AuthorAgeFilesLines
* Major layout change to the packages directoryRichard Purdie2010-08-271-68/+0
| | | | | | | | | | | | | | | | | Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* 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>