Add vid card default for SiS 630/730
This commit is contained in:
@@ -80,22 +80,23 @@ DisplayColor=16
|
||||
TextureColor=16
|
||||
AntiAliasing=0
|
||||
|
||||
#// Please add a comment. What is this supposed to match? -Chris
|
||||
#[0007]
|
||||
#DriverRegex=OpenGL
|
||||
#Renderers=opengl
|
||||
#Width=640
|
||||
#Height=480
|
||||
#DisplayColor=16
|
||||
#TextureColor=16
|
||||
#AntiAliasing=1 // Right now, they've got to have NVidia or ATi Cards anyway..
|
||||
// This matches all drivers in Mac and Linux. -Chris
|
||||
[0007]
|
||||
DriverRegex=OpenGL
|
||||
Renderers=opengl
|
||||
Width=640
|
||||
Height=480
|
||||
DisplayColor=16
|
||||
TextureColor=16
|
||||
AntiAliasing=1 // Right now, they've got to have NVidia or ATi Cards anyway..
|
||||
|
||||
// Cards that have problems with OpenGL:
|
||||
// ASSERT fail somewhere in RageDisplay_OpenGL "Trident Video Accelerator CyberBlade"
|
||||
// bug 764499: ASSERT fail after glDeleteTextures for "SiS 650_651_740"
|
||||
// bug 764830: ASSERT fail after glDeleteTextures for "VIA Tech VT8361/VT8601 Graphics Controller"
|
||||
[0007]
|
||||
DriverRegex=Trident Video Accelerator CyberBlade|SiS 650_651_740|VIA.*VT
|
||||
// bug 791950: AV in glsis630!DrvSwapBuffers for "SiS 630/730"
|
||||
[0008]
|
||||
DriverRegex=Trident Video Accelerator CyberBlade|VIA.*VT|SiS 6*
|
||||
Renderers=d3d,opengl
|
||||
Width=640
|
||||
Height=480
|
||||
@@ -106,7 +107,7 @@ AntiAliasing=0
|
||||
|
||||
// Default graphics settings used for all cards that don't match above.
|
||||
// This must be the very last entry!
|
||||
[0008]
|
||||
[0009]
|
||||
DriverRegex=
|
||||
Renderers=opengl,d3d
|
||||
Width=640
|
||||
|
||||
Reference in New Issue
Block a user