summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-07-04 08:43:08 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-07-04 08:43:08 +0000
commit6a6f3f00c765f3624964b1ebfb6117793949613e (patch)
tree983b35a80a7b8fa0b91cedb70decd1817c8c80d0
parent7ea4a5bfe5896b6aea9771e59ed1140b48f4dc52 (diff)
downloaddrakx-kbd-mouse-x11-6a6f3f00c765f3624964b1ebfb6117793949613e.tar
drakx-kbd-mouse-x11-6a6f3f00c765f3624964b1ebfb6117793949613e.tar.gz
drakx-kbd-mouse-x11-6a6f3f00c765f3624964b1ebfb6117793949613e.tar.bz2
drakx-kbd-mouse-x11-6a6f3f00c765f3624964b1ebfb6117793949613e.tar.xz
drakx-kbd-mouse-x11-6a6f3f00c765f3624964b1ebfb6117793949613e.zip
o no need to force XaaNoOffscreenPixmaps, it is the default now in
x11-server
-rw-r--r--NEWS4
-rw-r--r--lib/Xconfig/card.pm3
2 files changed, 3 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 40503d0..2158022 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
- XFdrake:
- o ensure we don't drop non-main "Device" (when modifying "Options" (#41410)
+ o ensure we don't drop non-main "Device" (when modifying "Options", #41410)
o use nvidia-current default settings for nvidia173 as well
+ o no need to force XaaNoOffscreenPixmaps, it is the default now in
+ x11-server
Version 0.58 - 9 June 2008
diff --git a/lib/Xconfig/card.pm b/lib/Xconfig/card.pm
index e121339..6245798 100644
--- a/lib/Xconfig/card.pm
+++ b/lib/Xconfig/card.pm
@@ -60,9 +60,6 @@ sub to_raw_X {
if (arch() =~ /ppc/ && ($_->{Driver} eq 'r128' || $_->{Driver} eq 'radeon')) {
$_->{UseFBDev} = 1;
}
- if (member($_->{Driver}, qw(intel ati))) {
- $_->{Options}{XaaNoOffscreenPixmaps} = '1';
- }
}
$raw_X->set_devices(@cards);