summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mga_driver.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mga_driver.c b/src/mga_driver.c
index b9ebc79..c5d27ef 100644
--- a/src/mga_driver.c
+++ b/src/mga_driver.c
@@ -1175,6 +1175,9 @@ MGAdoDDC(ScrnInfoPtr pScrn)
hwp = VGAHWPTR(pScrn);
pMga = MGAPTR(pScrn);
+ if (pMga->is_G200SE)
+ return NULL; /* boo hiss */
+
/* Load DDC if we have the code to use it */
/* This gives us DDC1 */
if (pMga->ddc1Read || pMga->i2cInit) {