Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=wipv.git;a=commitdiff;h=59f40ab6bbf4599673602c1e6cb97408f3d9823b

commit 59f40ab6bbf4599673602c1e6cb97408f3d9823b
Author: Miklos Vajna <vmik...@frugalware.org>
Date:   Thu Jul 8 21:00:41 2010 +0200

docs/upgrade: how to upgrade pacman-g2, xorg.conf removal

diff --git a/docs/upgrade.txt b/docs/upgrade.txt
index 26f1811..794b7e3 100644
--- a/docs/upgrade.txt
+++ b/docs/upgrade.txt
@@ -8,10 +8,11 @@ The aim of this howto is to show how you can upgrade a 
Frugalware-1.2
== pacman-g2

Locris comes with an improved pacman-g2, so the first step is to
-install it:
+install it. Given that it depends on OpenSSL 1.0, you need to update
+those packages first:

----
-# pacman-g2 -Sy pacman-g2
+# pacman-g2 -Sy pacman-g2 curl wget proftpd
-----

== Removing obsolete packages
@@ -28,7 +29,18 @@ Now it's time to upgrade the system itself:

----
# pacman-g2 -Su
-FIXME - replaced pkg list
+:: Starting local database upgrade...
+:: Replace dvdrtools with frugalware-current/cdrtools? [Y/n]
+:: Replace gqview with frugalware-current/geeqie? [Y/n]
+:: Replace libgksu with frugalware-current/gksu-frugalware? [Y/n]
+:: Replace gksu with frugalware-current/gksu-frugalware? [Y/n]
+:: Replace nautilus-gksu with frugalware-current/gksu-frugalware? [Y/n]
+:: Replace gal with frugalware-current/libgnome? [Y/n]
+:: Replace eel with frugalware-current/nautilus? [Y/n]
+:: Replace akode with frugalware-current/phonon? [Y/n]
+:: Replace arts with frugalware-current/phonon? [Y/n]
+:: Replace gnome-cups-manager with frugalware-current/system-config-printer? 
[Y/n]
+:: Replace xf86-input-citron with frugalware-current/xf86-input-mouse? [Y/n]
----

You will be asked to replace the above packages automatically.  These
@@ -73,14 +85,21 @@ here. Farsight2 will install the others as well.
These libraries are very old. None of your packages should depend on them,
so use libchipcard package instead of these.

-//== KDE 4.x upgrade
-//
-//KDE has been upgraded from the old 3.x series to the new 4.x one. This
-//is a major change, multiple parts of the Software Compilation has been
-//completely rewritten, and as a result, sometimes the old configuration
-//files are not parsed completely. So be warned, it's expected that you
-//need to re-configure a few of your favorite KDE applications before they
-//are ready to work again.
+== XOrg configuration file removal
+
+XOrg now uses udev to automatically detect your hardware when you start
+XOrg, so `/etc/X11/xorg.conf` is no longer necessary, you are
+recommended to remove it:
+
+----
+# rm /etc/X11/xorg.conf
+----
+
+Instead, if you still want to manually fine-tune parts of your XOrg
+configuration, you can place a fragment file to the new
+`/etc/X11/xorg.conf.d` directory.  If you still keep the monolithic
+`xorg.conf`, and you have conflicting settings in the monolithic and the
+fragment files, the later ones have priority.

== The reboot
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to