Yesterday in mesa:
Code:
commit 27915708ed4519cc5606e81fb789e8427501f355
Author: Brian Paul <brianp@vmware.com>
Date: Fri Jan 13 10:54:22 2012 -0700
docs: new page describing how to build, install VMware SVGA3D guest driver
docs/contents.html | 1 +
docs/vmware-guest.html | 185 ++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 186 insertions(+), 0 deletions(-)
create mode 100644 docs/vmware-guest.html
Also yesterday in xf86-video-vmware (I believe this was the commit that fixed the xa version number problem):
Code:
commit e6d03aceb1195de0b490f39024f34a33b1a8f6fc
Author: Thomas Hellstrom <thellstrom@vmware.com>
Date: Thu Jan 12 14:00:41 2012 +0100
vmwgfx: Adapt to new XA version number v2
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>
vmwgfx/vmwgfx_driver.c | 27 ++++++++++-----------------
1 files changed, 10 insertions(+), 17 deletions(-)
And with the new vmware driver even modelines work (didn't work with vmwlegacy):
Code:
xrandr --newmode "1600x900_60.00" 119.00 1600 1696 1864 2128 900 901 904 932 -HSync +Vsync
xrandr --addmode Virtual1 1600x900_60.00
xrandr --output Virtual1 --mode 1600x900_60.00
xrandr -s 1600x900
Yay.