http://bugs.winehq.org/show_bug.cgi?id=8153
cmaster2@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |cmaster2@hotmail.com
--- Comment #5 from cmaster2@hotmail.com 2008-01-10 19:49:09 --- Hey
I don't think this is a bug in wine your error says err:x11settings:X11DRV_ChangeDisplaySettingsEx No matching mode found! (XRandR)
The problem i think is that the game is calling for a resolution but the XRandR program (its a program that changes screen res) cant find the resolution the game is calling for. What this probably means is that the resolution the game wants is not found in your xorg.conf file for gentoo 64bit but the right resolution is in your xorg.conf for your kubuntu 32bit installation.
To fix: Use whatever text editor you use as root. Open /etc/X11/xorg.conf on your kubuntu installation. Find the section called 'screen' Find the line about metamodes. Write down these metamodes (or copy) then go into your gentoo installations /etc/X11/xorg.conf Paste or add any resolutions which are in you kubuntu xorg.conf but not in your gentoo one. All the different resolutions should be seperated by an ; if your using dual screens then your dual screen resolutions will be setup like this 1024x768,1024x767; (specifies both screens) if your using dual screens you also need to add single screen resolutions to the end ie 1024x768; it seems games running through wine in fullscreen mode will not work if you have two screens which is why you also need to add single screen res's. This will disable any second screen while you are in game but when you leave it will hopefully re-enable it doesnt for me though. i have to restart x.
Save
If your on gentoo right now then restart X
If your on kubuntu restart your pc and boot gentoo. Now hopefully the game will run. I'll try to watch 'bug'.