// ============================================================================ // Package // ---------------------------------------------------------------------------- "Chameleon_Package_Title" = "Chameleon Bootloader Package"; // ============================================================================ // Error strings // ---------------------------------------------------------------------------- "ERROR_BOOTVOL" = "This software must be installed on the startup volume."; "ERROR_INSTALL" = "This volume does not meet the requirements for this update."; "Newer_Package_Installed_message" = "A newer version of Chameleon is already installed"; "Intel_Mac_message" = "This software cannot be installed on this computer."; // ============================================================================ // Bootloader // ---------------------------------------------------------------------------- "Chameleon_title" = "Chameleon Bootloader"; "Chameleon_description" = "Chameleon requires three essential files. (in simple terms) boot0 (On the drive's MBR) responsible for loading boot1. boot1 (On the partition's boot-sector) to finding boot2. boot2 (On the partition's root directory) for loading kernel etc."; "Standard_title" = "Standard"; "Standard_description" = "Install Chameleon's files to the root of the selected partition using either boot0 or boot0md depending on your system without destroying any existing Windows installation if you have one."; "noboot_title" = "Don't install the Bootloader"; "noboot_description" = "Useful if you only want to install the extra's."; // ============================================================================ // Modules // ---------------------------------------------------------------------------- "Module_title" = "Modules"; "Module_description" = "The modules system incorporated in chameleon allows for a user or developer to extend the core functionality of chameleon without replacing the main boot file."; "klibc_title" = "klibc"; "klibc_description" = "This module provides a standard c library for modules to link to if the library provided by chameleon is insufficient. This is currently only used by the uClibc++ library. Source: http://www.kernel.org/pub/linux/libs/klibc/"; "ACPICodec_title" = "ACPICodec"; "ACPICodec_description" = "This module provides a substitute for the internal acpi patcher. Dependencies: none"; "HDAEnabler_title" = "HDAEnabler"; "HDAEnabler_description" = "HDAEnabler module, this module provides a substitute for the Hight Definition Audio DSDT Edits. Dependencies: none"; "FileNVRAM_title" = "FileNVRAM"; "FileNVRAM_description" = "FileNVRAM module for preloading NVRAM values. Dependencies: none"; "Sata_title" = "Sata"; "Sata_description" = "Sata module, known as YellowIconFixer in cparm's branch. Useful to fix yellow icon issue (can also fix an issue with the Apple's dvd player application in Mountain lion). Dependencies: none"; "AutoReso_title" = "Resolution"; "AutoReso_description" = "This module reads the edid information from the monitor attached to the main display. The module is currently not integrated into trunk and has minimal uses as it stands. Additionally, the module will patch the vesa modes available in pre intel hd graphics cards to provide proper resolution while booting."; "uClibc_title" = "uClibc++"; "uClibc_description" = "This module provides a minimalistic c++ runtime library for use in other modules. This does not provide functionality by itself, instead it is used to allow for the c++ language to be used in other modules. *Please note that rtti and exceptions has both been disabled. Source: http://cxx.uclibc.org/ Dependencies: klibc"; "KernelPatcher_title" = "Kernel Patcher"; "KernelPatcher_description" = "The KernelPatcher module provides patches for the following: *Enables the use of the kernelcache with /Extra/Extensions and /Extra/Extensions.mkext *Removed the CPUID check *Removes an LAPIC panic *Removes a panic in commpage_stuff_routine Dependencies: none"; "KextPatcher_title" = "Kext Patcher"; "KextPatcher_description" = "The KextPatcher module provides patches for the following: Dependencies: none"; "NVIDIAGraphicsEnabler_title" = "NVIDIAGraphicsEnabler"; "NVIDIAGraphicsEnabler_description" = "The GraphicsEnabler nVidia code ported to a module. Dependencies: none"; "AMDGraphicsEnabler_title" = "AMDGraphicsEnabler"; "AMDGraphicsEnabler_description" = "The GraphicsEnabler AMD/ATi code ported to a module. Dependencies: none"; "IntelGraphicsEnabler_title" = "IntelGraphicsEnabler"; "IntelGraphicsEnabler_description" = "The GraphicsEnabler gma(Intel) code ported to a module. Dependencies: none"; // ============================================================================ // Boot Options - The follow options are split to match the layout OptionalSettings text files. // but they can be changed to suit however anyone wants to do it. // ---------------------------------------------------------------------------- "Options_title" = "Settings"; "Options_description" = "Create an /Extra/org.chameleon.Boot.plist by selecting any of these boot options and kernel flags."; "BootBanner_title" = "BootBanner=No"; "BootBanner_description" = "Hides Chameleon's boot banner in GUI. This is the text that is drawn at the top left corner of the screen displaying the release version etc."; "GUI_title" = "GUI=No"; "GUI_description" = "Disables the default enabled graphic user interface."; "LegacyLogo_title" = "LegacyLogo=Yes"; "LegacyLogo_description" = "Use the legacy 'dark grey' apple logo on the light grey screen for the boot process rather than the boot.png in the theme."; "InstantMenu_title" = "InstantMenu=Yes"; "InstantMenu_description" = "By default, when Chameleon loads you'll see the icon for the current default partition, along with a timeout progress bar which left alone will count down before Chameleon automatically boots that partition. This options skips that and takes you directly to the device selection screen."; "QuietBoot_title" = "QuietBoot=Yes"; "QuietBoot_description" = "Enable quiet boot mode (no messages or prompt)."; "ShowInfo_title" = "ShowInfo=Yes"; "ShowInfo_description" = "Enables display of partition and resolution details shown on the left side of the GUI under the boot banner. This is useful information for troubleshooting, though can clash with certain themes."; "Wait_title" = "Wait=Yes"; "Wait_description" = "Pauses the boot process after Chameleon has finished it's setup then waits for a key press before it starts the mach kernel. Useful when combined with verbose boot for troubleshooting."; // ---------------------------------------------------------------------------- "arch_title" = "arch=i386"; "arch_description" = "Boots the kernel in 32bit mode rather than the default 64bit mode."; "EHCIacquire_title" = "EHCIacquire=Yes"; "EHCIacquire_description" = "Enables the option to fix any EHCI ownership issues due to bad bioses."; "EthernetBuiltIn_title" = "EthernetBuiltIn=Yes"; "EthernetBuiltIn_description" = "Enables the option of adding 'built-in' to your ethernet devices."; "EnableWifi_title" = "EnableWifi=Yes"; "EnableWifi_description" = "Enables the option of adding AirPort values to your wireless device."; "ForceHPET_title" = "ForceHPET=Yes"; "ForceHPET_description" = "Enables HPET on intel chipsets, for bioses that dont include the option."; "ForceWake_title" = "ForceWake=Yes"; "ForceWake_description" = "This option enables you to bypass bad sleep images."; "ForceFullMemInfo_title" = "ForceFullMemInfo=Yes"; "ForceFullMemInfo_description" = "Force SMBIOS Table 17 to be 27 bytes long."; "RestartFix_title" = "RestartFix=No"; "RestartFix_description" = "Disables the automatically enabled restart fix."; "UHCIreset_title" = "UHCIreset=Yes"; "UHCIreset_description" = "Enables the option to reset UHCI controllers before starting OS X."; "UseMemDetect_title" = "UseMemDetect=No"; "UseMemDetect_description" = "Disables the automatically enabled RAM recognition."; "UseKernelCache_title" = "UseKernelCache=Yes"; "UseKernelCache_description" = "For Lion only. Enables loading of the pre-linked kernel. This will ignore /E/E and /S/L/E. ONLY use this is you have know it contains everything you need."; "Wake_title" = "Wake=Yes"; "Wake_description" = "Attempts to load the sleep image saved from last hibernation."; // ---------------------------------------------------------------------------- "CSTUsingSystemIO_title" = "CSTUsingSystemIO=Yes"; "CSTUsingSystemIO_description" = "New C-State _CST generation method using SystemIO registers instead of FixedHW."; "DropSSDT_title" = "DropSSDT=Yes"; "DropSSDT_description" = "Discard the motherboard's built-in SSDT tables."; "DropHPET_title" = "DropHPET=Yes"; "DropHPET_description" = "Discard the motherboard's built-in HPET table."; "DropSBST_title" = "DropSBST=Yes"; "DropSBST_description" = "Discard the motherboard's built-in SBST table."; "DropECDT_title" = "DropECDT=Yes"; "DropECDT_description" = "Discard the motherboard's built-in ECDT table."; "DropASFT_title" = "DropASFT=Yes"; "DropASFT_description" = "Discard the motherboard's built-in ASF! table."; "DropDMAR_title" = "DropDMAR=Yes"; "DropDMAR_description" = "Discard the motherboard's built-in DMAR table, this key action resolve the problem with VT-d panics."; "EnableC2State_title" = "EnableC2State=Yes"; "EnableC2State_description" = "Enable specific Processor power state, C2."; "EnableC3State_title" = "EnableC3State=Yes"; "EnableC3State_description" = "Enable specific Processor power state, C3."; "EnableC4State_title" = "EnableC4State=Yes"; "EnableC4State_description" = "Enable specific Processor power state, C4."; "EnableC6State_title" = "EnableC6State=Yes"; "EnableC6State_description" = "Enable specific Processor power state, C6."; "EnableC7State_title" = "EnableC7State=Yes"; "EnableC7State_description" = "Enable specific Processor power state, C7."; "GenerateCStates_title" = "GenerateCStates=Yes"; "GenerateCStates_description" = "Enable auto generation of processor idle sleep states (C-States)."; "GeneratePStates_title" = "GeneratePStates=Yes"; "GeneratePStates_description" = "Enable auto generation of processor power performance states (P-States)."; "GenerateTStates_title" = "GenerateTStates=Yes"; "GenerateTStates_description" = "Enable auto generation of processor power performance states (T-States)."; // ---------------------------------------------------------------------------- "1024x600x32_title" = "1024x600x32"; "1024x600x32_description" = "Set Graphics Mode to 1024x600x32"; "1024x768x32_title" = "1024x768x32"; "1024x768x32_description" = "Set Graphics Mode to 1024x768x32"; "1280x768x32_title" = "1280x768x32"; "1280x768x32_description" = "Set Graphics Mode to 1280x768x32"; "1280x800x32_title" = "1280x800x32"; "1280x800x32_description" = "Set Graphics Mode to 1280x800x32"; "1280x1024x32_title" = "1280x1024x32"; "1280x1024x32_description" = "Set Graphics Mode to 1280x1024x32"; "1280x960x32_title" = "1280x960x32"; "1280x960x32_description" = "Set Graphics Mode to 1280x960x32"; "1366x768x32_title" = "1366x768x32"; "1366x768x32_description" = "Set Graphics Mode to 1366x768x32"; "1440x900x32_title" = "1440x900x32"; "1440x900x32_description" = "Set Graphics Mode to 1440x900x32"; "1600x900x32_title" = "1600x900x32"; "1600x900x32_description" = "Set Graphics Mode to 1600x900x32"; "1600x1200x32_title" = "1600x1200x32"; "1600x1200x32_description" = "Set Graphics Mode to 1600x1200x32"; "1680x1050x32_title" = "1680x1050x32"; "1680x1050x32_description" = "Set Graphics Mode to 1680x1050x32"; "1920x1080x32_title" = "1920x1080x32"; "1920x1080x32_description" = "Set Graphics Mode to 1920x1080x32"; "1920x1200x32_title" = "1920x1200x32"; "1920x1200x32_description" = "Set Graphics Mode to 1920x1200x32"; // ---------------------------------------------------------------------------- "HDEFLayoutIDx01_title" = "LayoutID=1"; "HDEFLayoutIDx01_description" = "Set HDEF layout-it to 1: 001 (0x01, 0x00, 0x00, 0x00)."; "HDEFLayoutIDx02_title" = "LayoutID=2"; "HDEFLayoutIDx02_description" = "Set HDEF layout-it to 2: 002 (0x02, 0x00, 0x00, 0x00)."; "HDEFLayoutIDx03_title" = "LayoutID=3"; "HDEFLayoutIDx03_description" = "Set HDEF layout-it to 3: 003 (0x03, 0x00, 0x00, 0x00)."; "HDEFLayoutIDx05_title" = "LayoutID=5"; "HDEFLayoutIDx05_description" = "Set HDEF layout-it to 5: 005 (0x05, 0x00, 0x00, 0x00)."; "HDEFLayoutIDx07_title" = "LayoutID=7"; "HDEFLayoutIDx07_description" = "Set HDEF layout-it to 7: 007 (0x07, 0x00, 0x00, 0x00)."; "HDEFLayoutIDx12_title" = "LayoutID=12"; "HDEFLayoutIDx12_description" = "Set HDEF layout-it to 12: 00C (0x0C, 0x00, 0x00, 0x00)."; "HDEFLayoutIDx32_title" = "LayoutID=32"; "HDEFLayoutIDx32_description" = "Set HDEF layout-it to 32: 020 (0x20, 0x00, 0x00, 0x00)."; "HDEFLayoutIDx40_title" = "LayoutID=40"; "HDEFLayoutIDx40_description" = "Set HDEF layout-it to 40: 028 (0x28, 0x00, 0x00, 0x00)."; "HDEFLayoutIDx65_title" = "LayoutID=65"; "HDEFLayoutIDx65_description" = "Set HDEF layout-it to 65: 041 (0x41, 0x00, 0x00, 0x00)."; "HDEFLayoutIDx99_title" = "LayoutID=99"; "HDEFLayoutIDx99_description" = "Set HDEF layout-it to 99: 063 (0x63, 0x00, 0x00, 0x00)."; "HDEFLayoutIDx269_title" = "LayoutID=269"; "HDEFLayoutIDx269_description" = "Set HDEF layout-it to 269: 10D (0x0D, 0x01, 0x00, 0x00)."; "HDEFLayoutIDx387_title" = "LayoutID=387"; "HDEFLayoutIDx387_description" = "Set HDEF layout-it to 387: 183 (0x83, 0x01, 0x00, 0x00)."; "HDEFLayoutIDx388_title" = "LayoutID=388"; "HDEFLayoutIDx388_description" = "Set HDEF layout-it to 388: 184 (0x84, 0x01, 0x00, 0x00)."; "HDEFLayoutIDx389_title" = "LayoutID=389"; "HDEFLayoutIDx389_description" = "Set HDEF layout-it to 389: 185 (0x85, 0x01, 0x00, 0x00)."; "HDEFLayoutIDx392_title" = "LayoutID=392"; "HDEFLayoutIDx392_description" = "Set HDEF layout-it to 392: 188 (0x88, 0x01, 0x00, 0x00)."; "HDEFLayoutIDx398_title" = "LayoutID=398"; "HDEFLayoutIDx398_description" = "Set HDEF layout-it to 398: 18E (0x8E, 0x01, 0x00, 0x00)."; "HDEFLayoutIDx662_title" = "LayoutID=662"; "HDEFLayoutIDx662_description" = "Set HDEF layout-it to 662: 296 (0x96, 0x02, 0x00, 0x00)."; "HDEFLayoutIDx663_title" = "LayoutID=663"; "HDEFLayoutIDx663_description" = "Set HDEF layout-it to 663: 297 (0x97, 0x02, 0x00, 0x00)."; "HDEFLayoutIDx664_title" = "LayoutID=664"; "HDEFLayoutIDx664_description" = "Set HDEF layout-it to 664: 298 (0x98, 0x02, 0x00, 0x00)."; "HDEFLayoutIDx885_title" = "LayoutID=885"; "HDEFLayoutIDx885_description" = "Set HDEF layout-it to 885: 375 (0x75, 0x03, 0x00, 0x00)."; "HDEFLayoutIDx887_title" = "LayoutID=887"; "HDEFLayoutIDx887_description" = "Set HDEF layout-it to 887: 377 (0x77, 0x03, 0x00, 0x00)."; "HDEFLayoutIDx888_title" = "LayoutID=888"; "HDEFLayoutIDx888_description" = "Set HDEF layout-it to 888: 378 (0x78, 0x03, 0x00, 0x00)."; "HDEFLayoutIDx889_title" = "LayoutID=889"; "HDEFLayoutIDx889_description" = "Set HDEF layout-it to 889: 379 (0x79, 0x03, 0x00, 0x00)."; "HDEFLayoutIDx892_title" = "LayoutID=892"; "HDEFLayoutIDx892_description" = "Set HDEF layout-it to 892: 37C (0x7C, 0x03, 0x00, 0x00)."; "HDEFLayoutIDx898_title" = "LayoutID=898"; "HDEFLayoutIDx898_description" = "Set HDEF layout-it to 898: 382 (0x82, 0x03, 0x00, 0x00)."; "HDEFLayoutIDxBD7_title" = "LayoutID=1981"; "HDEFLayoutIDxBD7_description" = "Set HDEF layout-it to 1981: 7BD (0xBD, 0x07, 0x00, 0x00)."; // ---------------------------------------------------------------------------- "HDAULayoutIDx01_title" = "LayoutID=1"; "HDAULayoutIDx01_description" = "Set HDAU layout-it to 1: 001 (0x01, 0x00, 0x00, 0x00)."; "HDAULayoutIDx02_title" = "LayoutID=2"; "HDAULayoutIDx02_description" = "Set HDAU layout-it to 2: 002 (0x02, 0x00, 0x00, 0x00)."; "HDAULayoutIDx03_title" = "LayoutID=3"; "HDAULayoutIDx03_description" = "Set HDAU layout-it to 3: 003 (0x03, 0x00, 0x00, 0x00)."; "HDAULayoutIDx05_title" = "LayoutID=5"; "HDAULayoutIDx05_description" = "Set HDAU layout-it to 5: 005 (0x05, 0x00, 0x00, 0x00)."; "HDAULayoutIDx07_title" = "LayoutID=7"; "HDAULayoutIDx07_description" = "Set HDAU layout-it to 7: 007 (0x07, 0x00, 0x00, 0x00)."; "HDAULayoutIDx12_title" = "LayoutID=12"; "HDAULayoutIDx12_description" = "Set HDAU layout-it to 12: 00C (0x0C, 0x00, 0x00, 0x00)."; "HDAULayoutIDx32_title" = "LayoutID=32"; "HDAULayoutIDx32_description" = "Set HDAU layout-it to 32: 020 (0x20, 0x00, 0x00, 0x00)."; "HDAULayoutIDx40_title" = "LayoutID=40"; "HDAULayoutIDx40_description" = "Set HDAU layout-it to 40: 028 (0x28, 0x00, 0x00, 0x00)."; "HDAULayoutIDx65_title" = "LayoutID=65"; "HDAULayoutIDx65_description" = "Set HDAU layout-it to 65: 041 (0x41, 0x00, 0x00, 0x00)."; "HDAULayoutIDx99_title" = "LayoutID=99"; "HDAULayoutIDx99_description" = "Set HDAU layout-it to 99: 063 (0x63, 0x00, 0x00, 0x00)."; "HDAULayoutIDx269_title" = "LayoutID=269"; "HDAULayoutIDx269_description" = "Set HDAU layout-it to 269: 10D (0x0D, 0x01, 0x00, 0x00)."; "HDAULayoutIDx387_title" = "LayoutID=387"; "HDAULayoutIDx387_description" = "Set HDAU layout-it to 387: 183 (0x83, 0x01, 0x00, 0x00)."; "HDAULayoutIDx388_title" = "LayoutID=388"; "HDAULayoutIDx388_description" = "Set HDAU layout-it to 388: 184 (0x84, 0x01, 0x00, 0x00)."; "HDAULayoutIDx389_title" = "LayoutID=389"; "HDAULayoutIDx389_description" = "Set HDAU layout-it to 389: 185 (0x85, 0x01, 0x00, 0x00)."; "HDAULayoutIDx392_title" = "LayoutID=392"; "HDAULayoutIDx392_description" = "Set HDAU layout-it to 392: 188 (0x88, 0x01, 0x00, 0x00)."; "HDAULayoutIDx398_title" = "LayoutID=398"; "HDAULayoutIDx398_description" = "Set HDAU layout-it to 398: 18E (0x8E, 0x01, 0x00, 0x00)."; "HDAULayoutIDx662_title" = "LayoutID=662"; "HDAULayoutIDx662_description" = "Set HDAU layout-it to 662: 296 (0x96, 0x02, 0x00, 0x00)."; "HDAULayoutIDx663_title" = "LayoutID=663"; "HDAULayoutIDx663_description" = "Set HDAU layout-it to 663: 297 (0x97, 0x02, 0x00, 0x00)."; "HDAULayoutIDx664_title" = "LayoutID=664"; "HDAULayoutIDx664_description" = "Set HDAU layout-it to 664: 298 (0x98, 0x02, 0x00, 0x00)."; "HDAULayoutIDx885_title" = "LayoutID=885"; "HDAULayoutIDx885_description" = "Set HDAU layout-it to 885: 375 (0x75, 0x03, 0x00, 0x00)."; "HDAULayoutIDx887_title" = "LayoutID=887"; "HDAULayoutIDx887_description" = "Set HDAU layout-it to 887: 377 (0x77, 0x03, 0x00, 0x00)."; "HDAULayoutIDx888_title" = "LayoutID=888"; "HDAULayoutIDx888_description" = "Set HDAU layout-it to 888: 378 (0x78, 0x03, 0x00, 0x00)."; "HDAULayoutIDx889_title" = "LayoutID=889"; "HDAULayoutIDx889_description" = "Set HDAU layout-it to 889: 379 (0x79, 0x03, 0x00, 0x00)."; "HDAULayoutIDx892_title" = "LayoutID=892"; "HDAULayoutIDx892_description" = "Set HDAU layout-it to 892: 37C (0x7C, 0x03, 0x00, 0x00)."; "HDAULayoutIDx898_title" = "LayoutID=898"; "HDAULayoutIDx898_description" = "Set HDAU layout-it to 898: 382 (0x82, 0x03, 0x00, 0x00)."; "HDAULayoutIDxBD7_title" = "LayoutID=1981"; "HDAULayoutIDxBD7_description" = "Set HDAU layout-it to 1981: 7BD (0xBD, 0x07, 0x00, 0x00)."; // ---------------------------------------------------------------------------- "IntelCaprix00_title" = "01660000"; "IntelCaprix00_description" = "Set 01660000 for Intel HD4000 (Mobile) AAPL,ig-platform-id ."; "IntelCaprix01_title" = "01660001"; "IntelCaprix01_description" = "Set 01660001 for Intel HD4000 (Mobile) AAPL,ig-platform-id ."; "IntelCaprix02_title" = "01660002"; "IntelCaprix02_description" = "Set 01660002 for Intel HD4000 (Mobile) AAPL,ig-platform-id ."; "IntelCaprix03_title" = "01660003"; "IntelCaprix03_description" = "Set 01660003 for Intel HD4000 (Mobile) AAPL,ig-platform-id ."; "IntelCaprix04_title" = "01660004"; "IntelCaprix04_description" = "Set 01660004 for Intel HD4000 (Mobile) AAPL,ig-platform-id ."; "IntelCaprix05_title" = "01620005"; "IntelCaprix05_description" = "Set 01620005 for Intel HD4000 (Desktop) AAPL,ig-platform-id ."; "IntelCaprix06_title" = "01620006"; "IntelCaprix06_description" = "Set 01620006 for Intel HD4000 (Desktop) AAPL,ig-platform-id ."; "IntelCaprix07_title" = "01620007"; "IntelCaprix07_description" = "Set 01620007 for Intel HD4000 (Desktop) AAPL,ig-platform-id ."; "IntelCaprix08_title" = "01660008"; "IntelCaprix08_description" = "Set 01660008 for Intel HD4000 (Mobile) AAPL,ig-platform-id ."; "IntelCaprix09_title" = "01660009"; "IntelCaprix09_description" = "Set 01660009 for Intel HD4000 (Mobile) AAPL,ig-platform-id ."; "IntelCaprix10_title" = "0166000a"; "IntelCaprix10_description" = "Set 0166000a for Intel HD4000 (Mobile) AAPL,ig-platform-id ."; "IntelCaprix11_title" = "0166000b"; "IntelCaprix11_description" = "Set 0166000b for Intel HD4000 (Mobile) AAPL,ig-platform-id ."; // ---------------------------------------------------------------------------- "IntelAzulx00_title" = "00000604"; "IntelAzulx00_description" = "Set 00000604 for Intel Haswell (Mobile) AAPL,ig-platform-id."; "IntelAzulx01_title" = "0000060c"; "IntelAzulx01_description" = "Set 0000060c for Intel Haswell (Mobile) AAPL,ig-platform-id."; "IntelAzulx02_title" = "00001604"; "IntelAzulx02_description" = "Set 00001604 for Intel Haswell (Mobile) AAPL,ig-platform-id."; "IntelAzulx03_title" = "0000160a"; "IntelAzulx03_description" = "Set 0000160a for Intel Haswell (Mobile) AAPL,ig-platform-id."; "IntelAzulx04_title" = "0000160c"; "IntelAzulx04_description" = "Set 0000160c for Intel Haswell (Mobile) AAPL,ig-platform-id."; "IntelAzulx05_title" = "00002604"; "IntelAzulx05_description" = "Set 00002604 for Intel Haswell (Mobile) AAPL,ig-platform-id."; "IntelAzulx06_title" = "0000260a"; "IntelAzulx06_description" = "Set 0000260a for Intel Haswell (Mobile) AAPL,ig-platform-id."; "IntelAzulx07_title" = "0000260c"; "IntelAzulx07_description" = "Set 0600260c for Intel Haswell (Mobile) AAPL,ig-platform-id."; "IntelAzulx08_title" = "0000260d"; "IntelAzulx08_description" = "Set 0000260d for Intel Haswell (Mobile) AAPL,ig-platform-id."; "IntelAzulx09_title" = "02001604"; "IntelAzulx09_description" = "Set 02001604 for Intel Haswell (Mobile) AAPL,ig-platform-id."; "IntelAzulx10_title" = "0300220d"; "IntelAzulx10_description" = "Set 0300220d for Intel Haswell (Desktop) AAPL,ig-platform-id."; "IntelAzulx11_title" = "0500260a"; "IntelAzulx11_description" = "Set 0500260a for Intel Haswell (Mobile) AAPL,ig-platform-id."; "IntelAzulx12_title" = "0600260a"; "IntelAzulx12_description" = "Set 0600260a for Intel Haswell (Mobile) AAPL,ig-platform-id."; "IntelAzulx13_title" = "0700260d"; "IntelAzulx13_description" = "Set 0700260d for Intel Haswell (Mobile) AAPL,ig-platform-id."; "IntelAzulx14_title" = "0800260a"; "IntelAzulx14_description" = "Set 0800260a for Intel Haswell (Mobile) AAPL,ig-platform-id."; "IntelAzulx15_title" = "08002e0a"; "IntelAzulx15_description" = "Set 08002e0a for Intel Haswell (Mobile) AAPL,ig-platform-id."; // ---------------------------------------------------------------------------- "AD2000B_PinConf_title" = "AD2000b"; "AD2000B_PinConf_description" = "Set HDEF PinConfiguration for Analog Devices AD2000b."; "AD1981HD_PinConf_title" = "AD1981HD"; "AD1981HD_PinConf_description" = "Set HDEF PinConfiguration for Analog Devices AD1981HD."; "AD1988B_PinConf_title" = "AD1988b"; "AD1988B_PinConf_description" = "Set HDEF PinConfiguration for Analog Devices AD1988b."; "ALC888_PinConf_title" = "ALC888"; "ALC888_PinConf_description" = "Set HDEF PinConfiguration for Realtek ALC888."; "ALC1200_PinConf_title" = "ALC1200"; "ALC1200_PinConf_description" = "Set HDEF PinConfiguration for Realtek ALC1200."; "00_PinConf_title" = "00"; "00_PinConf_description" = "Set HDEF PinConfiguration for ???."; // ---------------------------------------------------------------------------- "GraphicsEnabler_title" = "GraphicsEnabler=Yes"; "GraphicsEnabler_description" = "Enables the option to autodetect NVIDIA, AMD/ATI or Intel based GPUs and inject the correct info."; "EnableHDMIAudio_title" = "EnableHDMIAudio=Yes"; "EnableHDMIAudio_description" = "Inject HDMi audio for NVIDIA or AMD/ATI."; "UseIntelHDMI_title" = "UseIntelHDMI=Yes"; "UseIntelHDMI_description" = "If YES, hda-gfx=onboard-1 will be injected into the GFX0 and HDEF devices. Also, if an ATI or Nvidia HDMI device is present, they'll be assigned to onboard-2. If NO, then ATI or Nvidia devices will get onboard-1 as well as the HDAU device if present."; "UseAtiROM_title" = "UseAtiROM=Yes"; "UseAtiROM_description" = "Enables UseAtiROM options."; "UseNvidiaROM_title" = "UseNvidiaROM=Yes"; "UseNvidiaROM_description" = "Enables UseNvidiaROM options."; "VBIOS_title" = "VBIOS=Yes"; "VBIOS_description" = "Enables VBIOS option"; "SkipIntelGfx_title" = "SkipIntelGfx=Yes"; "SkipIntelGfx_description" = "Skip the GraphicsEnbaler autodetect for Intel based GPUs."; "SkipNvidiaGfx_title" = "SkipNvidiaGfx=Yes"; "SkipNvidiaGfx_description" = "Skip the GraphicsEnbaler autodetect for NVIDIA based GPUs."; "SkipAtiGfx_title" = "SkipAtiGfx=Yes"; "SkipAtiGfx_description" = "Skip the GraphicsEnbaler autodetect for AMD/ATI based GPUs."; "EnableBacklight_title" = "EnableBacklight=Yes"; "EnableBacklight_description" = "Enables Backlight options for laptop with nVidia cards."; "EnableDualLink_title" = "EnableDualLink=Yes"; "EnableDualLink_description" = "Enables DualLink options for nVidia and ATi cards."; "NvidiaGeneric_title" = "NvidiaGeneric=Yes"; "NvidiaGeneric_description" = "Use the classic Nvidia name for the SystemProfiler (disabled by default)."; // ---------------------------------------------------------------------------- // Boot options - KERNEL FLAGS // ---------------------------------------------------------------------------- "Verbose_title" = "Verbose Mode"; "Verbose_description" = "Turns on verbose logging and allows you to see messages from both Chameleon and the OS X kernel at boot time. Essential for troubleshooting."; "Singleusermode_title" = "Single User Mode"; "Singleusermode_description" = "A troubleshooting option used for booting into OS X's BSD/Unix command line."; "Ignorecaches_title" = "Ignore Caches"; "Ignorecaches_description" = "Not an option that's needed for everyday booting, but it can be useful if you want OS X to load all files from it's system folders, rather than relying on it's pre-built caches."; "Npci_title" = "npci=0x2000"; "Npci_description" = "For overcoming a hang at 'PCI configuration begin' on some systems. 0x2000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code."; "Npci3_title" = "npci=0x3000"; "Npci3_description" = "For overcoming a hang at 'PCI configuration begin' on some systems. 0x3000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code."; "WaitingRootDevice_title" = "ahcidisk=1 debug=8"; "WaitingRootDevice_description" = "Info here: Waiting for root device when kernel cache used only with some disks +FIX http://www.insanelymac.com/forum/topic/280062-waiting-for-root-device-when-kernel-cache-used-only-with-some-disks-fix/ Findings credits to bcc9."; "Darkwake_title" = "darkwake=0"; "Darkwake_description" = "Lion only. Disables the 'low power wake' feature which can sometimes leave the screen black after wake from sleep."; "NvdaDrv1_title" = "nvda_drv=1"; "NvdaDrv1_description" = "It introduces a new Preference Pane under System Preferences that allows you to enable the Nvidia Web Driver. Info here: New Nvidia Retail Driver Install Solution http://www.insanelymac.com/forum/topic/288582-new-nvidia-retail-driver-install-solution/ Findings credits to meklort and Rampage Dev."; "kext-dev-mode1_title" = "kext-dev-mode=1"; "kext-dev-mode1_description" = "In Yosemite Developer Previews, unsigned or improperly signed kexts will not be loaded. To use unsigned kexts during development, this strict check can be disabled by adding a 'kext-dev-mode=1' boot arg."; "Dart0_title" = "dart=0"; "Dart0_description" = "Avoiding the DMAR processing causing by VT-d function in Osx (Virtualization). More information by bcc9 here: http://www.insanelymac.com/forum/topic/282989-vtd0-fault-after-1082-google-hasnt-heard-of-it-any-help/#entry1867000"; // ---------------------------------------------------------------------------- // Boot options - KEYMAPS // ---------------------------------------------------------------------------- "mac-de_title" = "German Mac Keyboard"; "mac-de_description" = "Use the keyboard layout for a German Mac keyboard"; "mac-es_title" = "Spanish Mac Keyboard"; "mac-es_description" = "Use the keyboard layout for a Spanish Mac keyboard"; "mac-fr_title" = "French Mac Keyboard"; "mac-fr_description" = "Use the keyboard layout for a French Mac keyboard"; "mac-it_title" = "Italian Mac Keyboard"; "mac-it_description" = "Use the keyboard layout for an Italian Mac keyboard"; "mac-se_title" = "Swedish Mac Keyboard"; "mac-se_description" = "Use the keyboard layout for a Swedish Mac keyboard"; "pc-fr_title" = "French PC Keyboard"; "pc-fr_description" = "Use the keyboard layout for a French PC keyboard"; // ---------------------------------------------------------------------------- // Boot options - THEMES // ---------------------------------------------------------------------------- "Embed_title" = "Embed"; "Embed_description" = "A smaller simple version of the new default theme used when building a version of Chameleon which requires an embedded theme."; "Legacy_title" = "Legacy"; "Legacy_description" = "Chameleon's original default theme introduced for v2.0 RC1"; "Default_title" = "Standard"; "Default_description" = "Chameleon default theme introduced for v2.0 RC5"; "Bullet_title" = "Bullet"; "Bullet_description" = "A lovely simple theme by NoSmokingBandit from April 2009."; // ============================================================================ // The filenames from OptionalSettings text files' become sub menu headings. // These sub menu headings need titles and descriptions. // ---------------------------------------------------------------------------- // Audio "Audio_title" = "Audio"; "Audio_description" = "A selection of options that deal with audio."; // Control "Control_title" = "Control Options"; "Control_description" = "Settings to control how Chameleon works."; // General "General_title" = "General Options"; "General_description" = "Choose from a selection of base options."; // KernelFlags "KernelFlags_title" = "Kernel Flags"; "KernelFlags_description" = "Choose from a selection of kernel flags."; // PowerManagement "PowerManagement_title" = "Power Management"; "PowerManagement_description" = "A selection of options that deal with power management and speedstep."; // Resolution "Resolution_title" = "Resolution"; "Resolution_description" = "Set one resolution to use."; // HDEF Layout "HDEFLayout_title" = "HDEF Layout"; "HDEFLayout_description" = "Set one HDEF Layout ID to use for your HDA controller."; // HDAU Layout "HDAULayout_title" = "HDAU Layout"; "HDAULayout_description" = "Set one HDAU Layout ID to use for your HDMi controller."; // HD4000 Layout "IntelCapri_title" = "Intel Capri AAPL,ig-platform-id"; "IntelCapri_description" = "Set one AAPL,ig-platform-id to use for your Intel HD4000."; // HD5000 Layout "IntelAzul_title" = "Intel Azul AAPL,ig-platform-id"; "IntelAzul_description" = "Set one AAPL,ig-platform-id to use for your Intel HD5000."; // PinConfiguration "HDEFPinConfiguration_title" = "HDEF PinConfiguration"; "HDEFPinConfiguration_description" = "Set one HDEF PinConfiguration to use."; // Video "Video_title" = "Video"; "Video_description" = "A selection of options that deal with video."; // Keymaps "Keymaps_title" = "KeyLayout"; "Keymaps_description" = "Select one keylayout to use. This will also install the Keylayout module and keymaps."; // Themes "Themes_title" = "Themes"; "Themes_description" = "A collection of sample themes More themes can be found at http://forum.voodooprojects.org/index.php/board,7.0.html";