mirror of
https://github.com/X11Libre/xf86-video-vmware.git
synced 2026-03-24 09:34:40 +00:00
Only set the first xinerama output as primary.
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
This commit is contained in:
@@ -1258,7 +1258,7 @@ vmwareNextXineramaState(VMWAREPtr pVMWARE)
|
||||
|
||||
for (i = 0; i < pVMWARE->xineramaNumOutputs; i++) {
|
||||
vmwareWriteReg(pVMWARE, SVGA_REG_DISPLAY_ID, i);
|
||||
vmwareWriteReg(pVMWARE, SVGA_REG_DISPLAY_IS_PRIMARY, TRUE);
|
||||
vmwareWriteReg(pVMWARE, SVGA_REG_DISPLAY_IS_PRIMARY, i == 0);
|
||||
vmwareWriteReg(pVMWARE, SVGA_REG_DISPLAY_POSITION_X,
|
||||
xineramaState[i].x_org);
|
||||
vmwareWriteReg(pVMWARE, SVGA_REG_DISPLAY_POSITION_Y,
|
||||
|
||||
Reference in New Issue
Block a user