Hacked radeon_driver.c to make it work on my setup:

Bool RADEONScreenInit(int scrnIndex, ScreenPtr pScreen,
                                int argc, char **argv)
{
...
    /* save the real front buffer size
     * it changes with randr, rotation, etc.
     */
+    xf86DrvMsg (pScrn->scrnIndex, X_INFO, "svz: overriding height\n");
+   pScrn->virtualY = 1200;
    info->virtualX = pScrn->virtualX;
    info->virtualY = pScrn->virtualY;
...

-- 
Incorrect  xorg Xinerama geometry (thinks head #0 = 1920x1920, instead of 
1920x1200) (3x displays, 2x cards, nvidia, radeon)
https://bugs.launchpad.net/bugs/585125
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers in ubuntu.

_______________________________________________
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to     : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp

Reply via email to