desktop-packages team mailing list archive
-
desktop-packages team
-
Mailing list archive
-
Message #94634
[Bug 1405325] Re: [I+N] Split screen after setting the monitors configuration to extended
Hello Anthony, or anyone else affected,
Accepted xserver-xorg-video-intel into trusty-proposed. The package will
build now and be available at http://launchpad.net/ubuntu/+source
/xserver-xorg-video-intel/2:2.99.910-0ubuntu1.4 in a few hours, and then
in the -proposed repository.
Please help us by testing this new package. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Your feedback will aid us getting this update
out to other Ubuntu users.
If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed. In either case, details of your testing will help
us make a better decision.
Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in
advance!
** Changed in: xserver-xorg-video-intel (Ubuntu Trusty)
Status: Incomplete => Fix Committed
** Tags added: verification-needed
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1405325
Title:
[I+N] Split screen after setting the monitors configuration to
extended
Status in HWE Next Project:
Invalid
Status in HWE Next trusty series:
New
Status in xserver-xorg-video-intel package in Ubuntu:
Invalid
Status in xserver-xorg-video-intel source package in Trusty:
Fix Committed
Bug description:
Steps:
1. Install trusty image and log in to system
2. Connect an external DP monitor.
3. Press the display hot key to change the monitors configuration
Actual result:
Split screen after set the monitors configuration to extended mode.
Expected result:
The video signal can be mirrored, extended, displayed on external or onboard only.
[Analysis from NVIDIA]
I tracked down the culprit to an Ubuntu patch applied to xf86-video-intel 2.99.910: patches/10-handle-rotated-slaves.diff. That patch is a cherry-pick of upstream commit a45b2ea11c15f35c36330ff27cb45854a29c2e2c. The Ubuntu version of the patch is significantly different from the upstream commit, so somebody must have done quite a bit of porting. Either they messed it up during porting, or they missed cherry-picking another upstream commit that fixes the problem.
It looks like what's happening is that the Intel driver is applying
the RandR CRTC offset even though it's actually scanning out from a
CRTC-sized private scanout buffer. Since it's a linear buffer, this
shifts all of the lines over by however many pixels the CRTC offset is
set to, wrapping lines around in the process.
To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1405325/+subscriptions
References