From 4d901a1e651ae8d3e023496ab8fb05b72673393b Mon Sep 17 00:00:00 2001 From: gabucino Date: Mon, 3 Dec 2001 17:12:07 +0000 Subject: stuff I don't remember git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3291 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/Hungarian/faq.html | 19 +++++++++++++++++++ DOCS/Hungarian/sound.html | 1 + DOCS/Hungarian/video.html | 9 ++++++--- DOCS/faq.html | 17 +++++++++++++++++ DOCS/video.html | 19 ++++++++++++++++++- 5 files changed, 61 insertions(+), 4 deletions(-) diff --git a/DOCS/Hungarian/faq.html b/DOCS/Hungarian/faq.html index 9a92b91406..50f347aa2b 100644 --- a/DOCS/Hungarian/faq.html +++ b/DOCS/Hungarian/faq.html @@ -10,6 +10,14 @@

5.1 Fordítás

  +  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: @@ -486,6 +494,17 @@ Bugos a hangk 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 --git a/DOCS/Hungarian/sound.html b/DOCS/Hungarian/sound.html index 3b28aea0da..04298b6f96 100644 --- a/DOCS/Hungarian/sound.html +++ b/DOCS/Hungarian/sound.html @@ -14,6 +14,7 @@ a k   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 --git a/DOCS/Hungarian/video.html b/DOCS/Hungarian/video.html index 09d69e71a1..a33ec524dd 100644 --- a/DOCS/Hungarian/video.html +++ b/DOCS/Hungarian/video.html @@ -231,11 +231,14 @@ HREF=#2.3.1.9>2.3.1.9-es fejezet.

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 --git a/DOCS/faq.html b/DOCS/faq.html index ba784bac61..91187ed40f 100644 --- a/DOCS/faq.html +++ b/DOCS/faq.html @@ -10,6 +10,14 @@

5.1 Compilation

  +  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: @@ -530,6 +538,15 @@ only sound! It prints:
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 --git a/DOCS/video.html b/DOCS/video.html index b27f180e1c..7c071f028c 100644 --- a/DOCS/video.html +++ b/DOCS/video.html @@ -232,10 +232,13 @@ it's faster", it's not sure. Try.

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 @@ coloured window instead of the movie. This is where this driver comes in 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)

-- cgit v1.2.3