Opened 16 years ago

Closed 15 years ago

#5093 closed defect (invalid)

XvMC Cashes mythfrontend wtih Embedded nVidia 6150, Not With AGP nVidia 6200

Reported by: mache@… Owned by: Isaac Richards
Priority: minor Milestone: unknown
Component: mythtv Version: 0.21-fixes
Severity: medium Keywords:
Cc: Ticket locked: no

Description

This is cross posted from mythtv-users.

XvMC on a Asus M2NPV-VM frontend motherboard with an embedded nVidia 6150 graphics chip crashes mythtfrontend (mythtv-frontend-0.21-185.fc8) on Fedora 8-64-bit (2.6.24.3-50.fc8). Xine with XvMC enabled on the same system works fine.

An identical frontend configuration (mythtv-frontend-0.21-185.fc7) on a Asus NF7-S2G motherboard, with an AGP nVidia 6200 graphics card running Fedora 7-32-bit (2.6.23.15-80.fc7) does not crash.

The mythtv setup is the same on both machines:

The config on both machines (except for the o/s and kernel specific changes) is:

Decoder: Standard XVMC

Video Renderer: xvmc-blt OSD Renderer: chromakey

Primary Deinterlacer: Bob 2x

Fallback Deinterlacer: none

# rpm -qa |grep nvidia

nvidia-graphics169.12-kmdl-2.6.24.3-50.fc8-169.12-96.fc8

nvidia-graphics169.12-libs-169.12-96.fc8

nvidia-graphics-helpers-0.0.26-27.fc8

nvidia-graphics169.12-169.12-96.fc8

nvidia-graphics-devices-1.0-6.fc8

# more /etc/X11/XvMCConfig

libXvMCNVIDIA_dynamic.so.1

# ls -al /etc/X11/XvMCConfig

-rw-r--r-- 1 root root 27 2008-03-17 22:51 /etc/X11/XvMCConfig

# more /var/log/mythtv/mythfrontend.log - Crashed nVidia 6150

2008-03-31 14:29:04.587 XMLParse::LoadTheme? using /usr/share/mythtv/themes/G.A.N.T/ui.xml

2008-03-31 14:29:04.751 Connecting to backend server: 192.168.1.11:6543 (try 1 of 5)

2008-03-31 14:29:04.752 Using protocol version 40

2008-03-31 14:29:06.093 AFD: Opened codec 0xb525e0, id(MPEG2VIDEO) type(Video)

2008-03-31 14:29:06.093 AFD: codec MP2 has 2 channels

2008-03-31 14:29:06.093 AFD: Opened codec 0xb529c0, id(MP2) type(Audio)

2008-03-31 14:29:07.211 AFD: Opened codec 0xc011e0, id(MPEG2VIDEO) type(Video)

2008-03-31 14:29:07.211 AFD: codec MP2 has 2 channels

2008-03-31 14:29:07.211 AFD: Opened codec 0xc00990, id(MP2) type(Audio)

2008-03-31 14:29:09.351 AFD: Opened codec 0xc011e0, id(MPEG2VIDEO) type(Video)

2008-03-31 14:29:09.352 AFD: codec MP2 has 2 channels

2008-03-31 14:29:09.352 AFD: Opened codec 0xcdd050, id(MP2) type(Audio)

2008-03-31 14:29:09.698 AFD: Opened codec 0xc011e0, id(MPEG2VIDEO) type(Video)

2008-03-31 14:29:09.699 AFD: codec MP2 has 2 channels

2008-03-31 14:29:09.699 AFD: Opened codec 0xc00990, id(MP2) type(Audio)

2008-03-31 14:29:09.865 TV: Attempting to change from None to WatchingPreRecorded?

2008-03-31 14:29:09.967 DPMS Deactivated

2008-03-31 14:29:10.065 AFD Error: Could not open codec 0xc11bd0, id(MPEG2VIDEO_XVMC) type(Video) aborting. reason -1

2008-03-31 14:29:10.065 NVP: Disabling Audio, params(-1,-1,-1)

# more /var/log/mythtv/mythfrontend.log - Successful nVidia 6200

2008-03-31 14:50:27.540 XMLParse::LoadTheme? using /usr/share/mythtv/themes/G.A.N.T/ui.xml

2008-03-31 14:50:27.772 Connecting to backend server: 192.168.1.11:6543 (try 1 of 5)

2008-03-31 14:50:27.773 Using protocol version 40

2008-03-31 14:50:29.109 AFD: Opened codec 0xaa75420, id(MPEG2VIDEO) type(Video)

2008-03-31 14:50:29.109 AFD: codec MP2 has 2 channels

2008-03-31 14:50:29.109 AFD: Opened codec 0xaa757a0, id(MP2) type(Audio)

2008-03-31 14:50:35.186 XMLParse::LoadTheme? using /usr/share/mythtv/themes/default/video-ui.xml MythThemedDialog?.o: something is requesting a screen update of zero size. A widget probably has not done a calculateScreeArea (). Will redraw the whole screen (inefficient!).

2008-03-31 14:50:41.322 XMLParse::LoadTheme? using /usr/share/mythtv/themes/default/video-ui.xml MythThemedDialog?.o: something is requesting a screen update of zero size. A widget probably has not done a calculateScreeArea (). Will redraw the whole screen (inefficient!).

2008-03-31 14:50:46.024 XMLParse::LoadTheme? using /usr/share/mythtv/themes/G.A.N.T/ui.xml

2008-03-31 14:50:48.356 AFD: Opened codec 0xab73fc0, id(MPEG2VIDEO) type(Video)

2008-03-31 14:50:48.356 AFD: codec MP2 has 2 channels

2008-03-31 14:50:48.356 AFD: Opened codec 0xab74340, id(MP2) type(Audio)

2008-03-31 14:50:48.911 AFD: Opened codec 0xab7d350, id(MPEG2VIDEO) type(Video)

2008-03-31 14:50:48.911 AFD: codec MP2 has 2 channels

2008-03-31 14:50:48.912 AFD: Opened codec 0xab7d6d0, id(MP2) type(Audio)

2008-03-31 14:50:49.232 TV: Attempting to change from None to WatchingPreRecorded?

2008-03-31 14:50:49.333 DPMS Deactivated

2008-03-31 14:50:49.511 AFD: Opened codec 0xab396e0, id(MPEG2VIDEO_XVMC) type(Video)

Change History (2)

comment:1 Changed 16 years ago by stuartm

Status: newinfoneeded_new
Version: unknown0.21-fixes

comment:2 Changed 15 years ago by stuartm

Resolution: invalid
Status: infoneeded_newclosed

Requested information not provided.

Note: See TracTickets for help on using tickets.