Ignore:
Timestamp:
06/17/2004 01:19:43 AM (20 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
714d067
Parents:
df40c69
Message:

updated xine libs and ui and added GPMOPTS

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2330 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/gpm.xml

    rdf40c69 r004a8284  
    101101# Begin /etc/sysconfig/mouse
    102102                                                                               
    103 MDEVICE=<replaceable>[yourdevice]</replaceable>
    104 PROTOCOL=<replaceable>[yourprotocol]</replaceable>
     103MDEVICE="<replaceable>[yourdevice]</replaceable>"
     104PROTOCOL="<replaceable>[yourprotocol]</replaceable>"
     105GPMOPTS="<replaceable>[additional options]</replaceable>"
    105106                                                                               
    106107# End /etc/sysconfig/mouse
     
    110111<sect3><title>Configuration Information</title>
    111112                                                                               
    112 <para>Examples of values to set <envar>MDEVICE</envar> and
    113 <envar>PROTOCOL</envar> to are:</para>
     113<para>Examples of values to set <envar>MDEVICE</envar>,
     114<envar>PROTOCOL</envar>, and <envar>GPMOPTS</envar> to are:</para>
    114115                                                                               
    115 <screen><userinput>MDEVICE=/dev/psaux
    116 PROTOCOL=imps2</userinput></screen>
     116<screen><userinput>MDEVICE="/dev/psaux"
     117PROTOCOL="imps2"
     118GPMOPTS=""</userinput></screen>
    117119                                                                               
    118120<para>A list of which protocol values are known can be found by running
    119 <command>gpm -t -help</command>.  Your <envar>MDEVICE</envar> setting depends on
    120 which type of mouse you have.  For example,
     121<command>gpm -t -help</command>.  The <envar>MDEVICE</envar> setting
     122depends on which type of mouse you have.  For example,
    121123<filename>/dev/ttyS0</filename> for a serial mouse (on Windows this is
    122124COM1), <filename>/dev/input/mice</filename> is often used for
    123 <acronym>USB</acronym> mice
    124 and <filename>/dev/psaux</filename> for PS2 mice.</para>
     125<acronym>USB</acronym> mice and <filename>/dev/psaux</filename> for PS2
     126mice.  <envar>GPMOPTS</envar> is the 'catch all' for any
     127additional options that are needed for your hardware.</para>
    125128                                                                               
    126129</sect3>
Note: See TracChangeset for help on using the changeset viewer.