diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index 98f05e65ed..25ec9290bb 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -435,7 +435,7 @@ struct VideoCardDefaults false // broken, causes black screen }, { - "Radeon 7|Wonder 7500|ArcadeVGA", // Radeon 7xxx + "Radeon.* 7|Wonder 7500|ArcadeVGA", // Radeon 7xxx, RADEON Mobility 7500 "d3d,opengl", // movie texture performance is terrible in OpenGL, but fine in D3D. 640,480, 16,16,16, @@ -513,6 +513,14 @@ struct VideoCardDefaults 1024, false }, + { + "Intel.*", /* fallback: all unknown Intel cards to D3D, since Intel is notoriously bad at OpenGL */ + "d3d,opengl", + 640,480, + 16,16,16, + 1024, + false + }, { // Cards that have problems with OpenGL: // ASSERT fail somewhere in RageDisplay_OpenGL "Trident Video Accelerator CyberBlade"