Commit Graph

91 Commits

Author SHA1 Message Date
Bruce Dubbs
4ef25272b6 Recommend using /usr as the xorg install prefix 2022-09-17 16:42:35 -05:00
Xi Ruoyao
87fc1855fd
x: URL updates 2022-09-08 16:28:54 +08:00
Bruce Dubbs
553e615860 Fix the man_db.conf when installing Xorg into /opt
The default X11 statements in /etc/man_db.conf point to
/usr/X11R6/man, but the man pages are installed in
$XORG_PREFIX/share/man.  This commit changes X11R6/man
to X11R6/share/man.  A second expression changes /usr/X11R6
to $XORG_PREFIX.

For $XORG_PREFIX=/opt/xorg, the original

MANPATH_MAP /usr/X11R6/bin    /usr/X11R6/man
MANPATH_MAP /usr/bin/X11      /usr/X11R6/man
...
MANDB_MAP   /usr/X11R6/man    /var/cache/man/X11R6

to

MANPATH_MAP /opt/xorg/bin     /opt/xorg/share/man
MANPATH_MAP /usr/bin/X11      /opt/xorg/share/man
...
MANDB_MAP   /opt/xorg/share/man  /var/cache/man/X11R6
2022-04-03 18:20:16 -05:00
Ken Moffat
b9c353b87a Typo fixes from rhubarbpieguy. 2022-03-25 03:29:22 +00:00
Bruce Dubbs
6819668d58 Add a header for a warning...
Some users do not read (or pay attention to) the WARNING in the
Introduction to Xorg-7 page.  Make it even more obvious.
2021-10-07 13:43:11 -05:00
Pierre Labastie
85580446b2 Remove spaces at the end of lines
I know it is somewhat useless, but I don't like them for
two reasons: first they cannot be seen, and I do not like things I
cannot see. Second, git highlights them, and this is disturbing...
2021-09-06 19:42:49 +02:00
Xi Ruoyao
45ab6c70c2
more SVN prop clean up
Remove "$LastChanged$" everywhere, and also some unused $Date$
2021-04-20 19:12:02 +08:00
Bruce Dubbs
e1616ac2df Emphasize xorg config if not using /opt
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23653 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-08-31 17:05:56 +00:00
Ken Moffat
3defb8db53 Xorg-7 : remove the instruction to use an xc directory.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22897 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-03-26 17:03:48 +00:00
Pierre Labastie
71df408555 Format the x/installing chapter
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22865 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-03-21 11:02:56 +00:00
Bruce Dubbs
7da5878da5 Minor textual update
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22621 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-02-01 06:10:49 +00:00
DJ Lucas
5ce789c811 Add sudoers configuration for Xorg.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22329 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-10-30 06:24:02 +00:00
Bruce Dubbs
51dfb3e400 Move BLFS/trunk/BOOK and BLFS/trunk/bootscripts to
BLFS/branches/old-trunk-20190627 and BLFS/branches/old-bootscripts-20190627.

Move BLFS/branches/elogind-book and  BLFS/branches/elogind-bootscripts
to trunk.



git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21754 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-06-27 20:55:17 +00:00
Bruce Dubbs
d60c5feb05 Really update book to libXvMC-1.0.11
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21353 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-03-18 04:36:18 +00:00
Bruce Dubbs
ba4e9920e6 More tags
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21160 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-02-16 02:50:09 +00:00
Bruce Dubbs
a1b111f871 Clarification about creating xorg.sh.
Ensure /var/lib/nfs ownership is correct.


git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18753 af4574ff-66df-0310-9fd7-8a98e5e911e0
2017-05-21 22:15:27 +00:00
Bruce Dubbs
87ff6f301c Add instructions to graphviz and cmake that avoid installing files in /usr/lib64.
Update to poppler-0.50.0
Update to libqmi-1.16.2



git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18084 af4574ff-66df-0310-9fd7-8a98e5e911e0
2016-12-19 21:36:08 +00:00
Pierre Labastie
87b2a535bb Misplaced role="root" in Xorg introduction, and other changes:
- $XORG_PREFIX is not <replaceable>, /usr/X11R6 is.
- Use the already set $XORG_PREFIX in /etc/profile.d/xorg.sh.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16653 af4574ff-66df-0310-9fd7-8a98e5e911e0
2015-11-14 21:36:59 +00:00
Fernando de Oliveira
f34293095b • mupdf-1.8: minor reformat.
• removing spaces from EOL, from Denis Mugnier.
• BLFS/trunk/BOOK/kde/add/kdepim-runtime.xml: needed to fix to validate
  the book. One chunck had been removed. Bruce, please check if it is
  OK, now.


git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16645 af4574ff-66df-0310-9fd7-8a98e5e911e0
2015-11-13 14:24:57 +00:00
Bruce Dubbs
aed3e6ec9c Partial update of KDE to 14.12.2
Lots of tagging


git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15561 af4574ff-66df-0310-9fd7-8a98e5e911e0
2015-02-24 05:00:51 +00:00
Bruce Dubbs
dc53944c66 Reference bash startup section in xorg intro
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@13936 af4574ff-66df-0310-9fd7-8a98e5e911e0
2014-08-17 18:21:21 +00:00
Bruce Dubbs
5466683102 Restore full dbus build to the book.
Update to dbus-1.8.2.


git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@13034 af4574ff-66df-0310-9fd7-8a98e5e911e0
2014-05-12 20:37:37 +00:00
Fernando de Oliveira
7540cd14cf typo
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12905 af4574ff-66df-0310-9fd7-8a98e5e911e0
2014-03-28 23:00:29 +00:00
Bruce Dubbs
525103b5ee Clarify wording in Xorg intro
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12903 af4574ff-66df-0310-9fd7-8a98e5e911e0
2014-03-28 22:14:52 +00:00
Pierre Labastie
57de35d8e2 typos
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12457 af4574ff-66df-0310-9fd7-8a98e5e911e0
2013-12-27 07:01:51 +00:00
Pierre Labastie
12710915c9 Add an ID attribute to "Setting the Xorg environment" and refer to it from
some packages in the x/installing chapter

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12456 af4574ff-66df-0310-9fd7-8a98e5e911e0
2013-12-27 06:56:31 +00:00
Bruce Dubbs
204fe99aea Update to Qt-5.1.1.
Tag transmission and add patch to allow Qt4 builds
Add an additional config item for xorg 


git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11805 af4574ff-66df-0310-9fd7-8a98e5e911e0
2013-09-09 17:09:36 +00:00
Bruce Dubbs
91b65df562 MOre tags
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11760 af4574ff-66df-0310-9fd7-8a98e5e911e0
2013-09-04 21:37:09 +00:00
Bruce Dubbs
8e29d97525 Add some useful gcc environment variables for Xorg
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11615 af4574ff-66df-0310-9fd7-8a98e5e911e0
2013-08-11 20:14:23 +00:00
Bruce Dubbs
d78ed0cb4d Refine Xorg environment instructions
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11591 af4574ff-66df-0310-9fd7-8a98e5e911e0
2013-08-06 18:02:02 +00:00
Krejzi
b194f2b516 Package updates and fixes.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11161 af4574ff-66df-0310-9fd7-8a98e5e911e0
2013-05-05 18:02:40 +00:00
Randy McMurchy
0d7900a67c Removed extraneous spaces from blank lines and at the end of lines in the .xml
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11015 af4574ff-66df-0310-9fd7-8a98e5e911e0
2013-02-11 18:51:17 +00:00
Krejzi
bb7f58ecda Xorg packages and xml updates.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10911 af4574ff-66df-0310-9fd7-8a98e5e911e0
2012-12-30 22:17:40 +00:00
DJ Lucas
5287b7c372 Removed external Xorg wget and md5sums files, and included for-in-do loops.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10477 af4574ff-66df-0310-9fd7-8a98e5e911e0
2012-07-29 20:09:42 +00:00
Bruce Dubbs
2d237fa158 Add some mission EOF lines and tweak a couple of instructions
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9113 af4574ff-66df-0310-9fd7-8a98e5e911e0
2011-12-13 23:47:14 +00:00
DJ Lucas
7c472863c0 Update to Xorg-7.6-2.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9069 af4574ff-66df-0310-9fd7-8a98e5e911e0
2011-12-06 09:26:39 +00:00
DJ Lucas
e123f71559 Added specific instructions for Xorg environmentsetup if using an alternate installation prefix.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8846 af4574ff-66df-0310-9fd7-8a98e5e911e0
2011-01-23 06:24:18 +00:00
DJ Lucas
b7556c551b Added $XORG_PREFIX/share/pkgconfig to $PKG_CONFI_PATH.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8610 af4574ff-66df-0310-9fd7-8a98e5e911e0
2010-09-25 06:04:22 +00:00
DJ Lucas
1c96292392 Updated to Xorg-7.5
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8110 af4574ff-66df-0310-9fd7-8a98e5e911e0
2009-10-31 09:55:29 +00:00
DJ Lucas
7def0c7d2f Updated xorg variables note to force use of bash - bug #2876
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7986 af4574ff-66df-0310-9fd7-8a98e5e911e0
2009-08-25 23:16:25 +00:00
DJ Lucas
fb03066446 Xorg introduction text cleanups.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7983 af4574ff-66df-0310-9fd7-8a98e5e911e0
2009-08-25 06:42:41 +00:00
DJ Lucas
6940e5e4a2 Moved /etc/X11 sysmlinks to x-setup page.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7617 af4574ff-66df-0310-9fd7-8a98e5e911e0
2008-11-26 21:16:36 +00:00
DJ Lucas
335975f9af Updated to Xorg-7.4.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7614 af4574ff-66df-0310-9fd7-8a98e5e911e0
2008-11-26 04:40:16 +00:00
Randy McMurchy
2d9cf71330 Removed extraneous spaces from the XML
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7518 af4574ff-66df-0310-9fd7-8a98e5e911e0
2008-08-10 20:23:31 +00:00
DJ Lucas
e004bec9bc Merge 6.3 branch changes from r7489.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7490 af4574ff-66df-0310-9fd7-8a98e5e911e0
2008-06-20 01:37:37 +00:00
DJ Lucas
f67fa9df49 Completed /etc/X11 and /opt/X11 cleanups.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7419 af4574ff-66df-0310-9fd7-8a98e5e911e0
2008-05-07 05:07:59 +00:00
DJ Lucas
c3b84a7242 Xorg config files fixed for FHS
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7408 af4574ff-66df-0310-9fd7-8a98e5e911e0
2008-05-01 05:30:42 +00:00
Dan Nichilson
e6148eeb65 Use `wget -c' for large Xorg downloads
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6949 af4574ff-66df-0310-9fd7-8a98e5e911e0
2007-07-21 16:50:32 +00:00
Dan Nichilson
d9a6d69051 Reworked Xorg-7.2 md5sums
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6947 af4574ff-66df-0310-9fd7-8a98e5e911e0
2007-07-21 16:36:34 +00:00
Dan Nichilson
048bc8ccd8 Comment out the unwanted packages in the Xorg wget lists
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6798 af4574ff-66df-0310-9fd7-8a98e5e911e0
2007-05-31 07:26:14 +00:00