[mythtv-commits] Ticket #2153: Channel.cpp: dfield messes up picture settings.

MythTV mythtv at cvs.mythtv.org
Tue Aug 15 18:11:01 UTC 2006


#2153: Channel.cpp: dfield messes up picture settings.
-----------------------+----------------------------------------------------
 Reporter:  anonymous  |        Owner:  danielk
     Type:  defect     |       Status:  new    
 Priority:  minor      |    Milestone:  0.20   
Component:  mythtv     |      Version:  head   
 Severity:  low        |   Resolution:         
-----------------------+----------------------------------------------------
Comment (by danielk):

 In general a clean install means you wipe/delete your mythconverg database
 and start over (you should back up the database first) as if you were
 installing MythTV the first time. But in this case it would just mean
 deleting the card and channel lineups and recreating these.

 The DViCO FusionHDTV DVB-T Plus uses the CX2388x chipset, I wonder if this
 card might have the same problems as the HD3000 with the Hue... Before you
 do any of the above can you apply the patch I'll be attaching in a moment
 and run this SQL:
 {{{
   update channel set brightness=32768;
   update channel set contrast=32768;
   update channel set colour=32768;
   update channel set hue=32768;
   update capturecard set brightness=32768;
   update capturecard set contrast=32768;
   update capturecard set colour=32768;
   update capturecard set hue=32768;
 }}}

 If your DViCO card has the same characteristics as the HD3000, this should
 give you approximately the right colors.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/2153#comment:5>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list