diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
commit | 1be510f9529cb082f802408b472a77d074b394c0 (patch) | |
tree | b175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-dev/attachments/20120405/fe306060 | |
parent | fa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff) | |
download | archives-master.tar archives-master.tar.gz archives-master.tar.bz2 archives-master.tar.xz archives-master.zip |
Diffstat (limited to 'zarb-ml/mageia-dev/attachments/20120405/fe306060')
-rw-r--r-- | zarb-ml/mageia-dev/attachments/20120405/fe306060/attachment-0001.obj | 24 | ||||
-rw-r--r-- | zarb-ml/mageia-dev/attachments/20120405/fe306060/attachment.obj | 24 |
2 files changed, 48 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/attachments/20120405/fe306060/attachment-0001.obj b/zarb-ml/mageia-dev/attachments/20120405/fe306060/attachment-0001.obj new file mode 100644 index 000000000..7ee8dc60f --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20120405/fe306060/attachment-0001.obj @@ -0,0 +1,24 @@ +diff --git a/NEWS b/NEWS +index 44667f6..eb29ed5 100644 +--- a/NEWS ++++ b/NEWS +@@ -1,3 +1,5 @@ ++- fix loading functions ++ + Version 0.100 - 05 April 2012 + + - do not run setxkbmap during text install +diff --git a/lib/Xconfig/card.pm b/lib/Xconfig/card.pm +index 8364dc8..cf07001 100644 +--- a/lib/Xconfig/card.pm ++++ b/lib/Xconfig/card.pm +@@ -316,8 +316,8 @@ sub install_server { + delete $card->{Driver2}; + } + ++ require Xconfig::proprietary; + if ($card->{Driver2}) { +- require Xconfig::proprietary; + Xconfig::proprietary::handle_DRIVER2_NO_SSE($card); + my @pkgs = Xconfig::proprietary::pkgs_for_Driver2($card->{Driver2}, $do_pkgs); + if (@pkgs && (!$o_in || $o_in->ask_yesorno('', formatAlaTeX(N("There is a proprietary driver available for your video card which may support additional features.
\ No newline at end of file diff --git a/zarb-ml/mageia-dev/attachments/20120405/fe306060/attachment.obj b/zarb-ml/mageia-dev/attachments/20120405/fe306060/attachment.obj new file mode 100644 index 000000000..7ee8dc60f --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20120405/fe306060/attachment.obj @@ -0,0 +1,24 @@ +diff --git a/NEWS b/NEWS +index 44667f6..eb29ed5 100644 +--- a/NEWS ++++ b/NEWS +@@ -1,3 +1,5 @@ ++- fix loading functions ++ + Version 0.100 - 05 April 2012 + + - do not run setxkbmap during text install +diff --git a/lib/Xconfig/card.pm b/lib/Xconfig/card.pm +index 8364dc8..cf07001 100644 +--- a/lib/Xconfig/card.pm ++++ b/lib/Xconfig/card.pm +@@ -316,8 +316,8 @@ sub install_server { + delete $card->{Driver2}; + } + ++ require Xconfig::proprietary; + if ($card->{Driver2}) { +- require Xconfig::proprietary; + Xconfig::proprietary::handle_DRIVER2_NO_SSE($card); + my @pkgs = Xconfig::proprietary::pkgs_for_Driver2($card->{Driver2}, $do_pkgs); + if (@pkgs && (!$o_in || $o_in->ask_yesorno('', formatAlaTeX(N("There is a proprietary driver available for your video card which may support additional features.
\ No newline at end of file |