Changeset 46fe005


Ignore:
Timestamp:
07/09/2005 04:46:51 AM (19 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
94927b8a
Parents:
4774a15e
Message:

add RTC for MPlayer and bootscripts version

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r4774a15e r46fe005  
    1 <!ENTITY day          "08">
     1<!ENTITY day          "09">
    22<!ENTITY month        "07">
    33<!ENTITY year         "2005">
     
    2222
    2323
    24 <!ENTITY blfs-bootscripts-version     "20050628">
     24<!ENTITY blfs-bootscripts-version     "20050709">
    2525<!ENTITY blfs-bootscripts-download    "&downloads-root;/blfs-bootscripts-&blfs-bootscripts-version;.tar.bz2">
    2626
  • introduction/welcome/changelog.xml

    r4774a15e r46fe005  
    2424
    2525  <itemizedlist>
     26
     27   <listitem>
     28      <para>July 9th, 2005 [dj]: Updated blfs-bootscripts and added RTC instructions to MPlayer.</para>
     29   </listitem>
    2630
    2731   <listitem>
  • multimedia/videoutils/mplayer.xml

    r4774a15e r46fe005  
    323323<screen role="root"><userinput>install -m644 etc/*.conf /etc/mplayer</userinput></screen>
    324324
     325      <para><application>MPlayer</application> requires that the RTC run at a
     326      frequency of 1024 Hz.  Make this setting change at boot-time by adding
     327      a line to <filename>/etc/sysctl.conf</filename>:</para>
     328
     329<screen role="root"><userinput>echo "dev.rtc.max-user-freq=1024" >> /etc/sysctl.conf</userinput></screen>
     330
    325331    </sect3>
    326332
Note: See TracChangeset for help on using the changeset viewer.