
Originally Posted by
deanjo
Seeing instructions like this just makes me depressed. A person should not have to hand edit files when it comes to graphic options.
It will become the default once it is ready to become the default. Usually there is a reason it is not the default.
As a normal user you wouldn't change your ddx acceleration anyway, would you?
The better method by the way is creating a file
/etc/X11/xorg.conf.d/20-intel.conf
with
Code:
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "AccelMethod" "sna"
EndSection
For some reason this is probably going to interfere with prime.
You could also compile xf86-video-intel with --with-default-accel=sna so you won't have to do anything.