# HG changeset patch # User Gabrov # Date 1188341661 0 # Node ID 29504c9d4a8b6dd136e179ae0d24bd12cb8dd72e # Parent aacc9eeba8a23fcb9cbb8a3cfb06b9386e8b4015 synced with r24216 diff -r aacc9eeba8a2 -r 29504c9d4a8b DOCS/xml/hu/video.xml --- a/DOCS/xml/hu/video.xml Tue Aug 28 22:48:01 2007 +0000 +++ b/DOCS/xml/hu/video.xml Tue Aug 28 22:54:21 2007 +0000 @@ -1,5 +1,5 @@ - + Videó kimeneti eszközök @@ -316,6 +316,31 @@ PowerVR oldaláról. + + + +Intel kártyák + + +Ez a kártya sok laptopban megtalálható. A legújabb Xorg javasolt hozzá. + + + +A DVD méretű (és nagyobb) tartalom lejátszásának engedélyezéséhez módosítanod +kell az XF86Config/xorg.conf fájlodat így: + +Section "Device" + [...] + Driver "intel" + Option "LinearAlloc" "6144" + [...] +EndSection + +Ezen opció hiánya általában egy ehhez hasonló hibát eredményez: +X11 error: BadAlloc (insufficient resources for operation) +when attempting to use . + + diff -r aacc9eeba8a2 -r 29504c9d4a8b help/help_mp-hu.h --- a/help/help_mp-hu.h Tue Aug 28 22:48:01 2007 +0000 +++ b/help/help_mp-hu.h Tue Aug 28 22:54:21 2007 +0000 @@ -3,7 +3,7 @@ //... Okay enough of the hw, now send the other two! // // Updated by: Gabrov -// Sync'ed with help_mp-en.h r24057 (2007. 08. 18.) +// Sync'ed with help_mp-en.h r24216 (2007. 08. 29.) // ========================= MPlayer help =========================== @@ -2084,3 +2084,15 @@ #define MSGTR_TV_UnknownColorOption "Ismeretlen szín opció (%d) van megadva!\n" #define MSGTR_TV_CurrentFrequency "Aktuális frekvencia: %lu (%.3f)\n" #define MSGTR_TV_NoTeletext "Nincs teletext" +#define MSGTR_TV_Bt848IoctlFailed "tvi_bsdbt848: A(z) %s ioctl hívása sikertelen. Hiba: %s\n" +#define MSGTR_TV_Bt848InvalidAudioRate "tvi_bsdbt848: Érvénytelen audió ráta. Hiba: %s\n" +#define MSGTR_TV_Bt848ErrorOpeningBktrDev "tvi_bsdbt848: Nem lehet megnyitni a bktr eszközt. Hiba: %s\n" +#define MSGTR_TV_Bt848ErrorOpeningTunerDev "tvi_bsdbt848: Nem lehet megnyitni a tuner eszközt. Hiba: %s\n" +#define MSGTR_TV_Bt848ErrorOpeningDspDev "tvi_bsdbt848: Nem lehet megnyitni a dsp eszközt. Hiba: %s\n" +#define MSGTR_TV_Bt848ErrorConfiguringDsp "tvi_bsdbt848: A dsp beállítása sikertelen. Hiba: %s\n" +#define MSGTR_TV_Bt848ErrorReadingAudio "tvi_bsdbt848: Hiba az audió adat olvasásakor. Hiba: %s\n" +#define MSGTR_TV_Bt848MmapFailed "tvi_bsdbt848: mmap sikertelen. Hiba: %s\n" +#define MSGTR_TV_Bt848FrameBufAllocFailed "tvi_bsdbt848: Frame buffer lefoglalása sikertelen. Hiba: %s\n" +#define MSGTR_TV_Bt848ErrorSettingWidth "tvi_bsdbt848: Hiba a kép szélesség beállításakor. Hiba: %s\n" +#define MSGTR_TV_Bt848ErrorSettingHeight "tvi_bsdbt848: Hiba a kép magasság beállításakor. Hiba: %s\n" +#define MSGTR_TV_Bt848UnableToStopCapture "tvi_bsdbt848: Nem lehet leállítani a mentést. Hiba: %s\n"