summaryrefslogtreecommitdiffstats
path: root/lib/Xconfig
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2009-04-21 13:00:59 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2009-04-21 13:00:59 +0000
commit3e2aa7762ff206975582cd2af4e483983614ed72 (patch)
treedd047eca9072e5aaf3886cf9e4fd39b2ef512ffa /lib/Xconfig
parentd313d4267cdb0699427998e835608867cd021a2f (diff)
downloaddrakx-kbd-mouse-x11-3e2aa7762ff206975582cd2af4e483983614ed72.tar
drakx-kbd-mouse-x11-3e2aa7762ff206975582cd2af4e483983614ed72.tar.gz
drakx-kbd-mouse-x11-3e2aa7762ff206975582cd2af4e483983614ed72.tar.bz2
drakx-kbd-mouse-x11-3e2aa7762ff206975582cd2af4e483983614ed72.tar.xz
drakx-kbd-mouse-x11-3e2aa7762ff206975582cd2af4e483983614ed72.zip
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.
Diffstat (limited to 'lib/Xconfig')
-rw-r--r--lib/Xconfig/various.pm2
1 files changed, 1 insertions, 1 deletions
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
});
}