Changeset 577d43d
- Timestamp:
- 01/02/2016 10:45:14 AM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 2322dfa1
- Parents:
- 855c1f7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r855c1f7 r577d43d 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 1"> <!-- Always 2 digits -->3 <!ENTITY day "02"> <!-- Always 2 digits --> 4 4 <!ENTITY month "01"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2016"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "January 1st&year;">9 <!ENTITY releasedate "January 2nd &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
postlfs/virtualization/qemu.xml
r855c1f7 r577d43d 300 300 <parameter>-machine smm=off</parameter>, and is used to allow 301 301 <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> 303 303 304 304 <screen><userinput>qemu -enable-kvm \ … … 320 320 321 321 <screen role="root"><userinput>cat > /usr/share/X11/xorg.conf.d/20-vmware.conf << "EOF" 322 <literal>Section "Monitor"323 Identifier"Monitor0"324 325 326 Modeline"1600x900" 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync327 Option"PreferredMode" "1600x900"328 HorizSync1-200329 VertRefresh1-200322 <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 330 330 EndSection 331 331 332 Section "Device"332 Section "Device" 333 333 Identifier "VMware SVGA II Adapter" 334 334 Option "Monitor" "default" … … 336 336 EndSection 337 337 338 Section "Screen"338 Section "Screen" 339 339 Identifier "Default Screen" 340 340 Device "VMware SVGA II Adapter"
Note:
See TracChangeset
for help on using the changeset viewer.