Comment 40 for bug 371605

Revision history for this message
In , Rohan Dhruva (rohandhruva) wrote :

I tried the complete bisect procedure once again. This time I restarted X twice after every commit. Somewhere down the line my X got completely hosed, gdm refused to start. I had to boot from a livecd and recover. This is what I got from git-bisect though:

$ git bisect bad
1f61e97904dfe5f8c08bb9f284cfdfe878f7e541 is first bad commit
commit 1f61e97904dfe5f8c08bb9f284cfdfe878f7e541
Author: Zhenyu Wang <email address hidden>
Date: Wed Dec 31 22:56:57 2008 +0800

    UXA: Fallback to dri_bo_map() if pin failed

    This fixes VT switch issue with UXA after Eric's
    aae4008096399a0e84abc7c016b35092caf9db25 on 2D side.

:040000 040000 87e1216abe0563a17aa6f4e6700a73820f5cd20c 7b5a43c1ce983877644b157e767af279a3b3bc53 Music/src

I am really at a loss as to what I am doing wrong here. Please give me a method of "properly" testing between bisects. Thanks!