[MPlayer-users] Re: Crash Report

Carl Karsten carl at personnelware.com
Tue Jun 1 21:05:37 CEST 2004


Still crashing, and this time really with CVS - previously I built from cvs,
installed it and then ran the one gentoo installed in /bin or something.  Let me
know if I need to re run gdb and all.

This works
$ mplayer dvd://1 -nofs
after it starts, hit F and it goes into full screen.

This crashes:
mplayer dvd://1 -fs

Same with avi files.

Carl K


MPlayer dev-CVS-040601-05:30-3.3.2 (C) 2000-2004 MPlayer Team

CPU: Intel Celeron 2/Pentium III Coppermine,Geyserville 602.1 MHz (Family: 6,
Stepping: 3)
Detected cache-line size is 32 bytes
CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 0
Compiled for x86 CPU with extensions: MMX MMX2 SSE

Reading config file /usr/local/etc/mplayer/mplayer.conf
Reading config file /home/carl/.mplayer/config
Reading /home/carl/.mplayer/codecs.conf: Can't open
'/home/carl/.mplayer/codecs.conf': No such file or directory
Reading /usr/local/etc/mplayer/codecs.conf: Can't open
'/usr/local/etc/mplayer/codecs.conf': No such file or directory
Using built-in default codecs.conf.
Font
/usr/local/share/mplayer/font/font-arial-iso-8859-1/font-arial-28-iso-8859-1/fon
t.desc loaded successfully! (206 chars)
Failed to open /dev/rtc: Device or resource busy (/dev/rtc should be readable by
the user.)
Using usleep() timing
Input config file /home/carl/.mplayer/input.conf parsed: 53 binds
Setting up LIRC support...

Playing dvd://1.
libdvdread: Using libdvdcss version 1.2.8 for DVD access
Reading disc structure, please wait...
There are 4 titles on this DVD.
There are 15 chapters in this DVD title.
There are 1 angles in this DVD title.

libdvdread: Attempting to retrieve all CSS keys
libdvdread: This can take a _long_ time, please be patient

libdvdread: Get key for /VIDEO_TS/VIDEO_TS.VOB at 0x00000132
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_01_0.VOB at 0x00002c73
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_01_1.VOB at 0x00002d5b
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_02_0.VOB at 0x00194a17
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_02_1.VOB at 0x00194a8c
libdvdread: Elapsed time 0
libdvdread: Found 2 VTS's
libdvdread: Elapsed time 0
DVD successfully opened.
Selected DVD audio channel: 128 language: en
Cache fill: 18.85% (3088384 bytes)    MPEG-PS file format detected.
VIDEO:  MPEG2  720x480  (aspect 2)  29.970 fps  8000.0 kbps (1000.0 kbyte/s)
==========================================================================
Opening audio decoder: [liba52] AC3 decoding with liba52
Using SSE optimized IMDCT transform
AC3: 2.0 (stereo)  48000 Hz  192.0 kbit/s
Using MMX optimized resampler
AUDIO: 48000 Hz, 2 ch, 16 bit (0x10), ratio: 24000->192000 (192.0 kbit)
Selected audio codec: [a52] afm:liba52 (AC3-liba52)
==========================================================================
vo: X11 running at 800x600 with depth 16 and 16 bpp (":0" => local display)
xscreensaver_disable: Could not find xscreensaver window.
==========================================================================
Opening video decoder: [mpegpes] MPEG 1/2 Video passthrough
VDec: vo config request - 720 x 480 (preferred csp: Mpeg PES)
Could not find matching colorspace - retrying with -vf scale...
Opening video filter: [scale]
The selected video_out device is incompatible with this codec.
VDecoder init failed :(
Opening video decoder: [libmpeg2] MPEG 1/2 Video decoder libmpeg2-v0.3.1
Selected video codec: [mpeg12] vfm:libmpeg2 (MPEG 1 or 2 (libmpeg2))
==========================================================================
Checking audio filter chain for 48000Hz/2ch/16bit -> 48000Hz/2ch/16bit...
AF_pre: af format: 2 bps, 2 ch, 48000 hz, little endian signed int
AF_pre: 48000Hz 2ch Signed 16-bit (Little-Endian)
AO: [oss] 48000Hz 2ch Signed 16-bit (Little-Endian) (2 bps)
Building audio filter chain for 48000Hz/2ch/16bit -> 48000Hz/2ch/16bit...
Starting playback...
VDec: vo config request - 720 x 480 (preferred csp: Planar YV12)
VDec: using Planar YV12 as output csp (no 0)
Movie-Aspect is 1.33:1 - prescaling to correct movie aspect.
VO: [xv] 720x480 => 720x540 Planar YV12  [fs]
X11 error: BadWindow (invalid Window parameter)


MPlayer interrupted by signal 6 in module: decode_video
- MPlayer crashed. This shouldn't happen.
  It can be a bug in the MPlayer code _or_ in your drivers _or_ in your
  gcc version. If you think it's MPlayer's fault, please read
  DOCS/HTML/en/bugreports.html and follow the instructions there. We can't and
  won't help unless you provide this information when reporting a possible bug.
X Error of failed request:  BadWindow (invalid Window parameter)
  Major opcode of failed request:  18 (X_ChangeProperty)
  Resource id in failed request:  0xe00001
  Serial number of failed request:  75
  Current serial number in output stream:  83



----- Original Message ----- 
From: "Carl Karsten" <carl at personnelware.com>
To: "MPlayer usage questions, features, bugreports" <mplayer-users at mplayerhq.hu>
Sent: Tuesday, May 25, 2004 3:10 PM
Subject: Crash Report was: [MPlayer-users] Re: why isn't school of rock 16x9?


> Incase this slipped past du to the title, here it is again.
>
> And using a better version of my mpsys script: (nothing new, just better
> format.)
>
> #!/bin/bash -x
> cat /proc/cpuinfo
> cat /etc/*release*
> uname -a
> ls -l /lib/libc[.-]*
> gcc -v
> ld -v
> as --version
> xdpyinfo | grep "depth of root"
> lspci
> dmesg
>
>
> ----- Original Message ----- 
> From: "Carl Karsten" <carl at personnelware.com>
> To: "MPlayer usage questions, features, bugreports"
<mplayer-users at mplayerhq.hu>
> Sent: Tuesday, May 18, 2004 8:12 PM
> Subject: Re: [MPlayer-users] Re: why isn't school of rock 16x9?
>
>
> > Ok, I can repo it.  odd thing: if I run it without the -fs, then hit f once
it
> > starts playing, it blanks out the rest of the screen, what I would
expect -fs
> to
> > do.
> >
> > Carl K
> >
> > (gdb) run -v dvd://1 -fs
> >
> > Trying filter chain: vo
> > VDec: using Planar YV12 as output csp (no 0)
> > Movie-Aspect is 1.78:1 - prescaling to correct movie aspect.
> > VO Config (720x480->854x480,flags=1,'MPlayer',0x32315659)
> > VO: [xv] 720x480 => 854x480 Planar YV12  [fs]
> > VO: Description: X11/Xv
> > VO: Author: Gerd Knorr <kraxel at goldbach.in-berlin.de> and others
> > Xvideo image format: 0x35315652 (RV15) packed
> > Xvideo image format: 0x36315652 (RV16) packed
> > Xvideo image format: 0x32595559 (YUY2) packed
> > Xvideo image format: 0x32315659 (YV12) planar
> > Xvideo image format: 0x30323449 (I420) planar
> > Xvideo image format: 0x59565955 (UYVY) packed
> > using Xvideo port 69 for hw scaling
> > aspect: Warning: no suitable new res found!
> > [xv-fs] dx: 0 dy: 75 dw: 800 dh: 450
> > aspect: Warning: no suitable new res found!
> > [xv] dx: 0 dy: 75 dw: 800 dh: 450
> > *** [vo] Allocating mp_image_t, 720x480x12bpp YUV planar, 518400 bytes
> > X11 error: BadWindow (invalid Window parameter)
> > Type: 0, display: 84e7c78, resourceid: e00001, serial: 5b
> > Error code: 3, request code: 28, minor code: 0
> >
> > Program received signal SIGABRT, Aborted.
> > 0x407b84c1 in kill () from /lib/libc.so.6
> > (gdb) bt
> > #0  0x407b84c1 in kill () from /lib/libc.so.6
> > #1  0x40334ba1 in pthread_kill () from /lib/libpthread.so.0
> > #2  0x40334f1b in raise () from /lib/libpthread.so.0
> > #3  0x407b8274 in raise () from /lib/libc.so.6
> > #4  0x407b97a8 in abort () from /lib/libc.so.6
> > #5  0x0809a129 in x11_errorhandler (display=0x0, event=0xbfffe3e0)
> >     at x11_common.c:158
> > #6  0x40523f14 in _XError () from /usr/X11R6/lib/libX11.so.6
> > #7  0x40522473 in _XReply () from /usr/X11R6/lib/libX11.so.6
> > #8  0x4051ed9e in XTranslateCoordinates () from /usr/X11R6/lib/libX11.so.6
> > #9  0x0809b765 in vo_x11_check_events (mydisplay=0x84e7c78) at
> x11_common.c:757
> > #10 0x080a0dd6 in check_events () at vo_xv.c:414
> > #11 0x08073036 in main (argc=4, argv=0xbffffa34) at mplayer.c:2261
> > (gdb)
> >
> > (gdb) disass $pc-32 $pc+32
> > Dump of assembler code from 0x407b84a1 to 0x407b84e1:
> > 0x407b84a1 <sigprocmask+65>:    (bad)
> > 0x407b84a2 <sigprocmask+66>:    decl   0xffffbe30(%ecx)
> > 0x407b84a8 <sigprocmask+72>:    (bad)
> > 0x407b84a9 <sigprocmask+73>:    ljmp   *%ebx
> > 0x407b84ab <sigprocmask+75>:    jecxz  0x407b843d <sigaction+61>
> > 0x407b84ad <sigprocmask+77>:    nop
> > 0x407b84ae <sigprocmask+78>:    nop
> > 0x407b84af <sigprocmask+79>:    nop
> > 0x407b84b0 <kill+0>:    mov    %ebx,%edx
> > 0x407b84b2 <kill+2>:    mov    0x8(%esp),%ecx
> > 0x407b84b6 <kill+6>:    mov    0x4(%esp),%ebx
> > 0x407b84ba <kill+10>:   mov    $0x25,%eax
> > 0x407b84bf <kill+15>:   int    $0x80
> > 0x407b84c1 <kill+17>:   mov    %edx,%ebx
> > 0x407b84c3 <kill+19>:   cmp    $0xfffff001,%eax
> > 0x407b84c8 <kill+24>:   jae    0x407b84cb <kill+27>
> > 0x407b84ca <kill+26>:   ret
> > 0x407b84cb <kill+27>:   push   %ebx
> > 0x407b84cc <kill+28>:   call   0x407a4abd <_fini+97037>
> > 0x407b84d1 <kill+33>:   add    $0x102dcf,%ebx
> > 0x407b84d7 <kill+39>:   xor    %edx,%edx
> > 0x407b84d9 <kill+41>:   sub    %eax,%edx
> > 0x407b84db <kill+43>:   push   %edx
> > 0x407b84dc <kill+44>:   call   0x407a49ec <_fini+96828>
> > End of assembler dump.
> >
> >
> > (gdb) info all-registers
> > eax            0x0      0
> > ecx            0x6      6
> > edx            0x4033ab84       1077128068
> > ebx            0x7bcf   31695
> > esp            0xbfffe1c4       0xbfffe1c4
> > ebp            0xbfffe1dc       0xbfffe1dc
> > esi            0x7bcf   31695
> > edi            0x4033ce20       1077136928
> > eip            0x407b84c1       0x407b84c1
> > eflags         0x200246 2097734
> > cs             0x73     115
> > ss             0x7b     123
> > ds             0x7b     123
> > es             0x7b     123
> > fs             0x0      0
> > gs             0x33     51
> > st0            <invalid float value>    (raw 0xffff0000000000000000)
> > st1            -nan(0x80008000800080)   (raw 0xffff0080008000800080)
> > st2            -nan(0x8080808080808080) (raw 0xffff8080808080808080)
> > st3            -nan(0x80008000800080)   (raw 0xffff0080008000800080)
> > st4            -nan(0x80008000800080)   (raw 0xffff0080008000800080)
> > st5            -0.0591458380222320556640625     (raw 0xbffaf242e80000000000)
> > st6            -0.0591458380222320556640625     (raw 0xbffaf242e80000000000)
> > st7            -0.0591458380222320556640625     (raw 0xbffaf242e80000000000)
> > fctrl          0x37f    895
> > fstat          0x120    288
> > ftag           0xffff   65535
> > fiseg          0x73     115
> > fioff          0x80731b0        134689200
> > foseg          0x7b     123
> > fooff          0x830c680        137414272
> > fop            0x5d8    1496
> > xmm0           {v4_float = {0x2ee00, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0},
> >   v16_int8 = {0x0, 0x80, 0x3b, 0x48, 0x0 <repeats 12 times>}, v8_int16 = {
> >     0x8000, 0x483b, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, v4_int32 = {0x483b8000,
> >     0x0, 0x0, 0x0}, v2_int64 = {0x483b8000, 0x0},
> >   uint128 = 0x000000000000000000000000483b8000}
> > xmm1           {v4_float = {0x2ee00, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0},
> >   v16_int8 = {0x0, 0x80, 0x3b, 0x48, 0xd1, 0x87, 0x78, 0xb4, 0x2b, 0xd2,
0x8a,
> >     0xb4, 0x78, 0x6f, 0xff, 0xb3}, v8_int16 = {0x8000, 0x483b, 0x87d1,
0xb478,
> >     0xd22b, 0xb48a, 0x6f78, 0xb3ff}, v4_int32 = {0x483b8000, 0xb47887d1,
> >     0xb48ad22b, 0xb3ff6f78}, v2_int64 = {0xb47887d1483b8000,
> >     0xb3ff6f78b48ad22b}, uint128 = 0xb3ff6f78b48ad22bb47887d1483b8000}
> > xmm2           {v4_float = {0x180, 0x180, 0x180, 0x180}, v2_double = {
> >     0x2000008780000000, 0x2000008780000000}, v16_int8 = {0x0, 0x0, 0xc0,
0x43,
> >     0x0, 0x0, 0xc0, 0x43, 0x0, 0x0, 0xc0, 0x43, 0x0, 0x0, 0xc0, 0x43},
> >   v8_int16 = {0x0, 0x43c0, 0x0, 0x43c0, 0x0, 0x43c0, 0x0, 0x43c0}, v4_int32
=
> {
> >     0x43c00000, 0x43c00000, 0x43c00000, 0x43c00000}, v2_int64 = {
> >     0x43c0000043c00000, 0x43c0000043c00000},
> >   uint128 = 0x43c0000043c0000043c0000043c00000}
> > xmm3           {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0},
> >   v16_int8 = {0x7e, 0x87, 0xdf, 0xb2, 0x15, 0xd4, 0xe4, 0x33, 0xa0, 0xc0,
> >     0x8b, 0x33, 0x9e, 0xfd, 0xd2, 0xb3}, v8_int16 = {0x877e, 0xb2df, 0xd415,
> >     0x33e4, 0xc0a0, 0x338b, 0xfd9e, 0xb3d2}, v4_int32 = {0xb2df877e,
> >     0x33e4d415, 0x338bc0a0, 0xb3d2fd9e}, v2_int64 = {0x33e4d415b2df877e,
> >     0xb3d2fd9e338bc0a0}, uint128 = 0xb3d2fd9e338bc0a033e4d415b2df877e}
> > xmm4           {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0},
> >   v16_int8 = {0x2e, 0x76, 0x73, 0xb3, 0x78, 0x53, 0xa1, 0x31, 0x38, 0x5d,
> >     0xf9, 0x31, 0x6e, 0xef, 0xdc, 0x32}, v8_int16 = {0x762e, 0xb373, 0x5378,
> >     0x31a1, 0x5d38, 0x31f9, 0xef6e, 0x32dc}, v4_int32 = {0xb373762e,
> >     0x31a15378, 0x31f95d38, 0x32dcef6e}, v2_int64 = {0x31a15378b373762e,
> >     0x32dcef6e31f95d38}, uint128 = 0x32dcef6e31f95d3831a15378b373762e}
> > xmm5           {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0},
> >   v16_int8 = {0x78, 0x53, 0xa1, 0x31, 0x2e, 0x76, 0x73, 0x33, 0x6e, 0xef,
> >     0xdc, 0x32, 0x38, 0x5d, 0xf9, 0xb1}, v8_int16 = {0x5378, 0x31a1, 0x762e,
> >     0x3373, 0xef6e, 0x32dc, 0x5d38, 0xb1f9}, v4_int32 = {0x31a15378,
> >     0x3373762e, 0x32dcef6e, 0xb1f95d38}, v2_int64 = {0x3373762e31a15378,
> >     0xb1f95d3832dcef6e}, uint128 = 0xb1f95d3832dcef6e3373762e31a15378}
> > xmm6           {v4_float = {0x1, 0xffffffff, 0x0, 0x0}, v2_double = {0x0,
> >     0x0}, v16_int8 = {0x0, 0x0, 0x80, 0x3f, 0x0, 0x0, 0x80, 0xbf, 0xf3, 0x4,
> >     0x35, 0x3f, 0xf3, 0x4, 0x35, 0xbf}, v8_int16 = {0x0, 0x3f80, 0x0,
0xbf80,
> >     0x4f3, 0x3f35, 0x4f3, 0xbf35}, v4_int32 = {0x3f800000, 0xbf800000,
> >     0x3f3504f3, 0xbf3504f3}, v2_int64 = {0xbf8000003f800000,
> >     0xbf3504f33f3504f3}, uint128 = 0xbf3504f33f3504f3bf8000003f800000}
> > xmm7           {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0},
> >   v16_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xf3, 0x4, 0x35, 0x3f,
> >     0xf3, 0x4, 0x35, 0xbf}, v8_int16 = {0x0, 0x0, 0x0, 0x0, 0x4f3, 0x3f35,
> >     0x4f3, 0xbf35}, v4_int32 = {0x0, 0x0, 0x3f3504f3, 0xbf3504f3}, v2_int64
=
> {
> >     0x0, 0xbf3504f33f3504f3}, uint128 = 0xbf3504f33f3504f30000000000000000}
> > mxcsr          0x1fa0   8096
> > mm0            {uint64 = 0x0, v2_int32 = {0x0, 0x0}, v4_int16 = {0x0, 0x0,
> >     0x0, 0x0}, v8_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}
> > mm1            {uint64 = 0x80008000800080, v2_int32 = {0x800080, 0x800080},
> >   v4_int16 = {0x80, 0x80, 0x80, 0x80}, v8_int8 = {0x80, 0x0, 0x80, 0x0,
0x80,
> >     0x0, 0x80, 0x0}}
> > mm2            {uint64 = 0x8080808080808080, v2_int32 = {0x80808080,
> >     0x80808080}, v4_int16 = {0x8080, 0x8080, 0x8080, 0x8080}, v8_int8 =
{0x80,
> >     0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80}}
> > mm3            {uint64 = 0x80008000800080, v2_int32 = {0x800080, 0x800080},
> >   v4_int16 = {0x80, 0x80, 0x80, 0x80}, v8_int8 = {0x80, 0x0, 0x80, 0x0,
0x80,
> >     0x0, 0x80, 0x0}}
> > mm4            {uint64 = 0x80008000800080, v2_int32 = {0x800080, 0x800080},
> >   v4_int16 = {0x80, 0x80, 0x80, 0x80}, v8_int8 = {0x80, 0x0, 0x80, 0x0,
0x80,
> >     0x0, 0x80, 0x0}}
> > mm5            {uint64 = 0xf242e80000000000, v2_int32 = {0x0, 0xf242e800},
> >   v4_int16 = {0x0, 0x0, 0xe800, 0xf242}, v8_int8 = {0x0, 0x0, 0x0, 0x0, 0x0,
> >     0xe8, 0x42, 0xf2}}
> > mm6            {uint64 = 0xf242e80000000000, v2_int32 = {0x0, 0xf242e800},
> >   v4_int16 = {0x0, 0x0, 0xe800, 0xf242}, v8_int8 = {0x0, 0x0, 0x0, 0x0, 0x0,
> >     0xe8, 0x42, 0xf2}}
> > mm7            {uint64 = 0xf242e80000000000, v2_int32 = {0x0, 0xf242e800},
> >   v4_int16 = {0x0, 0x0, 0xe800, 0xf242}, v8_int8 = {0x0, 0x0, 0x0, 0x0, 0x0,
> >     0xe8, 0x42, 0xf2}}
> > (gdb)
> >
>
> + cat /proc/cpuinfo
> processor : 0
> vendor_id : GenuineIntel
> cpu family : 6
> model  : 8
> model name : Celeron (Coppermine)
> stepping : 3
> cpu MHz  : 601.498
> cache size : 128 KB
> fdiv_bug : no
> hlt_bug  : no
> f00f_bug : no
> coma_bug : no
> fpu  : yes
> fpu_exception : yes
> cpuid level : 2
> wp  : yes
> flags  : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat
pse36
> mmx fxsr sse
> bogomips : 1187.84
> + cat /etc/gentoo-release
> Gentoo Base System version 1.4.10
> + uname -a
> Linux LinuxBook1 2.6.6-rc3-bk11 #6 Tue May 18 19:06:21 GMT 2004 i686 Celeron
> (Coppermine) GenuineIntel GNU/Linux
> + ls -l /lib/libc-2.3.2.so /lib/libc.so.6
> -rwxr-xr-x    1 root     root      1302844 Feb 19 12:06 /lib/libc-2.3.2.so
> lrwxrwxrwx    1 root     root           13 May 10 19:01 /lib/libc.so.6 ->
> libc-2.3.2.so
> + gcc -v
> Reading specs from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/specs
> Configured with:
>
/var/tmp/portage/gcc-3.3.2-r5/work/gcc-3.3.2/configure --prefix=/usr --bindir=/u
>
sr/i686-pc-linux-gnu/gcc-bin/3.3 --includedir=/usr/lib/gcc-lib/i686-pc-linux-gnu
>
/3.3.2/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3 --mandir=/usr
>
/share/gcc-data/i686-pc-linux-gnu/3.3/man --infodir=/usr/share/gcc-data/i686-pc-
>
linux-gnu/3.3/info --enable-shared --host=i686-pc-linux-gnu --target=i686-pc-lin
>
ux-gnu --with-system-zlib --enable-languages=c,c++,f77,objc --enable-threads=pos
>
ix --enable-long-long --disable-checking --enable-cstdio=stdio --enable-clocale=
>
generic --enable-__cxa_atexit --enable-version-specific-runtime-libs --with-gxx-
>
include-dir=/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/include/g++-v3 --with-local
> -prefix=/usr/local --enable-shared --enable-nls --without-included-gettext --d
is
> able-multilib
> Thread model: posix
> gcc version 3.3.2 20031218 (Gentoo Linux 3.3.2-r5, propolice-3.3-7)
> + ld -v
> GNU ld version 2.14.90.0.7 20031029
> + as --version
> GNU assembler 2.14.90.0.7 20031029
> Copyright 2002 Free Software Foundation, Inc.
> This program is free software; you may redistribute it under the terms of
> the GNU General Public License.  This program has absolutely no warranty.
> This assembler was configured for a target of `i686-pc-linux-gnu'.
> + grep 'depth of root'
> + xdpyinfo
>   depth of root window:    16 planes
> + lspci
> 0000:00:00.0 Host bridge: Intel Corp. 82810 GMCH [Graphics Memory Controller
> Hub] (rev 02)
> 0000:00:01.0 VGA compatible controller: Intel Corp. 82810 CGC [Chipset
Graphics
> Controller] (rev 02)
> 0000:00:1e.0 PCI bridge: Intel Corp. 82801AB PCI Bridge (rev 01)
> 0000:00:1f.0 ISA bridge: Intel Corp. 82801AB ISA Bridge (LPC) (rev 01)
> 0000:00:1f.1 IDE interface: Intel Corp. 82801AB IDE (rev 01)
> 0000:00:1f.2 USB Controller: Intel Corp. 82801AB USB (rev 01)
> 0000:01:04.0 Ethernet controller: Davicom Semiconductor, Inc. 21x4x DEC-Tulip
> compatible 10/100 Ethernet (rev 10)
> 0000:01:05.0 Multimedia audio controller: C-Media Electronics Inc CM8738 (rev
> 10)
> 0000:01:05.1 Communication controller: C-Media Electronics Inc CM8738 (rev 10)
> + dmesg
> Linux version 2.6.6-rc3-bk11 (root at LinuxBook1) (gcc version 3.3.2 20031218
> (Gentoo Linux 3.3.2-r5, propolice-3.3-7)) #6 Tue May 18 19:06:21 GMT 2004
> BIOS-provided physical RAM map:
>  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
>  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
>  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
>  BIOS-e820: 0000000000100000 - 000000000ff00000 (usable)
>  BIOS-e820: 00000000ffb00000 - 0000000100000000 (reserved)
> 255MB LOWMEM available.
> On node 0 totalpages: 65280
>   DMA zone: 4096 pages, LIFO batch:1
>   Normal zone: 61184 pages, LIFO batch:14
>   HighMem zone: 0 pages, LIFO batch:1
> DMI not present.
> ACPI: Unable to locate RSDP
> Built 1 zonelists
> Kernel command line: root=/dev/hda3 vga=6
> Local APIC disabled by BIOS -- reenabling.
> Found and enabled local APIC!
> Initializing CPU#0
> PID hash table entries: 1024 (order 10: 8192 bytes)
> Detected 601.498 MHz processor.
> Using tsc for high-res timesource
> Console: colour VGA+ 80x60
> Memory: 255332k/261120k available (1811k kernel code, 5048k reserved, 595k
data,
> 336k init, 0k highmem)
> Checking if this processor honours the WP bit even in supervisor mode... Ok.
> Calibrating delay loop... 1187.84 BogoMIPS
> Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
> Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
> Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
> CPU:     After generic identify, caps: 0383fbff 00000000 00000000 00000000
> CPU:     After vendor identify, caps: 0383fbff 00000000 00000000 00000000
> CPU: L1 I cache: 16K, L1 D cache: 16K
> CPU: L2 cache: 128K
> CPU:     After all inits, caps: 0383fbff 00000000 00000000 00000040
> Intel machine check architecture supported.
> Intel machine check reporting enabled on CPU#0.
> CPU: Intel Celeron (Coppermine) stepping 03
> Enabling fast FPU save and restore... done.
> Enabling unmasked SIMD FPU exception support... done.
> Checking 'hlt' instruction... OK.
> POSIX conformance testing by UNIFIX
> enabled ExtINT on CPU#0
> ESR value before enabling vector: 00000000
> ESR value after enabling vector: 00000000
> Using local APIC timer interrupts.
> calibrating APIC timer ...
> ..... CPU clock speed is 601.0280 MHz.
> ..... host bus clock speed is 66.0808 MHz.
> NET: Registered protocol family 16
> PCI: PCI BIOS revision 2.10 entry at 0xfb130, last bus=1
> PCI: Using configuration type 1
> mtrr: v2.0 (20020519)
> ACPI: Subsystem revision 20040326
> ACPI: Interpreter disabled.
> PCI: Probing PCI hardware
> PCI: Probing PCI hardware (bus 00)
> Transparent bridge - 0000:00:1e.0
> PCI: Using IRQ router PIIX/ICH [8086/2420] at 0000:00:1f.0
> PCI: IRQ 0 for device 0000:00:01.0 doesn't match PIRQ mask - try
pci=usepirqmask
> PCI: Found IRQ 11 for device 0000:00:01.0
> Machine check exception polling timer started.
> devfs: 2004-01-31 Richard Gooch (rgooch at atnf.csiro.au)
> devfs: boot_options: 0x0
> udf: registering filesystem
> Initializing Cryptographic API
> Non-volatile memory driver v1.2
> Linux agpgart interface v0.100 (c) Dave Jones
> agpgart: Detected an Intel i810 Chipset.
> agpgart: Maximum main memory to use for agp memory: 203M
> agpgart: AGP aperture is 64M @ 0xd0000000
> Serial: 8250/16550 driver $Revision: 1.90 $ 8 ports, IRQ sharing disabled
> RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize
> loop: loaded (max 8 devices)
> Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
> ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
> ICH0: IDE controller at PCI slot 0000:00:1f.1
> ICH0: chipset revision 1
> ICH0: not 100% native mode: will probe irqs later
>     ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:DMA, hdb:DMA
> hda: WDC WD307AA-00BAA0, ATA DISK drive
> hdb: TOSHIBA DVD-ROM SD-M1502, ATAPI CD/DVD-ROM drive
> Using anticipatory io scheduler
> ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
> hda: max request size: 128KiB
> hda: 60074784 sectors (30758 MB) w/2048KiB Cache, CHS=59598/16/63, UDMA(33)
>  /dev/ide/host0/bus0/target0/lun0: p1 p2 p3 p4
> hdb: ATAPI 48X DVD-ROM drive, 128kB Cache, UDMA(33)
> Uniform CD-ROM driver Revision: 3.20
> mice: PS/2 mouse device common for all mice
> serio: i8042 AUX port at 0x60,0x64 irq 12
> serio: i8042 KBD port at 0x60,0x64 irq 1
> input: AT Translated Set 2 keyboard on isa0060/serio0
> NET: Registered protocol family 2
> IP: routing cache hash table of 2048 buckets, 16Kbytes
> TCP: Hash tables configured (established 16384 bind 32768)
> NET: Registered protocol family 1
> NET: Registered protocol family 17
> PM: Reading pmdisk image.
> PM: Resume from disk failed.
> found reiserfs format "3.6" with standard journal
> reiserfs: using ordered data mode
> Reiserfs journal params: device hda3, size 8192, journal first block 18, max
> trans len 1024, max batch 900, max commit age 30, max trans age 30
> reiserfs: checking transaction log (hda3) for (hda3)
> Using r5 hash to sort names
> VFS: Mounted root (reiserfs filesystem) readonly.
> Freeing unused kernel memory: 336k freed
> Adding 506036k swap on /dev/hda2.  Priority:-1 extents:1
> dmfe: Davicom DM9xxx net driver, version 1.36.4 (2002-01-17)
> eth0: Davicom DM9102 at pci0000:01:04.0, 00:d0:09:1d:51:13, irq 11.
> PCI: Found IRQ 11 for device 0000:00:01.0
> I810FB: fb0         : Intel(R) 810 Framebuffer Device v0.9.0
> I810FB: Video RAM   : 16384K
> I810FB: Monitor     : H: 29-30 KHz V: 60-60 Hz
> I810FB: Mode        : 640x480-8bpp at 60Hz
> input: ImPS/2 Generic Wheel Mouse on isa0060/serio1
> kjournald starting.  Commit interval 5 seconds
> EXT3 FS on hda1, internal journal
> EXT3-fs: mounted filesystem with ordered data mode.
> kjournald starting.  Commit interval 5 seconds
> EXT3 FS on hda4, internal journal
> EXT3-fs: mounted filesystem with ordered data mode.
> Real Time Clock Driver v1.12
> nfs warning: mount version older than kernel
> [drm] Initialized i810 1.4.0 20030605 on minor 0
> mtrr: base(0xd0000000) is not aligned on a size(0x12c000) boundary
> [drm] Using v1.4 init.
> PCI: Found IRQ 11 for device 0000:00:01.0
>
> _______________________________________________
> MPlayer-users mailing list
> MPlayer-users at mplayerhq.hu
> http://mplayerhq.hu/mailman/listinfo/mplayer-users
>




More information about the MPlayer-users mailing list