Changeset 577d43d


Ignore:
Timestamp:
01/02/2016 10:45:14 AM (8 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2322dfa1
Parents:
855c1f7
Message:
  • qemu-2.5.0: minor substitution and minor reformat.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r855c1f7 r577d43d  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "01">                   <!-- Always 2 digits -->
     3<!ENTITY day          "02">                   <!-- Always 2 digits -->
    44<!ENTITY month        "01">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2016">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "January 1st &year;">
     9<!ENTITY releasedate  "January 2nd &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • postlfs/virtualization/qemu.xml

    r855c1f7 r577d43d  
    300300    <parameter>-machine smm=off</parameter>, and is used to allow
    301301    <parameter>-enable-kvm</parameter> in some systems. In order to run the
    302     machine, you can alternatively run:</para>
     302    machine, you can alternatively issue:</para>
    303303
    304304<screen><userinput>qemu -enable-kvm             \
     
    320320
    321321<screen role="root"><userinput>cat &gt; /usr/share/X11/xorg.conf.d/20-vmware.conf &lt;&lt; "EOF"
    322 <literal>Section "Monitor"
    323     Identifier  "Monitor0"
    324     # cvt 1600 900
    325     # 1600x900 59.95 Hz (CVT 1.44M9) hsync: 55.99 kHz; pclk: 118.25 MHz
    326     Modeline    "1600x900"  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync
    327           Option      "PreferredMode" "1600x900"
    328           HorizSync   1-200
    329           VertRefresh 1-200
     322<literal>Section         "Monitor"
     323  Identifier    "Monitor0"
     324  # cvt 1600 900
     325  # 1600x900 59.95 Hz (CVT 1.44M9) hsync: 55.99 kHz; pclk: 118.25 MHz
     326  Modeline      "1600x900"  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync
     327  Option        "PreferredMode" "1600x900"
     328  HorizSync     1-200
     329  VertRefresh  1-200
    330330EndSection
    331331
    332 Section "Device"
     332Section         "Device"
    333333  Identifier    "VMware SVGA II Adapter"
    334334  Option        "Monitor" "default"
     
    336336EndSection
    337337
    338 Section "Screen"
     338Section         "Screen"
    339339  Identifier    "Default Screen"
    340340  Device        "VMware SVGA II Adapter"
Note: See TracChangeset for help on using the changeset viewer.