diff options
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | lib/Xconfig/card.pm | 3 |
2 files changed, 3 insertions, 4 deletions
@@ -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); |