From 6a6f3f00c765f3624964b1ebfb6117793949613e Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 4 Jul 2008 08:43:08 +0000 Subject: o no need to force XaaNoOffscreenPixmaps, it is the default now in x11-server --- NEWS | 4 +++- lib/Xconfig/card.pm | 3 --- 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); -- cgit v1.2.1