mirror of
https://github.com/X11Libre/xf86-video-ast.git
synced 2026-03-24 01:24:41 +00:00
Fixed the incorrect settings of Graphics registers
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2008-07-21 Y.C. Chen <yc_chen@aspeedtech.com>
|
||||
* src/ast_mode.c
|
||||
Fixed Incorrect Settings for Graphices Registers
|
||||
|
||||
2008-03-18 Y.C. Chen <yc_chen@aspeedtech.com>
|
||||
* src/ast_2dtool.c
|
||||
* src/ast_tool.c
|
||||
|
||||
@@ -534,6 +534,7 @@ void vSetStdReg(ScrnInfoPtr pScrn, DisplayModePtr mode, PVBIOS_MODE_INFO pVGAMod
|
||||
/* Set GR */
|
||||
for (i=0; i<9; i++)
|
||||
{
|
||||
jReg = pStdModePtr->GR[i];
|
||||
SetIndexReg(GR_PORT,(UCHAR) i, jReg);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user