summaryrefslogtreecommitdiffstats
path: root/lib/Xconfig/various.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-04-02 13:59:25 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-04-02 13:59:25 +0000
commitbf564c580a8639b344135e960631c3a8d01ca04f (patch)
tree8661868e2830cecb26f08d89e12bff6e56ae7912 /lib/Xconfig/various.pm
parent2c20e3c6329a05afd51ac74a9b48276d65c8df63 (diff)
downloaddrakx-kbd-mouse-x11-bf564c580a8639b344135e960631c3a8d01ca04f.tar
drakx-kbd-mouse-x11-bf564c580a8639b344135e960631c3a8d01ca04f.tar.gz
drakx-kbd-mouse-x11-bf564c580a8639b344135e960631c3a8d01ca04f.tar.bz2
drakx-kbd-mouse-x11-bf564c580a8639b344135e960631c3a8d01ca04f.tar.xz
drakx-kbd-mouse-x11-bf564c580a8639b344135e960631c3a8d01ca04f.zip
- XFdrake:
o do not disable RenderAccel on nvidia-current (regression introduced in 0.21) (Anssi gave the proper patch, and i failed miserably, let me dig the sand with my head and a pile of brown paper bags...)
Diffstat (limited to 'lib/Xconfig/various.pm')
-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 86e3500..33de577 100644
--- a/lib/Xconfig/various.pm
+++ b/lib/Xconfig/various.pm
@@ -50,7 +50,7 @@ sub default {
isLaptop => $isLaptop,
xdm => 1,
Composite => !($card->{Driver} eq 'fglrx' || $card->{Driver} eq 'nvidia' && $card->{DriverVersion} eq '71xx'),
- if_($card->{Driver} eq 'nvidia', RenderAccel => $card->{DriverVersion} eq '97xx',
+ if_($card->{Driver} eq 'nvidia', RenderAccel => $card->{DriverVersion} eq '-current',
Clone => 0, ForceModeDVI => 0),
if_($card->{Driver} eq 'savage', HWCursor => 1),
if_($card->{Driver} eq 'intel' && $isLaptop, Clone => 0),