diff --git a/README b/README
index 1295a9d..d65c7ec 100644
--- a/README
+++ b/README
@@ -18,7 +18,7 @@
 
   [1m1.  Supported Hardware[0m
 
-  This is an unaccelerated driver for the SGI newport cards (a.k.a. XL)
+  This is an accelerated driver for the SGI newport cards (a.k.a. XL)
   as found in the SGI Indy and Indigo2. Both the 8bit and 24bit versions
   are tested and working.
 
@@ -61,6 +61,8 @@
   +o  HWCursor - enable or disable hardware cursor
 
   +o  BusID - set this to "1" on the Indigo2 XL
+  
+	NoAccel - disable hw acceleration	
 
 
 
diff --git a/src/newport_accel.c b/src/newport_accel.c
index 450c88a..ac4f0e5 100644
--- a/src/newport_accel.c
+++ b/src/newport_accel.c
@@ -1624,7 +1624,6 @@ NewportXAASubsequentCPUToScreenTexture(
 
 CARD32 NewportAlphaTextureFormats[2] = {PICT_a8, 0};
 CARD32 NewportTextureFormats[3] = {PICT_a8r8g8b8, PICT_a8b8g8r8, 0};
-/*CARD32 NewportTextureFormats[2] = {PICT_a8r8g8b8, 0};*/
 CARD32 NewportDstFormats[7] = {PICT_a8r8g8b8, PICT_a8b8g8r8, PICT_x8r8g8b8, PICT_x8b8g8r8, PICT_r8g8b8, PICT_b8g8r8, 0};
 
 #endif
diff --git a/src/newport_cursor.c b/src/newport_cursor.c
index 3264de4..7721ba9 100644
--- a/src/newport_cursor.c
+++ b/src/newport_cursor.c
@@ -47,7 +47,7 @@ NewportHWCursorInit(ScreenPtr pScreen)
 	infoPtr->RealizeCursor = NewportRealizeCursor;
 	infoPtr->UseHWCursor = NULL;
 
-	/* enable cursor funtion in shadow register */
+	/* enable cursor function in shadow register */
 	pNewport->vc2ctrl |= VC2_CTRL_ECURS;
 	/* enable glyph cursor, maximum size is 32x32x2 */
 	pNewport->vc2ctrl &= ~( VC2_CTRL_ECG64 | VC2_CTRL_ECCURS);
diff --git a/src/newport_driver.c b/src/newport_driver.c
index 757fd12..a576df0 100644
--- a/src/newport_driver.c
+++ b/src/newport_driver.c
@@ -141,9 +141,6 @@ static XF86ModuleVersionInfo newportVersRec =
 	MODINFOSTRING1,
 	MODINFOSTRING2,
 	XORG_VERSION_CURRENT,
-/*
-	XF86_VERSION_CURRENT,
-*/	
 	NEWPORT_MAJOR_VERSION, NEWPORT_MINOR_VERSION, NEWPORT_PATCHLEVEL,
 	ABI_CLASS_VIDEODRV,
 	ABI_VIDEODRV_VERSION,
@@ -595,12 +592,7 @@ NewportScreenInit(int index, ScreenPtr pScreen, int argc, char **argv)
 	    else
 		xf86LoaderReqSymLists(xaaSymbols, NULL);
 	}
-#if 0    
-	if (pScrn->bitsPerPixel < 24)
-	{ /* not implemented yet */
-	    pNewport->NoAccel = TRUE;
-	}
-#endif	
+	
 	pNewport->pXAAInfoRec = NULL;
 	if (!pNewport->NoAccel)
 	{
