From mythtv-dev Thu May 25 21:24:17 2006 From: Ivor Hewitt Date: Thu, 25 May 2006 21:24:17 +0000 To: mythtv-dev Subject: Re: [mythtv] Picture adjustments on ATI hardware (color, brightness, Message-Id: <200605252224.17333.ivor () ivor ! org> X-MARC-Message: https://marc.info/?l=mythtv-dev&m=114859232031587 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