comparison DOCS/bugreports.html @ 1668:a5cb1b1d47a8

*** empty log message ***
author gabucino
date Thu, 23 Aug 2001 17:08:46 +0000
parents 1b011d6150c7
children dba45a1aafad
comparison
equal deleted inserted replaced
1667:6a227dc19dec 1668:a5cb1b1d47a8
2 2
3 <BODY> 3 <BODY>
4 4
5 <PRE> 5 <PRE>
6 6
7 <A NAME=C>Appendix C - How to report bugs 7 <A NAME=C>Appendix C - How to report bugs</A>
8 8
9 How to report bugs? 9 How to report bugs?
10 ~~~~~~~~~~~~~~~~~~~ 10 ~~~~~~~~~~~~~~~~~~~
11 First read DOCS/BUGS, and other docs. If your problem isn't 11 First read DOCS/BUGS, and other docs. If your problem isn't
12 known or isn't solved by our instructions, then report the bug: 12 known or isn't solved by our instructions, then report the bug:
46 gcc -v 46 gcc -v
47 ld -v 47 ld -v
48 - binutils version: 48 - binutils version:
49 as --version 49 as --version
50 50
51 2. Hardware & drivers: 51 2. Hardware &amp; drivers:
52 - CPU info: 52 - CPU info:
53 cat /proc/cpuinfo 53 cat /proc/cpuinfo
54 - video card manufacturer and model 54 - video card manufacturer and model
55 examples: 55 examples:
56 ASUS V3800U chip: nVidia TNT2 Ultra pro 32MB SDRAM 56 ASUS V3800U chip: nVidia TNT2 Ultra pro 32MB SDRAM
57 Matrox G400 DH 32MB SGRAM 57 Matrox G400 DH 32MB SGRAM
58 - video driver type&version 58 - video driver type &amp; version
59 examples: 59 examples:
60 X built-in driver 60 X built-in driver
61 nvidia 0.9.623 61 nvidia 0.9.623
62 Utah-GLX CVS 2001-02-17 62 Utah-GLX CVS 2001-02-17
63 DRI from X 4.0.3 63 DRI from X 4.0.3
64 - sound card type & driver 64 - sound card type &amp; driver
65 examples: 65 examples:
66 Creative SBLive! Gold with OSS driver from oss.creative.com 66 Creative SBLive! Gold with OSS driver from oss.creative.com
67 Creative SB16 with OSS drivers of kernel 67 Creative SB16 with OSS drivers of kernel
68 GUS PnP with ALSA OSS emulation 68 GUS PnP with ALSA OSS emulation
69 - if you are unsure, attach output of lspci -v 69 - if you are unsure, attach output of lspci -v
70 70
71 For compiling problems/errors: 71 For compiling problems/errors:
72 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
73 3. output of configure/make: 73 3. output of configure/make:
74 make distclean 74 make distclean
75 ./configure &>config.log 75 ./configure &amp;>config.log
76 ./make &>make.log 76 ./make &amp;>make.log
77 4. these files: 77 4. these files:
78 config.h 78 config.h
79 config.mak 79 config.mak
80 libvo/config.mak 80 libvo/config.mak
81 81
82 For playback problems: 82 For playback problems:
83 ~~~~~~~~~~~~~~~~~~~~~~ 83 ~~~~~~~~~~~~~~~~~~~~~~
84 3. Output of mplayer at verbose level 1 (-v) 84 3. Output of mplayer at verbose level 1 (-v)
85 mplayer -v [options] filename &> mplayer.log 85 mplayer -v [options] filename &amp;> mplayer.log
86 86
87 4. If the problem is specific to one or a few files, 87 4. If the problem is specific to one or a few files,
88 then please upload that file to: 88 then please upload that file to:
89 ftp://mplayerhq.hu/MPlayer/incoming/ 89 ftp://mplayerhq.hu/MPlayer/incoming/
90 Usually first 1-5 MB of the file is enough to reproduce 90 Usually first 1-5 MB of the file is enough to reproduce