Description of problem: Sometimes all windows became black $ rpm -qa | grep Xorg xorg-x11-server-Xorg-1.14.4-7.fc20.i686 Demonstration video: https://drive.google.com/file/d/0B0nwzlfiB4aQVmNoREo4UFZDdEE/edit?usp=sharing --- I know how reproduce this!!!! Just open my panorama photo in Firefox on Intel Q35. https://plus.google.com/u/0/photos?pid=6023650296842376578&oid=116984206024232739890 Demonstration: https://drive.google.com/file/d/0B0nwzlfiB4aQcXBFc19fQU5aWlU/edit?usp=sharing
Please attach your Xorg.0.log and dmesg.
Created attachment 101175 [details] dmesg
Created attachment 101176 [details] Xorg.0.log
Well done :)
I thought this was going to be bug 59771. However, the solution is the same, try a more recent version of xf86-video-intel with the switch to sna.
(In reply to comment #5) > I thought this was going to be bug 59771. However, the solution is the same, > try a more recent version of xf86-video-intel with the switch to sna. Which version needed? $ rpm -qa | grep intel xorg-x11-drv-intel-2.21.15-5.fc20.i686
(In reply to comment #5) > I thought this was going to be bug 59771. However, the solution is the same, > try a more recent version of xf86-video-intel with the switch to sna. I am try manually enable SNA but no success :( [root@localhost ~]# cat /var/log/Xorg.0.log | grep -ie uxa -ie sna [ 34.785] (II) UXA(0): Driver registered support for the following operations: [root@localhost ~]# cat /etc/X11/xorg.conf.d/20-intel.conf Section "Device" Identifier "Intel Graphics" Driver "intel" Option "AccelMethod" "sna" Option "TearFree" "true" EndSection
That would suggest fc20 did not compile sna into their package.
*** This bug has been marked as a duplicate of bug 59771 ***
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.