[Bug 575968] Re: Fullscreen doesn't work since Lucid
Sven Eckelmann
sven.eckelmann at gmx.de
Tue Sep 14 08:53:59 BST 2010
Yes, but this is a complete different patch and should only happen on a
system > Lucid. http://patch-
tracker.debian.org/patch/series/view/mupen64plus/1.5+dfsg1-13/ftbfs-
gvariant-type-conflicts.patch
Please check again if you build it on Lucid or not
** Changed in: mupen64plus (Ubuntu Lucid)
Status: In Progress => Incomplete
** Changed in: mupen64plus (Ubuntu Lucid)
Assignee: Sven Eckelmann (sven-eckelmann) => (unassigned)
--
Fullscreen doesn't work since Lucid
https://bugs.launchpad.net/bugs/575968
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is a direct subscriber.
Status in “mupen64plus” package in Ubuntu: Fix Released
Status in “mupen64plus” source package in Lucid: Incomplete
Status in “mupen64plus” package in Debian: Fix Released
Bug description:
Binary package hint: mupen64plus
After an update to Lucid Lynx, the fullscreen mode in mupen64plus (1.5+dfsg1-7build1) doesn't work anymore. Neither can you switch to fullscreen by pressing Alt+Return, nor does the "Always start in fullscreen mode" option work.
Everything worked fine in Karmic Koala.
TEST CASE: To test the problem just use a driver with a very long vendor string. Just patch your libgl to output such a string (256 bytes should be sufficient). Use different random strings and test it on different platforms to create the different types of crashes/random misbehavior.
The m_strDeviceStats is only used in one place:
{{{
sprintf(m_strDeviceStats, "%s - %s : %s", m_pVendorStr, m_pRenderStr, m_pVersionStr);
TRACE0(m_strDeviceStats);
printf("%s\n", m_strDeviceStats);
}}}
More information about the Ubuntu-sponsors
mailing list