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
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs