[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mythtv-dev
Subject:    Re: [mythtv] Picture adjustments on ATI hardware (color, brightness,
From:       Ivor Hewitt <ivor () ivor ! org>
Date:       2006-05-25 21:24:17
Message-ID: 200605252224.17333.ivor () ivor ! org
[Download RAW message or body]

On Thursday 25 May 2006 19:50, raptorjr wrote:
> I have a problem with the picture adjustment after a upgrade to rev 10012.
> Now i can no longer change the attributes. If the previous value (before
> the upgrade) was
> like 50% i could make one change to lower the value, and it jumped down to
> 1,
> after that it is impossible to increase the values. And my picture is very
> very
> dark now after the brightness jumped down to 1.
>
> Just tried to change the playback values in the database, but it didn't
> help.
>
> Is it my setup that is bad or could this be a bug?
> I have a ATI Radeon 9200.
>
Hi,
Just change line 963 of videooutbase.cpp from:

  int newVal = curVal + (direction) ? +1 : -1;
to
  int newVal = curVal + ((direction) ? +1 : -1);

Cheers,
-- 
Ivor Hewitt.
_______________________________________________
mythtv-dev mailing list
mythtv-dev@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic