Index: branches/azimutz/Cleancut/i386/modules/GraphicsEnabler/IntelGraphicsEnabler/gma.c =================================================================== --- branches/azimutz/Cleancut/i386/modules/GraphicsEnabler/IntelGraphicsEnabler/gma.c (revision 960) +++ branches/azimutz/Cleancut/i386/modules/GraphicsEnabler/IntelGraphicsEnabler/gma.c (revision 961) @@ -56,6 +56,7 @@ { 0x808627A6, "Mobile GMA950" }, { 0x8086A011, "Mobile GMA3150" }, { 0x8086A012, "Mobile GMA3150" }, +//Azi: i can get QE/CI but no framebuffer... more testing needed. { 0x80862772, "Desktop GMA950" }, { 0x80862776, "Desktop GMA950" }, { 0x8086A001, "Mobile GMA3150" }, Index: branches/azimutz/Cleancut/i386/modules/GraphicsEnabler/GraphicsEnabler.txt =================================================================== --- branches/azimutz/Cleancut/i386/modules/GraphicsEnabler/GraphicsEnabler.txt (revision 0) +++ branches/azimutz/Cleancut/i386/modules/GraphicsEnabler/GraphicsEnabler.txt (revision 961) @@ -0,0 +1,22 @@ +This is a port of the graphics enabler code into modules, +based on Meklort's previous port; for all purposes, this is +his work; i'm just trying to help ease the work load and +learn something while doing it. + +Though the modules are in a working state and considered by me +as fit for testing (and use), this is still work in progress. +Please feedback directly to me by pm at: +http://forum.voodooprojects.org/ + + +NOTICE: as of now, i'm considering this work as "LOW PRIORITY". +The folder will be kept synced with the trunk. +Work on the code will be done on a "free time" basis. +Any dev that wants to work directly on the folder is welcome; +i will take care of the "syncing with trunk" part. + +The main reason for this is: +there are more important things to fix on the booter. + + +Azi \ No newline at end of file