diff options
| -rw-r--r-- | abs/core/system-templates/templates/xorg/xorg.intel | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/abs/core/system-templates/templates/xorg/xorg.intel b/abs/core/system-templates/templates/xorg/xorg.intel index e6d2345..dcd1d90 100644 --- a/abs/core/system-templates/templates/xorg/xorg.intel +++ b/abs/core/system-templates/templates/xorg/xorg.intel @@ -1,7 +1,7 @@  Section "Device"     Identifier  "Intel Graphics"     Driver      "intel" -   Option      "AccelMethod"  "sna" -   #Option      "AccelMethod"  "uxa" +   #Option      "AccelMethod"  "sna" +   Option      "AccelMethod"  "uxa"     #Option      "AccelMethod"  "xaa"  EndSection | 
