Changeset 855c1f7
- Timestamp:
- 01/01/2016 07:39:22 PM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 577d43d
- Parents:
- 8a6a8a40
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r8a6a8a40 r855c1f7 44 44 45 45 --> 46 47 <listitem> 48 <para>January 1st, 2016</para> 49 <itemizedlist> 50 <listitem> 51 <para>[fernando] - qemu-2.5.0: Alternative start command giving sound 52 output, supporting vmware graphics card with possibility of new 53 modelines and fixing problems with enable-kvm, between other 54 additions.</para> 55 </listitem> 56 <listitem> 57 <para>[fernando] - Update to xterm-321. Fixes 58 <ulink url="&blfs-ticket-root;7310">#7310</ulink>.</para> 59 </listitem> 60 </itemizedlist> 61 </listitem> 46 62 47 63 <listitem> -
packages.ent
r8a6a8a40 r855c1f7 463 463 <!ENTITY xorg-server-version "1.18.0"> 464 464 <!ENTITY twm-version "1.0.9"> 465 <!ENTITY xterm-version "32 0">465 <!ENTITY xterm-version "321"> 466 466 <!ENTITY xclock-version "1.0.7"> 467 467 <!ENTITY xinit-version "1.3.4"> -
postlfs/virtualization/qemu.xml
r8a6a8a40 r855c1f7 281 281 <screen><userinput>qemu -enable-kvm vdisk.img -m 384</userinput></screen> 282 282 283 <para>To add networking to the instance add "-net nic -net user" to the 284 command above. qemu provides a DHCP server for the VM and, depending on 283 <para>You may have problem with <parameter>-enable-kvm</parameter>. Also, 284 you may want to define audio and video drivers, number of cpu cores and 285 threads. An alternative command to install the operating system is (see qemu 286 man page for the parameters definitions):</para> 287 288 <screen><userinput>qemu -enable-kvm \ 289 -cdrom /home/fernando/ISO/linuxmint-17.1-mate-32bit.iso \ 290 -boot order=d \ 291 -m 1G,slots=3,maxmem=4G \ 292 -machine smm=off \ 293 -soundhw es1370 \ 294 -cpu host \ 295 -smp cores=4,threads=2 \ 296 -vga std \ 297 vdisk.img</userinput></screen> 298 299 <para>One parameter not appearing in the qemu man page is 300 <parameter>-machine smm=off</parameter>, and is used to allow 301 <parameter>-enable-kvm</parameter> in some systems. In order to run the 302 machine, you can alternatively run:</para> 303 304 <screen><userinput>qemu -enable-kvm \ 305 -machine smm=off \ 306 -boot order=d \ 307 -m 1G,slots=3,maxmem=4G \ 308 -soundhw es1370 \ 309 -cpu host \ 310 -smp cores=4,threads=2 \ 311 -vga vmware \ 312 -hda vdisk.img</userinput></screen> 313 314 <para>Sometimes, you want the machine to have different screen sizes than 315 the ones natively offered by the virtual grahics card. The example below is 316 for qemu vmware graphics card, which uses <xref 317 linkend="xorg-vmmouse-driver"/> and is set to give maximum screen size of 318 1600x900. As the <systemitem class="username">root</systemitem> user, 319 issue:</para> 320 321 <screen role="root"><userinput>cat > /usr/share/X11/xorg.conf.d/20-vmware.conf << "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 330 EndSection 331 332 Section "Device" 333 Identifier "VMware SVGA II Adapter" 334 Option "Monitor" "default" 335 Driver "vmware" 336 EndSection 337 338 Section "Screen" 339 Identifier "Default Screen" 340 Device "VMware SVGA II Adapter" 341 Monitor "Monitor0" 342 343 SubSection "Display" 344 Depth 24 345 Modes "1600x900" "1440x900" "1366x768" "1280x720" "800x480" 346 EndSubSection 347 348 EndSection</literal> 349 EOF</userinput></screen> 350 351 <para>New sizes will be available besides the native ones. You need to 352 restart X in order to have the new sizes available.</para> 353 354 <para><!--To add networking to the instance add "-net nic -net user" to the 355 command above. -->qemu provides a DHCP server for the VM and, depending on 285 356 the client system, sets up networking though the host.</para> 286 357 -
x/installing/xterm.xml
r8a6a8a40 r855c1f7 7 7 <!ENTITY xterm-download-http " "> 8 8 <!ENTITY xterm-download-ftp "ftp://invisible-island.net/xterm/xterm-&xterm-version;.tgz"> 9 <!ENTITY xterm-md5sum " 0d7f0e6390d132ae59876b3870e5783d">9 <!ENTITY xterm-md5sum "801fd9a08a9507edb37b4ec0b8470ca7"> 10 10 <!ENTITY xterm-size "1.2 MB"> 11 11 <!ENTITY xterm-buildsize "15 MB">
Note:
See TracChangeset
for help on using the changeset viewer.