From 3e2aa7762ff206975582cd2af4e483983614ed72 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Tue, 21 Apr 2009 13:00:59 +0000 Subject: Don't show the "EXA/XAA" switch by default on Intel cards Newer intel drivers properly autoselect UXA/EXA if KMS is available or not, and XAA should really only be used as a fallback. For now, don't set EXA => 0 in the default values for the Intel cards. This will hide the XAA/EXA switch from the configuration UI. If an accel method was explicitly selected in xorg.conf by the user, the UI will be shown so that he has a chance to unselect EXA. --- lib/Xconfig/various.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Xconfig/various.pm b/lib/Xconfig/various.pm index feaa772..965af92 100644 --- a/lib/Xconfig/various.pm +++ b/lib/Xconfig/various.pm @@ -56,7 +56,7 @@ sub default { if_($card->{Driver} eq 'intel' && $isLaptop, Clone => 0), if_($card->{Driver} eq 'ati' && $isLaptop, Clone => 1, BIOSHotkeys => 0), if_(exists $card->{DRI_GLX}, use_DRI_GLX => $card->{DRI_GLX} && !$card->{Xinerama}), - if_(member($card->{Driver}, qw(i128 ati intel sis trident via savage)), EXA => 0), #- list taken from http://wiki.x.org/wiki/ExaStatus + if_(member($card->{Driver}, qw(i128 ati sis trident via savage)), EXA => 0), #- list taken from http://wiki.x.org/wiki/ExaStatus }); } -- cgit v1.2.1