I have had several people contact me about my solution. As a result I
have made a patch that can be applied instead of the sed command in my
prior comment. I have tried to get the following patch applied up
stream.

diff --git a/src/nv_dac.c b/src/nv_dac.c
index b6df107..1e7fcb7 100644
--- a/src/nv_dac.c
+++ b/src/nv_dac.c
@@ -114,8 +114,10 @@ NVDACInit(ScrnInfoPtr pScrn, DisplayModePtr mode)
        horizStart = horizTotal - 5;
        horizEnd = horizTotal - 2;
        horizBlankEnd = horizTotal + 4;
+#if !defined(__powerpc__)
        if(pNv->Architecture == NV_ARCH_30)
            horizTotal += 2;
+#endif
     }

     pVga->CRTC[0x0]  = NV_Set8Bits(horizTotal);

** Attachment added: "Makes 
http://cgit.freedesktop.org/xorg/driver/xf86-video-nv/commit/?id=ec78618d685759a39d386e9929661037b167fe68
 conditional on NOT powerpc"
   http://launchpadlibrarian.net/24661124/patch.txt

-- 
[Hardy-Alpha 4 PPC] Screen resolution correct but shifted to the right
https://bugs.launchpad.net/bugs/189844
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to