I always keep my graphics drivers current.
what is your dosbox version and where have you got it from?
0.73 from the latest D-Fend Reloaded installation
what is your Operating System?
Windows 7 x64
what are your PC specifications?
Athlon 64 X2 6000+ 3.11 GHz Dual core
8GB RAM
Radeon HD 3870
post content of "DOSBox Status Window"
This is from the stdout.txt file:
DOSBox version 0.73
Copyright 2002-2009 DOSBox Team, published under GNU GPL.
---
CONFIG:Loading primary settings from config file C:\Users\Jeff\AppData\Local\Temp\DOSBOX.CONF
MIDI:Opened device:win32
DOS keyboard layout loaded with main language code US for layout US
SHELL:Redirect output to nul
Exit to error: Could not set fullscreen video mode 1280x1024-32: DirectDraw2::CreateSurface(PRIMARY): Undefined error!
Iteresting that it is using DirectDraw2 even though I specified opengl.
enclose your dosbox's config file
[sdl]
fullscreen=true
fulldouble=false
fullresolution=0x0
windowresolution=original
output=opengl
autolock=true
sensitivity=100
waitonerror=true
usecancodes=true
priority=higher,normal
mapperfile=C:\Users\Jeff\D-Fend Reloaded\mapper.txt
[dosbox]
machine=svga_s3
captures=C:\Users\Jeff\D-Fend Reloaded\Capture\Master of Orion\
memsize=16
[render]
frameskip=0
aspect=false
scaler=tv2x
[cpu]
core=dynamic
cputype=auto
cycles=fixed 10000
cycleup=500
cycledown=20
[mixer]
nosound=false
rate=44100
blocksize=2048
prebuffer=10
[midi]
mpu401=intelligent
mididevice=default
midiconfig=
[sblaster]
sbtype=sb16
sbbase=220
irq=7
dma=1
hdma=5
sbmixer=true
oplmode=auto
oplrate=44100
oplemu=default
[gus]
gus=true
gusrate=22050
gusbase=240
gusirq=5
gusdma=1
ultradir=C:\ULTRASND
[speaker]
pcspeaker=true
pcrate=44100
tandy=auto
tandyrate=44100
disney=true
[dos]
xms=true
ems=true
umb=true
keyboardlayout=US
[joystick]
joysticktype=none
timed=true
autofire=false
swap34=false
buttonwrap=false
[serial]
serial1=dummy
serial2=dummy
serial3=disabled
serial4=disabled
[autoexec]
@echo off
SET PATH=Z:\
keyb US 437
mount C "D:\DOS\VIRTUA~1\"
C:
cd\
cd \MOO
Z:\config.com -securemode > nul
ORION.EXE
exit
Thanks for looking!