From: bugzilla-daemon@freedesktop.org
To: dri-devel@lists.freedesktop.org
Subject: [Bug 81476] three monitors on two radeon cards works with some layouts not others
Date: Tue, 22 Jul 2014 00:04:16 +0000 [thread overview]
Message-ID: <bug-81476-502-xE4zdjroll@http.bugs.freedesktop.org/> (raw)
In-Reply-To: <bug-81476-502@http.bugs.freedesktop.org/>
[-- Attachment #1.1: Type: text/plain, Size: 1526 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=81476
--- Comment #20 from Alex Deucher <agd5f@yahoo.com> ---
(In reply to comment #19)
>
> I'd believe it as a hardware limitation if inverting the first two monitors
> didn't fix it. If I were willing to physically turn my first two monitors
> upside-down, it would work fine with the given hardware. The hardware can
> display across my three monitors at 4800x1200 as long as two of the screens
> are inverted. We just need to make the software put those screens into the
> hardware the other way up!
As I said before, it only works with rotation because it's scanning out of
different buffers when rotation is enabled. When you enable rotation a shadow
buffer is created which is a rotated duplicate of the sub-region of the entire
desktop. So for the rotated case, the display hw is scanning out of a
1600x1200 surface rather than the full 4800x1200 surface. If you wanted to you
could do something similar for the non-rotated case in the xserver, but that
would incur an extra copy for every update of the desktop in the non-rotated
case.
If you want to test further, try and disable acceleration (Option "NoAccel"
"true" in the device section of your xorg.conf) or use the modesetting driver
(xf86-video-modesetting). You won't be able to use rotation since that
requires acceleration do to the rotated blit, but that will take all
non-display hw factors (3D, etc.) out of the equation.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2465 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
next prev parent reply other threads:[~2014-07-22 0:04 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <bug-81476-502@http.bugs.freedesktop.org/>
2014-07-18 21:53 ` [Bug 81476] three monitors on two radeon cards works with some layouts not others bugzilla-daemon
2014-07-18 22:46 ` bugzilla-daemon
2014-07-19 4:35 ` bugzilla-daemon
2014-07-19 10:45 ` bugzilla-daemon
2014-07-19 13:50 ` bugzilla-daemon
2014-07-21 14:48 ` bugzilla-daemon
2014-07-21 16:06 ` bugzilla-daemon
2014-07-21 16:28 ` bugzilla-daemon
2014-07-21 23:17 ` bugzilla-daemon
2014-07-22 0:04 ` bugzilla-daemon [this message]
2019-11-19 8:53 ` bugzilla-daemon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bug-81476-502-xE4zdjroll@http.bugs.freedesktop.org/ \
--to=bugzilla-daemon@freedesktop.org \
--cc=dri-devel@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox