* [Bug 102681] OpenGL applications not vsyncing correctly when the window size doesn't perfectly match the screen
2017-09-12 16:28 [Bug 102681] OpenGL applications not vsyncing correctly when the window size doesn't perfectly match the screen bugzilla-daemon
@ 2017-09-13 2:05 ` bugzilla-daemon
2017-09-13 2:06 ` bugzilla-daemon
` (6 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2017-09-13 2:05 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 335 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=102681
--- Comment #1 from Niklas Haas <bugs.freedesktop@haasn.xyz> ---
Seems like this is an expected behavior when TearFree is disabled. Manually
enabling TearFree in xorg.conf appears to solve my issue.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1222 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 9+ messages in thread* [Bug 102681] OpenGL applications not vsyncing correctly when the window size doesn't perfectly match the screen
2017-09-12 16:28 [Bug 102681] OpenGL applications not vsyncing correctly when the window size doesn't perfectly match the screen bugzilla-daemon
2017-09-13 2:05 ` bugzilla-daemon
@ 2017-09-13 2:06 ` bugzilla-daemon
2017-09-13 2:07 ` bugzilla-daemon
` (5 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2017-09-13 2:06 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 234 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=102681
--- Comment #2 from Niklas Haas <bugs.freedesktop@haasn.xyz> ---
(Including the P.s., I might add)
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1121 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 9+ messages in thread* [Bug 102681] OpenGL applications not vsyncing correctly when the window size doesn't perfectly match the screen
2017-09-12 16:28 [Bug 102681] OpenGL applications not vsyncing correctly when the window size doesn't perfectly match the screen bugzilla-daemon
2017-09-13 2:05 ` bugzilla-daemon
2017-09-13 2:06 ` bugzilla-daemon
@ 2017-09-13 2:07 ` bugzilla-daemon
2017-09-13 2:21 ` bugzilla-daemon
` (4 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2017-09-13 2:07 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 437 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=102681
Niklas Haas <bugs.freedesktop@haasn.xyz> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |NOTABUG
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1321 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 9+ messages in thread* [Bug 102681] OpenGL applications not vsyncing correctly when the window size doesn't perfectly match the screen
2017-09-12 16:28 [Bug 102681] OpenGL applications not vsyncing correctly when the window size doesn't perfectly match the screen bugzilla-daemon
` (2 preceding siblings ...)
2017-09-13 2:07 ` bugzilla-daemon
@ 2017-09-13 2:21 ` bugzilla-daemon
2017-09-13 2:34 ` bugzilla-daemon
` (3 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2017-09-13 2:21 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 482 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=102681
--- Comment #3 from Alex Deucher <alexdeucher@gmail.com> ---
(In reply to Niklas Haas from comment #1)
> Seems like this is an expected behavior when TearFree is disabled. Manually
> enabling TearFree in xorg.conf appears to solve my issue.
You can dynamically enable tearfree per output using randr rather than messing
with your xorg.conf.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1495 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 9+ messages in thread* [Bug 102681] OpenGL applications not vsyncing correctly when the window size doesn't perfectly match the screen
2017-09-12 16:28 [Bug 102681] OpenGL applications not vsyncing correctly when the window size doesn't perfectly match the screen bugzilla-daemon
` (3 preceding siblings ...)
2017-09-13 2:21 ` bugzilla-daemon
@ 2017-09-13 2:34 ` bugzilla-daemon
2017-09-13 2:42 ` bugzilla-daemon
` (2 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2017-09-13 2:34 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 474 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=102681
--- Comment #4 from Niklas Haas <bugs.freedesktop@haasn.xyz> ---
How does this work? I'm not seeing anything related to TearFree or driver
options in `xrandr --help`.
(Avoiding the use of a xorg.conf would indeed be nice, since it would prevent
me from having to mess around with symlinks when switching between AMD and
nvidia GPUs)
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1417 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 9+ messages in thread* [Bug 102681] OpenGL applications not vsyncing correctly when the window size doesn't perfectly match the screen
2017-09-12 16:28 [Bug 102681] OpenGL applications not vsyncing correctly when the window size doesn't perfectly match the screen bugzilla-daemon
` (4 preceding siblings ...)
2017-09-13 2:34 ` bugzilla-daemon
@ 2017-09-13 2:42 ` bugzilla-daemon
2017-09-13 2:46 ` bugzilla-daemon
2017-09-13 2:46 ` bugzilla-daemon
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2017-09-13 2:42 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 695 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=102681
--- Comment #5 from Alex Deucher <alexdeucher@gmail.com> ---
(In reply to Niklas Haas from comment #4)
> How does this work? I'm not seeing anything related to TearFree or driver
> options in `xrandr --help`.
>
> (Avoiding the use of a xorg.conf would indeed be nice, since it would
> prevent me from having to mess around with symlinks when switching between
> AMD and nvidia GPUs)
`xrandr --verbose` and look for the tearfree output property. Then use xrandr
to adjust the property. This was enabled fairly recently so your ddx may be
too old.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1720 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 9+ messages in thread* [Bug 102681] OpenGL applications not vsyncing correctly when the window size doesn't perfectly match the screen
2017-09-12 16:28 [Bug 102681] OpenGL applications not vsyncing correctly when the window size doesn't perfectly match the screen bugzilla-daemon
` (5 preceding siblings ...)
2017-09-13 2:42 ` bugzilla-daemon
@ 2017-09-13 2:46 ` bugzilla-daemon
2017-09-13 2:46 ` bugzilla-daemon
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2017-09-13 2:46 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 413 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=102681
--- Comment #6 from Niklas Haas <bugs.freedesktop@haasn.xyz> ---
Neat, thanks!
(I also noticed an _ICC_PROFILE setting there, I wonder if that refers to the
X11 atom or if there's some sort of built-in ICC profile querying mechanism
inherent to RandR.... anyway, offtopic)
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1356 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 9+ messages in thread* [Bug 102681] OpenGL applications not vsyncing correctly when the window size doesn't perfectly match the screen
2017-09-12 16:28 [Bug 102681] OpenGL applications not vsyncing correctly when the window size doesn't perfectly match the screen bugzilla-daemon
` (6 preceding siblings ...)
2017-09-13 2:46 ` bugzilla-daemon
@ 2017-09-13 2:46 ` bugzilla-daemon
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2017-09-13 2:46 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 301 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=102681
--- Comment #7 from Michel Dänzer <michel@daenzer.net> ---
With xf86-video-amdgpu 1.3.0 or newer:
xrandr --output <output name> --set TearFree on # or off / auto
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1245 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 9+ messages in thread