summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJamey Sharp <jamey@minilop.net>2011-09-14 15:51:41 -0500
committerJamey Sharp <jamey@minilop.net>2011-09-14 15:51:41 -0500
commiteed0d801334b9ce017c196c4af420675caf671ae (patch)
treea337f9768bfce2dcefd38bef3e549a7982d0cb88
parent8290a399dd67f421dba8472e3ebe0fcdd42225cb (diff)
Nested X screens don't have a RAMDAC.
Signed-off-by: Jamey Sharp <jamey@minilop.net>
-rw-r--r--src/driver.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/driver.c b/src/driver.c
index 92edeca..6189fe2 100644
--- a/src/driver.c
+++ b/src/driver.c
@@ -401,8 +401,6 @@ static Bool NestedPreInit(ScrnInfoPtr pScrn, int flags) {
return FALSE;
if (!xf86LoadSubModule(pScrn, "fb"))
return FALSE;
- if (!xf86LoadSubModule(pScrn, "ramdac"))
- return FALSE;
pScrn->memPhysBase = 0;
pScrn->fbOffset = 0;