VirtualBox

Opened 14 years ago

Closed 8 years ago

#7490 closed defect (obsolete)

Problem, desktop refresh on guest doesnt work, seamless mode

Reported by: fwalther Owned by:
Component: GUI/seamless Version: VirtualBox 3.2.8
Keywords: draw, refresh, windows Cc:
Guest type: Windows Host type: Windows

Description (last modified by aeichner)

Spec: Host: Win 7 x64 Guest: Win XP x86

Hello Bugtracker-Team I have a problem since the last update with the refreshing of the desktop on my guest. That means that I can "draw" something on the screen with my open windows. Printscreen should explain...

fwalther

Attachments (1)

000114_2010-09-17_08-33-27_sreenshot.png (348.4 KB ) - added by fwalther 14 years ago.
Printscreen

Download all attachments as: .zip

Change History (3)

by fwalther, 14 years ago

Printscreen

comment:1 by gf, 11 years ago

Same problem here with WinXP Pro 32bit host and Ubuntu 12.04 32bit guest.

http://i.imgur.com/prerL.png

My workaround is to refresh my desktop every 3 seconds or so by running a vbscript on my host.

Dim w 

w = 3000 '3 seconds

Do While True
	WScript.CreateObject("WScript.Shell").Run "%windir%\System32\RUNDLL32.EXE user32.dll,UpdatePerUserSystemParameters", 7, True
    Wscript.Sleep w 
Loop 

Wscript.Quit

However, every time the rundll32.exe is executed, the mouse pointer changes to hourglass for a brief moment; so this is not really a solution for the problem.

Last edited 11 years ago by gf (previous) (diff)

comment:2 by aeichner, 8 years ago

Description: modified (diff)
Resolution: obsolete
Status: newclosed

Please reopen if still relevant with a recent VirtualBox release.

Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use