From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 84944] New: tearing on radeonsi vdpau deinterlacer
Date: Sun, 12 Oct 2014 17:35:08 +0000
Message-ID:
Bug ID
84944
Summary
tearing on radeonsi vdpau deinterlacer
Product
Mesa
Version
10.2
Hardware
x86-64 (AMD64)
OS
Linux (All)
Status
NEW
Severity
normal
Priority
medium
Component
Drivers/Gallium/radeonsi
Assignee
dri-devel@lists.freedesktop.org
Reporter
warpme@o2.pl
Created attachment 107747 [details]
Xorg.log
I'm developing diskless client for MythTV.
I done some tests with kernel3.16.5, libdrm 2.4.58, Xorg1.16.1,
Mesa10.2.8/10.3, xorg-f86-ati 7.5.
On Brazos (HD6310, r600) all works well.
However with Kabini (HD8210, radeonsi) I have tearing on interlaced video with
MESA vdpau deinterlacer.
It looks like tearing is only on:
-interlaced content
-on radeonsi.
As r600 deinterlacer works perfect - for me it looks like bug is in radeonsi
deinterlacer.
Xorg and vdpauinfo logs attached.
It is seen in upper part of screen as classical division between to parts of content shifted horizontally. This picture looks almost exactly like issue I'm experiencing: http://en.wikipedia.org/wiki/Screen_tearing#mediaviewer/File:Tearing_(simulated).jpg Difference is that tearing line is in upper part of screen (approx at 20% of screen height) br
Can you get the same or at least similar tearing on Brazos with Option "SwapbuffersWait" "off" or Option "AccelMethod" "glamor" in xorg.conf? If yes, the problem is that page flipping cannot be used for = the MythTV window, most likely because its dimensions do not match the X11 scre= en dimensions.
The deinterlacer is hardware independent and so it's rather un= likely that it is the source of the problem. Can you grab a trace of MythTV with VDPAU_TRACE=3D1 in the environment once= with and once without deinterlacing enabled? This way we can see what MythTV is actually doing.
(In reply to Michel D=C3=A4nzer from comment #4) > Can you get the same or at least similar tearing= on Brazos with >=20 > Option "SwapbuffersWait" "off" With this option I started to have tearing on Brazos. A bit different than reported on Kabini: it is present randomly on whole screen. >=20 > or >=20 > Option "AccelMethod" "glamor" With this option I started to have tearing on Brazos almost exactly the same like on Kabini. >=20 > in xorg.conf? If yes, the problem is that page flipping cannot be used= for > the MythTV window, most likely because its dimensions do not match the= X11 > screen dimensions. MythTV works here in full-screen. DI (also 2xHW) works OK on Brazos but not= on Kabini. As enabling GLAMOR on Brazos causes exactly the same DI issue on Br= azos - isn't issue within GLAMOR?
(In reply to Christian K=C3=B6nig from comment #5) > The deinterlacer is hardware independent and so = it's rather unlikely that it > is the source of the problem. >=20 > Can you grab a trace of MythTV with VDPAU_TRACE=3D1 in the environment= once > with and once without deinterlacing enabled? This way we can see what = MythTV > is actually doing. Adding VDPAU_TRACE=3D1 causes stop working VDPAU (MythTV switches to ffmpeg= ). I can try to investigate this - if You believe it is worth....=20 For me results from tests Michel suggested shows issue is within GLAMOR as Brazos without GLAMOR works OK while Brazos with GLAMOR NOK. As Kabini by default requires GLAMOR - by default I have issue on Kabini.=20 Both Brazos and Kabini are tested from exactly the same PXE booted image so= if Myth has working DI on Brazos - it is asking exactly the same way (and I believe correctly) for DI on Kabini. On the other hand - only on AMD I have in MythTV logs something like this: "W OpenGL: Could not determine whether Sync to VBlank is enabled." On Intel OSS and Nvidia proprietary drivers MythTV reports sync-to-blank wo= rks OK. But as - despite this warning - Brazos DI work nicely - I think this probably isn't root cause... br
Guessing this bug is about "tearing without composition", so i can confirm that on Kabini HD8400 using other players too, mplayer, mpv, etc... basically i can't get rid of tearing complitely without using composition + vblank_mode=3
(In reply to warpme from comment #7) > (In reply to Christian K=C3=B6nig from comment #5) > > The deinterlacer is hardware independent and so it's rather unlik= ely that it > > is the source of the problem. > >=20 > > Can you grab a trace of MythTV with VDPAU_TRACE=3D1 in the enviro= nment once > > with and once without deinterlacing enabled? This way we can see = what MythTV > > is actually doing. >=20 > Adding VDPAU_TRACE=3D1 causes stop working VDPAU (MythTV switches to f= fmpeg). > I can try to investigate this - if You believe it is worth.... Yes, we should definitely investigate what MythTV is doing here. > For me results from tests Michel suggested shows= issue is within GLAMOR as > Brazos without GLAMOR works OK while Brazos with GLAMOR NOK. As Kabini= by > default requires GLAMOR - by default I have issue on Kabini. EXA on Brazos is tear free most of the time because we sync operations to t= he vblank using a hack. That hack isn't supported on GLAMOR and so GLAMOR operations are not synced to vblank at all (Michel knows more about this). But the root cause is something completely different, cause GLAMOR shouldn'= t be used in the first place in this situation. GLAMOR is made to accelerate things like window movements and text drawing.= For fullscreen video playback there should be a page flip operation used. Please try to investigate what MythTV is actually doing different here to c= ause the page flipping to not work correctly.
(In reply to Christian K=C3=B6nig from comment #9) > (In reply to warpme from comment #7) > > (In reply to Christian K=C3=B6nig from comment #5) > > > The deinterlacer is hardware independent and so it's rather = unlikely that it > > > is the source of the problem. > > >=20 > > > Can you grab a trace of MythTV with VDPAU_TRACE=3D1 in the e= nvironment once > > > with and once without deinterlacing enabled? This way we can= see what MythTV > > > is actually doing. > >=20 > > Adding VDPAU_TRACE=3D1 causes stop working VDPAU (MythTV switches= to ffmpeg). > > I can try to investigate this - if You believe it is worth....=20 >=20 > Yes, we should definitely investigate what MythTV is doing here. >=20 > > For me results from tests Michel suggested shows issue is within = GLAMOR as > > Brazos without GLAMOR works OK while Brazos with GLAMOR NOK. As K= abini by > > default requires GLAMOR - by default I have issue on Kabini.=20 >=20 > EXA on Brazos is tear free most of the time because we sync operations= to > the vblank using a hack. That hack isn't supported on GLAMOR and so GL= AMOR > operations are not synced to vblank at all (Michel knows more about th= is). >=20 > But the root cause is something completely different, cause GLAMOR sho= uldn't > be used in the first place in this situation. Well - radeonsi can't work here without glamor. Forcing EXA gives following= in xorg log: (WW) RADEON(0): EXA not supported, using glamor >=20 > GLAMOR is made to accelerate things like window movements and text dra= wing. > For fullscreen video playback there should be a page flip operation us= ed. >=20 > Please try to investigate what MythTV is actually doing different here= to > cause the page flipping to not work correctly. mythtv does exactly the same on Kabini like on Brazos. I'm using exactly the same PXE booted image. Also all configs are the same as I'm simply booting = the same OS image + configs just on 2 different HW platforms. I believe all HW depended things are purely and only internal to xserver and mesa. Maybe Kabini's xserver log output about "EXA not supported" is cl= ue here? Is EXA supported on Kabini at all? heh - I spent great time to adding glamor to carefully minimized minimyth2 image - just because on many places it is stated that mesa's radeonsi manda= tory requires glamor....=20 br
(In reply to Michel D=C3=A4nzer from comment #10) > (In reply to Christian K=C3=B6nig from comment #9) > > Please try to investigate what MythTV is actually doing different= here to > > cause the page flipping to not work correctly. >=20 > It would be interesting to know why the function can_flip() in > xf86-video-ati/src/radeon_dri2.c returns FALSE. warpme, if you're fami= liar > with gdb, you can attach it (from ssh) to the Xorg process while MythT= V is > running, set a breakpoint at that function and trace its execution. > Otherwise, we may have to modify the function to print some debugging = output. Oh - minimyth2 is really minimalistic http downloaded, RAM expanded OS imag= e. Image has only binaries which are a must to run only mythtv. debuging it via gdb/breakpoints - compared to printing debug outputs - is at least one orde= r of magnitude bigger task to do :-( So if it is possible - I really strongly prefer approach with modified functions to print some debugging outputs. br
(In reply to warpme from comment #11) > Maybe Kabini's xserver log output about "EX= A not supported" is clue here? Is > EXA supported on Kabini at all? >=20 > heh - I spent great time to adding glamor to carefully minimized minim= yth2 > image - just because on many places it is stated that mesa's radeonsi > mandatory requires glamor.... Sorry you misunderstood me: Glamor is mandatory on SI, there is not support= for EXA. This is correct. But glamor shouldn't be used in this situation because we have only one fullscreen application on the screen. In this situation page flipping shoul= d be used by the X server without any copy operation required by glamor. Page flipping operations are tear free, so what we see here is that without deinterlacing the graphics stack uses page flipping and with deinterlacing = it uses glamor with of course results in badly tearing of the video. The question is why the heck do we fallback to a copy operation with glamor when deinterlacing is enabled? Deinterlacing is independent of displaying t= he video so this makes no sense.
(In reply to Christian K=C3=B6nig from comment #13) >=20 > Page flipping operations are tear free, so what we see here is that wi= thout > deinterlacing the graphics stack uses page flipping and with deinterla= cing > it uses glamor with of course results in badly tearing of the video.= span > Indeed - infrastructure for flipping seems to be ready: [837858.379] (II) RADEON(0): KMS Pageflipping: enabled [837858.379] (II) RADEON(0): SwapBuffers wait for vsync: enabled [837858.389] (II) RADEON(0): Output HDMI-0 using monitor section Monitor1 >=20 > The question is why the heck do we fallback to a copy operation with g= lamor > when deinterlacing is enabled? If You believe we should do some tests with added debug outputs - I'm more = than happy to do so :-)
Created attachment 108227 [details]
Add some debugging output about why page flipping isn't possible
Please let us know what output this generates while you're seeing tearing w=
ith
MythTV.
(In reply to Michel D=C3=A4nzer from comment #15) > Created attachment 108227 [details] > Add some debugging output about why page flipping isn't possible >=20 > Please let us know what output this generates while you're seeing tear= ing > with MythTV. Pls find content of Xorg.0.0.log LOG for FE-AMDe2100 with applied patch [951037.435]=20 X.Org X Server 1.16.1 Release Date: 2014-09-21 [951037.436] X Protocol Version 11, Revision 0 [951037.436] Build Operating System: Linux 3.16.1-custom_1-ARCH x86_64=20 [951037.436] Current Operating System: Linux FE-AMDe2100 3.16.5 #1 SMP Fri = Oct 10 12:33:39 CEST 2014 x86_64 [951037.436] Kernel command line: kernel ro root=3D/dev/ram0 initrd=3Drootfs ramdisk_size=3D160000 [951037.436] Build Date: 02 October 2014 09:30:58PM [951037.436]=20 [951037.436] Current version of pixman: 0.28.2 [951037.436] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [951037.436] Markers: (--) probed, (**) from config file, (=3D=3D) default = setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [951037.436] (=3D=3D) Log file: "/var/log/Xorg.0.0.log", Time: We= d Oct 22 18:27:57 2014 [951037.441] (=3D=3D) Using config file: "/etc/X11/xorg.conf" [951037.442] (=3D=3D) Using system config directory "/usr/share/X11/xo= rg.conf.d" [951037.493] (**) Option "defaultserverlayout" "Layout1" [951037.493] (**) ServerLayout "Layout1" [951037.493] (**) |-->Screen "Screen1" (0) [951037.541] (**) | |-->Monitor "Monitor1" [951037.541] (**) | |-->Device "Device_radeon" [951037.541] (**) Option "BlankTime" "0" [951037.541] (**) Option "StandbyTime" "0" [951037.541] (**) Option "SuspendTime" "0" [951037.541] (**) Option "OffTime" "0" [951037.541] (**) Option "NoPM" "true" [951037.541] (**) Option "Xinerama" "false" [951037.541] (**) Option "AIGLX" "false" [951037.541] (=3D=3D) Automatically adding devices [951037.541] (=3D=3D) Automatically enabling devices [951037.541] (=3D=3D) Automatically adding GPU devices [951037.543] (=3D=3D) FontPath set to: /usr/share/fonts/X11/TTF, /usr/share/fonts/X11/misc [951037.543] (**) ModulePath set to "/usr/lib/xorg/modules" [951037.543] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [951037.543] (II) Loader magic: 0x8882c0 [951037.543] (II) Module ABI versions: [951037.543] X.Org ANSI C Emulation: 0.4 [951037.543] X.Org Video Driver: 18.0 [951037.543] X.Org XInput driver : 21.0 [951037.543] X.Org Server Extension : 8.0 [951037.558] (EE) systemd-logind: failed to get session: The name org.freedesktop.login1 was not provided by any .service files [951037.559] (II) xfree86: Adding drm device (/dev/dri/card0) [951037.562] (--) PCI:*(0:0:1:0) 1002:9834:1458:d000 rev 0, Mem @ 0xc0000000/268435456, 0xd0000000/8388608, 0xfeb00000/262144, I/O @ 0x0000f000/256, BIOS @ 0x????????/131072 [951037.562] (II) "glx" will be loaded by default. [951037.562] (II) LoadModule: "dri2" [951037.567] (II) Module "dri2" already built-in [951037.567] (II) LoadModule: "glamoregl" [951037.570] (II) Loading /usr/lib/xorg/modules/libglamoregl.so [951037.664] (II) Module glamoregl: vendor=3D"X.Org Foundation" [951037.664] compiled for 1.16.1, module version =3D 1.0.0 [951037.664] ABI class: X.Org ANSI C Emulation, version 0.4 [951037.664] (II) LoadModule: "glx" [951037.666] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so [951037.704] (II) Module glx: vendor=3D"X.Org Foundation" [951037.704] compiled for 1.16.1, module version =3D 1.0.0 [951037.704] ABI class: X.Org Server Extension, version 8.0 [951037.704] (**) AIGLX disabled [951037.704] (II) LoadModule: "radeon" [951037.706] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so [951037.762] (II) Module radeon: vendor=3D"X.Org Foundation" [951037.762] compiled for 1.16.1, module version =3D 7.5.0 [951037.762] Module class: X.Org Video Driver [951037.762] ABI class: X.Org Video Driver, version 18.0 [951037.762] (II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI), ATI Radeon Mobility X300 (M24) 3152 (PCIE), ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI), ATI Radeon X600 (RV380) 3E50 (PCIE), ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP), ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP), ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP), ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP), ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP), ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP), ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650, ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336, ATI Radeon IGP330M/340M/350M (U2) 4337, ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI), ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP), ATI Radeon X800PRO (R420) JI (AGP), ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP), ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP), ATI Radeon Mobility 9800 (M18) JN (AGP), ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP), ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP), ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP), ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP), ATI Radeon Mobility M7 LW (AGP), ATI Mobility FireGL 7800 M7 LX (AGP), ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP), ATI FireGL Mobility 9000 (M9) Ld (AGP), ATI Radeon Mobility 9000 (M9) Lf (AGP), ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI, ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP), ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP), ATI Radeon Mobility 9600 (M10) NQ (AGP), ATI Radeon Mobility 9600 (M11) NR (AGP), ATI Radeon Mobility 9600 (M10) NS (AGP), ATI FireGL Mobility T2 (M10) NT (AGP), ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP), ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP), ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP), ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI), ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI), ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI), ATI Radeon Mobility X300 (M22) 5460 (PCIE), ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE), ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE), ATI Radeon X800PRO (R423) UI (PCIE), ATI Radeon X800LE (R423) UJ (PCIE), ATI Radeon X800SE (R423) UK (PCIE), ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE), ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE), ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE), ATI FireGL unknown (R423) UR (PCIE), ATI FireGL unknown (R423) UT (PCIE), ATI Mobility FireGL V5000 (M26) (PCIE), ATI Mobility FireGL V5000 (M26) (PCIE), ATI Mobility Radeon X700 XL (M26) (PCIE), ATI Mobility Radeon X700 (M26) (PCIE), ATI Mobility Radeon X700 (M26) (PCIE), ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834, ATI Radeon Mobility 9100 IGP (U3) 5835, ATI Radeon XPRESS 200 5954 (PCIE), ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP), ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP), ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI), ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE), ATI Radeon XPRESS 200M 5975 (PCIE), ATI Radeon XPRESS 200 5A41 (PCIE), ATI Radeon XPRESS 200M 5A42 (PCIE), ATI Radeon XPRESS 200 5A61 (PCIE), ATI Radeon XPRESS 200M 5A62 (PCIE), ATI Radeon X300 (RV370) 5B60 (PCIE), ATI Radeon X600 (RV370) 5B62 (PCIE), ATI Radeon X550 (RV370) 5B63 (PCIE), ATI FireGL V3100 (RV370) 5B64 (PCIE), ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE), ATI Radeon Mobility 9200 (M9+) 5C61 (AGP), ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Mobility Radeon X800 XT (M28) (PCIE), ATI Mobility FireGL V5100 (M28) (PCIE), ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE), ATI Radeon X850 XT PE (R480) (PCIE), ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE), ATI unknown Radeon / FireGL (R480) 5D50 (PCIE), ATI Radeon X850 XT (R480) (PCIE), ATI Radeon X800XT (R423) 5D57 (PCIE), ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE), ATI Radeon X700 PRO (RV410) (PCIE), ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE), ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800, ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800, ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300, ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800, ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505, ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL, ATI Mobility Radeon X1400, ATI Radeon X1300/X1550, ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300, ATI Mobility Radeon X1300, ATI Mobility Radeon X1300, ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300, ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350, ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550, ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450, ATI Radeon X1300/X1550, ATI Mobility Radeon X2300, ATI Mobility Radeon X2300, ATI Mobility Radeon X1350, ATI Mobility Radeon X1350, ATI Mobility Radeon X1450, ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350, ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600, ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600, ATI Mobility FireGL V5200, ATI Mobility Radeon X1600, ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400, ATI Mobility FireGL V5250, ATI Mobility Radeon X1700, ATI Mobility Radeon X1700 XT, ATI FireGL V5200, ATI Mobility Radeon X1700, ATI Radeon X2300HD, ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300, ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950, ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560, ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400, ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560, ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835, ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740, ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT, ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600, ATI Radeon 4800 Series, ATI Radeon HD 4870 x2, ATI Radeon 4800 Series, ATI Radeon HD 4850 x2, ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2, ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270, AMD FireStream 9250, ATI FirePro V8700 (FireGL), ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98, ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series, ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98, ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP), ATI Mobility Radeon HD 4670, ATI FirePro M5750, ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP), ATI RV730XT [Radeon HD 4670], ATI RADEON E4600, ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650], ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL), ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830, ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740, ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770, ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT, ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610, ATI FireMV 2260, ATI RV670, ATI Radeon HD3870, ATI Mobility Radeon HD 3850, ATI Radeon HD3850, ATI Mobility Radeon HD 3850 X2, ATI RV670, ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2, ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850, ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550, ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710, ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series, ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630, ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT, ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP, ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630, ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600, ATI FireGL V3600, ATI Radeon HD 2600 LE, ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470, ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series, ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430, ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450, ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO, ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670, ATI Mobility FireGL V5700, ATI Mobility FireGL V5725, ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics, ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics, ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics, ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2, SUMO, SUMO, SUMO2, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200, ATI Radeon 4100, ATI Mobility Radeon HD 4200, ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250, AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics, AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics, AMD Radeon HD 6300 Series Graphics, AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370, AMD Firestream 9350, ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series, ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series, ATI Mobility Radeon HD 5800 Series, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro (FireGL) Graphics Adapter, ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series, ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series, ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series, ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670, ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD, ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics, ATI Mobility Radeon Graphics, CEDAR, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR, ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN, CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS, BARTS, Mobility Radeon HD 6000 Series, Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS, AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series, AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, HAINAN, HAINAN, HAINAN, HAINAN, HAINAN, HAINAN, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII [951037.770] (++) using VT number 2 [951037.793] (II) [KMS] Kernel modesetting enabled. [951037.793] (**) RADEON(0): Depth 24, (--) framebuffer bpp 32 [951037.793] (II) RADEON(0): Pixel depth =3D 24 bits stored in 4 bytes (32 = bpp pixmaps) [951037.793] (=3D=3D) RADEON(0): Default visual is TrueColor [951037.793] (=3D=3D) RADEON(0): RGB weight 888 [951037.793] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC) [951037.793] (--) RADEON(0): Chipset: "KABINI" (ChipID =3D 0x9834) [951037.794] (II) Loading sub module "dri2" [951037.794] (II) LoadModule: "dri2" [951037.794] (II) Module "dri2" already built-in [951037.794] (II) Loading sub module "glamoregl" [951037.794] (II) LoadModule: "glamoregl" [951037.794] (II) Loading /usr/lib/xorg/modules/libglamoregl.so [951037.794] (II) Module glamoregl: vendor=3D"X.Org Foundation" [951037.794] compiled for 1.16.1, module version =3D 1.0.0 [951037.794] ABI class: X.Org ANSI C Emulation, version 0.4 [951037.794] (II) glamor: OpenGL accelerated X.org driver based. [951040.081] (II) glamor: EGL version 1.4 (DRI2): [951040.230] (II) RADEON(0): glamor detected, initialising EGL layer. [951040.230] (II) RADEON(0): KMS Color Tiling: enabled [951040.230] (II) RADEON(0): KMS Color Tiling 2D: enabled [951040.230] (II) RADEON(0): KMS Pageflipping: enabled [951040.230] (II) RADEON(0): SwapBuffers wait for vsync: enabled [951040.314] (II) RADEON(0): Output HDMI-0 using monitor section Monitor1 [951040.419] (II) RADEON(0): Output DVI-0 has no monitor section [951040.439] (II) RADEON(0): Output VGA-0 has no monitor section [951040.504] (II) RADEON(0): EDID for output HDMI-0 [951040.504] (II) RADEON(0): Manufacturer: SHP Model: ffd Serial#: 0 [951040.504] (II) RADEON(0): Year: 2007 Week: 255 [951040.504] (II) RADEON(0): EDID Version: 1.3 [951040.504] (II) RADEON(0): Digital Display Input [951040.504] (II) RADEON(0): Max Image Size [cm]: horiz.: 82 vert.: 46 [951040.504] (II) RADEON(0): Gamma: 2.20 [951040.504] (II) RADEON(0): DPMS capabilities: Off [951040.504] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4= :4=20 [951040.504] (II) RADEON(0): First detailed timing is preferred mode [951040.504] (II) RADEON(0): redX: 0.633 redY: 0.333 greenX: 0.205 greenY: 0.702 [951040.504] (II) RADEON(0): blueX: 0.150 blueY: 0.081 whiteX: 0.292 whiteY: 0.322 [951040.504] (II) RADEON(0): Supported established timings: [951040.504] (II) RADEON(0): 720x400@70Hz [951040.504] (II) RADEON(0): 640x480@60Hz [951040.504] (II) RADEON(0): 640x480@72Hz [951040.504] (II) RADEON(0): 640x480@75Hz [951040.504] (II) RADEON(0): 800x600@56Hz [951040.504] (II) RADEON(0): 800x600@60Hz [951040.504] (II) RADEON(0): 800x600@72Hz [951040.504] (II) RADEON(0): 800x600@75Hz [951040.504] (II) RADEON(0): 1024x768@60Hz [951040.504] (II) RADEON(0): 1024x768@70Hz [951040.504] (II) RADEON(0): 1024x768@75Hz [951040.504] (II) RADEON(0): Manufacturer\'s mask: 0 [951040.504] (II) RADEON(0): Supported standard timings: [951040.504] (II) RADEON(0): #0: hsize: 1600 vsize 1200 refresh: 60 vid: 16= 553 [951040.504] (II) RADEON(0): #1: hsize: 1920 vsize 1080 refresh: 60 vid: 49= 361 [951040.504] (II) RADEON(0): #2: hsize: 1400 vsize 1050 refresh: 60 vid: 16= 528 [951040.504] (II) RADEON(0): #3: hsize: 1280 vsize 1024 refresh: 60 vid: 32= 897 [951040.504] (II) RADEON(0): Supported detailed timing: [951040.504] (II) RADEON(0): clock: 148.5 MHz Image Size: 820 x 460 mm [951040.504] (II) RADEON(0): h_active: 1920 h_sync: 2448 h_sync_end 2492 h_blank_end 2640 h_border: 0 [951040.504] (II) RADEON(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0 [951040.504] (II) RADEON(0): Supported detailed timing: [951040.504] (II) RADEON(0): clock: 85.5 MHz Image Size: 0 x 0 mm [951040.504] (II) RADEON(0): h_active: 1360 h_sync: 1424 h_sync_end 1536 h_blank_end 1792 h_border: 0 [951040.504] (II) RADEON(0): v_active: 768 v_sync: 771 v_sync_end 777 v_blanking: 795 v_border: 0 [951040.504] (II) RADEON(0): Monitor name: SHARP HDMI [951040.504] (II) RADEON(0): Ranges: V min: 49 V max: 76 Hz, H min: 15 H ma= x: 75 kHz, PixClock max 175 MHz [951040.504] (II) RADEON(0): Supported detailed timing: [951040.505] (II) RADEON(0): clock: 148.5 MHz Image Size: 820 x 460 mm [951040.505] (II) RADEON(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0 [951040.505] (II) RADEON(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0 [951040.505] (II) RADEON(0): Supported detailed timing: [951040.505] (II) RADEON(0): clock: 74.2 MHz Image Size: 820 x 460 mm [951040.505] (II) RADEON(0): h_active: 1920 h_sync: 2448 h_sync_end 2492 h_blank_end 2640 h_border: 0 [951040.505] (II) RADEON(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0 [951040.505] (II) RADEON(0): Supported detailed timing: [951040.505] (II) RADEON(0): clock: 74.2 MHz Image Size: 820 x 460 mm [951040.505] (II) RADEON(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0 [951040.505] (II) RADEON(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0 [951040.505] (II) RADEON(0): Supported detailed timing: [951040.505] (II) RADEON(0): clock: 74.2 MHz Image Size: 820 x 460 mm [951040.505] (II) RADEON(0): h_active: 1280 h_sync: 1720 h_sync_end 1760 h_blank_end 1980 h_border: 0 [951040.505] (II) RADEON(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0 [951040.505] (II) RADEON(0): Number of EDID sections to follow: 1 [951040.505] (II) RADEON(0): EDID (in hex): [951040.505] (II) RADEON(0): 00ffffffffffff004d10fd0f00000000 [951040.505] (II) RADEON(0): ff11010380522e782a1bbea25534b326 [951040.505] (II) RADEON(0): 144a52afce00a940d1c0904081800101 [951040.505] (II) RADEON(0): 010101010101023a80d072382d40102c [951040.505] (II) RADEON(0): 458034cc3100001a662150b051001b30 [951040.505] (II) RADEON(0): 4070360000000000001e000000fc0053 [951040.505] (II) RADEON(0): 484152502048444d490a2020000000fd [951040.505] (II) RADEON(0): 00314c0f4b11000a20202020202001be [951040.505] (II) RADEON(0): 02032e72509f90201405130412031102 [951040.505] (II) RADEON(0): 16071506012309070183010000e30503 [951040.505] (II) RADEON(0): 016c030c0020008022c011111919023a [951040.505] (II) RADEON(0): 801871382d40582c450034cc3100001e [951040.505] (II) RADEON(0): 011d80d0721c1620102c258034cc3100 [951040.505] (II) RADEON(0): 009e011d8018711c1620582c250034cc [951040.505] (II) RADEON(0): 3100009e011d00bc52d01e20b8285540 [951040.505] (II) RADEON(0): 34cc3100001e00000000000000000063 [951040.505] (--) RADEON(0): HDMI max TMDS frequency 170000KHz [951040.505] (II) RADEON(0): Printing probed modes for output HDMI-0 [951040.505] (II) RADEON(0): Modeline "1920x1080"x50.0 148.50 192= 0 2448 2492 2640 1080 1084 1089 1125 +hsync -vsync (56.2 kHz eP) [951040.505] (II) RADEON(0): Modeline "1920x1080"x60.0 148.50 192= 0 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz e) [951040.505] (II) RADEON(0): Modeline "1920x1080"x50.0 148.50 192= 0 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e) [951040.505] (II) RADEON(0): Modeline "1920x1080"x59.9 148.35 192= 0 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz e) [951040.505] (II) RADEON(0): Modeline "1920x1080i"x60.0 74.25 192= 0 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e) [951040.505] (II) RADEON(0): Modeline "1920x1080i"x50.0 74.25 192= 0 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e) [951040.505] (II) RADEON(0): Modeline "1920x1080"x24.0 74.25 1920= 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz e) [951040.505] (II) RADEON(0): Modeline "1920x1080i"x59.9 74.18 192= 0 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e) [951040.505] (II) RADEON(0): Modeline "1920x1080"x24.0 74.18 1920= 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz e) [951040.506] (II) RADEON(0): Modeline "1600x1200"x60.0 162.00 160= 0 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e) [951040.506] (II) RADEON(0): Modeline "1400x1050"x59.9 101.00 140= 0 1448 1480 1560 1050 1053 1057 1080 +hsync -vsync (64.7 kHz e) [951040.506] (II) RADEON(0): Modeline "1280x1024"x60.0 108.00 128= 0 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e) [951040.506] (II) RADEON(0): Modeline "1360x768"x60.0 85.50 1360 = 1424 1536 1792 768 771 777 795 +hsync +vsync (47.7 kHz e) [951040.506] (II) RADEON(0): Modeline "1280x720"x60.0 74.25 1280 = 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e) [951040.506] (II) RADEON(0): Modeline "1280x720"x50.0 74.25 1280 = 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e) [951040.506] (II) RADEON(0): Modeline "1280x720"x59.9 74.18 1280 = 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e) [951040.506] (II) RADEON(0): Modeline "1440x576i"x50.0 27.00 1440= 1464 1590 1728 576 580 586 625 interlace -hsync -vsync (15.6 kHz e) [951040.506] (II) RADEON(0): Modeline "1024x768"x75.1 78.80 1024 = 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e) [951040.506] (II) RADEON(0): Modeline "1024x768"x70.1 75.00 1024 = 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e) [951040.506] (II) RADEON(0): Modeline "1024x768"x60.0 65.00 1024 = 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e) [951040.506] (II) RADEON(0): Modeline "1440x480i"x60.0 27.03 1440= 1478 1602 1716 480 488 494 525 interlace -hsync -vsync (15.8 kHz e) [951040.506] (II) RADEON(0): Modeline "1440x480i"x59.9 27.00 1440= 1478 1602 1716 480 488 494 525 interlace -hsync -vsync (15.7 kHz e) [951040.506] (II) RADEON(0): Modeline "800x600"x72.2 50.00 800 85= 6 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e) [951040.506] (II) RADEON(0): Modeline "800x600"x75.0 49.50 800 81= 6 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e) [951040.506] (II) RADEON(0): Modeline "800x600"x60.3 40.00 800 84= 0 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e) [951040.506] (II) RADEON(0): Modeline "800x600"x56.2 36.00 800 82= 4 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e) [951040.506] (II) RADEON(0): Modeline "720x576"x50.0 27.00 720 73= 2 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e) [951040.506] (II) RADEON(0): Modeline "720x480"x60.0 27.03 720 73= 6 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e) [951040.506] (II) RADEON(0): Modeline "720x480"x59.9 27.00 720 73= 6 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e) [951040.506] (II) RADEON(0): Modeline "640x480"x75.0 31.50 640 65= 6 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e) [951040.506] (II) RADEON(0): Modeline "640x480"x72.8 31.50 640 66= 4 704 832 480 489 491 520 -hsync -vsync (37.9 kHz e) [951040.506] (II) RADEON(0): Modeline "640x480"x60.0 25.20 640 65= 6 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e) [951040.506] (II) RADEON(0): Modeline "640x480"x59.9 25.18 640 65= 6 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e) [951040.506] (II) RADEON(0): Modeline "720x400"x70.1 28.32 720 73= 8 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e) [951040.612] (II) RADEON(0): EDID for output DVI-0 [951040.632] (II) RADEON(0): EDID for output VGA-0 [951040.632] (II) RADEON(0): Output HDMI-0 connected [951040.632] (II) RADEON(0): Output DVI-0 disconnected [951040.632] (II) RADEON(0): Output VGA-0 disconnected [951040.632] (II) RADEON(0): Using exact sizes for initial modes [951040.632] (II) RADEON(0): Output HDMI-0 using initial mode 1920x1080 [951040.633] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated. [951040.633] (II) RADEON(0): mem size init: gart size :3fb7c000 vram size: s:20000000 visible:1f7d7000 [951040.633] (=3D=3D) RADEON(0): DPI set to (96, 96) [951040.633] (II) Loading sub module "fb" [951040.633] (II) LoadModule: "fb" [951040.633] (II) Loading /usr/lib/xorg/modules/libfb.so [951040.656] (II) Module fb: vendor=3D"X.Org Foundation" [951040.657] compiled for 1.16.1, module version =3D 1.0.0 [951040.657] ABI class: X.Org ANSI C Emulation, version 0.4 [951040.657] (II) Loading sub module "ramdac" [951040.657] (II) LoadModule: "ramdac" [951040.657] (II) Module "ramdac" already built-in [951040.657] (--) Depth 24 pixmap format is 32 bpp [951040.673] (II) RADEON(0): [DRI2] Setup complete [951040.673] (II) RADEON(0): [DRI2] DRI driver: radeonsi [951040.673] (II) RADEON(0): [DRI2] VDPAU driver: radeonsi [951040.674] (II) RADEON(0): Front buffer size: 8160K [951040.674] (II) RADEON(0): VRAM usage limit set to 456966K [951040.674] (=3D=3D) RADEON(0): Backing store enabled [951040.674] (II) RADEON(0): Direct rendering enabled [951041.092] (II) RADEON(0): Use GLAMOR acceleration. [951041.092] (II) RADEON(0): Acceleration enabled [951041.092] (=3D=3D) RADEON(0): DPMS enabled [951041.092] (=3D=3D) RADEON(0): Silken mouse enabled [951041.102] (II) RADEON(0): Set up textured video (glamor) [951041.102] (II) RADEON(0): [XvMC] Associated with GLAMOR Textured Video. [951041.102] (II) RADEON(0): [XvMC] Extension initialized. [951041.102] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message. [951041.144] (--) RandR disabled [951041.594] (II) AIGLX: Loaded and initialized swrast [951041.594] (II) GLX: Initialized DRISWRAST GL provider for screen 0 [951041.638] (II) RADEON(0): Setting screen physical size to 508 x 285 [951042.360] (II) RADEON(0): EDID vendor "SHP", prod id 4093 [951042.360] (II) RADEON(0): Using hsync ranges from config file [951042.360] (II) RADEON(0): Using vrefresh ranges from config file [951042.360] (II) RADEON(0): Printing DDC gathered Modelines: [951042.360] (II) RADEON(0): Modeline "1920x1080"x0.0 148.50 1920= 2448 2492 2640 1080 1084 1089 1125 +hsync -vsync (56.2 kHz eP) [951042.360] (II) RADEON(0): Modeline "1360x768"x0.0 85.50 1360 1= 424 1536 1792 768 771 777 795 +hsync +vsync (47.7 kHz e) [951042.360] (II) RADEON(0): Modeline "1920x1080"x0.0 148.50 1920= 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz e) [951042.360] (II) RADEON(0): Modeline "1920x1080i"x0.0 74.25 1920= 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e) [951042.360] (II) RADEON(0): Modeline "1920x1080i"x0.0 74.25 1920= 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e) [951042.360] (II) RADEON(0): Modeline "1280x720"x0.0 74.25 1280 1= 720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e) [951042.360] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840= 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e) [951042.360] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824= 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e) [951042.360] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656= 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e) [951042.360] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664= 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e) [951042.360] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656= 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e) [951042.360] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738= 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e) [951042.360] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1= 040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e) [951042.360] (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1= 048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e) [951042.360] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1= 048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e) [951042.360] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816= 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e) [951042.360] (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856= 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e) [951042.360] (II) RADEON(0): Modeline "1600x1200"x0.0 162.00 1600= 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e) [951042.361] (II) RADEON(0): Modeline "1920x1080"x60.0 172.80 192= 0 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz e) [951042.361] (II) RADEON(0): Modeline "1400x1050"x0.0 101.00 1400= 1448 1480 1560 1050 1053 1057 1080 +hsync -vsync (64.7 kHz e) [951042.361] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280= 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e) [951042.361] (II) RADEON(0): Modeline "1920x1080"x0.0 74.25 1920 = 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz e) [951042.361] (II) RADEON(0): Modeline "720x576"x0.0 27.00 720 732= 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e) [951042.361] (II) RADEON(0): Modeline "1920x1080"x0.0 74.25 1920 = 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (28.1 kHz e) [951042.361] (II) RADEON(0): Modeline "1440x576i"x0.0 27.00 1440 = 1464 1590 1728 576 580 586 625 interlace -hsync -vsync (15.6 kHz e) [951042.361] (II) RADEON(0): Modeline "1440x480i"x0.0 27.00 1440 = 1478 1602 1716 480 488 494 525 interlace -hsync -vsync (15.7 kHz e) [951042.361] (II) RADEON(0): Modeline "1280x720"x0.0 74.25 1280 1= 390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e) [951042.361] (II) RADEON(0): Modeline "720x480"x0.0 27.00 720 736= 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e) [951042.361] (II) RADEON(0): Modeline "1440x288"x0.0 27.00 1440 1= 464 1590 1728 288 290 293 312 -hsync -vsync (15.6 kHz e) [951042.361] (II) RADEON(0): Modeline "1440x240"x0.0 27.00 1440 1= 478 1602 1716 240 244 247 262 -hsync -vsync (15.7 kHz e) [951042.361] (--) RADEON(0): HDMI max TMDS frequency 170000KHz [951042.551] (II) RADEON(0): EDID vendor "SHP", prod id 4093 [951042.551] (II) RADEON(0): Using hsync ranges from config file [951042.551] (II) RADEON(0): Using vrefresh ranges from config file [951042.551] (II) RADEON(0): Printing DDC gathered Modelines: [951042.551] (II) RADEON(0): Modeline "1920x1080"x0.0 148.50 1920= 2448 2492 2640 1080 1084 1089 1125 +hsync -vsync (56.2 kHz eP) [951042.551] (II) RADEON(0): Modeline "1360x768"x0.0 85.50 1360 1= 424 1536 1792 768 771 777 795 +hsync +vsync (47.7 kHz e) [951042.551] (II) RADEON(0): Modeline "1920x1080"x0.0 148.50 1920= 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz e) [951042.551] (II) RADEON(0): Modeline "1920x1080i"x0.0 74.25 1920= 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e) [951042.551] (II) RADEON(0): Modeline "1920x1080i"x0.0 74.25 1920= 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e) [951042.551] (II) RADEON(0): Modeline "1280x720"x0.0 74.25 1280 1= 720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e) [951042.551] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840= 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e) [951042.551] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824= 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e) [951042.551] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656= 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e) [951042.551] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664= 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e) [951042.551] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656= 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e) [951042.551] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738= 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e) [951042.551] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1= 040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e) [951042.551] (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1= 048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e) [951042.551] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1= 048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e) [951042.551] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816= 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e) [951042.552] (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856= 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e) [951042.552] (II) RADEON(0): Modeline "1600x1200"x0.0 162.00 1600= 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e) [951042.552] (II) RADEON(0): Modeline "1920x1080"x60.0 172.80 192= 0 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz e) [951042.552] (II) RADEON(0): Modeline "1400x1050"x0.0 101.00 1400= 1448 1480 1560 1050 1053 1057 1080 +hsync -vsync (64.7 kHz e) [951042.552] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280= 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e) [951042.552] (II) RADEON(0): Modeline "1920x1080"x0.0 74.25 1920 = 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz e) [951042.552] (II) RADEON(0): Modeline "720x576"x0.0 27.00 720 732= 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e) [951042.552] (II) RADEON(0): Modeline "1920x1080"x0.0 74.25 1920 = 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (28.1 kHz e) [951042.552] (II) RADEON(0): Modeline "1440x576i"x0.0 27.00 1440 = 1464 1590 1728 576 580 586 625 interlace -hsync -vsync (15.6 kHz e) [951042.552] (II) RADEON(0): Modeline "1440x480i"x0.0 27.00 1440 = 1478 1602 1716 480 488 494 525 interlace -hsync -vsync (15.7 kHz e) [951042.552] (II) RADEON(0): Modeline "1280x720"x0.0 74.25 1280 1= 390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e) [951042.552] (II) RADEON(0): Modeline "720x480"x0.0 27.00 720 736= 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e) [951042.552] (II) RADEON(0): Modeline "1440x288"x0.0 27.00 1440 1= 464 1590 1728 288 290 293 312 -hsync -vsync (15.6 kHz e) [951042.552] (II) RADEON(0): Modeline "1440x240"x0.0 27.00 1440 1= 478 1602 1716 240 244 247 262 -hsync -vsync (15.7 kHz e) [951042.552] (--) RADEON(0): HDMI max TMDS frequency 170000KHz [951042.968] (II) RADEON(0): EDID vendor "SHP", prod id 4093 [951042.968] (II) RADEON(0): Using hsync ranges from config file [951042.968] (II) RADEON(0): Using vrefresh ranges from config file [951042.968] (II) RADEON(0): Printing DDC gathered Modelines: [951042.968] (II) RADEON(0): Modeline "1920x1080"x0.0 148.50 1920= 2448 2492 2640 1080 1084 1089 1125 +hsync -vsync (56.2 kHz eP) [951042.968] (II) RADEON(0): Modeline "1360x768"x0.0 85.50 1360 1= 424 1536 1792 768 771 777 795 +hsync +vsync (47.7 kHz e) [951042.968] (II) RADEON(0): Modeline "1920x1080"x0.0 148.50 1920= 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz e) [951042.968] (II) RADEON(0): Modeline "1920x1080i"x0.0 74.25 1920= 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e) [951042.968] (II) RADEON(0): Modeline "1920x1080i"x0.0 74.25 1920= 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e) [951042.968] (II) RADEON(0): Modeline "1280x720"x0.0 74.25 1280 1= 720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e) [951042.968] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840= 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e) [951042.968] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824= 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e) [951042.968] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656= 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e) [951042.968] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664= 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e) [951042.968] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656= 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e) [951042.968] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738= 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e) [951042.968] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1= 040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e) [951042.968] (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1= 048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e) [951042.968] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1= 048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e) [951042.968] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816= 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e) [951042.968] (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856= 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e) [951042.968] (II) RADEON(0): Modeline "1600x1200"x0.0 162.00 1600= 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e) [951042.968] (II) RADEON(0): Modeline "1920x1080"x60.0 172.80 192= 0 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz e) [951042.968] (II) RADEON(0): Modeline "1400x1050"x0.0 101.00 1400= 1448 1480 1560 1050 1053 1057 1080 +hsync -vsync (64.7 kHz e) [951042.968] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280= 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e) [951042.968] (II) RADEON(0): Modeline "1920x1080"x0.0 74.25 1920 = 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz e) [951042.968] (II) RADEON(0): Modeline "720x576"x0.0 27.00 720 732= 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e) [951042.968] (II) RADEON(0): Modeline "1920x1080"x0.0 74.25 1920 = 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (28.1 kHz e) [951042.968] (II) RADEON(0): Modeline "1440x576i"x0.0 27.00 1440 = 1464 1590 1728 576 580 586 625 interlace -hsync -vsync (15.6 kHz e) [951042.968] (II) RADEON(0): Modeline "1440x480i"x0.0 27.00 1440 = 1478 1602 1716 480 488 494 525 interlace -hsync -vsync (15.7 kHz e) [951042.968] (II) RADEON(0): Modeline "1280x720"x0.0 74.25 1280 1= 390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e) [951042.968] (II) RADEON(0): Modeline "720x480"x0.0 27.00 720 736= 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e) [951042.969] (II) RADEON(0): Modeline "1440x288"x0.0 27.00 1440 1= 464 1590 1728 288 290 293 312 -hsync -vsync (15.6 kHz e) [951042.969] (II) RADEON(0): Modeline "1440x240"x0.0 27.00 1440 1= 478 1602 1716 240 244 247 262 -hsync -vsync (15.7 kHz e) [951042.969] (--) RADEON(0): HDMI max TMDS frequency 170000KHz [951045.712] (II) RADEON(0): EDID vendor "SHP", prod id 4093 [951045.713] (II) RADEON(0): Using hsync ranges from config file [951045.713] (II) RADEON(0): Using vrefresh ranges from config file [951045.713] (II) RADEON(0): Printing DDC gathered Modelines: [951045.713] (II) RADEON(0): Modeline "1920x1080"x0.0 148.50 1920= 2448 2492 2640 1080 1084 1089 1125 +hsync -vsync (56.2 kHz eP) [951045.713] (II) RADEON(0): Modeline "1360x768"x0.0 85.50 1360 1= 424 1536 1792 768 771 777 795 +hsync +vsync (47.7 kHz e) [951045.713] (II) RADEON(0): Modeline "1920x1080"x0.0 148.50 1920= 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz e) [951045.713] (II) RADEON(0): Modeline "1920x1080i"x0.0 74.25 1920= 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e) [951045.713] (II) RADEON(0): Modeline "1920x1080i"x0.0 74.25 1920= 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e) [951045.713] (II) RADEON(0): Modeline "1280x720"x0.0 74.25 1280 1= 720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e) [951045.713] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840= 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e) [951045.713] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824= 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e) [951045.713] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656= 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e) [951045.713] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664= 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e) [951045.713] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656= 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e) [951045.713] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738= 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e) [951045.713] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1= 040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e) [951045.713] (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1= 048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e) [951045.713] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1= 048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e) [951045.713] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816= 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e) [951045.713] (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856= 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e) [951045.713] (II) RADEON(0): Modeline "1600x1200"x0.0 162.00 1600= 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e) [951045.713] (II) RADEON(0): Modeline "1920x1080"x60.0 172.80 192= 0 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz e) [951045.713] (II) RADEON(0): Modeline "1400x1050"x0.0 101.00 1400= 1448 1480 1560 1050 1053 1057 1080 +hsync -vsync (64.7 kHz e) [951045.713] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280= 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e) [951045.713] (II) RADEON(0): Modeline "1920x1080"x0.0 74.25 1920 = 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz e) [951045.713] (II) RADEON(0): Modeline "720x576"x0.0 27.00 720 732= 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e) [951045.713] (II) RADEON(0): Modeline "1920x1080"x0.0 74.25 1920 = 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (28.1 kHz e) [951045.713] (II) RADEON(0): Modeline "1440x576i"x0.0 27.00 1440 = 1464 1590 1728 576 580 586 625 interlace -hsync -vsync (15.6 kHz e) [951045.713] (II) RADEON(0): Modeline "1440x480i"x0.0 27.00 1440 = 1478 1602 1716 480 488 494 525 interlace -hsync -vsync (15.7 kHz e) [951045.713] (II) RADEON(0): Modeline "1280x720"x0.0 74.25 1280 1= 390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e) [951045.713] (II) RADEON(0): Modeline "720x480"x0.0 27.00 720 736= 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e) [951045.713] (II) RADEON(0): Modeline "1440x288"x0.0 27.00 1440 1= 464 1590 1728 288 290 293 312 -hsync -vsync (15.6 kHz e) [951045.713] (II) RADEON(0): Modeline "1440x240"x0.0 27.00 1440 1= 478 1602 1716 240 244 247 262 -hsync -vsync (15.7 kHz e) [951045.713] (--) RADEON(0): HDMI max TMDS frequency 170000KHz [951045.905] (II) RADEON(0): EDID vendor "SHP", prod id 4093 [951045.906] (II) RADEON(0): Using hsync ranges from config file [951045.906] (II) RADEON(0): Using vrefresh ranges from config file [951045.906] (II) RADEON(0): Printing DDC gathered Modelines: [951045.906] (II) RADEON(0): Modeline "1920x1080"x0.0 148.50 1920= 2448 2492 2640 1080 1084 1089 1125 +hsync -vsync (56.2 kHz eP) [951045.906] (II) RADEON(0): Modeline "1360x768"x0.0 85.50 1360 1= 424 1536 1792 768 771 777 795 +hsync +vsync (47.7 kHz e) [951045.906] (II) RADEON(0): Modeline "1920x1080"x0.0 148.50 1920= 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz e) [951045.906] (II) RADEON(0): Modeline "1920x1080i"x0.0 74.25 1920= 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e) [951045.906] (II) RADEON(0): Modeline "1920x1080i"x0.0 74.25 1920= 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e) [951045.906] (II) RADEON(0): Modeline "1280x720"x0.0 74.25 1280 1= 720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e) [951045.906] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840= 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e) [951045.906] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824= 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e) [951045.906] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656= 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e) [951045.906] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664= 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e) [951045.906] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656= 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e) [951045.906] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738= 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e) [951045.906] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1= 040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e) [951045.906] (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1= 048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e) [951045.906] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1= 048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e) [951045.906] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816= 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e) [951045.906] (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856= 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e) [951045.906] (II) RADEON(0): Modeline "1600x1200"x0.0 162.00 1600= 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e) [951045.906] (II) RADEON(0): Modeline "1920x1080"x60.0 172.80 192= 0 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync (67.1 kHz e) [951045.906] (II) RADEON(0): Modeline "1400x1050"x0.0 101.00 1400= 1448 1480 1560 1050 1053 1057 1080 +hsync -vsync (64.7 kHz e) [951045.906] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280= 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e) [951045.906] (II) RADEON(0): Modeline "1920x1080"x0.0 74.25 1920 = 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz e) [951045.906] (II) RADEON(0): Modeline "720x576"x0.0 27.00 720 732= 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e) [951045.906] (II) RADEON(0): Modeline "1920x1080"x0.0 74.25 1920 = 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (28.1 kHz e) [951045.906] (II) RADEON(0): Modeline "1440x576i"x0.0 27.00 1440 = 1464 1590 1728 576 580 586 625 interlace -hsync -vsync (15.6 kHz e) [951045.906] (II) RADEON(0): Modeline "1440x480i"x0.0 27.00 1440 = 1478 1602 1716 480 488 494 525 interlace -hsync -vsync (15.7 kHz e) [951045.906] (II) RADEON(0): Modeline "1280x720"x0.0 74.25 1280 1= 390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e) [951045.906] (II) RADEON(0): Modeline "720x480"x0.0 27.00 720 736= 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e) [951045.906] (II) RADEON(0): Modeline "1440x288"x0.0 27.00 1440 1= 464 1590 1728 288 290 293 312 -hsync -vsync (15.6 kHz e) [951045.906] (II) RADEON(0): Modeline "1440x240"x0.0 27.00 1440 1= 478 1602 1716 240 244 247 262 -hsync -vsync (15.7 kHz e) [951045.906] (--) RADEON(0): HDMI max TMDS frequency 170000KHz [951059.347] Can\'t flip because DRI2CanFlip failed [951059.373] Can\'t flip because DRI2CanFlip failed [951082.919] Can\'t flip because DRI2CanFlip failed [951083.019] Can\'t flip because DRI2CanFlip failed [951086.748] Can\'t flip because DRI2CanFlip failed [951086.780] Can\'t flip because DRI2CanFlip failed [951086.785] Can\'t flip because DRI2CanFlip failed [951086.806] Can\'t flip because DRI2CanFlip failed [951086.825] Can\'t flip because DRI2CanFlip failed [951086.846] Can\'t flip because DRI2CanFlip failed [951086.865] Can\'t flip because DRI2CanFlip failed [951086.885] Can\'t flip because DRI2CanFlip failed [951086.905] Can\'t flip because DRI2CanFlip failed [951086.925] Can\'t flip because DRI2CanFlip failed [951086.946] Can\'t flip because DRI2CanFlip failed [951087.045] Can\'t flip because DRI2CanFlip failed [951087.128] Can\'t flip because DRI2CanFlip failed [951087.276] Can\'t flip because DRI2CanFlip failed [951087.288] Can\'t flip because DRI2CanFlip failed [951087.307] Can\'t flip because DRI2CanFlip failed [951087.327] Can\'t flip because DRI2CanFlip failed [951087.347] Can\'t flip because DRI2CanFlip failed [951087.367] Can\'t flip because DRI2CanFlip failed [951087.388] Can\'t flip because DRI2CanFlip failed [951087.407] Can\'t flip because DRI2CanFlip failed [951087.427] Can\'t flip because DRI2CanFlip failed [951087.447] Can\'t flip because DRI2CanFlip failed [951087.507] Can\'t flip because DRI2CanFlip failed [951088.427] Can\'t flip because DRI2CanFlip failed [951088.447] Can\'t flip because DRI2CanFlip failed [951089.511] Can\'t flip because DRI2CanFlip failed [951089.527] Can\'t flip because DRI2CanFlip failed [951090.856] Can\'t flip because DRI2CanFlip failed [951091.068] Can\'t flip because DRI2CanFlip failed [951091.237] Can\'t flip because DRI2CanFlip failed [951091.394] Can\'t flip because DRI2CanFlip failed [951091.558] Can\'t flip because DRI2CanFlip failed [951091.754] Can\'t flip because DRI2CanFlip failed [951091.914] Can\'t flip because DRI2CanFlip failed [951092.077] Can\'t flip because DRI2CanFlip failed [951092.236] Can\'t flip because DRI2CanFlip failed [951092.396] Can\'t flip because DRI2CanFlip failed [951092.553] Can\'t flip because DRI2CanFlip failed [951092.570] Can\'t flip because DRI2CanFlip failed [951092.641] Can\'t flip because DRI2CanFlip failed [951092.829] Can\'t flip because DRI2CanFlip failed [951092.850] Can\'t flip because DRI2CanFlip failed [951092.903] Can\'t flip because DRI2CanFlip failed [951092.983] Can\'t flip because DRI2CanFlip failed [951093.069] Can\'t flip because DRI2CanFlip failed [951093.143] Can\'t flip because DRI2CanFlip failed [951093.223] Can\'t flip because DRI2CanFlip failed [951093.303] Can\'t flip because DRI2CanFlip failed [951093.383] Can\'t flip because DRI2CanFlip failed [951093.463] Can\'t flip because DRI2CanFlip failed [951093.543] Can\'t flip because DRI2CanFlip failed [951093.623] Can\'t flip because DRI2CanFlip failed [951093.703] Can\'t flip because DRI2CanFlip failed [951093.766] Can\'t flip because DRI2CanFlip failed [951093.846] Can\'t flip because DRI2CanFlip failed [951093.926] Can\'t flip because DRI2CanFlip failed [951094.006] Can\'t flip because DRI2CanFlip failed [951094.086] Can\'t flip because DRI2CanFlip failed [951094.166] Can\'t flip because DRI2CanFlip failed [951094.246] Can\'t flip because DRI2CanFlip failed [951094.326] Can\'t flip because DRI2CanFlip failed [951094.407] Can\'t flip because DRI2CanFlip failed [951094.486] Can\'t flip because DRI2CanFlip failed [951094.566] Can\'t flip because DRI2CanFlip failed [951094.629] Can\'t flip because DRI2CanFlip failed [951094.709] Can\'t flip because DRI2CanFlip failed [951094.790] Can\'t flip because DRI2CanFlip failed [951094.869] Can\'t flip because DRI2CanFlip failed [951094.933] Can\'t flip because DRI2CanFlip failed [951095.013] Can\'t flip because DRI2CanFlip failed [951095.093] Can\'t flip because DRI2CanFlip failed [951095.173] Can\'t flip because DRI2CanFlip failed [951095.253] Can\'t flip because DRI2CanFlip failed [951095.425] Can\'t flip because DRI2CanFlip failed [951095.450] Can\'t flip because DRI2CanFlip failed [951095.496] Can\'t flip because DRI2CanFlip failed [951095.576] Can\'t flip because DRI2CanFlip failed [951095.639] Can\'t flip because DRI2CanFlip failed [951095.719] Can\'t flip because DRI2CanFlip failed [951095.803] Can\'t flip because DRI2CanFlip failed [951095.883] Can\'t flip because DRI2CanFlip failed
(In reply to Michel D=C3=A4nzer from comment #17) > Created attachment 108267 [deta= ils] [review] [review] > Add some debugging output to DRI2CanFlip >=20 > Can you rebuild xserver with this patch and get the debugging output f= rom > that as well? >=20 > BTW, we only really need to see each debugging message once. If you wa= nt to > provide all of them or even the whole log file, please create an attac= hment > instead of pasting it in a comment. Pls find xserver output with patch: [1007456.173] (--) RADEON(0): HDMI max TMDS frequency 170000KHz [1007469.503] DRI2CanFlip: Window clipList doesn\'t match root window dimensions [1007469.503] Can\'t flip because DRI2CanFlip failed [1007469.634] DRI2CanFlip: Window clipList doesn\'t match root window dimensions [1007469.634] Can\'t flip because DRI2CanFlip failed [1007493.253] DRI2CanFlip: Window clipList doesn\'t match root window dimensions [1007493.253] Can\'t flip because DRI2CanFlip failed [1007493.313] DRI2CanFlip: Window clipList doesn\'t match root window dimensions [1007493.313] Can\'t flip because DRI2CanFlip failed [1007499.269] DRI2CanFlip: Window pixmap dimensions dosn\'t match window dimensions [1007499.269] Can\'t flip because DRI2CanFlip failed [1007505.997] DRI2CanFlip: Window clipList doesn\'t match root window dimensions [1007505.997] Can\'t flip because DRI2CanFlip failed [1007506.012] DRI2CanFlip: Window clipList doesn\'t match root window dimensions [1007506.012] Can\'t flip because DRI2CanFlip failed [1007506.125] DRI2CanFlip: Window clipList doesn\'t match root window dimensions [1007506.125] Can\'t flip because DRI2CanFlip failed [1007506.152] DRI2CanFlip: Window clipList doesn\'t match root window dimensions [1007506.152] Can\'t flip because DRI2CanFlip failed [1007506.207] DRI2CanFlip: Window clipList doesn\'t match root window dimensions
| What | Removed | Added |
|---|---|---|
| Attachment #108267 is obsolete= td> | 1 |
Created attachment 108289 [details] [review] Add some debugging output to DRI2CanFlip v2 This one will print even more debugging output about the DRI2CanFlip failur= e.
(In reply to Michel D=C3=A4nzer from comment #19) > Created attachment 108289 [details] [review] [review] > Add some debugging output to DRI2CanFlip v2 >=20 > This one will print even more debugging output about the DRI2CanFlip f= ailure. Pls find Xserver log with new patch: [1031189.617] (--) RADEON(0): HDMI max TMDS frequency 170000KHz [1031203.006] DRI2CanFlip: Window clipList doesn\'t match root window dimensions: [1031203.006] Window clipList extents: (1, 1)-(1920, 1080) [1031203.006] Root window extents: (0, 0)-(1920, 1080) [1031203.006] Can\'t flip because DRI2CanFlip failed [1031203.038] DRI2CanFlip: Window clipList doesn\'t match root window dimensions: [1031203.038] Window clipList extents: (1, 1)-(1920, 1080) [1031203.038] Root window extents: (0, 0)-(1920, 1080) [1031203.038] Can\'t flip because DRI2CanFlip failed [1031226.655] DRI2CanFlip: Window clipList doesn\'t match root window dimensions: [1031226.655] Window clipList extents: (1, 1)-(1920, 1080) [1031226.655] Root window extents: (0, 0)-(1920, 1080) [1031226.655] Can\'t flip because DRI2CanFlip failed [1031226.664] DRI2CanFlip: Window clipList doesn\'t match root window dimensions: [1031226.664] Window clipList extents: (1, 1)-(1920, 1080) [1031226.664] Root window extents: (0, 0)-(1920, 1080) [1031226.664] Can\'t flip because DRI2CanFlip failed [1031226.710] DRI2CanFlip: Window clipList doesn\'t match root window dimensions: [1031226.710] Window clipList extents: (1, 1)-(1920, 1080) [1031226.710] Root window extents: (0, 0)-(1920, 1080) [1031226.710] Can\'t flip because DRI2CanFlip failed [1031247.095] DRI2CanFlip: Window pixmap dimensions don\'t match window dimensions [1031247.095] Can\'t flip because DRI2CanFlip failed [1031251.042] DRI2CanFlip: Window clipList doesn\'t match root window dimensions: [1031251.042] Window clipList extents: (0, 0)-(1920, 1078) [1031251.042] Root window extents: (0, 0)-(1920, 1080) [1031251.042] Can\'t flip because DRI2CanFlip failed [1031251.195] DRI2CanFlip: Window clipList doesn\'t match root window dimensions: [1031251.195] Window clipList extents: (0, 0)-(1920, 1078) [1031251.195] Root window extents: (0, 0)-(1920, 1080) [1031251.195] Can\'t flip because DRI2CanFlip failed [1031251.288] DRI2CanFlip: Window clipList doesn\'t match root window dimensions: [1031251.288] Window clipList extents: (0, 0)-(1920, 1078) [1031251.288] Root window extents: (0, 0)-(1920, 1080) [1031251.288] Can\'t flip because DRI2CanFlip failed [1031251.386] DRI2CanFlip: Window clipList doesn\'t match root window dimensions: [1031251.386] Window clipList extents: (0, 0)-(1920, 1078) [1031251.387] Root window extents: (0, 0)-(1920, 1080) [1031251.387] Can\'t flip because DRI2CanFlip failed [1031251.479] DRI2CanFlip: Window clipList doesn\'t match root window dimensions: [1031251.479] Window clipList extents: (0, 0)-(1920, 1078) [1031251.479] Root window extents: (0, 0)-(1920, 1080) [1031251.480] Can\'t flip because DRI2CanFlip failed [1031251.566] DRI2CanFlip: Window clipList doesn\'t match root window dimensions: [1031251.566] Window clipList extents: (0, 0)-(1920, 1078) [1031251.566] Root window extents: (0, 0)-(1920, 1080) [1031251.566] Can\'t flip because DRI2CanFlip failed [1031251.659] DRI2CanFlip: Window clipList doesn\'t match root window dimensions: [1031251.659] Window clipList extents: (0, 0)-(1920, 1078) [1031251.660] Root window extents: (0, 0)-(1920, 1080) [1031251.660] Can\'t flip because DRI2CanFlip failed [1031251.743] DRI2CanFlip: Window clipList doesn\'t match root window dimensions: [1031251.743] Window clipList extents: (0, 0)-(1920, 1078) [1031251.743] Root window extents: (0, 0)-(1920, 1080) [1031251.743] Can\'t flip because DRI2CanFlip failed [1031251.843] DRI2CanFlip: Window clipList doesn\'t match root window dimensions: [1031251.843] Window clipList extents: (0, 0)-(1920, 1078) [1031251.843] Root window extents: (0, 0)-(1920, 1080) [1031251.843] Can\'t flip because DRI2CanFlip failed [1031251.943] DRI2CanFlip: Window clipList doesn\'t match root window dimensions: [1031251.943] Window clipList extents: (0, 0)-(1920, 1078) [1031251.943] Root window extents: (0, 0)-(1920, 1080) [1031251.943] Can\'t flip because DRI2CanFlip failed [1031252.040] DRI2CanFlip: Window clipList doesn\'t match root window dimensions: [1031252.040] Window clipList extents: (0, 0)-(1920, 1078) [1031252.040] Root window extents: (0, 0)-(1920, 1080) [1031252.040] Can\'t flip because DRI2CanFlip failed
(In reply to warpme from comment #20) > [1031252.040] DRI2CanFlip: Window clipList doesn= \'t match root window dimensions: > [1031252.040] Window clipList extents: (0, 0)-(1920, 1078) > [1031252.040] Root window extents: (0, 0)-(1920, 1080) Looks like either the MythTV output window is only 1078 pixels high, or the bottom two rows of it are covered by another window. Can you run xwininfo w= hile there is tearing in MythTV, click on the MythTV output window, and provide = the output from xwininfo?
(In reply to Christian K=C3=B6nig from comment #9) > Please try to investigate what MythTV is actuall= y doing different here to > cause the page flipping to not work correctly. It would be interesting to know why the function can_flip() in xf86-video-ati/src/radeon_dri2.c returns FALSE. warpme, if you're familiar = with gdb, you can attach it (from ssh) to the Xorg process while MythTV is runni= ng, set a breakpoint at that function and trace its execution. Otherwise, we may have to modify the function to print some debugging output.
Created attachment 108267 [details] [review] Add some debugging output to DRI2CanFlip Can you rebuild xserver with this patch and get the debugging output from t= hat as well? BTW, we only really need to see each debugging message once. If you want to provide all of them or even the whole log file, please create an attachment instead of pasting it in a comment.
(In reply to Michel D=C3=A4nzer from comment #21) > (In reply to warpme from comment #20) > > [1031252.040] DRI2CanFlip: Window clipList doesn\'t match root wi= ndow dimensions: > > [1031252.040] Window clipList extents: (0, 0)-(1920, 1078) > > [1031252.040] Root window extents: (0, 0)-(1920, 1080) >=20 > Looks like either the MythTV output window is only 1078 pixels high, o= r the > bottom two rows of it are covered by another window. Can you run xwini= nfo > while there is tearing in MythTV, click on the MythTV output window, a= nd > provide the output from xwininfo? Pls find xwininfo output: GUI: xwininfo: Window id: 0x1600003 "MythTV Frontend" Absolute upper-left X: 0 Absolute upper-left Y: 0 Relative upper-left X: 0 Relative upper-left Y: 0 Width: 1920 Height: 1080 Depth: 24 Visual: 0x21 Visual Class: TrueColor Border width: 1 Class: InputOutput Colormap: 0x20 (installed) Bit Gravity State: NorthWestGravity Window Gravity State: NorthWestGravity Backing Store State: NotUseful Save Under State: no Map State: IsViewable Override Redirect State: no Corners: +0+0 --2+0 --2--2 +0--2 -geometry 1920x1080+0+0 ------------------------------------------- playback tv of interlaced recording xwininfo: Window id: 0x1600003 "MythTV Frontend" Absolute upper-left X: -1 Absolute upper-left Y: -1 Relative upper-left X: -1 Relative upper-left Y: -1 Width: 1920 Height: 1078 Depth: 24 Visual: 0x21 Visual Class: TrueColor Border width: 1 Class: InputOutput Colormap: 0x20 (installed) Bit Gravity State: NorthWestGravity Window Gravity State: NorthWestGravity Backing Store State: NotUseful Save Under State: no Map State: IsViewable Override Redirect State: no Corners: +-1+-1 --1+-1 --1-1 +-1-1 -geometry 1920x1078+-1+-1 I see indeed playback is within 1920x1078. It looks however that only glamo= r=20 starts to have tearing by this. Accordingly to comment8 it looks like also other players also behave in such way...
(In reply to Christian K=C3=B6nig from comment #13) > (In reply to warpme from comment #11) > > Maybe Kabini's xserver log output about "EXA not supported&q= uot; is clue here? Is > > EXA supported on Kabini at all? > >=20 > > heh - I spent great time to adding glamor to carefully minimized = minimyth2 > > image - just because on many places it is stated that mesa's rade= onsi > > mandatory requires glamor....=20 >=20 > Sorry you misunderstood me: Glamor is mandatory on SI, there is not su= pport > for EXA. This is correct. >=20 > But glamor shouldn't be used in this situation because we have only one > fullscreen application on the screen. In this situation page flipping = should > be used by the X server without any copy operation required by glamor. >=20 > Page flipping operations are tear free, so what we see here is that wi= thout > deinterlacing the graphics stack uses page flipping and with deinterla= cing > it uses glamor with of course results in badly tearing of the video. >=20 > The question is why the heck do we fallback to a copy operation with g= lamor > when deinterlacing is enabled? Deinterlacing is independent of display= ing > the video so this makes no sense. Maybe de-interlacing just tips him over into not being fast enough - just speculating. A couple of observations from my setup - not kabini, but si R9270X. With Michels 2nd patch I see mplayer and mpv both get 1920x1080 OK so I pageflip. My normal use case, however, is to have 2 screens - TV below monitor + different refresh rates. Like this I don't get flips, but I also don't have= any tearing issues with deint. I always set cpus to perf - so I guess that my system is fast enough to handle copy.