summaryrefslogtreecommitdiffstats
path: root/lib/Xconfig/main.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-11-14 07:44:11 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-11-14 07:44:11 +0000
commit5e7dea780680b433842dbd4ecd6f55e38b391f5e (patch)
tree17efe4ee1904744d4b8395c782de4d2043ef1e21 /lib/Xconfig/main.pm
parentcfd406c8fe8419bbc0e703953fd9d8251c7df74d (diff)
downloaddrakx-kbd-mouse-x11-5e7dea780680b433842dbd4ecd6f55e38b391f5e.tar
drakx-kbd-mouse-x11-5e7dea780680b433842dbd4ecd6f55e38b391f5e.tar.gz
drakx-kbd-mouse-x11-5e7dea780680b433842dbd4ecd6f55e38b391f5e.tar.bz2
drakx-kbd-mouse-x11-5e7dea780680b433842dbd4ecd6f55e38b391f5e.tar.xz
drakx-kbd-mouse-x11-5e7dea780680b433842dbd4ecd6f55e38b391f5e.zip
- XFdrake:
o have Option "PanelGeometry" "XXxYY" on geode driver
Diffstat (limited to 'lib/Xconfig/main.pm')
-rw-r--r--lib/Xconfig/main.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Xconfig/main.pm b/lib/Xconfig/main.pm
index 5b58ffc..94ff9be 100644
--- a/lib/Xconfig/main.pm
+++ b/lib/Xconfig/main.pm
@@ -112,7 +112,7 @@ sub configure_chooser_raw {
$prompt_for_resolution->();
} else {
Xconfig::screen::configure($raw_X);
- $may_set->('resolutions', Xconfig::resolution_and_depth::set_resolution($raw_X, $X->{monitors}, $default_resolution, @other_resolutions));
+ $may_set->('resolutions', Xconfig::resolution_and_depth::set_resolution($raw_X, $X->{card}, $X->{monitors}, $default_resolution, @other_resolutions));
}
}
}