[mythtv-commits] Ticket #2123: CPU--/CPU+/CPU++ Profiles don't accept any changes

MythTV mythtv at cvs.mythtv.org
Sat Aug 5 23:38:03 UTC 2006


#2123: CPU--/CPU+/CPU++ Profiles don't accept any changes
---------------------------------+------------------------------------------
 Reporter:  masterclc at gmail.com  |       Owner:  ijr 
     Type:  defect               |      Status:  new 
 Priority:  minor                |   Milestone:  0.21
Component:  mythtv               |     Version:  head
 Severity:  low                  |  
---------------------------------+------------------------------------------
 Good afternoon!

 I'm trying to troubleshoot the MythTV-VID branch to get myth to display
 1080i content on my SP13000 with a Via CN400 chipset.  I've sucessfully
 compiled it, and was able to link it directly against my libviaXvMCPro
 library for XvMC.  However, now when I try to change the CPU profiles (any
 of them) to use the Via XvMC output, none of my changes are saved.  I
 checked the database and indeed, they are the original values:

 {{{
 mysql> select data from displayprofiles;
 +-------------+
 | data        |
 +-------------+
 | 1           |
 | > 0 0       |
 | ffmpeg      |
 | xv-blit     |
 | softblend   |
 | bobdeint    |
 | linearblend |
 |             |
 | 1           |
 | <= 720 576  |
 | > 0 0       |
 | ffmpeg      |
 | xv-blit     |
 | softblend   |
 | bobdeint    |
 | linearblend |
 |             |
 | 2           |
 | <= 1280 720 |
 | > 720 576   |
 | xvmc        |
 | xvmc-blit   |
 | opengl      |
 | bobdeint    |
 | onefield    |
 |             |
 | 3           |
 | <= 1280 720 |
 | > 720 576   |
 | libmpeg2    |
 | xv-blit     |
 | softblend   |
 | bobdeint    |
 | onefield    |
 |             |
 | 4           |
 | > 0 0       |
 | xvmc        |
 | xvmc-blit   |
 | ia44blend   |
 | bobdeint    |
 | onefield    |
 |             |
 | 5           |
 | > 0 0       |
 | libmpeg2    |
 | xv-blit     |
 | chromakey   |
 | bobdeint    |
 | onefield    |
 |             |
 | 1           |
 | <= 720 576  |
 | > 0 0       |
 | ivtv        |
 | ivtv        |
 | ivtv        |
 | none        |
 | none        |
 |             |
 | 2           |
 | <= 720 576  |
 | > 0 0       |
 | xvmc        |
 | xvmc-blit   |
 | ia44blend   |
 | bobdeint    |
 | onefield    |
 |             |
 | 3           |
 | <= 1280 720 |
 | > 720 576   |
 | xvmc        |
 | xvmc-blit   |
 | ia44blend   |
 | bobdeint    |
 | onefield    |
 |             |
 | 4           |
 | > 0 0       |
 | xvmc        |
 | xvmc-blit   |
 | ia44blend   |
 | bobdeint    |
 | onefield    |
 |             |
 | 5           |
 | > 0 0       |
 | libmpeg2    |
 | xv-blit     |
 | chromakey   |
 | none        |
 | none        |
 |             |
 +-------------+
 94 rows in set (0.00 sec)
 }}}

 This is *after* I made the change in the frontend.  I'll have to brush up
 on mysql syntax and see if I can manually change those entries to continue
 testing.  Hopefully though, we can get it to actually accept the changes
 made in the frontend?

 Thanks!

 -Chad

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/2123>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list