Ignore:
Timestamp:
07/12/2023 05:39:51 PM (10 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
c97d35e
Parents:
06a0a0a8
git-author:
Xi Ruoyao <xry111@…> (07/12/2023 05:23:41 PM)
git-committer:
Xi Ruoyao <xry111@…> (07/12/2023 05:39:51 PM)
Message:

Archive xf86-video-*

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/x7driver.xml

    r06a0a0a8 r22c1bfc3  
    44  <!ENTITY % general-entities SYSTEM "../../general.ent">
    55  %general-entities;
    6   <!ENTITY BLFS76 "https://www.linuxfromscratch.org/blfs/view/7.6/x/x7driver.html">
    7 
    86]>
    97
    10 <sect1 id="xorg7-driver" xreflabel="Xorg Drivers">
     8<sect1 id="xorg7-input-driver" xreflabel="Xorg Input Drivers">
    119  <?dbhtml filename="x7driver.html"?>
    1210
    1311
    14   <title>Xorg Drivers</title>
     12  <title>Xorg Input Drivers</title>
    1513
    16   <indexterm zone="xorg7-driver">
    17     <primary sortas="a-xorg7-driver">xorg7-driver</primary>
     14  <indexterm zone="xorg7-input-driver">
     15    <primary sortas="a-xorg7-input-driver">xorg7-input-driver</primary>
    1816  </indexterm>
    1917
    2018  <sect2 role="package">
    21     <title>Introduction to Xorg Drivers</title>
     19    <title>Introduction to Xorg Input Drivers</title>
    2220
    2321    <para>
    24       The <application>Xorg Drivers</application> page contains the
    25       instructions for building Xorg drivers that are necessary in order
    26       for Xorg Server to take advantage of the hardware that it is
    27       running on. At least one input and one video driver are required
    28       for Xorg Server to start.
     22      The <application>Xorg Input Drivers</application> page contains the
     23      instructions for building Xorg input drivers that are necessary in
     24      order for Xorg Server to respond user inputs.
    2925    </para>
    30 
    31     <para>
    32       On machines using KMS, the modesetting driver is provided by
    33       <application>xorg-server</application> and can be used instead of the
    34       video driver for the specific hardware, but with reduced performance.
    35       It can also be used (without hardware acceleration) in virtual machines
    36       running under <application>qemu</application>.
    37     </para>
    38 
    39     <note>
    40       <para>
    41         If you are unsure which video hardware you have, you can use
    42         <command>lspci</command> from <xref linkend="pciutils"/>
    43         to find out which video hardware you have and then look at
    44         the descriptions of the packages in order to find out
    45         which driver you need.
    46       </para>
    47     </note>
    48 
    49     <note>
    50       <para>
    51         In addition to the drivers listed below, there are several other
    52         drivers for very old hardware that may still be relevant.
    53         The latest versions of these drivers may be downloaded from
    54         <ulink url='https://www.x.org/archive/individual/driver'>
    55         https://www.x.org/archive/individual/driver</ulink>.
    56         Instructions for building these now intermittently maintained drivers
    57         may be found in a
    58         prior version of BLFS: <ulink url="&BLFS76;">&BLFS76;</ulink>
    59       </para>
    60     </note>
    6126
    6227    <sect3 id="xorg-input-drivers">
     
    10974    </sect3>
    11075
    111     <sect3 id="xorg-video-drivers">
    112       <title>Xorg Video Drivers</title>
    113 
    114       <itemizedlist spacing="compact">
    115         <listitem>
    116           <para>
    117             <xref linkend="xorg-amdgpu-driver"/>
    118           </para>
    119         </listitem>
    120         <listitem>
    121           <para>
    122             <xref linkend="xorg-ati-driver"/>
    123           </para>
    124         </listitem>
    125         <listitem>
    126           <para>
    127             <xref linkend="xorg-fbdev-driver"/>
    128           </para>
    129         </listitem>
    130         <listitem>
    131           <para>
    132             <xref linkend="xorg-intel-driver"/>
    133           </para>
    134         </listitem>
    135         <listitem>
    136           <para>
    137             <xref linkend="xorg-nouveau-driver"/>
    138           </para>
    139         </listitem>
    140         <listitem>
    141           <para>
    142             <xref linkend="xorg-vmware-driver"/>
    143           </para>
    144         </listitem>
    145       </itemizedlist>
    146 
    147     </sect3>
    148 
    14976  </sect2>
    15077
     
    17097    href="x7driver-wacom.xml"/>
    17198
    172   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    173     href="x7driver-amdgpu.xml"/>
    174 
    175   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    176     href="x7driver-ati.xml"/>
    177 
    178   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    179     href="x7driver-fbdev.xml"/>
    180 
    181   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    182     href="x7driver-intel.xml"/>
    183 
    184   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    185     href="x7driver-nouveau.xml"/>
    186 
    187   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    188     href="x7driver-vmware.xml"/>
    189 
    19099</sect1>
Note: See TracChangeset for help on using the changeset viewer.