Index: branches/meklort/i386/modules/GraphicsEnabler/GraphicsEnabler.c =================================================================== --- branches/meklort/i386/modules/GraphicsEnabler/GraphicsEnabler.c (revision 553) +++ branches/meklort/i386/modules/GraphicsEnabler/GraphicsEnabler.c (revision 554) @@ -30,7 +30,7 @@ { char *devicepath = get_pci_dev_path(current); - bool do_gfx_devprop = false; + bool do_gfx_devprop = true; getBoolForKey(kGraphicsEnabler, &do_gfx_devprop, &bootInfo->bootConfig); Index: branches/meklort/i386/modules/GraphicsEnabler/nvidia.c =================================================================== --- branches/meklort/i386/modules/GraphicsEnabler/nvidia.c (revision 553) +++ branches/meklort/i386/modules/GraphicsEnabler/nvidia.c (revision 554) @@ -74,8 +74,6 @@ #define TYPE_GROUPED 0xff -extern uint32_t devices_number; - const char *nvidia_compatible_0[] = { "@0,compatible", "NVDA,NVMac" }; const char *nvidia_compatible_1[] = { "@1,compatible", "NVDA,NVMac" }; const char *nvidia_device_type_0[] = { "@0,device_type", "display" }; Index: branches/meklort/i386/modules/GraphicsEnabler/ati.c =================================================================== --- branches/meklort/i386/modules/GraphicsEnabler/ati.c (revision 553) +++ branches/meklort/i386/modules/GraphicsEnabler/ati.c (revision 554) @@ -43,8 +43,6 @@ #define TYPE_GROUPED 0xff -extern uint32_t devices_number; - const char *ati_compatible_0[] = { "@0,compatible", "ATY,%s" }; const char *ati_compatible_1[] = { "@1,compatible", "ATY,%s" }; const char *ati_device_type_0[] = { "@0,device_type", "display" };