diff options
author | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-05-12 01:41:24 +0000 |
---|---|---|
committer | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-05-12 01:41:24 +0000 |
commit | db43a6edebf49ff01520bca3a12990908d14a03a (patch) | |
tree | 27b57c34608ddc1492d0934e7e0f509dbbcb6ad5 /DOCS/bugreports.html | |
parent | 3303b43ca435a9ec5f5d4c495cfcaf3a180e62a6 (diff) | |
download | mpv-db43a6edebf49ff01520bca3a12990908d14a03a.tar.bz2 mpv-db43a6edebf49ff01520bca3a12990908d14a03a.tar.xz |
various updates by Diego Biurrun <diego@biurrun.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6056 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/bugreports.html')
-rw-r--r-- | DOCS/bugreports.html | 62 |
1 files changed, 36 insertions, 26 deletions
diff --git a/DOCS/bugreports.html b/DOCS/bugreports.html index 0e9ec3d07c..67453797be 100644 --- a/DOCS/bugreports.html +++ b/DOCS/bugreports.html @@ -50,21 +50,27 @@ and do not forget to include this valuable information:</P> <UL> <LI>Your Linux distribution or operating system e.g.: <UL> - <LI>Red Hat 7.1 - <LI>Slackware 7.0 + devel packs from 7.1 ... + <LI>Red Hat 7.1</LI> + <LI>Slackware 7.0 + devel packs from 7.1 ...</LI> </UL> +</LI> <LI>kernel version:<BR> - <CODE>uname -a</CODE> + <CODE>uname -a</CODE></LI> <LI>libc version:<BR> - <CODE>ls -l /lib/libc[.-]*</CODE> + <CODE>ls -l /lib/libc[.-]*</CODE></LI> <LI>X version:<BR> - <CODE>X -version</CODE> + <CODE>X -version</CODE></LI> <LI>gcc and ld versions:<BR> <CODE>gcc -v<BR> - ld -v</CODE> + ld -v</CODE></LI> <LI>binutils version:<BR> - <CODE>as --version</CODE> -<LI>if only the GUI is buggy : + <CODE>as --version</CODE></LI> +<LI>If you have problems with fullscreen mode: + <UL> + <LI>Window manager type and version</LI> + </UL> +</LI> +<LI>If only the GUI is buggy: <UL> <LI>GTK version</LI> <LI>GLIB version</LI> @@ -78,35 +84,39 @@ and do not forget to include this valuable information:</P> <UL> <LI>CPU info (this works on Linux only):<BR> - <CODE>cat /proc/cpuinfo</CODE> -<LI>Video card manufacturer and model, e.g.:<BR> + <CODE>cat /proc/cpuinfo</CODE></LI> +<LI>Video card manufacturer and model, e.g.: <UL> - <LI>ASUS V3800U chip: nVidia TNT2 Ultra pro 32MB SDRAM - <LI>Matrox G400 DH 32MB SGRAM + <LI>ASUS V3800U chip: nVidia TNT2 Ultra pro 32MB SDRAM</LI> + <LI>Matrox G400 DH 32MB SGRAM</LI> </UL> -<LI>Video driver type & version, e.g.:<BR> +</LI> +<LI>Video driver type & version, e.g.: <UL> - <LI>X built-in driver - <LI>nVidia 0.9.623 - <LI>Utah-GLX CVS 2001-02-17 - <LI>DRI from X 4.0.3 + <LI>X built-in driver</LI> + <LI>nVidia 0.9.623</LI> + <LI>Utah-GLX CVS 2001-02-17</LI> + <LI>DRI from X 4.0.3</LI> </UL> -<LI>Sound card type & driver, e.g.:<BR> +</LI> +<LI>Sound card type & driver, e.g.: <UL> - <LI>Creative SBLive! Gold with OSS driver from oss.creative.com - <LI>Creative SB16 with kernel OSS drivers - <LI>GUS PnP with ALSA OSS emulation + <LI>Creative SBLive! Gold with OSS driver from oss.creative.com</LI> + <LI>Creative SB16 with kernel OSS drivers</LI> + <LI>GUS PnP with ALSA OSS emulation</LI> </UL> -<LI>if in doubt include <CODE>lspci -vv</CODE> output on Linux systems +</LI> +<LI>If in doubt include <CODE>lspci -vv</CODE> output on Linux systems.</LI> </UL> <P><B>For compilation problems/errors</B></P> <P><B><I>Please include these files:</I></B></P> -<UL><LI>configure.log -<LI>config.h -<LI>config.mak -<LI>libvo/config.mak +<UL> + <LI>configure.log</LI> + <LI>config.h</LI> + <LI>config.mak</LI> + <LI>libvo/config.mak</LI> </UL> <P><B>For playback problems</B></P> |