"Cannot Display This Video Mode"

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
stephen
Newbie
Newbie
Posts: 2
Joined: Thu Jan 01, 2009 5:38 pm

"Cannot Display This Video Mode"

Post by stephen »

I have Ubuntu 8.10 and I downloaded Wine and installed it. Everything seems to work (installation works), but when I try to run the game that I installed, I hear the sound, but I don't see video, and instead I see a blank screen with big white text in the center that says "Cannot Display This Video Mode"

Does anybody know what this is? How do I fix this?
Alexander Nicolaysen S...

"Cannot Display This Video Mode"

Post by Alexander Nicolaysen S... »

Torsdag 01 januar 2009 23:46:56 skrev stephen:
I have Ubuntu 8.10 and I downloaded Wine and installed it. Everything seems
to work (installation works), but when I try to run the game that I
installed, I hear the sound, but I don't see video, and instead I see a
blank screen with big white text in the center that says "Cannot Display
This Video Mode"

Does anybody know what this is? How do I fix this?
Does this message come from the game itself or your monitor? Try running
'winecfg' and enable a virtual desktop.



Alexander N. Sørnes
stephen
Newbie
Newbie
Posts: 2
Joined: Thu Jan 01, 2009 5:38 pm

Post by stephen »

Running the game in a virtual desktop fixed the problem, thank you.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: "Cannot Display This Video Mode"

Post by vitamin »

stephen wrote:I see a blank screen with big white text in the center that says "Cannot Display This Video Mode"
This means your video card set resolution not supported by your monitor.

In most cases this means that Xorg is misconfigured and reports to Wine video modes (resolution + refresh rate) that are not supported by your monitor. Wine always chooses the best refresh rate for given resolution.

You need to fix your Xorg config, use virtual desktop mode or override refresh rate (might not always work):

Code: Select all

[HKEY_LOCAL_MACHINE\Software\Microsoft\DirectDraw]
ForceRefreshRate=60
See http://wiki.winehq.org/UsefulRegistryKeys for details.
Locked