← Back to team overview

ubuntu-x-swat team mailing list archive

[Bug 585125] Re: Incorrect xorg Xinerama geometry (thinks head #0 = 1920x1920, instead of 1920x1200) (3x displays, 2x cards, nvidia, radeon)

 

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.



References