mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
7e307a2b98
Expand directos for starting lxde. --This line, and th , will be ignored-- M BOOK/lxde/apps/lxtask.xml M BOOK/lxde/apps/lxappearance-obconf.xml M BOOK/lxde/apps/lxrandr.xml M BOOK/lxde/apps/gpicview.xml M BOOK/lxde/apps/lxterminal.xml M BOOK/lxde/apps/lxinput.xml M BOOK/lxde/desktop/lxmenu-data.xml M BOOK/lxde/desktop/pcmanfm.xml M BOOK/lxde/desktop/lxde-common.xml M BOOK/lxde/desktop/lxappearance.xml M BOOK/lxde/desktop/lxpanel.xml M BOOK/lxde/desktop/menu-cache.xml M BOOK/lxde/desktop/lxsession.xml M BOOK/lxde/desktop/libfm.xml M BOOK/lxde/desktop/libfm-extra.xml M BOOK/x/lib/keybinder2.xml git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16426 af4574ff-66df-0310-9fd7-8a98e5e911e0
170 lines
4.3 KiB
XML
170 lines
4.3 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY lxrandr-download-http "&sourceforge-repo;/lxde/lxrandr-&lxrandr-version;.tar.xz">
|
|
<!ENTITY lxrandr-download-ftp " ">
|
|
<!ENTITY lxrandr-md5sum "250f0ebb09c1e02f430f951911ba1259">
|
|
<!ENTITY lxrandr-size "124 KB">
|
|
<!ENTITY lxrandr-buildsize "2.5 MB">
|
|
<!ENTITY lxrandr-time "less than 0.1 SBU">
|
|
]>
|
|
|
|
<sect1 id="lxrandr" xreflabel="LXRandR-&lxrandr-version;">
|
|
<?dbhtml filename="lxrandr.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>LXRandR-&lxrandr-version;</title>
|
|
|
|
<indexterm zone="lxrandr">
|
|
<primary sortas="a-LXRandR">LXRandR</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to LXRandR</title>
|
|
|
|
<para>
|
|
The <application>LXRandR</application> package contains a monitor
|
|
configuration tool for <application>LXDE</application>.
|
|
</para>
|
|
|
|
&lfs78_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&lxrandr-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&lxrandr-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &lxrandr-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &lxrandr-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &lxrandr-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &lxrandr-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">LXRandR Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="gtk2"/> and
|
|
<xref linkend="xorg7-app"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<xref linkend="libxslt"/> with
|
|
<xref linkend="DocBook"/> and
|
|
<xref linkend="docbook-xsl"/> (to build man pages)
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">
|
|
User Notes: <ulink url="&blfs-wiki;/lxrandr"/>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of LXRandR</title>
|
|
|
|
<para>
|
|
Install <application>LXRandR</application> by running the following
|
|
commands:
|
|
</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr &&
|
|
make</userinput></screen>
|
|
|
|
<para>
|
|
This package does not come with a test suite.
|
|
</para>
|
|
|
|
<para>
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<para>
|
|
<option>--enable-man</option>: Use this switch if you have
|
|
installed optional dependencies and wish to build the
|
|
manual pages.
|
|
</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Program</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
lxrandr
|
|
</seg>
|
|
<seg>
|
|
None
|
|
</seg>
|
|
<seg>
|
|
None
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="lxrandr-prog">
|
|
<term><command>lxrandr</command></term>
|
|
<listitem>
|
|
<para>
|
|
is a <application>GTK+</application> interface to XRandR.
|
|
</para>
|
|
<indexterm zone="lxrandr lxrandr-prog">
|
|
<primary sortas="b-lxrandr">lxrandr</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|