[Bug 27593] TV out is black and white

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Jan 1 04:22:36 PST 2011


https://bugs.freedesktop.org/show_bug.cgi?id=27593

--- Comment #11 from Michel Dänzer <michel at daenzer.net> 2011-01-01 04:22:36 PST ---
(In reply to comment #10)
> I did the git bisection and I got that this commit was the first bad commit:
> 9bc716eb62d4e0eed2902b92437a42634eef6ba1
> 
> However just taking this out of the 6.13.2 tag using "git reset --hard" didn't
> work.

If you mean

git reset --hard 9bc716eb62d4e0eed2902b92437a42634eef6ba1

that doesn't revert that commit but moves the head of the currently checked out
branch to it. In order to revert the commit you need something like

git revert 9bc716eb62d4e0eed2902b92437a42634eef6ba1

or

git show 9bc716eb62d4e0eed2902b92437a42634eef6ba1 | patch -p1 -R

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the xorg-driver-ati mailing list