FAQMigration

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment
What is 3 + 6

I want to migrate to X.Org, what do I have to do?

I've used XFree86 [TM] before now I want to use X.Org.

#EasySteps If you have a working setupt for XFree86[TM] you can reuse it without many changes. Just build and install the X.Org source tree.

Files and option names that contain xf86 or xfree86 have been replaced but the old names are still accepted. Therefore your old configuration files and startup scripts don't have to be modified.<br> There is one exception, though: The server binary is not called XFree86 any more but Xorg therefore you may have to change the soft link that points to your real Xserver binary. This soft link usually lives under /var/X11R6/bin. If your Xserver binary is located in /usr/X11R6/bin/ simply do:

  ln -sf /usr/X11R6/bin/Xorg /var/X11R6/bin/X

Which options and file names have changed now?

Are there known problems so far?

Some programs seem to make use of the description files for the xkb rules and have the file names hardcoded to the names used bu XFree86[TM](xfree86.lst and xfree86.xml). The names of those files have also been changed but the installation procedure for X.Org Release 6.7 doesn't create a compatibility link. Therefore you should create these links by hand:

         ln -sf /usr/X11R6/lib/X11/xkb/rules/xorg.lst /usr/X11R6/lib/X11/xkb/rules/xfree86.lst
         ln -sf /usr/X11R6/lib/X11/xkb/rules/xorg-it.lst /usr/X11R6/lib/X11/xkb/rules/xfree86-it.lst
         ln -sf /usr/X11R6/lib/X11/xkb/rules/xorg.xml /usr/X11R6/lib/X11/xkb/rules/xfree86.xml

I'm using a vendor supplied system, what else do I have to change?

If you have a working configuration of XFree86[TM] running on your system just follow the steps descrived [#EasySteps[above]]. Some vendors use configuration utilities which make assumptions about the name of the server binary and the name of the server log file. Those utilities may not work any longer after you have installed X.Org. Please contact your system vendor for a updated versions of these tools. -- Main.EgbertEich - 11 Jun 2004