summaryrefslogtreecommitdiffstats
path: root/lib/Xconfig/various.pm
diff options
context:
space:
mode:
authorMageia SVN-Git Migration <svn-git-migration@mageia.org>2011-02-03 13:54:58 +0000
committerMageia SVN-Git Migration <svn-git-migration@mageia.org>2011-02-03 13:54:58 +0000
commitf77c8e8447276f649dba448cb87fd6f53fe1637e (patch)
treed2d74914d44845e6d97186aba5bda92ff65f66a9 /lib/Xconfig/various.pm
parent0e92a8c2aa253c877c6efba914ab8698ac8356d1 (diff)
downloaddrakx-kbd-mouse-x11-f77c8e8447276f649dba448cb87fd6f53fe1637e.tar
drakx-kbd-mouse-x11-f77c8e8447276f649dba448cb87fd6f53fe1637e.tar.gz
drakx-kbd-mouse-x11-f77c8e8447276f649dba448cb87fd6f53fe1637e.tar.bz2
drakx-kbd-mouse-x11-f77c8e8447276f649dba448cb87fd6f53fe1637e.tar.xz
drakx-kbd-mouse-x11-f77c8e8447276f649dba448cb87fd6f53fe1637e.zip
Synthesized commit during git-svn import combining previous Mandriva history with Magiea.
This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r391 | dmorgan | 2011-02-03 13:54:58 +0000 (Thu, 03 Feb 2011) | 1 line Import cleaned drakx-kbd-mouse-x11 ------------------------------------------------------------------------ In addition to the above commits, the following cleaning work has been recorded: - License is GPLv2 - Problematic files: o lib/keyboard.pm: run_program::run('mandriva-setup-keyboard'); (does this need to be changed?) we keep it for now o lib/Xconfig/resolution_and_depth.pm: symlinkf "$theme{THEME}.xml", "$dir/Mandriva.xml"; (this will be changed, and should be synced with whatever will be does to the default Mageia wallpapers theme; this .xml file is used to change the wallpaper in GNOME/KDE depending on the time of the day) => switched to Mageia.xml - Various icons that'll need to be changed in data/pixmaps: done with oxygen icons
Diffstat (limited to 'lib/Xconfig/various.pm')
-rw-r--r--lib/Xconfig/various.pm5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/Xconfig/various.pm b/lib/Xconfig/various.pm
index 4a8ed22..59cf92b 100644
--- a/lib/Xconfig/various.pm
+++ b/lib/Xconfig/various.pm
@@ -1,4 +1,4 @@
-package Xconfig::various; # $Id$
+package Xconfig::various; # $Id: various.pm 269742 2010-06-02 09:25:35Z cfergeau $
use diagnostics;
use strict;
@@ -240,9 +240,6 @@ sub choose {
{ text => N("Disable Ctrl-Alt-Backspace"),
type => 'bool', val => \$various->{DontZap} },
{ label => N("Graphic card options"), title => 1 },
- exists $various->{use_DRI_GLX} ?
- { text => N("3D hardware acceleration"),
- type => 'bool', val => \$various->{use_DRI_GLX} } : (),
{ text => N("Enable Translucency (Composite extension)"),
type => 'bool', val => \$various->{Composite} },
exists $various->{HWCursor} ?