# HG changeset patch # User gabucino # Date 1007399527 0 # Node ID 3928aef8603339c1c42b18cac1ab2694215d3ad4 # Parent 6582188b79d843cba6e0ffbe75bf01b1b9b74ff3 stuff I don't remember diff -r 6582188b79d8 -r 3928aef86033 DOCS/Hungarian/faq.html --- a/DOCS/Hungarian/faq.html Mon Dec 03 17:10:02 2001 +0000 +++ b/DOCS/Hungarian/faq.html Mon Dec 03 17:12:07 2001 +0000 @@ -11,6 +11,14 @@     Q: +A ./configure az alábbi szöveggel ér véget, és persze nem fordul le az MPlayer !
+Your gcc does not support even i386 for '-march' and '-mcpu'. +
A: +A gcc-d rosszul van felinstallálva, nézd meg a részletes hibaüzenetet a +config.log fileban. +  + +  Q: Mi a fene van azzal a 2.96-os gcc-vel ? A: gcc 2.96 a RedHat NEM HIVATALOS (csak a RedHat/Mandrake-nél, vagy RedHat/Mandrake @@ -486,6 +494,17 @@ a -ao sdl opciót (SDL meghajtó).   +Q: +GUI-val használom az MPlayer-t. Induláskor ezt írja ki :
+
Gtk-WARNING **: This process is currently running setuid or setgid.
+This is not a supported use of GTK+. You must create a helper
+program instead. For further details, see...
+
A: +Nem használhatsz GTK-t suid root-os binárisban, ahogy azt a GUI fejezet +is mondja. +  + +

5.4. Video/audio meghajtó problémák (vo/ao)

  diff -r 6582188b79d8 -r 3928aef86033 DOCS/Hungarian/sound.html --- a/DOCS/Hungarian/sound.html Mon Dec 03 17:10:02 2001 +0000 +++ b/DOCS/Hungarian/sound.html Mon Dec 03 17:12:07 2001 +0000 @@ -14,6 +14,7 @@   oss  OSS (ioctl) meghajtó sdlSDL meghajtó (up/downsampling támogatás, ESD, ARTS, stb) +nasNAS (Network Audio System) meghajtó alsa5natív ALSA 0.5 meghajtó alsa9natív ALSA 0.9 meghajtó (működik, de vannak vele problémák -> használd az OSS meghajtót) sunSUN audio meghajtó (/dev/audio) BSD-re és Solaris-ra diff -r 6582188b79d8 -r 3928aef86033 DOCS/Hungarian/video.html --- a/DOCS/Hungarian/video.html Mon Dec 03 17:10:02 2001 +0000 +++ b/DOCS/Hungarian/video.html Mon Dec 03 17:12:07 2001 +0000 @@ -231,11 +231,14 @@

2.3.1.2.3. nVidia kártyák

-

nVidia nem túl jó választás Linux alá.. A bináris nVidia meghajtót kell - használnod, ami az nVidia honlapjáról tölthető le. A szabvány X - meghajtó nem tartalmaz XVideo támogatást ezekhez a kártyákhoz, mivel +

nVidia nem túl jó választás Linux alá.. A bináris, zárt forráskódú nVidia + meghajtót kell használnod, ami az nVidia honlapjáról tölthető le. A szabvány + XFree86 meghajtó nem tartalmaz XVideo támogatást ezekhez a kártyákhoz, mivel az nVidia nem adja ki a specifikációikat.

+

Úgy tudom a legújabb XFree86 meghajtó már tartalmaz XVideo gyorsítást + a Geforce 2-es és 3-as kártyákhoz.

+

  • Riva128-as kártyáknak még az nVidia meghajtóval se lesz XVideo-juk :( Panaszkodj az nVidiának.

diff -r 6582188b79d8 -r 3928aef86033 DOCS/faq.html --- a/DOCS/faq.html Mon Dec 03 17:10:02 2001 +0000 +++ b/DOCS/faq.html Mon Dec 03 17:12:07 2001 +0000 @@ -11,6 +11,14 @@     Q: +configure ends with this text, and MPlayer won't compile !
+Your gcc does not support even i386 for '-march' and '-mcpu'. +
A: +Your gcc isn't installed correctly, check config.log file +for details. +  + +  Q: What does "No such file or directory" means ? A: Probably there is no such file or directory. @@ -530,6 +538,15 @@ Update your codecs.conf   +Q: +I'm using the GUI. During startup, MPlayer prints :
+
Gtk-WARNING **: This process is currently running setuid or setgid.
+This is not a supported use of GTK+. You must create a helper
+program instead. For further details, see...
+
A: +You can't use GTK in a suid-root binary, as pointed out in the GUI section. +  + 5.4. Video/audio driver problems (vo/ao) diff -r 6582188b79d8 -r 3928aef86033 DOCS/video.html --- a/DOCS/video.html Mon Dec 03 17:10:02 2001 +0000 +++ b/DOCS/video.html Mon Dec 03 17:12:07 2001 +0000 @@ -232,10 +232,13 @@

2.3.1.2.3. nVidia cards

nVidia isn't a very good choice under Linux.. You'll have to use the -binary nVidia driver, available at nVidia's website. The standard X +binary closed-source nVidia driver, available at nVidia's website. The standard XFree86 driver doesn't support XVideo for these cards, due to nVidia's closed sources/specifications.

+

As far as I know the latest XFree86 driver contains XVideo support for +Geforce 2 and 3.

+

  • Riva128 cards don't have XVideo support even with the nvidia driver :( Complain to NVidia.

@@ -781,6 +784,20 @@ handy, but you need powerful CPU to use software scaling. Don't use the SDL driver's software output+scaler, it has worse image quality !

+

Software scaling is very slow, you better try changing video modes instead. +It's very simple. See the DGA section's modelines, and +insert them into your XF86Config. +

    +
  • If you have XFree86 4.x.x - use the -vm option. It will + change to a resolution your movie fits in. If it doesn't :
  • +
  • With XFree86 3.x.x - you have to cycle through available resolutions + with the CTRL-ALT-plus and minus keys.
  • +
+ +If you can't find the modes you inserted, browse XFree86's output. Some +drivers can't use low pixelclocks that are needed for low resolution +video modes.

+

2.3.1.14. Rage128 (Pro) / Radeon video overlay (radeon_vid)