I have run this game without problems on a native Windows XP installation with VDMSound. But when I try to start the game in vmware, it goes fullscreen and I get alot of red garbage on my screen(but the game is running, I can easily alt+tab back to my desktop). VMWare does work fullscreen normally, though.
I also tried playing the game natively(without VDMSound) in Windows 98(in vmware), and had the exact same problem. This also happens when I try booting vmware in fullscreen mode, i.e. I only see red garbage until the Windows gui comes up.
I have tried fiddling with alot of settings in XF86Config but nothing works.
Btw, I don't think it has anything to do with the resolution because the game uses 720x400 and the vmware boot screen uses 640x480, and they both fail.
Here it is:
Code: Select all
Section "Module"
Load "dbe"
Load "glx"
SubSection "extmod"
EndSubSection
Load "type1"
Load "freetype"
Load "ddc"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "is"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/usbmouse"
Option "Buttons" "7"
Option "ZAxisMapping" "6 7"
EndSection
Section "Monitor"
Identifier "Monitor1"
HorizSync 30-98
VertRefresh 50-160
Option "dpms"
EndSection
Section "Device"
Identifier "Video1"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "Screen 1"
Device "Video1"
Monitor "Monitor1"
Option "NoLogo" "1"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubsection
SubSection "Display"
Depth 16
Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubsection
SubSection "Display"
Depth 15
Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubsection
SubSection "Display"
Depth 8
Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubsection
SubSection "Display"
Depth 4
Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubsection
SubSection "Display"
Depth 1
Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubsection
EndSection
Section "ServerLayout"
Identifier "simple layout"
Screen "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection



