Index: branches/ErmaC/Trunk/i386/libsaio/nvidia.c =================================================================== --- branches/ErmaC/Trunk/i386/libsaio/nvidia.c (revision 1919) +++ branches/ErmaC/Trunk/i386/libsaio/nvidia.c (revision 1920) @@ -84,16 +84,24 @@ const char *nvidia_name_1[] = { "@1,name", "NVDA,Display-B" }; const char *nvidia_slot_name[] = { "AAPL,slot-name", "Slot-1" }; -// uint8_t display_cfg_0[] = {0x03, 0x01, 0x03, 0x00}; -// uint8_t display_cfg_1[] = {0xff, 0xff, 0x00, 0x01}; -// uint8_t connector_type_1[] = {0x00, 0x08, 0x00, 0x00}; - static uint8_t default_NVCAP[]= { 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0a, 0x00, 0x00, 0x00, 0x00 }; +#define NVCAP_LEN ( sizeof(default_NVCAP) / sizeof(uint8_t) ) + +static uint8_t default_dcfg_0[] = {0xff, 0xff, 0xff, 0xff}; +static uint8_t default_dcfg_1[] = {0xff, 0xff, 0xff, 0xff}; + +// uint8_t display_cfg_0[] = {0x03, 0x01, 0x03, 0x00}; +// uint8_t display_cfg_1[] = {0xff, 0xff, 0x00, 0x01}; +// uint8_t connector_type_1[] = {0x00, 0x08, 0x00, 0x00}; + +#define DCFG0_LEN ( sizeof(default_dcfg_0) / sizeof(uint8_t) ) +#define DCFG1_LEN ( sizeof(default_dcfg_1) / sizeof(uint8_t) ) + static uint8_t default_NVPM[]= { 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, @@ -101,15 +109,8 @@ 0x00, 0x00, 0x00, 0x00 }; -#define NVCAP_LEN ( sizeof(default_NVCAP) / sizeof(uint8_t) ) #define NVPM_LEN ( sizeof(default_NVPM) / sizeof(uint8_t) ) -static uint8_t default_dcfg_0[] = {0xff, 0xff, 0xff, 0xff}; -static uint8_t default_dcfg_1[] = {0xff, 0xff, 0xff, 0xff}; - -#define DCFG0_LEN ( sizeof(default_dcfg_0) / sizeof(uint8_t) ) -#define DCFG1_LEN ( sizeof(default_dcfg_1) / sizeof(uint8_t) ) - static struct nv_chipsets_t NVKnownChipsets[] = { { 0x00000000, "Unknown" }, //======================================== @@ -869,6 +870,7 @@ // 0BD0 - 0BDF // 0BE0 - 0BEF // { 0x10DE0BE4, "nVidia High Definition Audio Controller" }, +// { 0x10DE0BE9, "nVidia High Definition Audio Controller" }, // 0BF0 - 0BFF // 0C00 - 0C0F // 0C10 - 0C1F @@ -1766,13 +1768,13 @@ devprop_add_nvidia_template(device); devprop_add_value(device, "NVCAP", default_NVCAP, NVCAP_LEN); + devprop_add_value(device, "NVPM", default_NVPM, NVPM_LEN); devprop_add_value(device, "VRAM,totalsize", (uint8_t*)&videoRam, 4); devprop_add_value(device, "model", (uint8_t*)model, strlen(model) + 1); devprop_add_value(device, "rom-revision", (uint8_t*)biosVersion, strlen(biosVersion) + 1); // devprop_add_value(device, "@1,connector-type", connector_type_1, 4); // fixme // devprop_add_value(device, "@0,display-cfg", display_cfg_0, 4); // devprop_add_value(device, "@1,display-cfg", display_cfg_1, 4); - devprop_add_value(device, "NVPM", default_NVPM, NVPM_LEN); devprop_add_value(device, "@0,display-cfg", default_dcfg_0, DCFG0_LEN); devprop_add_value(device, "@1,display-cfg", default_dcfg_1, DCFG1_LEN); Index: branches/ErmaC/Trunk/i386/libsaio/ati.c =================================================================== --- branches/ErmaC/Trunk/i386/libsaio/ati.c (revision 1919) +++ branches/ErmaC/Trunk/i386/libsaio/ati.c (revision 1920) @@ -646,7 +646,7 @@ { 0x68E1, 0x30001043, CHIP_FAMILY_CEDAR, "ATI Radeon HD 5430M", kEulemur }, { 0x68E1, 0x3000148C, CHIP_FAMILY_CEDAR, "ATI Radeon HD 5430M", kEulemur }, { 0x68E1, 0x30001682, CHIP_FAMILY_CEDAR, "ATI Radeon HD 5430M", kEulemur }, - { 0x68E1, 0x3000174B, CHIP_FAMILY_CEDAR, "ATI Radeon HD 5450M", kEulemur }, + { 0x68E1, 0x3000174B, CHIP_FAMILY_CEDAR, "ATI Radeon HD 5450", kEulemur }, // http://forge.voodooprojects.org/p/chameleon/issues/238/ { 0x68E1, 0x30001787, CHIP_FAMILY_CEDAR, "ATI Radeon HD 5430M", kEulemur }, { 0x68E1, 0x300017AF, CHIP_FAMILY_CEDAR, "ATI Radeon HD 5430M", kEulemur }, { 0x68E1, 0x3001148C, CHIP_FAMILY_CEDAR, "ATI Radeon HD 5430M", kEulemur }, Index: branches/ErmaC/Trunk/package/po/cs.po =================================================================== --- branches/ErmaC/Trunk/package/po/cs.po (revision 1919) +++ branches/ErmaC/Trunk/package/po/cs.po (revision 1920) @@ -11,7 +11,7 @@ "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" -"Language: \n" +"Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -91,7 +91,8 @@ #. type: Content of:

#: Resources/templates/Description.html:23 -msgid "- Load a ramdisk to directly boot retail DVDs without additional programs." +msgid "" +"- Load a ramdisk to directly boot retail DVDs without additional programs." msgstr "" #. type: Content of:

@@ -106,7 +107,8 @@ #. type: Content of:

#: Resources/templates/Description.html:26 -msgid "- DSDT override to use a modified fixed DSDT which can solve several issues." +msgid "" +"- DSDT override to use a modified fixed DSDT which can solve several issues." msgstr "" #. type: Content of:

@@ -146,7 +148,8 @@ #. type: Content of:

#: Resources/templates/Description.html:34 -msgid "- Automatic P-State & C-State generation for native power management." +msgid "" +"- Automatic P-State & C-State generation for native power management." msgstr "" #. type: Content of:

@@ -248,7 +251,8 @@ msgstr "" #. type: "Default_title" -#: Resources/templates/Localizable.strings:25 Resources/templates/Localizable.strings:242 +#: Resources/templates/Localizable.strings:25 +#: Resources/templates/Localizable.strings:242 #, no-wrap msgid "Standard" msgstr "" @@ -256,10 +260,7 @@ #. type: "Standard_description" #: Resources/templates/Localizable.strings:26 #, no-wrap -msgid "" -"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." +msgid "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." msgstr "" #. type: "noboot_title" @@ -283,10 +284,7 @@ #. type: "Module_description" #: Resources/templates/Localizable.strings:36 #, no-wrap -msgid "" -"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." +msgid "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." msgstr "" #. type: "klibc_title" @@ -299,14 +297,14 @@ #: Resources/templates/Localizable.strings:39 #, no-wrap msgid "" -"This module provides a standard c library for modules to link to if the " -"library provided by chameleon is insufficient.\n" +"This module provides a standard c library for modules to link to if the library provided by chameleon is insufficient.\n" "This is currently only used by the uClibc++ library.\n" "Source: http://www.kernel.org/pub/linux/libs/klibc/" msgstr "" #. type: "Resolution_title" -#: Resources/templates/Localizable.strings:43 Resources/templates/Localizable.strings:270 +#: Resources/templates/Localizable.strings:43 +#: Resources/templates/Localizable.strings:270 #, no-wrap msgid "Resolution" msgstr "" @@ -315,12 +313,9 @@ #: Resources/templates/Localizable.strings:44 #, no-wrap msgid "" -"This module reads the edid information from the monitor attached to the main " -"display.\n" -"The module is currently not integrated into trunk and has minimal uses as it " -"stands.\n" -"Additionally, the module will patch the vesa modes available in pre intel hd " -"graphics cards to provide proper resolution while booting." +"This module reads the edid information from the monitor attached to the main display.\n" +"The module is currently not integrated into trunk and has minimal uses as it stands.\n" +"Additionally, the module will patch the vesa modes available in pre intel hd graphics cards to provide proper resolution while booting." msgstr "" #. type: "uClibc_title" @@ -333,9 +328,7 @@ #: Resources/templates/Localizable.strings:49 #, no-wrap msgid "" -"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.\n" +"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.\n" "*Please note that rtti and exceptions has both been disabled.\n" "Source: http://cxx.uclibc.org/\n" "Dependencies: klibc" @@ -350,9 +343,7 @@ #. type: "Options_description" #: Resources/templates/Localizable.strings:59 #, no-wrap -msgid "" -"Create an /Extra/org.chameleon.Boot.plist by selecting any of these boot " -"options and kernel flags." +msgid "Create an /Extra/org.chameleon.Boot.plist by selecting any of these boot options and kernel flags." msgstr "" #. type: "BootBanner_title" @@ -364,9 +355,7 @@ #. type: "BootBanner_description" #: Resources/templates/Localizable.strings:62 #, no-wrap -msgid "" -"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." +msgid "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." msgstr "" #. type: "GUI_title" @@ -390,9 +379,7 @@ #. type: "LegacyLogo_description" #: Resources/templates/Localizable.strings:68 #, no-wrap -msgid "" -"Use the legacy 'dark grey' apple logo on the light grey screen for the boot " -"process rather than the boot.png in the theme." +msgid "Use the legacy 'dark grey' apple logo on the light grey screen for the boot process rather than the boot.png in the theme." msgstr "" #. type: "InstantMenu_title" @@ -404,11 +391,7 @@ #. type: "InstantMenu_description" #: Resources/templates/Localizable.strings:71 #, no-wrap -msgid "" -"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." +msgid "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." msgstr "" #. type: "QuietBoot_title" @@ -432,10 +415,7 @@ #. type: "ShowInfo_description" #: Resources/templates/Localizable.strings:77 #, no-wrap -msgid "" -"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." +msgid "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." msgstr "" #. type: "Wait_title" @@ -447,10 +427,7 @@ #. type: "Wait_description" #: Resources/templates/Localizable.strings:80 #, no-wrap -msgid "" -"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." +msgid "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." msgstr "" #. type: "arch_title" @@ -558,10 +535,7 @@ #. type: "UseKernelCache_description" #: Resources/templates/Localizable.strings:109 #, no-wrap -msgid "" -"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." +msgid "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." msgstr "" #. type: "Wake_title" @@ -585,9 +559,7 @@ #. type: "CSTUsingSystemIO_description" #: Resources/templates/Localizable.strings:117 #, no-wrap -msgid "" -"New C-State _CST generation method using SystemIO registers instead of " -"FixedHW." +msgid "New C-State _CST generation method using SystemIO registers instead of FixedHW." msgstr "" #. type: "DropSSDT_title" @@ -815,9 +787,7 @@ #. type: "GraphicsEnabler_description" #: Resources/templates/Localizable.strings:178 #, no-wrap -msgid "" -"Enables the option to autodetect NVIDIA based GPUs and inject the correct " -"info." +msgid "Enables the option to autodetect NVIDIA based GPUs and inject the correct info." msgstr "" #. type: "UseAtiROM_title" @@ -865,9 +835,7 @@ #. type: "Verbose_description" #: Resources/templates/Localizable.strings:193 #, no-wrap -msgid "" -"Turns on verbose logging and allows you to see messages from both Chameleon " -"and the OS X kernel at boot time. Essential for troubleshooting." +msgid "Turns on verbose logging and allows you to see messages from both Chameleon and the OS X kernel at boot time. Essential for troubleshooting." msgstr "" #. type: "Singleusermode_title" @@ -891,10 +859,7 @@ #. type: "Ignorecaches_description" #: Resources/templates/Localizable.strings:199 #, no-wrap -msgid "" -"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." +msgid "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." msgstr "" #. type: "Npci_title" @@ -906,9 +871,7 @@ #. type: "Npci_description" #: Resources/templates/Localizable.strings:202 #, no-wrap -msgid "" -"For overcoming a hang at 'PCI configuration begin' on some systems. 0x2000 " -"is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." +msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x2000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "" #. type: "Npci3_title" @@ -920,9 +883,7 @@ #. type: "Npci3_description" #: Resources/templates/Localizable.strings:205 #, no-wrap -msgid "" -"For overcoming a hang at 'PCI configuration begin' on some systems. 0x3000 " -"is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." +msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x3000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "" #. type: "Darkwake_title" @@ -934,9 +895,7 @@ #. type: "Darkwake_description" #: Resources/templates/Localizable.strings:208 #, no-wrap -msgid "" -"Lion only. Disables the 'low power wake' feature which can sometimes leave " -"the screen black after wake from sleep." +msgid "Lion only. Disables the 'low power wake' feature which can sometimes leave the screen black after wake from sleep." msgstr "" #. type: "mac-de_title" @@ -1020,9 +979,7 @@ #. type: "Embed_description" #: Resources/templates/Localizable.strings:237 #, no-wrap -msgid "" -"A smaller simple version of the new default theme used when building a " -"version of Chameleon which requires an embedded theme." +msgid "A smaller simple version of the new default theme used when building a version of Chameleon which requires an embedded theme." msgstr "" #. type: "Legacy_title" @@ -1130,9 +1087,7 @@ #. type: "Keymaps_description" #: Resources/templates/Localizable.strings:279 #, no-wrap -msgid "" -"Select one keylayout to use. This will also install the Keylayout module and " -"keymaps." +msgid "Select one keylayout to use. This will also install the Keylayout module and keymaps." msgstr "" #. type: "Themes_title" @@ -1146,6 +1101,5 @@ #, no-wrap msgid "" "A collection of sample themes\n" -"More themes can be found at " -"http://forum.voodooprojects.org/index.php/board,7.0.html" +"More themes can be found at http://forum.voodooprojects.org/index.php/board,7.0.html" msgstr "" Index: branches/ErmaC/Trunk/package/po/hu.po =================================================================== --- branches/ErmaC/Trunk/package/po/hu.po (revision 0) +++ branches/ErmaC/Trunk/package/po/hu.po (revision 1920) @@ -0,0 +1,1116 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the Chameleon package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: Chameleon 2.1\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-06 22:38+0000\n" +"PO-Revision-Date: 2012-04-11 02:08-0000\n" +"Last-Translator: ErmaC\n" +"Language-Team: hu \n" +"Language: hu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: Content of:

+#: Resources/templates/Welcome.html:22 +msgid "Chameleon" +msgstr "Chameleon" + +#. type: Content of:

+#: Resources/templates/Welcome.html:23 +msgid "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" +msgstr "v%CHAMELEONVERSION% r%CHAMELEONREVISION%" + +#. type: Content of:

+#: Resources/templates/Welcome.html:25 +msgid "Do not install to an Apple Macintosh computer" +msgstr "Ne telepísd eredeti Macintosh számítógépen" + +#. type: Content of:

+#: Resources/templates/Welcome.html:27 +msgid "Developers :" +msgstr "Fejlesztők :" + +#. type: Content of:

+#: Resources/templates/Welcome.html:28 +msgid "%DEVELOP%" +msgstr "%DEVELOP%" + +#. type: Content of:

+#: Resources/templates/Welcome.html:30 +msgid "Thanks to :" +msgstr "Külön köszönet :" + +#. type: Content of:

+#: Resources/templates/Welcome.html:31 +msgid "%CREDITS%" +msgstr "%CREDITS%" + +#. type: Content of:

+#: Resources/templates/Welcome.html:33 +msgid "Package :" +msgstr "Csomag :" + +#. type: Content of:

+#: Resources/templates/Welcome.html:34 +msgid "%PKGDEV%" +msgstr "%PKGDEV%" + +#. type: Content of:

+#: Resources/templates/Welcome.html:36 +#: Resources/templates/Conclusion.html:30 +msgid "Package built by: %WHOBUILD%, language translated by: blackosx" +msgstr "A csomagot készítette: %WHOBUILD%, lefordította: majonéz" + +#. type: Content of:

+#: Resources/templates/Welcome.html:37 +#: Resources/templates/Conclusion.html:31 +msgid "Copyright © %CPRYEAR%" +msgstr "Copyright © %CPRYEAR%" + +#. type: Content of:

+#: Resources/templates/Description.html:18 +msgid "Chameleon is a boot loader built using a combination of components which evolved from the development of David Elliott's fake EFI implementation added to Apple's boot-132 project." +msgstr "A Chameleon egy rendszerbetöltőszoftver." + +#. type: Content of:

+#: Resources/templates/Description.html:20 +msgid "Chameleon v2 is extended with many features. For example:" +msgstr "A Chameleon 2-es verziója tucatnyi kiegészítővel van felszerelve, mint például:" + +#. type: Content of:

+#: Resources/templates/Description.html:22 +msgid "- Fully customizable GUI to bring some color to the Darwin Bootloader." +msgstr "- Testreszabható felület, hogy egy kis színt vihess a rendszerbetöltődbe." + +#. type: Content of:

+#: Resources/templates/Description.html:23 +msgid "- Load a ramdisk to directly boot retail DVDs without additional programs." +msgstr "- Rendszerindítás gyári DVD-ről, ramdisk használatával." + +#. type: Content of:

+#: Resources/templates/Description.html:24 +msgid "- Hibernation. Enjoy resuming your Mac OS X with a preview image." +msgstr "- Hibernáció. Segítségével Mac OS X rendszered visszatölt a lementett adatokból." + +#. type: Content of:

+#: Resources/templates/Description.html:25 +msgid "- SMBIOS override to modify the factory SMBIOS values." +msgstr "- SMBIOS felülírás a gyári értékekkel" + +#. type: Content of:

+#: Resources/templates/Description.html:26 +msgid "- DSDT override to use a modified fixed DSDT which can solve several issues." +msgstr "- DSDT felülírás a javított DSDT-vel, mellyel több hibát is orvosolhatsz." + +#. type: Content of:

+#: Resources/templates/Description.html:27 +msgid "- Device Property Injection via device-properties string." +msgstr "- Eszköztulajdonságok meghatározása a 'device-properties' string segítségével." + +#. type: Content of:

+#: Resources/templates/Description.html:28 +msgid "- hybrid boot0 / boot1h for MBR and GPT partitioned disks." +msgstr "- Hibrid boot0 / boot1h az MBR és a GPT lemezekhez." + +#. type: Content of:

+#: Resources/templates/Description.html:29 +msgid "- Automatic FSB detection code even for recent AMD CPUs." +msgstr "- Automatikus FSB észlelés a legújabb AMD processzorokon is." + +#. type: Content of:

+#: Resources/templates/Description.html:30 +msgid "- Apple Software RAID support." +msgstr "- Apple Szoftveres RAID támogatás." + +#. type: Content of:

+#: Resources/templates/Description.html:31 +msgid "- Nvidia & ATI/AMD Graphics Card Enabler." +msgstr "- Nvidia és ATI/AMD GPU felismerés." + +#. type: Content of:

+#: Resources/templates/Description.html:32 +msgid "- Module support" +msgstr "- Modulok támogatása." + +#. type: Content of:

+#: Resources/templates/Description.html:33 +msgid "- Memory detection adapted from memtest86: " +msgstr "- Memória felismerés: " + +#. type: Content of:

+#: Resources/templates/Description.html:34 +msgid "- Automatic P-State & C-State generation for native power management." +msgstr "- Automatikus P-State és C-State generálás a natív energiagazdálkodáshoz." + +#. type: Content of:

+#: Resources/templates/Description.html:35 +msgid "- Message logging." +msgstr "- Naplózott rendszertöltés." + +#. type: Content of:

+#: Resources/templates/Description.html:37 +msgid "The code is released under version 2 of the Gnu Public License." +msgstr "Ezen csomag a GPL (General Public License) 2-es verziója alatt jelent meg." + +#. type: Content of:

+#: Resources/templates/Description.html:40 +msgid "FAQ's: " +msgstr "FAQ's: " + +#. type: Content of:

+#: Resources/templates/Conclusion.html:22 +msgid "The scripts have completed and a file named " +msgstr "A script-ek sikeresen lefutottak, valamint a " + +#. type: Content of:

+#: Resources/templates/Conclusion.html:22 +msgid "@LOG_FILENAME@" +msgstr "@LOG_FILENAME@" + +#. type: Content of:

+#: Resources/templates/Conclusion.html:23 +msgid " has been written to the root of your chosen partition." +msgstr " nevű log sikeresen kiírva, az általad választott partíció gyökerébe." + +#. type: Content of:

+#: Resources/templates/Conclusion.html:25 +msgid "Please " +msgstr " " + +#. type: Content of:

+#: Resources/templates/Conclusion.html:25 +msgid "read it" +msgstr "Ellenőrizd" + +#. type: Content of:

+#: Resources/templates/Conclusion.html:26 +msgid " to find out if the installation was successful and keep it for a record of what was done." +msgstr ", hogy a telepítés sikeresen lefutott!" + +#. type: Content of:

+#: Resources/templates/Conclusion.html:28 +msgid "Chameleon v%CHAMELEONVERSION% r%CHAMELEONREVISION%" +msgstr "Chameleon v%CHAMELEONVERSION% r%CHAMELEONREVISION%" + +#. type: "Chameleon_Package_Title" +#: Resources/templates/Localizable.strings:4 +#, no-wrap +msgid "Chameleon Bootloader Package" +msgstr "Chameleon Rendszerbetöltő" + +#. type: "ERROR_BOOTVOL" +#: Resources/templates/Localizable.strings:9 +#, no-wrap +msgid "This software must be installed on the startup volume." +msgstr "Ezt a szoftvert az indító partícióra kell telepíteni." + +#. type: "ERROR_INSTALL" +#: Resources/templates/Localizable.strings:10 +#, no-wrap +msgid "This volume does not meet the requirements for this update." +msgstr "Ez a partíció nem felelmeg a frissítés követelményeinek" + +#. type: "Newer_Package_Installed_message" +#: Resources/templates/Localizable.strings:12 +#, no-wrap +msgid "A newer version of Chameleon is already installed" +msgstr "Egy újabb verzió már telepítve van a Chameleon-ból." + +#. type: "Intel_Mac_message" +#: Resources/templates/Localizable.strings:13 +#, no-wrap +msgid "This software cannot be installed on this computer." +msgstr "Ez a szoftver nem telepíthető erre a számítógépre." + +#. type: "Chameleon_title" +#: Resources/templates/Localizable.strings:19 +#, no-wrap +msgid "Chameleon Bootloader" +msgstr "Chameleon Rendszerbetöltő" + +#. type: "Chameleon_description" +#: Resources/templates/Localizable.strings:20 +#, no-wrap +msgid "" +"Chameleon requires three essential files. (in simple terms)\n" +"boot0 (On the drive's MBR) responsible for loading boot1.\n" +"boot1 (On the partition's boot-sector) to finding boot2.\n" +"boot2 (On the partition's root directory) for loading kernel etc." +msgstr "" +"A Chameleon működéséhez 3 fájl nélkülözhetetlen.\n" +"boot0 (Az MBR kódban a meghajtó elején), megkeresi és betölti a 'boot1'-et.\n" +"boot1 (A partíció elején a boot-sector-ban) megkeresi és betölti a 'boot2'-t.\n" +"boot2 (A partíció gyökér könyvtárában), betölti a kernelt és kiegészítőit." + +#. type: "Default_title" +#: Resources/templates/Localizable.strings:25 +#: Resources/templates/Localizable.strings:242 +#, no-wrap +msgid "Standard" +msgstr "Alapértelmezett" + +#. type: "Standard_description" +#: Resources/templates/Localizable.strings:26 +#, no-wrap +msgid "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." +msgstr "Telepíti a Chameleon a kijelölt partícióra, a rendswzeredtől függően boot0-t vagy boot0md-t, valamint megtartja a telepített Windows rendszereid indíthatóságát is." + +#. type: "noboot_title" +#: Resources/templates/Localizable.strings:28 +#, no-wrap +msgid "Don't install the Bootloader" +msgstr "Nem telepíti a Chameleon-t." + +#. type: "noboot_description" +#: Resources/templates/Localizable.strings:29 +#, no-wrap +msgid "Useful if you only want to install the extra's." +msgstr "Akkor hasznos ha csak '.kext'-eket szeretnél telepíteni" + +#. type: "Module_title" +#: Resources/templates/Localizable.strings:35 +#, no-wrap +msgid "Modules" +msgstr "Modulok" + +#. type: "Module_description" +#: Resources/templates/Localizable.strings:36 +#, no-wrap +msgid "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." +msgstr "A modulok segítségével újabb funkciókat adhatsz a Chameleon-hoz, amelyeket alapból nem tartalmaz. Csak haladó felhasználók számára lehet hasznos." + +#. type: "klibc_title" +#: Resources/templates/Localizable.strings:38 +#, no-wrap +msgid "klibc" +msgstr "klibc" + +#. type: "klibc_description" +#: Resources/templates/Localizable.strings:39 +#, no-wrap +msgid "" +"This module provides a standard c library for modules to link to if the library provided by chameleon is insufficient.\n" +"This is currently only used by the uClibc++ library.\n" +"Source: http://www.kernel.org/pub/linux/libs/klibc/" +msgstr "" +"Egy alapértelmezett C futtatókörnyezetet biztosít más modulok számára.\n" +"Egyenlőre csak a uClibc++ modul használja.\n" +"Forrás: http://www.kernel.org/pub/linux/libs/klibc/" + +#. type: "Resolution_title" +#: Resources/templates/Localizable.strings:43 +#: Resources/templates/Localizable.strings:270 +#, no-wrap +msgid "Resolution" +msgstr "Felbontás" + +#. type: "AutoReso_description" +#: Resources/templates/Localizable.strings:44 +#, no-wrap +msgid "" +"This module reads the edid information from the monitor attached to the main display.\n" +"The module is currently not integrated into trunk and has minimal uses as it stands.\n" +"Additionally, the module will patch the vesa modes available in pre intel hd graphics cards to provide proper resolution while booting." +msgstr "" +"Kiolvassa az 'EDID' információkat az elsődleges monitorból.\n" +"Nem tartozik szervesen a Chameleon csomaghoz.\n" +"Továbbá, a modul kijavítja az elérhető VESA módokat a korai Intel HD videokártyákon, hogy a megfelelő felbontással indíthasd a rendszered." + +#. type: "uClibc_title" +#: Resources/templates/Localizable.strings:48 +#, no-wrap +msgid "uClibc++" +msgstr "uClibc++" + +#. type: "uClibc_description" +#: Resources/templates/Localizable.strings:49 +#, no-wrap +msgid "" +"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.\n" +"*Please note that rtti and exceptions has both been disabled.\n" +"Source: http://cxx.uclibc.org/\n" +"Dependencies: klibc" +msgstr "" +"Ez a modul egy minimális c++ futtatókörnyezetet tartalmaz, más modulokban történő felhasználásra. Önmagában nem befojásol semmit, csak lehetővé teszi a c++ nyelv használatát más modulokban.\n" +"*Az rtti és a kivételek letiltásra kerülnek.\n" +"Forrás: http://cxx.uclibc.org/\n" +"Függőségek: klibc" + +#. type: "Options_title" +#: Resources/templates/Localizable.strings:58 +#, no-wrap +msgid "Settings" +msgstr "Beállítások" + +#. type: "Options_description" +#: Resources/templates/Localizable.strings:59 +#, no-wrap +msgid "Create an /Extra/org.chameleon.Boot.plist by selecting any of these boot options and kernel flags." +msgstr "Létrehozza az '/Extra/org.chameleon.Boot.plist'-et az alábbiakban megadott beállításokkal." + +#. type: "BootBanner_title" +#: Resources/templates/Localizable.strings:61 +#, no-wrap +msgid "BootBanner=No" +msgstr "BootBanner=No" + +#. type: "BootBanner_description" +#: Resources/templates/Localizable.strings:62 +#, no-wrap +msgid "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." +msgstr "Eltünteti a Chameleon képernyőjéről a verziószámot" + +#. type: "GUI_title" +#: Resources/templates/Localizable.strings:64 +#, no-wrap +msgid "GUI=No" +msgstr "GUI=No" + +#. type: "GUI_description" +#: Resources/templates/Localizable.strings:65 +#, no-wrap +msgid "Disables the default enabled graphic user interface." +msgstr "Lecseréli az amúgy alapértelmezett grafikus Chameleon felületet a karakteres módra. (Fordító: Ajánlott beállítás, ha szeretnéd, hogy gyorsabban induljon a Chameleon.)" + +#. type: "LegacyLogo_title" +#: Resources/templates/Localizable.strings:67 +#, no-wrap +msgid "LegacyLogo=Yes" +msgstr "LegacyLogo=Yes" + +#. type: "LegacyLogo_description" +#: Resources/templates/Localizable.strings:68 +#, no-wrap +msgid "Use the legacy 'dark grey' apple logo on the light grey screen for the boot process rather than the boot.png in the theme." +msgstr "Jelöld be, ha a témában lévő helyett, az eredeti almát szeretnéd látni a boot képernyőn." + +#. type: "InstantMenu_title" +#: Resources/templates/Localizable.strings:70 +#, no-wrap +msgid "InstantMenu=Yes" +msgstr "InstantMenu=Yes" + +#. type: "InstantMenu_description" +#: Resources/templates/Localizable.strings:71 +#, no-wrap +msgid "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." +msgstr "A Chameleon nem számol vissza, és nem indítja az alapértelmezett rendszert. Helyette azonnal az indítható rendszerek listáját mutatja" + +#. type: "QuietBoot_title" +#: Resources/templates/Localizable.strings:73 +#, no-wrap +msgid "QuietBoot=Yes" +msgstr "QuietBoot=Yes" + +#. type: "QuietBoot_description" +#: Resources/templates/Localizable.strings:74 +#, no-wrap +msgid "Enable quiet boot mode (no messages or prompt)." +msgstr "Mindenféle információ vagy várakozás nélkül indítja a rendszert." + +#. type: "ShowInfo_title" +#: Resources/templates/Localizable.strings:76 +#, no-wrap +msgid "ShowInfo=Yes" +msgstr "ShowInfo=Yes" + +#. type: "ShowInfo_description" +#: Resources/templates/Localizable.strings:77 +#, no-wrap +msgid "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." +msgstr "Kiírja a partició és a felbontás infóit a GUI bal oldalára a Chameleon logó alá. Hasznos témák készítésénél." + +#. type: "Wait_title" +#: Resources/templates/Localizable.strings:79 +#, no-wrap +msgid "Wait=Yes" +msgstr "Wait=Yes" + +#. type: "Wait_description" +#: Resources/templates/Localizable.strings:80 +#, no-wrap +msgid "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." +msgstr "Mikor a Chameleon befejezte a rendszer előtöltését (kernel, driverek, stb.) egy billentyű lenyomásáig megáll, ha ezt a beállítást bepipálod." + +#. type: "arch_title" +#: Resources/templates/Localizable.strings:84 +#, no-wrap +msgid "arch=i386" +msgstr "arch=i386" + +#. type: "arch_description" +#: Resources/templates/Localizable.strings:85 +#, no-wrap +msgid "Boots the kernel in 32bit mode rather than the default 64bit mode." +msgstr "A 32bites kernelt tölti be, az alapértelmezett 64bites helyett." + +#. type: "EHCIacquire_title" +#: Resources/templates/Localizable.strings:87 +#, no-wrap +msgid "EHCIacquire=Yes" +msgstr "EHCIacquire=Yes" + +#. type: "EHCIacquire_description" +#: Resources/templates/Localizable.strings:88 +#, no-wrap +msgid "Enables the option to fix any EHCI ownership issues due to bad bioses." +msgstr "Kijavítja az EHCI jogokat. Hasznos, ha problémáid vannak az USB-vel, vagy az alvó móddal." + +#. type: "EthernetBuiltIn_title" +#: Resources/templates/Localizable.strings:90 +#, no-wrap +msgid "EthernetBuiltIn=Yes" +msgstr "EthernetBuiltIn=Yes" + +#. type: "EthernetBuiltIn_description" +#: Resources/templates/Localizable.strings:91 +#, no-wrap +msgid "Enables the option of adding 'built-in' to your ethernet devices." +msgstr "A hálózati kártyát beépítettként segít betöltetni." + +#. type: "ForceHPET_title" +#: Resources/templates/Localizable.strings:93 +#, no-wrap +msgid "ForceHPET=Yes" +msgstr "ForceHPET=Yes" + +#. type: "ForceHPET_description" +#: Resources/templates/Localizable.strings:94 +#, no-wrap +msgid "Enables HPET on intel chipsets, for bioses that dont include the option." +msgstr "Engedélyezi a 'HPET'-et azokon az intel lapokon, amelyeken nincs lehetőség ezt bekapcsolni." + +#. type: "ForceWake_title" +#: Resources/templates/Localizable.strings:96 +#, no-wrap +msgid "ForceWake=Yes" +msgstr "ForceWake=Yes" + +#. type: "ForceWake_description" +#: Resources/templates/Localizable.strings:97 +#, no-wrap +msgid "This option enables you to bypass bad sleep images." +msgstr "Ez a beállítás engedi, hogy betölthesd a hibás sleep képeket." + +#. type: "RestartFix_title" +#: Resources/templates/Localizable.strings:99 +#, no-wrap +msgid "RestartFix=No" +msgstr "RestartFix=No" + +#. type: "RestartFix_description" +#: Resources/templates/Localizable.strings:100 +#, no-wrap +msgid "Disables the automatically enabled restart fix." +msgstr "Letiltja az alapértelmezetten engedélyezett, 'újraindítás javítása' funkciót" + +#. type: "UHCIreset_title" +#: Resources/templates/Localizable.strings:102 +#, no-wrap +msgid "UHCIreset=Yes" +msgstr "UHCIreset=Yes" + +#. type: "UHCIreset_description" +#: Resources/templates/Localizable.strings:103 +#, no-wrap +msgid "Enables the option to reset UHCI controllers before starting OS X." +msgstr "Újraindítja az UHCI kontollereket a Mac OS X indítása előtt. Hasznos, ha problémáid vannak az alvó móddal." + +#. type: "UseMemDetect_title" +#: Resources/templates/Localizable.strings:105 +#, no-wrap +msgid "UseMemDetect=No" +msgstr "UseMemDetect=No" + +#. type: "UseMemDetect_description" +#: Resources/templates/Localizable.strings:106 +#, no-wrap +msgid "Disables the automatically enabled RAM recognition." +msgstr "Kikapcsolja az alapértelmezett memória észlelést." + +#. type: "UseKernelCache_title" +#: Resources/templates/Localizable.strings:108 +#, no-wrap +msgid "UseKernelCache=Yes" +msgstr "UseKernelCache=Yes" + +#. type: "UseKernelCache_description" +#: Resources/templates/Localizable.strings:109 +#, no-wrap +msgid "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." +msgstr "Csak Lion-hoz. Engedélyezi a gyorsítótárazott kernel betöltését. Nem tölti be a következő mappákat: /E/E és /S/L/E. CSAK akkor endegélyezd ha úgy érzed minden a helyén van!" + +#. type: "Wake_title" +#: Resources/templates/Localizable.strings:111 +#, no-wrap +msgid "Wake=Yes" +msgstr "Wake=Yes" + +#. type: "Wake_description" +#: Resources/templates/Localizable.strings:112 +#, no-wrap +msgid "Attempts to load the sleep image saved from last hibernation." +msgstr "Engedélyezi a hibernációs fájl betöltését." + +#. type: "CSTUsingSystemIO_title" +#: Resources/templates/Localizable.strings:116 +#, no-wrap +msgid "CSTUsingSystemIO=Yes" +msgstr "CSTUsingSystemIO=Yes" + +#. type: "CSTUsingSystemIO_description" +#: Resources/templates/Localizable.strings:117 +#, no-wrap +msgid "New C-State _CST generation method using SystemIO registers instead of FixedHW." +msgstr "Új C-State _CST generálás a SystemIO regiszterek használatával, a fix hardveres helyett" + +#. type: "DropSSDT_title" +#: Resources/templates/Localizable.strings:119 +#, no-wrap +msgid "DropSSDT=Yes" +msgstr "DropSSDT=Yes" + +#. type: "DropSSDT_description" +#: Resources/templates/Localizable.strings:120 +#, no-wrap +msgid "Discard the motherboard's built-in SSDT tables." +msgstr "Eldobja az alaplap SSDT tábláját." + +#. type: "EnableC2State_title" +#: Resources/templates/Localizable.strings:122 +#, no-wrap +msgid "EnableC2State=Yes" +msgstr "EnableC2State=Yes" + +#. type: "EnableC2State_description" +#: Resources/templates/Localizable.strings:123 +#, no-wrap +msgid "Enable specific Processor power state, C2." +msgstr "Lehetővé teszi a processzor C2-es módba való kapcsolását" + +#. type: "EnableC3State_title" +#: Resources/templates/Localizable.strings:125 +#, no-wrap +msgid "EnableC3State=Yes" +msgstr "EnableC3State=Yes" + +#. type: "EnableC3State_description" +#: Resources/templates/Localizable.strings:126 +#, no-wrap +msgid "Enable specific Processor power state, C3." +msgstr "Lehetővé teszi a processzor C3-es módba való kapcsolását" + +#. type: "EnableC4State_title" +#: Resources/templates/Localizable.strings:128 +#, no-wrap +msgid "EnableC4State=Yes" +msgstr "EnableC4State=Yes" + +#. type: "EnableC4State_description" +#: Resources/templates/Localizable.strings:129 +#, no-wrap +msgid "Enable specific Processor power state, C4." +msgstr "Lehetővé teszi a processzor C4-es módba való kapcsolását" + +#. type: "GenerateCStates_title" +#: Resources/templates/Localizable.strings:131 +#, no-wrap +msgid "GenerateCStates=Yes" +msgstr "GenerateCStates=Yes" + +#. type: "GenerateCStates_description" +#: Resources/templates/Localizable.strings:132 +#, no-wrap +msgid "Enable auto generation of processor idle sleep states (C-States)." +msgstr "Automatikusan létrehozza a processzor C módjait (energiatakarékossági-lépcsők)." + +#. type: "GeneratePStates_title" +#: Resources/templates/Localizable.strings:134 +#, no-wrap +msgid "GeneratePStates=Yes" +msgstr "GeneratePStates=Yes" + +#. type: "GeneratePStates_description" +#: Resources/templates/Localizable.strings:135 +#, no-wrap +msgid "Enable auto generation of processor power performance states (P-States)." +msgstr "Automatikusan létrehozza a processzor P módjait (sebesség-lépcsők)." + +#. type: "1024x600x32_title" +#: Resources/templates/Localizable.strings:139 +#, no-wrap +msgid "1024x600x32" +msgstr "1024x600x32" + +#. type: "1024x600x32_description" +#: Resources/templates/Localizable.strings:140 +#, no-wrap +msgid "Set Graphics Mode to 1024x600x32" +msgstr "A felbontást a következőre állítja: 1024x600x32" + +#. type: "1024x768x32_title" +#: Resources/templates/Localizable.strings:142 +#, no-wrap +msgid "1024x768x32" +msgstr "1024x768x32" + +#. type: "1024x768x32_description" +#: Resources/templates/Localizable.strings:143 +#, no-wrap +msgid "Set Graphics Mode to 1024x768x32" +msgstr "A felbontást a következőre állítja: 1024x768x32" + +#. type: "1280x768x32_title" +#: Resources/templates/Localizable.strings:145 +#, no-wrap +msgid "1280x768x32" +msgstr "1280x768x32" + +#. type: "1280x768x32_description" +#: Resources/templates/Localizable.strings:146 +#, no-wrap +msgid "Set Graphics Mode to 1280x768x32" +msgstr "A felbontást a következőre állítja: 1280x768x32" + +#. type: "1280x800x32_title" +#: Resources/templates/Localizable.strings:148 +#, no-wrap +msgid "1280x800x32" +msgstr "1280x800x32" + +#. type: "1280x800x32_description" +#: Resources/templates/Localizable.strings:149 +#, no-wrap +msgid "Set Graphics Mode to 1280x800x32" +msgstr "A felbontást a következőre állítja: 1280x800x32" + +#. type: "1280x1024x32_title" +#: Resources/templates/Localizable.strings:151 +#, no-wrap +msgid "1280x1024x32" +msgstr "1280x1024x32" + +#. type: "1280x1024x32_description" +#: Resources/templates/Localizable.strings:152 +#, no-wrap +msgid "Set Graphics Mode to 1280x1024x32" +msgstr "A felbontást a következőre állítja: 1280x1024x32" + +#. type: "1280x960x32_title" +#: Resources/templates/Localizable.strings:154 +#, no-wrap +msgid "1280x960x32" +msgstr "1280x960x32" + +#. type: "1280x960x32_description" +#: Resources/templates/Localizable.strings:155 +#, no-wrap +msgid "Set Graphics Mode to 1280x960x32" +msgstr "A felbontást a következőre állítja: 1280x960x32" + +#. type: "1440x900x32_title" +#: Resources/templates/Localizable.strings:157 +#, no-wrap +msgid "1440x900x32" +msgstr "1440x900x32" + +#. type: "1440x900x32_description" +#: Resources/templates/Localizable.strings:158 +#, no-wrap +msgid "Set Graphics Mode to 1440x900x32" +msgstr "A felbontást a következőre állítja: 1440x900x32" + +#. type: "1600x900x32_title" +#: Resources/templates/Localizable.strings:160 +#, no-wrap +msgid "1600x900x32" +msgstr "1600x900x32" + +#. type: "1600x900x32_description" +#: Resources/templates/Localizable.strings:161 +#, no-wrap +msgid "Set Graphics Mode to 1600x900x32" +msgstr "A felbontást a következőre állítja: 1600x900x32" + +#. type: "1600x1200x32_title" +#: Resources/templates/Localizable.strings:163 +#, no-wrap +msgid "1600x1200x32" +msgstr "1600x1200x32" + +#. type: "1600x1200x32_description" +#: Resources/templates/Localizable.strings:164 +#, no-wrap +msgid "Set Graphics Mode to 1600x1200x32" +msgstr "A felbontást a következőre állítja: 1600x1200x32" + +#. type: "1680x1050x32_title" +#: Resources/templates/Localizable.strings:166 +#, no-wrap +msgid "1680x1050x32" +msgstr "1680x1050x32" + +#. type: "1680x1050x32_description" +#: Resources/templates/Localizable.strings:167 +#, no-wrap +msgid "Set Graphics Mode to 1680x1050x32" +msgstr "A felbontást a következőre állítja: 1680x1050x32" + +#. type: "1920x1080x32_title" +#: Resources/templates/Localizable.strings:169 +#, no-wrap +msgid "1920x1080x32" +msgstr "1920x1080x32" + +#. type: "1920x1080x32_description" +#: Resources/templates/Localizable.strings:170 +#, no-wrap +msgid "Set Graphics Mode to 1920x1080x32" +msgstr "A felbontást a következőre állítja: 1920x1080x32" + +#. type: "1920x1200x32_title" +#: Resources/templates/Localizable.strings:172 +#, no-wrap +msgid "1920x1200x32" +msgstr "1920x1200x32" + +#. type: "1920x1200x32_description" +#: Resources/templates/Localizable.strings:173 +#, no-wrap +msgid "Set Graphics Mode to 1920x1200x32" +msgstr "A felbontást a következőre állítja: 1920x1200x32" + +#. type: "GraphicsEnabler_title" +#: Resources/templates/Localizable.strings:177 +#, no-wrap +msgid "GraphicsEnabler=Yes" +msgstr "GraphicsEnabler=Yes" + +#. type: "GraphicsEnabler_description" +#: Resources/templates/Localizable.strings:178 +#, no-wrap +msgid "Enables the option to autodetect NVIDIA based GPUs and inject the correct info." +msgstr "Lehetővé teszi az NVIDIA alapú videókártyák automatikus felismerését." + +#. type: "UseAtiROM_title" +#: Resources/templates/Localizable.strings:180 +#, no-wrap +msgid "UseAtiROM=Yes" +msgstr "UseAtiROM=Yes" + +#. type: "UseAtiROM_description" +#: Resources/templates/Localizable.strings:181 +#, no-wrap +msgid "Enables UseAtiROM options." +msgstr "Engedélyezi a UseAtiROM opciót." + +#. type: "UseNvidiaROM_title" +#: Resources/templates/Localizable.strings:183 +#, no-wrap +msgid "UseNvidiaROM=Yes" +msgstr "UseNvidiaROM=Yes" + +#. type: "UseNvidiaROM_description" +#: Resources/templates/Localizable.strings:184 +#, no-wrap +msgid "Enables UseNvidiaROM options." +msgstr "Engedélyezi a UseNvidiaROM opciót." + +#. type: "VBIOS_title" +#: Resources/templates/Localizable.strings:186 +#, no-wrap +msgid "VBIOS=Yes" +msgstr "VBIOS=Yes" + +#. type: "VBIOS_description" +#: Resources/templates/Localizable.strings:187 +#, no-wrap +msgid "Enables VBIOS option" +msgstr "Engedélyezi a VBIOS opciót." + +#. type: "Verbose_title" +#: Resources/templates/Localizable.strings:192 +#, no-wrap +msgid "Verbose Mode" +msgstr "Verbose Mode" + +#. type: "Verbose_description" +#: Resources/templates/Localizable.strings:193 +#, no-wrap +msgid "Turns on verbose logging and allows you to see messages from both Chameleon and the OS X kernel at boot time. Essential for troubleshooting." +msgstr "A rendszert az alma logó helyett, karakteres módban indítja így figyelemmel kísérheted a rendszer betöltődését. Hibaelhárításnál hasznos." + +#. type: "Singleusermode_title" +#: Resources/templates/Localizable.strings:195 +#, no-wrap +msgid "Single User Mode" +msgstr "Single User mód" + +#. type: "Singleusermode_description" +#: Resources/templates/Localizable.strings:196 +#, no-wrap +msgid "A troubleshooting option used for booting into OS X's BSD/Unix command line." +msgstr "A rendszert parancssoros módban indítja." + +#. type: "Ignorecaches_title" +#: Resources/templates/Localizable.strings:198 +#, no-wrap +msgid "Ignore Caches" +msgstr "Gyorsítótárak kihagyása" + +#. type: "Ignorecaches_description" +#: Resources/templates/Localizable.strings:199 +#, no-wrap +msgid "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." +msgstr "Ez egy nem mindennaposan használandó mód. A rendszer az összes rendszerfájlt úrjatölti. Akkor használd ha a géped nem indulna megfelelően." + +#. type: "Npci_title" +#: Resources/templates/Localizable.strings:201 +#, no-wrap +msgid "npci=0x2000" +msgstr "npci=0x2000" + +#. type: "Npci_description" +#: Resources/templates/Localizable.strings:202 +#, no-wrap +msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x2000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." +msgstr "Orvosolja néhány gépen a 'PCI configuration begin'-nél történő lefagyást. 0x2000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." + +#. type: "Npci3_title" +#: Resources/templates/Localizable.strings:204 +#, no-wrap +msgid "npci=0x3000" +msgstr "npci=0x3000" + +#. type: "Npci3_description" +#: Resources/templates/Localizable.strings:205 +#, no-wrap +msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x3000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." +msgstr "Orvosolja néhány gépen a 'PCI configuration begin'-nél történő lefagyást. 0x3000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." + +#. type: "Darkwake_title" +#: Resources/templates/Localizable.strings:207 +#, no-wrap +msgid "darkwake=0" +msgstr "darkwake=0" + +#. type: "Darkwake_description" +#: Resources/templates/Localizable.strings:208 +#, no-wrap +msgid "Lion only. Disables the 'low power wake' feature which can sometimes leave the screen black after wake from sleep." +msgstr "Csak Lion-hoz. Kikapcsolja a 'low power wake' funkciót, ami néha üres, vagy fekete képernyőt okoz alvó módból való ébresztés után." + +#. type: "mac-de_title" +#: Resources/templates/Localizable.strings:214 +#, no-wrap +msgid "German Mac Keyboard" +msgstr "Német Mac kiosztás" + +#. type: "mac-de_description" +#: Resources/templates/Localizable.strings:215 +#, no-wrap +msgid "Use the keyboard layout for a German Mac keyboard" +msgstr "Használd ezt a kiosztást a német Mac billentyűzetekhez" + +#. type: "mac-es_title" +#: Resources/templates/Localizable.strings:217 +#, no-wrap +msgid "Spanish Mac Keyboard" +msgstr "Spanyol Mac kiosztás" + +#. type: "mac-es_description" +#: Resources/templates/Localizable.strings:218 +#, no-wrap +msgid "Use the keyboard layout for a Spanish Mac keyboard" +msgstr "Használd ezt a kiosztást a spanyol Mac billentyűzetekhez." + +#. type: "mac-fr_title" +#: Resources/templates/Localizable.strings:220 +#, no-wrap +msgid "French Mac Keyboard" +msgstr "Francia Mac kiosztás" + +#. type: "mac-fr_description" +#: Resources/templates/Localizable.strings:221 +#, no-wrap +msgid "Use the keyboard layout for a French Mac keyboard" +msgstr "Használd ezt a kiosztást a francia Mac billentyűzetekhez." + +#. type: "mac-it_title" +#: Resources/templates/Localizable.strings:223 +#, no-wrap +msgid "Italian Mac Keyboard" +msgstr "Olasz Mac kiosztás" + +#. type: "mac-it_description" +#: Resources/templates/Localizable.strings:224 +#, no-wrap +msgid "Use the keyboard layout for an Italian Mac keyboard" +msgstr "Használd ezt a kiosztást a olasz Mac billentyűzetekhez." + +#. type: "mac-se_title" +#: Resources/templates/Localizable.strings:226 +#, no-wrap +msgid "Swedish Mac Keyboard" +msgstr "Svéd Mac kiosztás" + +#. type: "mac-se_description" +#: Resources/templates/Localizable.strings:227 +#, no-wrap +msgid "Use the keyboard layout for a Swedish Mac keyboard" +msgstr "Használd ezt a kiosztást a svéd Mac billentyűzetekhez" + +#. type: "pc-fr_title" +#: Resources/templates/Localizable.strings:229 +#, no-wrap +msgid "French PC Keyboard" +msgstr "Francia PC kiosztás" + +#. type: "pc-fr_description" +#: Resources/templates/Localizable.strings:230 +#, no-wrap +msgid "Use the keyboard layout for a French PC keyboard" +msgstr "Használd ezt a kiosztást a francia PC billentyűzetekhez." + +#. type: "Embed_title" +#: Resources/templates/Localizable.strings:236 +#, no-wrap +msgid "Embed" +msgstr "Embed" + +#. type: "Embed_description" +#: Resources/templates/Localizable.strings:237 +#, fuzzy, no-wrap +msgid "A smaller simple version of the new default theme used when building a version of Chameleon which requires an embedded theme." +msgstr "A smaller simple version of the new default theme used when building a version of Chameleon which requires an embedded theme." + +#. type: "Legacy_title" +#: Resources/templates/Localizable.strings:239 +#, no-wrap +msgid "Legacy" +msgstr "Örökölt" + +#. type: "Legacy_description" +#: Resources/templates/Localizable.strings:240 +#, no-wrap +msgid "Chameleon's original default theme introduced for v2.0 RC1" +msgstr "Chameleon's eredeti témája a v2.0 RC1 verzióból" + +#. type: "Default_description" +#: Resources/templates/Localizable.strings:243 +#, no-wrap +msgid "Chameleon default theme introduced for v2.0 RC5" +msgstr "Az alapértelmezett téma a v2.0 RC5 verzióhoz" + +#. type: "Bullet_title" +#: Resources/templates/Localizable.strings:245 +#, no-wrap +msgid "Bullet" +msgstr "Bullet" + +#. type: "Bullet_description" +#: Resources/templates/Localizable.strings:246 +#, no-wrap +msgid "A lovely simple theme by NoSmokingBandit from April 2009." +msgstr "Egy egyszerű téma NoSmokingBandit-tól" + +#. type: "Control_title" +#: Resources/templates/Localizable.strings:254 +#, no-wrap +msgid "Control Options" +msgstr "Vezérlés" + +#. type: "Control_description" +#: Resources/templates/Localizable.strings:255 +#, no-wrap +msgid "Settings to control how Chameleon works." +msgstr "Beállítások a Chameleon vezerléséhez." + +#. type: "General_title" +#: Resources/templates/Localizable.strings:258 +#, no-wrap +msgid "General Options" +msgstr "Általános beállítások" + +#. type: "General_description" +#: Resources/templates/Localizable.strings:259 +#, no-wrap +msgid "Choose from a selection of base options." +msgstr "Válaszd ki a szükségek alapbeállításokat." + +#. type: "KernelFlags_title" +#: Resources/templates/Localizable.strings:262 +#, no-wrap +msgid "Kernel Flags" +msgstr "Kernel paraméterek" + +#. type: "KernelFlags_description" +#: Resources/templates/Localizable.strings:263 +#, no-wrap +msgid "Choose from a selection of kernel flags." +msgstr "Válaszd ki milyen paraméterekkel induljon a kernel" + +#. type: "PowerManagement_title" +#: Resources/templates/Localizable.strings:266 +#, no-wrap +msgid "Power Management" +msgstr "Energiagazdálkodás" + +#. type: "PowerManagement_description" +#: Resources/templates/Localizable.strings:267 +#, no-wrap +msgid "A selection of options that deal with power management and speedstep." +msgstr "\"Beállítások az energiagazdálkodáshoz és a sebesség-lépcsőkhöz." + +#. type: "Resolution_description" +#: Resources/templates/Localizable.strings:271 +#, no-wrap +msgid "Set one resolution to use." +msgstr "Jelölj ki egy a monitorodnak leginkább megfelelő felbontást." + +#. type: "Video_title" +#: Resources/templates/Localizable.strings:274 +#, no-wrap +msgid "Video" +msgstr "Video" + +#. type: "Video_description" +#: Resources/templates/Localizable.strings:275 +#, no-wrap +msgid "A selection of options that deal with video." +msgstr "Videóhoz kapcsolódó beállítások." + +#. type: "Keymaps_title" +#: Resources/templates/Localizable.strings:278 +#, no-wrap +msgid "KeyLayout" +msgstr "Billentyűzet kiosztás" + +#. type: "Keymaps_description" +#: Resources/templates/Localizable.strings:279 +#, no-wrap +msgid "Select one keylayout to use. This will also install the Keylayout module and keymaps." +msgstr "Válassz ki egy kiosztást a használatához. Ez egyúttal telepíti a billentyűzet kiosztás modult is" + +#. type: "Themes_title" +#: Resources/templates/Localizable.strings:282 +#, no-wrap +msgid "Themes" +msgstr "Témák" + +#. type: "Themes_description" +#: Resources/templates/Localizable.strings:283 +#, no-wrap +msgid "" +"A collection of sample themes\n" +"More themes can be found at http://forum.voodooprojects.org/index.php/board,7.0.html" +msgstr "" +"Az alapértelmezett témákat itt találod, a többit a\n" +"http://forum.voodooprojects.org/index.php/board,7.0.html címen érheted el." + Index: branches/ErmaC/Trunk/package/po/ru.po =================================================================== --- branches/ErmaC/Trunk/package/po/ru.po (revision 1919) +++ branches/ErmaC/Trunk/package/po/ru.po (revision 1920) @@ -8,7 +8,7 @@ "Project-Id-Version: Chameleon 2.1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-03-06 22:38+0000\n" -"PO-Revision-Date: 2012-03-21 17:57+0200\n" +"PO-Revision-Date: 2012-04-10 17:48+0200\n" "Last-Translator: ltodoto \n" "Language-Team: ru \n" "Language: ru\n" @@ -239,7 +239,7 @@ #: Resources/templates/Localizable.strings:13 #, no-wrap msgid "This software cannot be installed on this computer." -msgstr "Это ПО не может быть установлено на этом компьютере." +msgstr "Это ПО не может быть установлено на данном компьютере." #. type: "Chameleon_title" #: Resources/templates/Localizable.strings:19 @@ -541,7 +541,7 @@ #: Resources/templates/Localizable.strings:100 #, no-wrap msgid "Disables the automatically enabled restart fix." -msgstr " Отключение включённой по умолчанию корректировки ACPI для перезагрузки." +msgstr "Отключение включённой по умолчанию корректировки ACPI для перезагрузки." #. type: "UHCIreset_title" #: Resources/templates/Localizable.strings:102 @@ -580,6 +580,9 @@ #, no-wrap msgid "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." msgstr "" +"Только OSX Lion. Обеспечивает загрузку предварительно скомпонованного ядра. " +"При этом будут проигнорированы кеши /E/E и /S/L/E. Используйте ТОЛЬКО если " +"вы знаете, что оно содержит всё, что Вам нужно." #. type: "Wake_title" #: Resources/templates/Localizable.strings:111 @@ -604,6 +607,8 @@ #, no-wrap msgid "New C-State _CST generation method using SystemIO registers instead of FixedHW." msgstr "" +"Новый метод генерации C-State _CST с использованием регистров SystemIO " +"вместо FixedHW." #. type: "DropSSDT_title" #: Resources/templates/Localizable.strings:119 @@ -845,7 +850,7 @@ #: Resources/templates/Localizable.strings:181 #, no-wrap msgid "Enables UseAtiROM options." -msgstr "" +msgstr "Включение параметра UseAtiROM." #. type: "UseNvidiaROM_title" #: Resources/templates/Localizable.strings:183 @@ -922,6 +927,9 @@ #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x2000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "" +"Предназначено для предотвращения зависания на строке 'PCI configuration " +"begin' на некоторых системах. 0x2000 является одним из возможных значений " +"kIOPCIConfiguratorPFM64, согласно исходному коду IOPCIFamily." #. type: "Npci3_title" #: Resources/templates/Localizable.strings:204 @@ -934,6 +942,9 @@ #, no-wrap msgid "For overcoming a hang at 'PCI configuration begin' on some systems. 0x3000 is the kIOPCIConfiguratorPFM64 flag, as seen in the IOPCIFamily source code." msgstr "" +"Предназначено для предотвращения зависания на строке 'PCI configuration " +"begin' на некоторых системах. 0x3000 является одним из возможных значений " +"kIOPCIConfiguratorPFM64, согласно исходному коду IOPCIFamily." #. type: "Darkwake_title" #: Resources/templates/Localizable.strings:207 @@ -946,6 +957,8 @@ #, no-wrap msgid "Lion only. Disables the 'low power wake' feature which can sometimes leave the screen black after wake from sleep." msgstr "" +"Только OSX Lion. Отключение функции 'low power wake', которая иногда может " +"оставить экран в выключенном состоянии после выхода из спящего режима." #. type: "mac-de_title" #: Resources/templates/Localizable.strings:214 @@ -1035,6 +1048,8 @@ #, no-wrap msgid "A smaller simple version of the new default theme used when building a version of Chameleon which requires an embedded theme." msgstr "" +"Упрощённый вариант новой темы по умолчанию, используемый при построении " +"версии Chameleon, которая требует встроенную тему." #. type: "Legacy_title" #: Resources/templates/Localizable.strings:239 @@ -1047,12 +1062,13 @@ #, no-wrap msgid "Chameleon's original default theme introduced for v2.0 RC1" msgstr "" +"Оригинальная тема Chameleon по умолчанию, которая появилась в версии 2.0 RC1" #. type: "Default_description" #: Resources/templates/Localizable.strings:243 #, no-wrap msgid "Chameleon default theme introduced for v2.0 RC5" -msgstr "" +msgstr "Тема Chameleon по умолчанию, которая появилась в версии 2.0 RC5" #. type: "Bullet_title" #: Resources/templates/Localizable.strings:245 @@ -1064,7 +1080,7 @@ #: Resources/templates/Localizable.strings:246 #, no-wrap msgid "A lovely simple theme by NoSmokingBandit from April 2009." -msgstr "" +msgstr "Прелестная простая тема, выпущенная NoSmokingBandit в апреле 2009 года." #. type: "Control_title" #: Resources/templates/Localizable.strings:254 @@ -1137,13 +1153,15 @@ #: Resources/templates/Localizable.strings:278 #, no-wrap msgid "KeyLayout" -msgstr "" +msgstr "Раскладка" #. type: "Keymaps_description" #: Resources/templates/Localizable.strings:279 #, no-wrap msgid "Select one keylayout to use. This will also install the Keylayout module and keymaps." msgstr "" +"Выберите основную раскладку клавиатуры. Эта опция также позволит установить " +"модуль Keylayout и различные раскладки." #. type: "Themes_title" #: Resources/templates/Localizable.strings:282 Index: branches/ErmaC/Modules/i386/modules/NVIDIAGraphicsEnabler/nvidia.c =================================================================== --- branches/ErmaC/Modules/i386/modules/NVIDIAGraphicsEnabler/nvidia.c (revision 1919) +++ branches/ErmaC/Modules/i386/modules/NVIDIAGraphicsEnabler/nvidia.c (revision 1920) @@ -81,29 +81,34 @@ 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" }; -const char *nvidia_device_type_1[] = { "@1,device_type", "display" }; -const char *nvidia_device_type[] = { "device_type", "NVDA,Parent" }; -/* - TODO: http://forge.voodooprojects.org/p/chameleon/issues/193/ - const char *nvidia_device_type[] = { "device_type", "NVDA,Child" }; - */ -const char *nvidia_name_0[] = { "@0,name", "NVDA,Display-A" }; -const char *nvidia_name_1[] = { "@1,name", "NVDA,Display-B" }; -const char *nvidia_slot_name[] = { "AAPL,slot-name", "Slot-1" }; +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" }; +const char *nvidia_device_type_1[] = { "@1,device_type", "display" }; +const char *nvidia_device_type[] = { "device_type", "NVDA,Parent" }; +const char *nvidia_device_type_child[] = { "device_type", "NVDA,Child" }; +const char *nvidia_name_0[] = { "@0,name", "NVDA,Display-A" }; +const char *nvidia_name_1[] = { "@1,name", "NVDA,Display-B" }; +const char *nvidia_slot_name[] = { "AAPL,slot-name", "Slot-1" }; -// uint8_t display_cfg_0[] = {0x03, 0x01, 0x03, 0x00}; -// uint8_t display_cfg_1[] = {0xff, 0xff, 0x00, 0x01}; -// uint8_t connector_type_1[] = {0x00, 0x08, 0x00, 0x00}; - static uint8_t default_NVCAP[]= { 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0a, 0x00, 0x00, 0x00, 0x00 }; +#define NVCAP_LEN ( sizeof(default_NVCAP) / sizeof(uint8_t) ) + +static uint8_t default_dcfg_0[] = {0xff, 0xff, 0xff, 0xff}; +static uint8_t default_dcfg_1[] = {0xff, 0xff, 0xff, 0xff}; + +// uint8_t display_cfg_0[] = {0x03, 0x01, 0x03, 0x00}; +// uint8_t display_cfg_1[] = {0xff, 0xff, 0x00, 0x01}; +// uint8_t connector_type_1[] = {0x00, 0x08, 0x00, 0x00}; + +#define DCFG0_LEN ( sizeof(default_dcfg_0) / sizeof(uint8_t) ) +#define DCFG1_LEN ( sizeof(default_dcfg_1) / sizeof(uint8_t) ) + static uint8_t default_NVPM[]= { 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, @@ -111,18 +116,29 @@ 0x00, 0x00, 0x00, 0x00 }; -#define NVCAP_LEN ( sizeof(default_NVCAP) / sizeof(uint8_t) ) #define NVPM_LEN ( sizeof(default_NVPM) / sizeof(uint8_t) ) -static uint8_t default_dcfg_0[] = {0xff, 0xff, 0xff, 0xff}; -static uint8_t default_dcfg_1[] = {0xff, 0xff, 0xff, 0xff}; - -#define DCFG0_LEN ( sizeof(default_dcfg_0) / sizeof(uint8_t) ) -#define DCFG1_LEN ( sizeof(default_dcfg_1) / sizeof(uint8_t) ) - static struct nv_chipsets_t NVKnownChipsets[] = { { 0x00000000, "Unknown" }, //======================================== + // 0000 - 0040 +// { 0x10DE0001, "NVIDIA HDMI Audio" }, +// { 0x10DE0002, "NVIDIA HDMI Audio" }, +// { 0x10DE0003, "NVIDIA HDMI Audio" }, +// { 0x10DE0005, "NVIDIA HDMI Audio" }, +// { 0x10DE0006, "NVIDIA HDMI Audio" }, +// { 0x10DE0007, "NVIDIA HDMI Audio" }, +// { 0x10DE0008, "NVIDIA HDMI Audio" }, +// { 0x10DE0009, "NVIDIA HDMI Audio" }, +// { 0x10DE000A, "NVIDIA HDMI Audio" }, +// { 0x10DE000B, "NVIDIA HDMI Audio" }, +// { 0x10DE000C, "NVIDIA HDMI Audio" }, +// { 0x10DE000D, "NVIDIA HDMI Audio" }, +// { 0x10DE0010, "NVIDIA HDMI Audio" }, +// { 0x10DE0011, "NVIDIA HDMI Audio" }, +// { 0x10DE0012, "NVIDIA HDMI Audio" }, +// { 0x10DE0014, "NVIDIA HDMI Audio" }, +// { 0x10DE0018, "NVIDIA HDMI Audio" }, // 0040 - 004F { 0x10DE0040, "GeForce 6800 Ultra" }, { 0x10DE0041, "GeForce 6800" }, @@ -136,10 +152,14 @@ { 0x10DE004D, "Quadro FX 3400" }, { 0x10DE004E, "Quadro FX 4000" }, // 0050 - 005F - // 0060 - 006F - // 0070 - 007F - // 0080 - 008F - // 0090 - 009F +// { 0x10DE0059, "CK804 AC'97 Audio Controller" }, + // 0060 - 006F +// { 0x10DE006A, "nForce2 AC97 Audio Controler (MCP)" }, +// { 0x10DE0067, "NVIDIA HDMI Audio" }, +// { 0x10DE0073, "NVIDIA HDMI Audio" }, + // 0070 - 007F + // 0080 - 008F + // 0090 - 009F { 0x10DE0090, "GeForce 7800 GTX" }, { 0x10DE0091, "GeForce 7800 GTX" }, { 0x10DE0092, "GeForce 7800 GT" }, @@ -160,6 +180,7 @@ { 0x10DE00CC, "Quadro FX Go1400" }, { 0x10DE00CD, "Quadro FX 3450/4000 SDI" }, { 0x10DE00CE, "Quadro FX 1400" }, +// { 0x10DE00DA, "nForce3 Audio" }, // 00D0 - 00DF // 00E0 - 00EF // 00F0 - 00FF @@ -204,6 +225,8 @@ { 0x10DE0168, "GeForce Go 6400" }, { 0x10DE0169, "GeForce 6250" }, { 0x10DE016A, "GeForce 7100 GS" }, + { 0x10DE016C, "NVIDIA NV44GLM" }, // + { 0x10DE016D, "NVIDIA NV44GLM" }, // // 0170 - 017F // 0180 - 018F // 0190 - 019F @@ -213,10 +236,11 @@ { 0x10DE0197, "Tesla C870" }, { 0x10DE019D, "Quadro FX 5600" }, { 0x10DE019E, "Quadro FX 4600" }, - // 01A0 - 01AF - // 01B0 - 01BF - // 01C0 - 01CF - // 01D0 - 01DF + // 01A0 - 01AF + // 01B0 - 01BF +// { 0x10DE01B1, "nForce AC'97 Audio Controller" }, + // 01C0 - 01CF + // 01D0 - 01DF { 0x10DE01D0, "GeForce 7350 LE" }, { 0x10DE01D1, "GeForce 7300 LE" }, { 0x10DE01D2, "GeForce 7550 LE" }, @@ -233,28 +257,32 @@ { 0x10DE01DF, "GeForce 7300 GS" }, // 01E0 - 01EF // 01F0 - 01FF + { 0x10DE01F0, "GeForce4 MX" }, // // 0200 - 020F // 0210 - 021F { 0x10DE0211, "GeForce 6800" }, { 0x10DE0212, "GeForce 6800 LE" }, { 0x10DE0215, "GeForce 6800 GT" }, { 0x10DE0218, "GeForce 6800 XT" }, - // 0220 - 022F + // 0220 - 022F { 0x10DE0221, "GeForce 6200" }, { 0x10DE0222, "GeForce 6200 A-LE" }, - // 0230 - 023F - // 0240 - 024F + { 0x10DE0228, "NVIDIA NV44M" }, // + // 0230 - 023F + // 0240 - 024F { 0x10DE0240, "GeForce 6150" }, { 0x10DE0241, "GeForce 6150 LE" }, { 0x10DE0242, "GeForce 6100" }, + { 0x10DE0243, "NVIDIA C51" }, // { 0x10DE0244, "GeForce Go 6150" }, { 0x10DE0245, "Quadro NVS 210S / GeForce 6150LE" }, { 0x10DE0247, "GeForce Go 6100" }, - // 0250 - 025F - // 0260 - 026F - // 0270 - 027F - // 0280 - 028F - // 0290 - 029F + // 0250 - 025F + { 0x10DE025B, "Quadro4 700 XGL" }, // + // 0260 - 026F + // 0270 - 027F + // 0280 - 028F + // 0290 - 029F { 0x10DE0290, "GeForce 7900 GTX" }, { 0x10DE0291, "GeForce 7900 GT/GTO" }, { 0x10DE0292, "GeForce 7900 GS" }, @@ -269,30 +297,34 @@ { 0x10DE029D, "Quadro FX 3500" }, { 0x10DE029E, "Quadro FX 1500" }, { 0x10DE029F, "Quadro FX 4500 X2" }, - // 02A0 - 02AF - // 02B0 - 02BF - // 02C0 - 02CF - // 02D0 - 02DF - // 02E0 - 02EF + // 02A0 - 02AF + // 02B0 - 02BF + // 02C0 - 02CF + // 02D0 - 02DF + // 02E0 - 02EF { 0x10DE02E0, "GeForce 7600 GT" }, { 0x10DE02E1, "GeForce 7600 GS" }, { 0x10DE02E2, "GeForce 7300 GT" }, { 0x10DE02E3, "GeForce 7900 GS" }, { 0x10DE02E4, "GeForce 7950 GT" }, - // 02F0 - 02FF - // 0300 - 030F + // 02F0 - 02FF + // 0300 - 030F { 0x10DE0301, "GeForce FX 5800 Ultra" }, { 0x10DE0302, "GeForce FX 5800" }, { 0x10DE0308, "Quadro FX 2000" }, { 0x10DE0309, "Quadro FX 1000" }, - // 0310 - 031F + // 0310 - 031F { 0x10DE0311, "GeForce FX 5600 Ultra" }, { 0x10DE0312, "GeForce FX 5600" }, { 0x10DE0314, "GeForce FX 5600XT" }, { 0x10DE031A, "GeForce FX Go5600" }, { 0x10DE031B, "GeForce FX Go5650" }, { 0x10DE031C, "Quadro FX Go700" }, - // 0320 - 032F + // 0320 - 032F + { 0x10DE0320, "GeForce FX 5200" }, // + { 0x10DE0321, "GeForce FX 5200 Ultra" }, // + { 0x10DE0322, "GeForce FX 5200" }, // + { 0x10DE0323, "GeForce FX 5200 LE" }, // { 0x10DE0324, "GeForce FX Go5200" }, { 0x10DE0325, "GeForce FX Go5250" }, { 0x10DE0326, "GeForce FX 5500" }, @@ -302,6 +334,7 @@ { 0x10DE032B, "Quadro FX 500/600 PCI" }, { 0x10DE032C, "GeForce FX Go53xx Series" }, { 0x10DE032D, "GeForce FX Go5100" }, +// { 0x10DE032F, "NVIDIA NV34GL" },// // 0330 - 033F { 0x10DE0330, "GeForce FX 5900 Ultra" }, { 0x10DE0331, "GeForce FX 5900" }, @@ -315,14 +348,18 @@ { 0x10DE0342, "GeForce FX 5700" }, { 0x10DE0343, "GeForce FX 5700LE" }, { 0x10DE0344, "GeForce FX 5700VE" }, +// { 0x10DE0345, "NVIDIA NV36.5" }, // { 0x10DE0347, "GeForce FX Go5700" }, { 0x10DE0348, "GeForce FX Go5700" }, +// { 0x10DE0349, "NVIDIA NV36M Pro" }, // +// { 0x10DE034B, "NVIDIA NV36MAP" }, // { 0x10DE034C, "Quadro FX Go1000" }, { 0x10DE034E, "Quadro FX 1100" }, - // 0350 - 035F - // 0360 - 036F - // 0370 - 037F - // 0380 - 038F +// { 0x10DE034F, "NVIDIA NV36GL" }, // + // 0350 - 035F + // 0360 - 036F + // 0370 - 037F + // 0380 - 038F { 0x10DE038B, "GeForce 7650 GS" }, // 0390 - 039F { 0x10DE0390, "GeForce 7650 GS" }, @@ -336,12 +373,12 @@ { 0x10DE0399, "GeForce Go 7600 GT"}, { 0x10DE039A, "Quadro NVS 300M" }, { 0x10DE039B, "GeForce Go 7900 SE" }, - { 0x10DE039C, "Quadro FX 550M" }, + { 0x10DE039C, "Quadro FX 560M" }, { 0x10DE039E, "Quadro FX 560" }, - // 03A0 - 03AF - // 03B0 - 03BF - // 03C0 - 03CF - // 03D0 - 03DF + // 03A0 - 03AF + // 03B0 - 03BF + // 03C0 - 03CF + // 03D0 - 03DF { 0x10DE03D0, "GeForce 6150SE nForce 430" }, { 0x10DE03D1, "GeForce 6100 nForce 405" }, { 0x10DE03D2, "GeForce 6100 nForce 400" }, @@ -349,7 +386,7 @@ { 0x10DE03D6, "GeForce 7025 / nForce 630a" }, // 03E0 - 03EF // 03F0 - 03FF - // 0400 - 040F + // 0400 - 040F { 0x10DE0400, "GeForce 8600 GTS" }, { 0x10DE0401, "GeForce 8600 GT" }, { 0x10DE0402, "GeForce 8600 GT" }, @@ -366,9 +403,9 @@ { 0x10DE040D, "Quadro FX 1600M" }, { 0x10DE040E, "Quadro FX 570" }, { 0x10DE040F, "Quadro FX 1700" }, - // 0410 - 041F + // 0410 - 041F { 0x10DE0410, "GeForce GT 330" }, - // 0420 - 042F + // 0420 - 042F { 0x10DE0420, "GeForce 8400 SE" }, { 0x10DE0421, "GeForce 8500 GT" }, { 0x10DE0422, "GeForce 8400 GS" }, @@ -395,13 +432,32 @@ // 04A0 - 04AF // 04B0 - 04BF // 04C0 - 04CF + { 0x10DE04C0, "NVIDIA G78" }, // + { 0x10DE04C1, "NVIDIA G78" }, // + { 0x10DE04C2, "NVIDIA G78" }, // + { 0x10DE04C3, "NVIDIA G78" }, // + { 0x10DE04C4, "NVIDIA G78" }, // + { 0x10DE04C5, "NVIDIA G78" }, // + { 0x10DE04C6, "NVIDIA G78" }, // + { 0x10DE04C7, "NVIDIA G78" }, // + { 0x10DE04C8, "NVIDIA G78" }, // + { 0x10DE04C9, "NVIDIA G78" }, // + { 0x10DE04CA, "NVIDIA G78" }, // + { 0x10DE04CB, "NVIDIA G78" }, // + { 0x10DE04CC, "NVIDIA G78" }, // + { 0x10DE04CD, "NVIDIA G78" }, // + { 0x10DE04CE, "NVIDIA G78" }, // + { 0x10DE04CF, "NVIDIA G78" }, // // 04D0 - 04DF // 04E0 - 04EF // 04F0 - 04FF - // 0500 - 050F - // 0510 - 051F - // 0520 - 052F - // 0530 - 053F + // 0500 - 050F + // 0510 - 051F + // 0520 - 052F + // 0530 - 053F + { 0x10DE0530, "GeForce 7190M / nForce 650M" }, + { 0x10DE0531, "GeForce 7150M / nForce 630M" }, + { 0x10DE0533, "GeForce 7000M / nForce 610M" }, { 0x10DE053A, "GeForce 7050 PV / nForce 630a" }, { 0x10DE053B, "GeForce 7050 PV / nForce 630a" }, { 0x10DE053E, "GeForce 7025 / nForce 630a" }, @@ -415,23 +471,41 @@ // 05B0 - 05BF // 05C0 - 05CF // 05D0 - 05DF - // 05E0 - 05EF + // 05E0 - 05EF { 0x10DE05E0, "GeForce GTX 295" }, { 0x10DE05E1, "GeForce GTX 280" }, { 0x10DE05E2, "GeForce GTX 260" }, { 0x10DE05E3, "GeForce GTX 285" }, + { 0x10DE05E4, "NVIDIA GT200" }, // + { 0x10DE05E5, "NVIDIA GT200" }, // { 0x10DE05E6, "GeForce GTX 275" }, { 0x10DE05E7, "Tesla C1060" }, + { 0x10DE05E8, "NVIDIA GT200" }, // + { 0x10DE05E9, "NVIDIA GT200" }, // { 0x10DE05EA, "GeForce GTX 260" }, { 0x10DE05EB, "GeForce GTX 295" }, + { 0x10DE05EC, "NVIDIA GT200" }, // { 0x10DE05ED, "Quadroplex 2200 D2" }, - // 05F0 - 05FF + { 0x10DE05EE, "NVIDIA GT200" }, // + { 0x10DE05EF, "NVIDIA GT200" }, // + // 05F0 - 05FF + { 0x10DE05F0, "NVIDIA GT200" }, // + { 0x10DE05F1, "NVIDIA GT200" }, // + { 0x10DE05F2, "NVIDIA GT200" }, // + { 0x10DE05F3, "NVIDIA GT200" }, // + { 0x10DE05F4, "NVIDIA GT200" }, // + { 0x10DE05F5, "NVIDIA GT200" }, // + { 0x10DE05F6, "NVIDIA GT200" }, // + { 0x10DE05F7, "NVIDIA GT200" }, // { 0x10DE05F8, "Quadroplex 2200 S4" }, { 0x10DE05F9, "Quadro CX" }, + { 0x10DE05FA, "NVIDIA GT200" }, // + { 0x10DE05FB, "NVIDIA GT200" }, // + { 0x10DE05FC, "NVIDIA GT200" }, // { 0x10DE05FD, "Quadro FX 5800" }, { 0x10DE05FE, "Quadro FX 4800" }, { 0x10DE05FF, "Quadro FX 3800" }, - // 0600 - 060F + // 0600 - 060F { 0x10DE0600, "GeForce 8800 GTS 512" }, { 0x10DE0601, "GeForce 9800 GT" }, { 0x10DE0602, "GeForce 8800 GT" }, @@ -447,7 +521,7 @@ { 0x10DE060C, "GeForce 8800M GTX" }, { 0x10DE060D, "GeForce 8800 GS" }, { 0x10DE060F, "GeForce GTX 285M" }, - // 0610 - 061F + // 0610 - 061F { 0x10DE0610, "GeForce 9600 GSO" }, { 0x10DE0611, "GeForce 8800 GT" }, { 0x10DE0612, "GeForce 9800 GTX" }, @@ -455,7 +529,7 @@ { 0x10DE0614, "GeForce 9800 GT" }, { 0x10DE0615, "GeForce GTS 250" }, { 0x10DE0617, "GeForce 9800M GTX" }, - { 0x10DE0618, "GeForce GTX 260M" }, + { 0x10DE0618, "GeForce GTX 260M" }, // Subsystem Id: 1043 202B Asus GTX 680 { 0x10DE0619, "Quadro FX 4700 X2" }, { 0x10DE061A, "Quadro FX 3700" }, { 0x10DE061B, "Quadro VX 200" }, @@ -463,27 +537,41 @@ { 0x10DE061D, "Quadro FX 2800M" }, { 0x10DE061E, "Quadro FX 3700M" }, { 0x10DE061F, "Quadro FX 3800M" }, - // 0620 - 062F + // 0620 - 062F + { 0x10DE0620, "NVIDIA G94" }, // GeForce 8100/8200/8300 { 0x10DE0621, "GeForce GT 230" }, { 0x10DE0622, "GeForce 9600 GT" }, { 0x10DE0623, "GeForce 9600 GS" }, + { 0x10DE0624, "NVIDIA G94" }, // { 0x10DE0625, "GeForce 9600 GSO 512"}, { 0x10DE0626, "GeForce GT 130" }, { 0x10DE0627, "GeForce GT 140" }, { 0x10DE0628, "GeForce 9800M GTS" }, + { 0x10DE0629, "NVIDIA G94" }, // { 0x10DE062A, "GeForce 9700M GTS" }, { 0x10DE062B, "GeForce 9800M GS" }, { 0x10DE062C, "GeForce 9800M GTS" }, { 0x10DE062D, "GeForce 9600 GT" }, { 0x10DE062E, "GeForce 9600 GT" }, - // 0630 - 063F + { 0x10DE062F, "GeForce 9800 S" }, // + // 0630 - 063F + { 0x10DE0630, "NVIDIA G94" }, // { 0x10DE0631, "GeForce GTS 160M" }, { 0x10DE0632, "GeForce GTS 150M" }, + { 0x10DE0633, "NVIDIA G94" }, // + { 0x10DE0634, "NVIDIA G94" }, // { 0x10DE0635, "GeForce 9600 GSO" }, + { 0x10DE0636, "NVIDIA G94" }, // { 0x10DE0637, "GeForce 9600 GT" }, { 0x10DE0638, "Quadro FX 1800" }, + { 0x10DE0639, "NVIDIA G94" }, // { 0x10DE063A, "Quadro FX 2700M" }, - // 0640 - 064F + { 0x10DE063B, "NVIDIA G94" }, // + { 0x10DE063C, "NVIDIA G94" }, // + { 0x10DE063D, "NVIDIA G94" }, // + { 0x10DE063E, "NVIDIA G94" }, // + { 0x10DE063F, "NVIDIA G94" }, // + // 0640 - 064F { 0x10DE0640, "GeForce 9500 GT" }, { 0x10DE0641, "GeForce 9400 GT" }, { 0x10DE0642, "GeForce 8400 GS" }, @@ -497,25 +585,31 @@ { 0x10DE064A, "GeForce 9700M GT" }, { 0x10DE064B, "GeForce 9500M G" }, { 0x10DE064C, "GeForce 9650M GT" }, - // 0650 - 065F + // 0650 - 065F + { 0x10DE0650, "NVIDIA G96-825" }, // { 0x10DE0651, "GeForce G 110M" }, { 0x10DE0652, "GeForce GT 130M" }, { 0x10DE0653, "GeForce GT 120M" }, { 0x10DE0654, "GeForce GT 220M" }, { 0x10DE0655, "GeForce GT 120" }, { 0x10DE0656, "GeForce 9650 S" }, + { 0x10DE0657, "NVIDIA G96" }, // { 0x10DE0658, "Quadro FX 380" }, { 0x10DE0659, "Quadro FX 580" }, { 0x10DE065A, "Quadro FX 1700M" }, { 0x10DE065B, "GeForce 9400 GT" }, { 0x10DE065C, "Quadro FX 770M" }, + { 0x10DE065D, "NVIDIA G96" }, // + { 0x10DE065E, "NVIDIA G96" }, // { 0x10DE065F, "GeForce G210" }, // 0660 - 066F // 0670 - 067F // 0680 - 068F // 0690 - 069F // 06A0 - 06AF + { 0x10DE06A0, "NVIDIA GT214" }, // // 06B0 - 06BF + { 0x10DE06B0, "NVIDIA GT214" }, // // 06C0 - 06CF { 0x10DE06C0, "GeForce GTX 480" }, { 0x10DE06C3, "GeForce GTX D12U" }, @@ -535,7 +629,7 @@ { 0x10DE06DE, "Tesla M2070" }, // TODO: sub-device id: ? { 0x10DE06DF, "Tesla M2070-Q" }, // 0x10DE06DE also applies to misc S2050, X2070, M2050, M2070 - // 06E0 - 06EF + // 06E0 - 06EF { 0x10DE06E0, "GeForce 9300 GE" }, { 0x10DE06E1, "GeForce 9300 GS" }, { 0x10DE06E2, "GeForce 8400" }, @@ -549,14 +643,24 @@ { 0x10DE06EA, "Quadro NVS 150M" }, { 0x10DE06EB, "Quadro NVS 160M" }, { 0x10DE06EC, "GeForce G 105M" }, + { 0x10DE06ED, "NVIDIA G98" }, // { 0x10DE06EF, "GeForce G 103M" }, - // 06F0 - 06FF + // 06F0 - 06FF + { 0x10DE06F0, "NVIDIA G98" }, // { 0x10DE06F1, "GeForce G105M" }, + { 0x10DE06F2, "NVIDIA G98" }, // + { 0x10DE06F3, "NVIDIA G98" }, // + { 0x10DE06F4, "NVIDIA G98" }, // + { 0x10DE06F5, "NVIDIA G98" }, // + { 0x10DE06F6, "NVIDIA G98" }, // + { 0x10DE06F7, "NVIDIA G98" }, // { 0x10DE06F8, "Quadro NVS 420" }, { 0x10DE06F9, "Quadro FX 370 LP" }, { 0x10DE06FA, "Quadro NVS 450" }, { 0x10DE06FB, "Quadro FX 370M" }, + { 0x10DE06FC, "NVIDIA G98" }, // { 0x10DE06FD, "Quadro NVS 295" }, + { 0x10DE06FE, "NVIDIA G98" }, // { 0x10DE06FF, "HICx16 + Graphics" }, // 0700 - 070F // 0710 - 071F @@ -564,27 +668,45 @@ // 0730 - 073F // 0740 - 074F // 0750 - 075F +// { 0x10DE0759, "nVidia Standard Dual Channel PCI IDE Controller" }, // 0760 - 076F // 0770 - 077F +// { 0x10DE0774, "nVidia Microsoft UAA Bus Driver for High Definition Audio" }, +// { 0x10DE077B, "nVidia Standard OpenHCD USB Host Controller" }, +// { 0x10DE077C, "nVidia Standard Enhanced PCI to USB Host Controller" }, +// { 0x10DE077D, "nVidia Standard OpenHCD USB Host Controller" }, +// { 0x10DE077E, "nVidia Standard Enhanced PCI to USB Host Controller" }, // 0780 - 078F // 0790 - 079F // 07A0 - 07AF // 07B0 - 07BF // 07C0 - 07CF - // 07D0 - 07DF - // 07E0 - 07EF + // 07D0 - 07DF + // 07E0 - 07EF { 0x10DE07E0, "GeForce 7150 / nForce 630i" }, { 0x10DE07E1, "GeForce 7100 / nForce 630i" }, { 0x10DE07E2, "GeForce 7050 / nForce 630i" }, { 0x10DE07E3, "GeForce 7050 / nForce 610i" }, +// { 0x10DE07E4, "NVIDIA MCP73" }, { 0x10DE07E5, "GeForce 7050 / nForce 620i" }, - // 07F0 - 07FF +// { 0x10DE07E6, "NVIDIA MCP73" }, +// { 0x10DE07E7, "NVIDIA MCP73" }, +// { 0x10DE07E8, "NVIDIA MCP73" }, +// { 0x10DE07E9, "NVIDIA MCP73" }, +// { 0x10DE07EA, "NVIDIA MCP73" }, +// { 0x10DE07EB, "NVIDIA MCP73" }, +// { 0x10DE07ED, "NVIDIA MCP73" }, +// { 0x10DE07EE, "NVIDIA MCP73" }, +// { 0x10DE07EF, "NVIDIA MCP73" }, + // 07F0 - 07FF // 0800 - 080F // 0810 - 081F // 0820 - 082F // 0830 - 083F // 0840 - 084F { 0x10DE0840, "GeForce 8200M" }, +// { 0x10DE0841, "NVIDIA MCP77/78" }, +// { 0x10DE0842, "NVIDIA MCP77/78" }, { 0x10DE0844, "GeForce 9100M G" }, { 0x10DE0845, "GeForce 8200M G" }, { 0x10DE0846, "GeForce 9200" }, @@ -597,7 +719,23 @@ { 0x10DE084D, "nForce 750a SLI" }, { 0x10DE084F, "GeForce 8100 / nForce 720a" }, // 0850 - 085F - // 0860 - 086F +// { 0x10DE0850, "NVIDIA MCP77/78" }, +// { 0x10DE0851, "NVIDIA MCP77/78" }, +// { 0x10DE0852, "NVIDIA MCP77/78" }, +// { 0x10DE0853, "NVIDIA MCP77/78" }, +// { 0x10DE0854, "NVIDIA MCP77/78" }, +// { 0x10DE0855, "NVIDIA MCP77/78" }, +// { 0x10DE0856, "NVIDIA MCP77/78" }, +// { 0x10DE0857, "NVIDIA MCP77/78" }, +// { 0x10DE0858, "NVIDIA MCP77/78" }, +// { 0x10DE0859, "NVIDIA MCP77/78" }, +// { 0x10DE085A, "NVIDIA MCP77/78" }, +// { 0x10DE085B, "NVIDIA MCP77/78" }, +// { 0x10DE085C, "NVIDIA MCP77/78" }, +// { 0x10DE085D, "NVIDIA MCP77/78" }, +// { 0x10DE085E, "NVIDIA MCP77/78" }, +// { 0x10DE085F, "NVIDIA MCP77/78" }, + // 0860 - 086F { 0x10DE0860, "GeForce 9300" }, // { 0x10DE0861, "GeForce 9400" }, { 0x10DE0862, "GeForce 9400M G" }, @@ -613,13 +751,13 @@ { 0x10DE086D, "GeForce 9200" }, { 0x10DE086E, "GeForce 9100M G" }, { 0x10DE086F, "GeForce 8200M G" }, - // 0870 - 087F + // 0870 - 087F { 0x10DE0870, "GeForce 9400M" }, { 0x10DE0871, "GeForce 9200" }, { 0x10DE0872, "GeForce G102M" }, { 0x10DE0873, "GeForce G102M" }, { 0x10DE0874, "ION 9300M" }, - { 0x10DE0876, "GeForce 9400M" }, // + { 0x10DE0876, "ION 9400M" }, // { 0x10DE087A, "GeForce 9400" }, { 0x10DE087D, "ION 9400M" }, { 0x10DE087E, "ION LE" }, @@ -628,12 +766,19 @@ // 0890 - 089F // 08A0 - 08AF { 0x10DE08A0, "GeForce 320M" }, +// { 0x10DE08A1, "NVIDIA MCP89-MZT" }, +// { 0x10DE08A2, "NVIDIA MCP89-EPT" }, { 0x10DE08A3, "GeForce 320M" }, { 0x10DE08A4, "GeForce 320M" }, + { 0x10DE08A5, "GeForce 320M" }, // 08B0 - 08BF +// { 0x10DE08B0, "Unknown" }, + { 0x10DE08B1, "GeForce 300M" }, +// { 0x10DE08B2, "NVIDIA MCP83-MJ" }, +// { 0x10DE08B3, "NVIDIA MCP89 MM9" }, // 08C0 - 08CF - // 08D0 - 08DF - // 08E0 - 08EF + // 08D0 - 08DF + // 08E0 - 08EF // 08F0 - 08FF // 0900 - 090F // 0910 - 091F @@ -648,13 +793,16 @@ // 09A0 - 09AF // 09B0 - 09BF // 09C0 - 09CF - // 09D0 - 09DF + // 09D0 - 09DF // 09E0 - 09EF // 09F0 - 09FF // 0A00 - 0A0F +// { 0x10DE0A00, "NVIDIA GT212" }, // 0A10 - 0A1F +// { 0x10DE0A10, "NVIDIA GT212" }, // 0A20 - 0A2F { 0x10DE0A20, "GeForce GT 220" }, // subsystem 10de:0a20:1043:8311 +// { 0x10DE0A21, "NVIDIA D10M2-20" }, { 0x10DE0A22, "GeForce 315" }, { 0x10DE0A23, "GeForce 210" }, { 0x10DE0A26, "GeForce 405" }, @@ -665,15 +813,19 @@ { 0x10DE0A2B, "GeForce GT 330M" }, { 0x10DE0A2C, "NVS 5100M" }, { 0x10DE0A2D, "GeForce GT 320M" }, - // 0A30 - 0A3F + // 0A30 - 0A3F +// { 0x10DE0A30, "NVIDIA GT216" }, { 0x10DE0A34, "GeForce GT 240M" }, { 0x10DE0A35, "GeForce GT 325M" }, { 0x10DE0A38, "Quadro 400" }, { 0x10DE0A3C, "Quadro FX 880M" }, +// { 0x10DE0A3D, "NVIDIA N10P-ES" }, +// { 0x10DE0A3F, "NVIDIA GT216-INT" }, // 0A40 - 0A4F // 0A50 - 0A5F // 0A60 - 0A6F { 0x10DE0A60, "GeForce G210" }, +// { 0x10DE0A61, "NVIDIA NVS 2100" }, { 0x10DE0A62, "GeForce 205" }, { 0x10DE0A63, "GeForce 310" }, { 0x10DE0A64, "ION" }, @@ -695,14 +847,18 @@ { 0x10DE0A75, "GeForce G310M" }, { 0x10DE0A76, "ION" }, { 0x10DE0A78, "Quadro FX 380 LP" }, +// { 0x10DE0A79, "Unknown" }, { 0x10DE0A7A, "GeForce 315M" }, { 0x10DE0A7C, "Quadro FX 380M" }, +// { 0x10DE0A7D, "NVIDIA GT218-ES" }, +// { 0x10DE0A7E, "NVIDIA GT218-INT-S" }, +// { 0x10DE0A7F, "NVIDIA GT218-INT-B" }, // 0A80 - 0A8F // 0A90 - 0A9F // 0AA0 - 0AAF // 0AB0 - 0ABF // 0AC0 - 0ACF - // 0AD0 - 0ADF + // 0AD0 - 0ADF // 0AE0 - 0AEF // 0AF0 - 0AFF // 0B00 - 0B0F @@ -718,8 +874,10 @@ // 0BA0 - 0BAF // 0BB0 - 0BBF // 0BC0 - 0BCF - // 0BD0 - 0BDF + // 0BD0 - 0BDF // 0BE0 - 0BEF +// { 0x10DE0BE4, "nVidia High Definition Audio Controller" }, +// { 0x10DE0BE9, "nVidia High Definition Audio Controller" }, // 0BF0 - 0BFF // 0C00 - 0C0F // 0C10 - 0C1F @@ -741,13 +899,15 @@ { 0x10DE0CA8, "GeForce GTS 260M" }, { 0x10DE0CA9, "GeForce GTS 250M" }, { 0x10DE0CAC, "GeForce GT 220" }, +// { 0x10DE0CAD, "NVIDIA N10E-ES" }, +// { 0x10DE0CAE, "NVIDIA GT215-INT" }, { 0x10DE0CAF, "GeForce GT 335M" }, // 0CB0 - 0CBF { 0x10DE0CB0, "GeForce GTS 350M" }, { 0x10DE0CB1, "GeForce GTS 360M" }, { 0x10DE0CBC, "Quadro FX 1800M" }, // 0CC0 - 0CCF - // 0CD0 - 0CDF + // 0CD0 - 0CDF // 0CE0 - 0CEF // 0CF0 - 0CFF // 0D00 - 0D0F @@ -760,7 +920,7 @@ // 0D70 - 0D7F // 0D80 - 0D8F // 0D90 - 0D9F - // 0DA0 - 0DAF + // 0DA0 - 0DAF // 0DB0 - 0DBF // 0DC0 - 0DCF { 0x10DE0DC0, "GeForce GT 440" }, @@ -770,9 +930,12 @@ { 0x10DE0DC5, "GeForce GTS 450" }, { 0x10DE0DC6, "GeForce GTS 450" }, { 0x10DE0DCA, "GF10x" }, +// { 0x10DE0DCC, "Unknown" }, { 0x10DE0DCD, "GeForce GT 555M" }, { 0x10DE0DCE, "GeForce GT 555M" }, +// { 0x10DE0DCF, "Unknown" }, // 0DD0 - 0DDF +// { 0x10DE0DD0, "Unknown" }, { 0x10DE0DD1, "GeForce GTX 460M" }, // subsystem 10de:0dd1:1558:8687 { 0x10DE0DD2, "GeForce GT 445M" }, { 0x10DE0DD3, "GeForce GT 435M" }, @@ -781,17 +944,20 @@ { 0x10DE0DDA, "Quadro 2000M" }, { 0x10DE0DDE, "GF106-ES" }, { 0x10DE0DDF, "GF106-INT" }, - // 0DE0 - 0DEF + // 0DE0 - 0DEF { 0x10DE0DE0, "GeForce GT 440" }, { 0x10DE0DE1, "GeForce GT 430" }, // subsystem 10de:0de1:3842:1430 { 0x10DE0DE2, "GeForce GT 420" }, + { 0x10DE0DE4, "GeForce GT 520" }, { 0x10DE0DE5, "GeForce GT 530" }, - { 0x10DE0DE9, "GeForce GT 600M" }, // + { 0x10DE0DE8, "GeForce GT 620M" }, + { 0x10DE0DE9, "GeForce GT 630M" }, { 0x10DE0DEA, "GeForce GT 610M" }, { 0x10DE0DEB, "GeForce GT 555M" }, { 0x10DE0DEC, "GeForce GT 525M" }, { 0x10DE0DED, "GeForce GT 520M" }, { 0x10DE0DEE, "GeForce GT 415M" }, +// { 0x10DE0DEF, "Unknown" }, // 0DF0 - 0DFF { 0x10DE0DF0, "GeForce GT 425M" }, { 0x10DE0DF1, "GeForce GT 420M" }, @@ -802,7 +968,9 @@ { 0x10DE0DF6, "GeForce GT 550M" }, { 0x10DE0DF7, "GeForce GT 520M" }, { 0x10DE0DF8, "Quadro 600" }, +// { 0x10DE0DF9, "Unknown" }, { 0x10DE0DFA, "Quadro 1000M" }, + { 0x10DE0DFC, "NVS 5200M" }, { 0x10DE0DFE, "GF108 ES" }, { 0x10DE0DFF, "GF108 INT" }, // 0E00 - 0E0F @@ -813,15 +981,16 @@ { 0x10DE0E23, "GeForce GTX 460 SE" }, { 0x10DE0E24, "GeForce GTX 460" }, { 0x10DE0E25, "D12U-50" }, - // 0E30 - 0E3F + // 0E30 - 0E3F { 0x10DE0E30, "GeForce GTX 470M" }, { 0x10DE0E31, "GeForce GTX 485M" }, +// { 0x10DE0E32, "Unknown" }, { 0x10DE0E38, "GF104GL" }, { 0x10DE0E3A, "Quadro 3000M" }, { 0x10DE0E3B, "Quadro 4000M" }, { 0x10DE0E3E, "GF104-ES" }, { 0x10DE0E3F, "GF104-INT" }, - // 0E40 - 0E4F + // 0E40 - 0E4F // 0E50 - 0E5F // 0E60 - 0E6F // 0E70 - 0E7F @@ -830,7 +999,7 @@ // 0EA0 - 0EAF // 0EB0 - 0EBF // 0EC0 - 0ECF - // 0ED0 - 0EDF + // 0ED0 - 0EDF // 0EE0 - 0EEF // 0EF0 - 0EFF // 0F00 - 0F0F @@ -847,7 +1016,9 @@ // 0FB0 - 0FBF // 0FC0 - 0FCF // 0FD0 - 0FDF + { 0x10DE0FD1, "GeForce GT 650M" }, { 0x10DE0FD2, "GeForce GT 640M" }, + { 0x10DE0FD4, "GeForce GTX 660M" }, // 0FE0 - 0FEF // 0FF0 - 0FFF // 1000 - 100F @@ -856,15 +1027,23 @@ // 1030 - 103F // 1040 - 104F { 0x10DE1040, "GeForce GT 520" }, + { 0x10DE1042, "GeForce 510" }, + { 0x10DE1049, "GeForce GT 620" }, // 1050 - 105F { 0x10DE1050, "GeForce GT 520M" }, { 0x10DE1051, "GeForce GT 520MX" }, +// { 0x10DE1052, "Unknown" }, { 0x10DE1054, "GeForce GT 410M" }, { 0x10DE1055, "GeForce 410M" }, { 0x10DE1056, "Quadro NVS 4200M" }, { 0x10DE1057, "Quadro NVS 4200M" }, + { 0x10DE1058, "GeForce 610M" }, +// { 0x10DE1059, "AUDIO" }, + { 0x10DE105A, "GeForce 610M" }, // 1060 - 106F // 1070 - 107F +// { 0x10DE107D, "Unknown" }, +// { 0x10DE107E, "Unknown" }, { 0x10DE107F, "NVIDIA GF119-ES" }, // 1080 - 108F { 0x10DE1080, "GeForce GTX 580" }, @@ -877,7 +1056,7 @@ { 0x10DE1088, "GeForce GTX 590" }, { 0x10DE1089, "GeForce GTX 580" }, { 0x10DE108B, "GeForce GTX 590" }, - // 1090 - 109F + // 1090 - 109F { 0x10DE1091, "Tesla M2090" }, { 0x10DE1094, "Tesla M2075 Dual-Slot Computing Processor Module" }, { 0x10DE1096, "Tesla C2075" }, @@ -889,27 +1068,63 @@ // 10C0 - 10CF { 0x10DE10C0, "GeForce 9300 GS" }, { 0x10DE10C3, "GeForce 8400 GS" }, +// { 0x10DE10C4, "NVIDIA ION" }, { 0x10DE10C5, "GeForce 405" }, // 10D0 - 10DF { 0x10DE10D8, "NVS 300" }, - // 1200 - + // 10E0 - 10EF + // 10F0 - 10FF + // 1100 - 110F + // 1110 - 111F + // 1120 - 112F + // 1130 - 113F + // 1140 - 114F + // 1150 - 115F + // 1160 - 116F + // 1170 - 117F + // 1180 - 118F + { 0x10DE1180, "GeForce GTX 680" }, + // 1190 - 119F + // 11A0 - 11AF + // 11B0 - 11BF + // 11C0 - 11CF + // 11D0 - 11DF + // 11E0 - 11EF + // 11F0 - 11FF + // 1200 - 120F { 0x10DE1200, "GeForce GTX 560 Ti" }, { 0x10DE1201, "GeForce GTX 560" }, + { 0x10DE1203, "GeForce GTX 460 SE v2" }, { 0x10DE1205, "GeForce GTX 460 v2" }, { 0x10DE1208, "GeForce GTX 560 SE" }, { 0x10DE1210, "GeForce GTX 570M" }, { 0x10DE1211, "GeForce GTX 580M" }, { 0x10DE1212, "GeForce GTX 675M" }, { 0x10DE1213, "GeForce GTX 670M" }, + { 0x10DE1240, "GeForce GT 620M" }, { 0x10DE1241, "GeForce GT 545" }, { 0x10DE1243, "GeForce GT 545" }, { 0x10DE1244, "GeForce GTX 550 Ti" }, { 0x10DE1245, "GeForce GTS 450" }, { 0x10DE1246, "GeForce GTX 550M" }, - { 0x10DE1247, "GeForce GTX 555M" }, + { 0x10DE1247, "GeForce GT 635M" }, // Subsystem Id: 1043 212C Asus GeForce GT 635M { 0x10DE1248, "GeForce GTX 555M" }, { 0x10DE124D, "GeForce GTX 555M" }, +// { 0x10DE1250, "Unknown" }, { 0x10DE1251, "GeForce GTX 560M" }, + // 1260 - 126F + // 1270 - 127F + // 1280 - 128F + // 1290 - 129F + // 12A0 - 12AF + // 12B0 - 12BF + // 12C0 - 12CF + // 12D0 - 12DF + // 12E0 - 12EF + // 12F0 - 12FF +// { 0x10DE8001, "NVIDIA HDMI Audio" }, +// { 0x10DE8067, "NVIDIA HDMI Audio" }, +// { 0x10DE8073, "NVIDIA HDMI Audio" }, }; static uint16_t swap16(uint16_t x) @@ -1094,7 +1309,7 @@ channel1 |= ( 0x1 << entries[i].index); entries[i].type = TYPE_GROUPED; - if ( entries[i-1].type == 0x0 ) + if ((entries[i-1].type == 0x0)) { channel1 |= ( 0x1 << entries[i-1].index); entries[i-1].type = TYPE_GROUPED; @@ -1113,7 +1328,7 @@ channel2 |= ( 0x1 << entries[i].index); entries[i].type = TYPE_GROUPED; - if ( entries[i - 1].type == 0x0 ) + if ((entries[i - 1].type == 0x0)) { channel2 |= ( 0x1 << entries[i-1].index); entries[i-1].type = TYPE_GROUPED; @@ -1231,8 +1446,16 @@ return 0; if (!DP_ADD_TEMP_VAL(device, nvidia_name_1)) return 0; - if (!DP_ADD_TEMP_VAL(device, nvidia_device_type)) - return 0; + if (devices_number == 1) + { + if (!DP_ADD_TEMP_VAL(device, nvidia_device_type)) + return 0; + } + else + { + if (!DP_ADD_TEMP_VAL(device, nvidia_device_type_child)) + return 0; + } // Rek : Dont use sprintf return, it does not WORK !! our custom sprintf() always return 0! // len = sprintf(tmp, "Slot-%x", devices_number); @@ -1291,7 +1514,7 @@ vram_size *= REG32(NVC0_MEM_CTRLR_COUNT); } - // Workaround for 9600M GT, GT 210/420/430/440 & GT 525M + // Workaround for 9600M GT, GT 210/420/430/440/525M & 540M switch (nvda_dev->device_id) { case 0x0647: vram_size = 512*1024*1024; break; // 9600M GT 0647 @@ -1301,6 +1524,7 @@ case 0x0DE1: vram_size = 1024*1024*1024; break; // GT 430 case 0x0DE2: vram_size = 1024*1024*1024; break; // GT 420 case 0x0DEC: vram_size = 1024*1024*1024; break; // GT 525M 0DEC + case 0x0DF4: vram_size = 1024*1024*1024; break; // GT 540M case 0x0DF5: vram_size = 1024*1024*1024; break; // GT 525M 0DF5 default: break; } @@ -1446,13 +1670,16 @@ /* FIXME: for primary graphics card only */ boot_display = 1; - devprop_add_value(device, "@0,AAPL,boot-display", (uint8_t*)&boot_display, 4); + if (devices_number == 1) + { + devprop_add_value(device, "@0,AAPL,boot-display", (uint8_t*)&boot_display, 4); + } if (nvPatch == PATCH_ROM_SUCCESS_HAS_LVDS) { uint8_t built_in = 0x01; devprop_add_value(device, "@0,built-in", &built_in, 1); } - + // get bios version const int MAX_BIOS_VERSION_LENGTH = 32; char* version_str = (char*)malloc(MAX_BIOS_VERSION_LENGTH); @@ -1548,13 +1775,13 @@ devprop_add_nvidia_template(device); devprop_add_value(device, "NVCAP", default_NVCAP, NVCAP_LEN); + devprop_add_value(device, "NVPM", default_NVPM, NVPM_LEN); devprop_add_value(device, "VRAM,totalsize", (uint8_t*)&videoRam, 4); devprop_add_value(device, "model", (uint8_t*)model, strlen(model) + 1); devprop_add_value(device, "rom-revision", (uint8_t*)biosVersion, strlen(biosVersion) + 1); // devprop_add_value(device, "@1,connector-type", connector_type_1, 4); // fixme // devprop_add_value(device, "@0,display-cfg", display_cfg_0, 4); // devprop_add_value(device, "@1,display-cfg", display_cfg_1, 4); - devprop_add_value(device, "NVPM", default_NVPM, NVPM_LEN); devprop_add_value(device, "@0,display-cfg", default_dcfg_0, DCFG0_LEN); devprop_add_value(device, "@1,display-cfg", default_dcfg_1, DCFG1_LEN); Index: branches/ErmaC/Modules/package/Resources/hu.lproj/Description.html =================================================================== --- branches/ErmaC/Modules/package/Resources/hu.lproj/Description.html (revision 1919) +++ branches/ErmaC/Modules/package/Resources/hu.lproj/Description.html (revision 1920) @@ -15,26 +15,26 @@ -

Chameleon is a boot loader built using a combination of components which evolved from the development of David Elliott's fake EFI implementation added to Apple's boot-132 project.

+

A Chameleon egy rendszerbetöltőszoftver.


-

Chameleon v2 is extended with many features. For example:

+

A Chameleon 2-es verziója tucatnyi kiegészítővel van felszerelve, mint például:


-

- Fully customizable GUI to bring some color to the Darwin Bootloader.

-

- Load a ramdisk to directly boot retail DVDs without additional programs.

-

- Hibernation. Enjoy resuming your Mac OS X with a preview image.

-

- SMBIOS override to modify the factory SMBIOS values.

-

- DSDT override to use a modified fixed DSDT which can solve several issues.

-

- Device Property Injection via device-properties string.

-

- hybrid boot0 / boot1h for MBR and GPT partitioned disks.

-

- Automatic FSB detection code even for recent AMD CPUs.

-

- Apple Software RAID support.

-

- Nvidia & ATI/AMD Graphics Card Enabler.

-

- Module support

-

- Memory detection adapted from memtest86: http://www.memtest.org

-

- Automatic P-State & C-State generation for native power management.

-

- Message logging.

+

- Testreszabható felület, hogy egy kis színt vihess a rendszerbetöltődbe.

+

- Rendszerindítás gyári DVD-ről, ramdisk használatával.

+

- Hibernáció. Segítségével Mac OS X rendszered visszatölt a lementett adatokból.

+

- SMBIOS felülírás a gyári értékekkel

+

- DSDT felülírás a javított DSDT-vel, mellyel több hibát is orvosolhatsz.

+

- Eszköztulajdonságok meghatározása a 'device-properties' string segítségével.

+

- Hibrid boot0 / boot1h az MBR és a GPT lemezekhez.

+

- Automatikus FSB észlelés a legújabb AMD processzorokon is.

+

- Apple Szoftveres RAID támogatás.

+

- Nvidia és ATI/AMD GPU felismerés.

+

- Modulok támogatása.

+

- Memória felismerés.

+

- Automatikus P-State és C-State generálás a natív energiagazdálkodáshoz.

+

- Naplózott rendszertöltés.


-

The code is released under version 2 of the Gnu Public License.

+

Ezen csomag a GPL (General Public License) 2-es verziója alatt jelent meg.

http://forge.voodooprojects.org/p/chameleon


FAQ's: http://forum.voodooprojects.org/index.php/topic,754.0.html

Index: branches/ErmaC/Modules/package/Resources/hu.lproj/Localizable.strings =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index: branches/ErmaC/Modules/package/Resources/hu.lproj/Welcome.rtfd/TXT.rtf =================================================================== --- branches/ErmaC/Modules/package/Resources/hu.lproj/Welcome.rtfd/TXT.rtf (revision 1919) +++ branches/ErmaC/Modules/package/Resources/hu.lproj/Welcome.rtfd/TXT.rtf (revision 1920) @@ -1,53 +1,41 @@ -{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360 +{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230 {\fonttbl\f0\fnil\fcharset0 LucidaGrande;} -{\colortbl;\red255\green255\blue255;\red255\green0\blue9;\red0\green0\blue255;\red153\green153\blue153; -} -\margl1440\margr1440\vieww11660\viewh12980\viewkind0 -\pard\ri0\qc +{\colortbl;\red255\green255\blue255;\red255\green0\blue9;} +\margl1440\margr1440\vieww10460\viewh7440\viewkind0 +\pard\qc \f0\b\fs28 \cf0 \ -\pard\ri0\qc -\fs48 \cf0 Chameleon +\fs48 Chameleon \fs50 \ -\pard\ri0\qc -\fs26 \cf0 v%CHAMELEONVERSION% r%CHAMELEONREVISION%\ -\pard\ri0\qc +\fs26 v%CHAMELEONVERSION% r%CHAMELEONREVISION%\ -\fs28 \cf0 \ -\pard\ri0\qc -\cf2 Do not install to an Apple Macintosh computer\ -\pard\ri0\qc -\cf0 \ -\pard\ri0\ql\qnatural +\fs28 \ +\cf2 Ne telep\'edsd eredeti Macintosh sz\'e1m\'edt\'f3g\'e9pen\ -\fs24 \cf0 Developers : -\fs20 %DEVELOP% -\fs24 \ +\fs22 \cf0 \ +\ +Fejleszt\uc0\u337 k :\ +\pard\qc -\fs18 \ +\b0 \cf0 %DEVELOP% +\b \ +\ +K\'fcl\'f6n k\'f6sz\'f6net :\ -\fs24 Thanks to : -\fs20 %CREDITS% -\fs24 \ -\pard\tx360\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\b0 %CREDITS% +\b \ -\b0\fs18 \cf0 \ -\pard\ri0\ql\qnatural +\b0 \ +\pard\qc -\b\fs24 \cf0 Package : -\fs20 %PKGDEV% -\b0\fs30 \ -\pard\tx360\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural -\cf0 \ -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural +\b \cf0 Csomag :\ +\pard\qc -\fs20 \cf0 Copyright \'a9 2011-2012 -\b \cf3 Translated by : ???\ -\pard\tx360\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural\pardirnatural +\b0 \cf0 %PKGDEV%\ +\ +\pard\qc -\b0\fs18 \cf0 \ -\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc - -\b\fs20 \cf4 This package was builded by: %WHOBUILD%} +\fs18 \cf0 A csomagot k\'e9sz\'edtette: %WHOBUILD%, leford\'edtotta: majon\'e9z\ +Copyright \'a9 %CPRYEAR%} Index: branches/ErmaC/Modules/package/Resources/hu.lproj/Conclusion.rtfd/TXT.rtf =================================================================== --- branches/ErmaC/Modules/package/Resources/hu.lproj/Conclusion.rtfd/TXT.rtf (revision 1919) +++ branches/ErmaC/Modules/package/Resources/hu.lproj/Conclusion.rtfd/TXT.rtf (revision 1920) @@ -7,13 +7,11 @@ \f0\b\fs28 \cf0 \ \ -The scripts have completed and a file\ - named \cf2 @LOG_FILENAME@\cf3 has been\ -written to the root of your chosen partition.\ +A script-ek sikeresen lefutottak, valamint a \cf2 @LOG_FILENAME@\cf3 nev\uc0\u369 log\ +sikeresen ki\'edrva, az \'e1ltalad v\'e1lasztott part\'edci\'f3 gy\'f6ker\'e9be.\ \ -\cf0 Please \cf4 read it\cf0 to find out if the installation was\ -successful and keep it for a record of what was done.\ -\cf4 \ +\cf4 Ellen\uc0\u337 rizd\cf0 , hogy a telep\'edt\'e9s sikeresen lefutott!\ +\cf5 \ \ \ @@ -22,8 +20,8 @@ \b0\fs30 \cf0 \ -\fs20 Copyright \'a9 2011-2012\ +\fs20 Copyright \'a9 %CPRYEAR%\ \ \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qc -\b \cf6 This package was builded by: %WHOBUILD%} +\b \cf7 A csomagot k\'e9sz\'edtette: %WHOBUILD%}