summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_gtk.pm
diff options
context:
space:
mode:
authorThierry.Vignaud <thierry.vignaud@gmail.com>2014-06-04 10:01:59 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2014-06-05 07:56:38 +0200
commitca506cfcc4d070fec262c08e4fd78c4579ea9fc7 (patch)
tree70db7aa805e815aae177de96558cab3be252f7e5 /perl-install/install/steps_gtk.pm
parent276d44d76644e4ee25f24779c70d14f3f234f3c7 (diff)
downloaddrakx-ca506cfcc4d070fec262c08e4fd78c4579ea9fc7.tar
drakx-ca506cfcc4d070fec262c08e4fd78c4579ea9fc7.tar.gz
drakx-ca506cfcc4d070fec262c08e4fd78c4579ea9fc7.tar.bz2
drakx-ca506cfcc4d070fec262c08e4fd78c4579ea9fc7.tar.xz
drakx-ca506cfcc4d070fec262c08e4fd78c4579ea9fc7.zip
kill last remaining bit from Move
should have been ripped in commit dfdf67465048d060f7f86cd70d55cb78b6da15d9
Diffstat (limited to 'perl-install/install/steps_gtk.pm')
-rw-r--r--perl-install/install/steps_gtk.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/steps_gtk.pm b/perl-install/install/steps_gtk.pm
index b354feadf..27a9e3272 100644
--- a/perl-install/install/steps_gtk.pm
+++ b/perl-install/install/steps_gtk.pm
@@ -88,7 +88,7 @@ sub _setup_and_start_X {
foreach (@servers) {
log::l("Trying with server $_");
- my ($prog, $Driver) = /Driver:(.*)/ ? ('Xorg', $1) : /Xnest|^X_move$/ ? $_ : "XF86_$_";
+ my ($prog, $Driver) = /Driver:(.*)/ ? ('Xorg', $1) : /Xnest/ ? $_ : "XF86_$_";
if (/FB/i) {
!$o->{vga16} && $o->{allowFB} or next;