Install XOrg7
(Difference between revisions)
Line 1: | Line 1: | ||
− | + | =The path to XOrg7= | |
− | + | ==upgrading from XOrg== | |
− | + | Currently the XOrg7 module is not doing this for you. You need to do some things manually | |
− | + | *Remove the old XOrg:<br> | |
+ | : <code>lrm XOrg</code> | ||
− | + | *Backup the old /etc/X11 (with your old xorg.conf):<br> | |
+ | : <code>mv /etc/X11 ~/ </code> | ||
− | rm /usr/ | + | *Remove the old XOrg installation path:<br> |
+ | : <code>rm -fr /usr/X11R6</code> | ||
− | rm /usr/lib/X11 | + | *Remove some old symlinks:<br> |
+ | **<code>rm /usr/X11</code> | ||
+ | **<code>rm /usr/include/X11</code> | ||
+ | **<code>rm /usr/lib/X11</code> | ||
+ | **<code>rm /usr/include/GL</code> | ||
− | + | ==installing X11R7== | |
− | lin XOrg7 | + | is now as simple as: <br> |
+ | <code>lin XOrg7</code> | ||
+ | |||
+ | ==notes== | ||
+ | |||
+ | XOrg7 is installing default in /usr. So not in /usr/X11R6 or anything like that. This follows new standards set by Filesystem Hierarchy Standard (fhs: http://www.pathname.com/fhs). If you browse around on the internet you will see that all major linux distro's have followed this standard. http://lists.debian.org/debian-devel-announce/2006/04/msg00010.html, http://wiki.archlinux.org/index.php/Xorg7, http://gentoo-wiki.com/HOWTO_Modular_Xorg |
Revision as of 17:39, 22 May 2006
Contents |
The path to XOrg7
upgrading from XOrg
Currently the XOrg7 module is not doing this for you. You need to do some things manually
- Remove the old XOrg:
-
lrm XOrg
- Backup the old /etc/X11 (with your old xorg.conf):
-
mv /etc/X11 ~/
- Remove the old XOrg installation path:
-
rm -fr /usr/X11R6
- Remove some old symlinks:
rm /usr/X11
rm /usr/include/X11
rm /usr/lib/X11
rm /usr/include/GL
installing X11R7
is now as simple as:
lin XOrg7
notes
XOrg7 is installing default in /usr. So not in /usr/X11R6 or anything like that. This follows new standards set by Filesystem Hierarchy Standard (fhs: http://www.pathname.com/fhs). If you browse around on the internet you will see that all major linux distro's have followed this standard. http://lists.debian.org/debian-devel-announce/2006/04/msg00010.html, http://wiki.archlinux.org/index.php/Xorg7, http://gentoo-wiki.com/HOWTO_Modular_Xorg