diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-07-04 08:43:08 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-07-04 08:43:08 +0000 |
commit | 6a6f3f00c765f3624964b1ebfb6117793949613e (patch) | |
tree | 983b35a80a7b8fa0b91cedb70decd1817c8c80d0 /lib/Xconfig/card.pm | |
parent | 7ea4a5bfe5896b6aea9771e59ed1140b48f4dc52 (diff) | |
download | drakx-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
Diffstat (limited to 'lib/Xconfig/card.pm')
-rw-r--r-- | lib/Xconfig/card.pm | 3 |
1 files changed, 0 insertions, 3 deletions
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); |