desktop-packages team mailing list archive
-
desktop-packages team
-
Mailing list archive
-
Message #105888
[Bug 1401784] Re: Disable DRI3
Just for anyone who wants to turn DR3 back, here is the solution I
found:
- You need to have a DRI3 enabled xserver-xorg-video-intel driver. You
can get one from the xorg-edgers ppa. I just downloaded the deb file
that suits for my Ubuntu architecture from here: https://launchpad.net
/~xorg-
edgers/+archive/ubuntu/ppa/+packages?field.name_filter=&field.status_filter=published&field.series_filter=vivid
After that just do
sudo dpkg -i ./name_of_the_debfile
- xorg configuration needs adjustments. Just do
sudo vi /etc/X11/xorg.conf
and insert:
Section "Module"
Load "dri3"
EndSection
Section "Device"
Identifier "Intel"
Option "DRI" "3"
EndSection
Now everything runs much smoother, without a sign of tearing.
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1401784
Title:
Disable DRI3
Status in xserver-xorg-video-intel package in Ubuntu:
Fix Released
Status in xserver-xorg-video-intel source package in Utopic:
Fix Released
Status in xserver-xorg-video-intel source package in Vivid:
Fix Released
Bug description:
[Impact]
from the upstream commit:
"The external libraries, both in git, and especially shipping already
enabled in distributions, are buggy and lead to server crashes and
lockups. Caveat emptor."
so disable it by default in vivid and utopic.
[Test case]
grep DRI3 /var/log/Xorg.0.log
should not return anything
[Regression potential]
none
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1401784/+subscriptions
References