~gumara/ubuntu-desktop-course/ubuntu-desktop-course-th-gumara

« back to all changes in this revision

Viewing changes to chapter7/Lesson7_Customising_the_Desktop_and_Applications.xml

Fixes and new stylesheet for instructor notes and answers, updated makefile

Show diffs side-by-side

added added

removed removed

Lines of Context:
560
560
                        needs to perform complex calculations to display 3D images in 2D. Consequently, to
561
561
                        reduce the burden on the operating system and increase the speed of applications, 3D
562
562
                        accelerator cards were developed, which use the graphics processor on the graphics
563
 
                        card instead of consuming valuable CPU resources.</para>
564
 
                        <para>Most video cards work with Ubuntu, however sometimes you may need to
565
 
                        activate the 3D acceleration. The first step is to check the 3D acceleration status
566
 
                        on your computer.</para>
567
 
                        <sect2>
568
 
                                <title>Checking 3D Acceleration Status</title>
569
 
                                <para>To check the status of 3D acceleration on your Ubuntu computer:
570
 
                                        <orderedlist numeration="arabic">
571
 
                                                <listitem><para>Open the command line terminal: Applications - Accessories - Terminal</para></listitem>
572
 
                                                <listitem><para>Type the following command in the <emphasis role="strong">Terminal</emphasis>
573
 
                                                        window and press <emphasis role="strong">Enter</emphasis>:</para>
574
 
                                                        <screen>glxinfo | grep rendering</screen>
575
 
                                                        <para>If the 3D acceleration works, the following result is displayed:</para>
576
 
                                                        <screen>direct rendering: Yes</screen>
577
 
                                                        <para>If not, the following output is displayed, which indicates that the
578
 
                                                        you will need to enable the 3D acceleration for the video card.</para>
579
 
                                                        <screen>direct rendering: No</screen>
580
 
                                                </listitem>
581
 
                                        </orderedlist>
582
 
                                </para>
583
 
                        </sect2>
584
 
                        <sect2>
585
 
                                <title>Enabling 3D Acceleration</title>
586
 
                                <para>The process of enabling 3D acceleration varies with the type of video card
587
 
                                you use. Verify the type of video card on your computer and follow the specific
588
 
                                procedure.</para>
589
 
                                <para>To enable 3D acceleration on a 3D Nvidia video card:
590
 
                                        <orderedlist numeration="arabic">
591
 
                                                <listitem><para>Install the <emphasis role="strong">nvidia-glx-legacy</emphasis>
592
 
                                                and <emphasis role="strong">nvidia-settings</emphasis> packages for older
593
 
                                                versions of the card, including TNT, TNT2, TNT Ultra, GeForce1 or
594
 
                                                GeForce2.</para></listitem>
595
 
                                                <listitem><para>Install the <emphasis role="strong">nvidia-glx</emphasis>
596
 
                                                package for newer versions of the card.</para></listitem>
597
 
                                                <listitem><para>To enable the new driver, run the following command in the
598
 
                                                <emphasis role="strong">Terminal</emphasis> window:</para>
599
 
                                                <screen>$ sudo nvidia-glx-config enable</screen></listitem>
600
 
                                                <listitem><para>You can adjust the settings of the new drivers by running
601
 
                                                the <emphasis role="strong">nvidia-settings</emphasis> application.</para>
602
 
                                                </listitem>
603
 
                                        </orderedlist>
604
 
                                </para>
605
 
                                <para>To enable 3D acceleration on a 3D ATI video card:</para>
606
 
                                        <orderedlist numeration="arabic">
607
 
                                                <listitem><para>Install the <emphasis role="strong">xorg-driver-fglrx</emphasis>
608
 
                                                package.</para></listitem>
609
 
                                                <listitem><para>Configure the computer to run the new driver by running
610
 
                                                the following command in the <emphasis role="strong">Terminal</emphasis>
611
 
                                                window:</para>
612
 
                                                <note><para>sudo dpkg-reconfigure xserver-xorg</para></note>
613
 
                                                </listitem>
614
 
                                                <listitem><para>Accept automatic detection of your video.</para></listitem>
615
 
                                                <listitem><para>Select <emphasis role="strong">fglrx</emphasis> as the
616
 
                                                driver.</para></listitem>
617
 
                                                <listitem><para>Follow the rest of the instructions as appropriate.</para>
618
 
                                                </listitem>
619
 
                                                <listitem><para>Restart the machine for the changes to take effect.</para>
620
 
                                                </listitem>
621
 
                                        </orderedlist>
622
 
                                <para>You should now be able to......</para>                            
623
 
                        </sect2>
 
563
                        card instead of consuming valuable CPU resources. Almost all modern graphics cards
 
564
                        do have a built-in acceleration for displaying 3D.</para>
 
565
                        <para>Ubuntu can utilize the 3D capabilities of a graphics card for desktop effects. Example of these effects are the placement of the desktops on a rotating cube, windows have shadows, and motion effects.</para>
 
566
                        <para>The effects are enabled by default and can be controlled from the <emphasis role='strong'>Appearance</emphasis> menu. From here the desktop effects can either be completely disabled or enabled. The number of effects can be controlled via the <emphasis role='strong'>normal effects</emphasis> and <emphasis role='strong'>extra effects</emphasis> setting.</para>
 
567
                        <para>If a graphics card has either no 3D capabilities or support for 3D is missing from the Linux drivers for the card, you will be notified that <emphasis role='strong'>desktop effects could not be enabled</emphasis>.</para>
624
568
                </sect1>
625
569
                <sect1>
626
570
                        <title>Working with Files Using Nautilus</title>