~ubuntu-branches/ubuntu/vivid/ubuntu-kylin-docs/vivid

« back to all changes in this revision

Viewing changes to ubuntu-kylin-help/C/hardware-driver.page

  • Committer: Package Import Robot
  • Author(s): Lei Luo
  • Date: 2014-04-10 14:58:12 UTC
  • Revision ID: package-import@ubuntu.com-20140410145812-9mfgq3xleqy0l89f
Tags: 14.04.3

* Add "Replaces" field in debian control file to automatically remove
  ubuntu-docs before installation.
* Merge ubuntu-docs changes.
* Update zh_CN tranlation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<page xmlns="http://projectmallard.org/1.0/"
 
2
      type="topic" style="question"
 
3
      id="hardware-driver">
 
4
 
 
5
  <info>
 
6
    <link type="guide" xref="hardware" group="more"/>
 
7
 
 
8
    <desc>A hardware/device driver allows your computer to use devices that are attached to it.</desc>
 
9
 
 
10
    <revision version="13.10" date="2013-09-12" status="review"/>
 
11
 
 
12
    <credit type="author">
 
13
      <name>GNOME Documentation Project</name>
 
14
      <email>gnome-doc-list@gnome.org</email>
 
15
    </credit>
 
16
 
 
17
    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
 
18
  </info>
 
19
 
 
20
<title>What is a driver?</title>
 
21
 
 
22
<p>Devices are the physical "parts" of your computer. They may be <em>external</em> like printers and monitor or <em>internal</em> like graphics and audio cards.</p>
 
23
 
 
24
<p>In order for your computer to be able to use these devices, it needs to know how to communicate with them. This is done by a piece of software called a <em>device driver</em>.</p>
 
25
 
 
26
<p>When you attach a device to your computer, you must have the correct driver installed for that device to work. For example, if you plug in a printer but the correct driver isn't available, you won't be able to use the printer. Normally, each model of device uses a driver that is not compatible with any other model.</p>
 
27
 
 
28
<p>On Linux, the drivers for most devices are installed by default, so everything should work when you plug it in. However, the drivers may need to be installed manually or may not be available at all. </p>
 
29
 
 
30
<p>In addition, some existing drivers are incomplete or partially non-functional. For example, you might find that your printer can't do double-sided printing, but is otherwise completely functional.</p>
 
31
 
 
32
</page>
 
 
b'\\ No newline at end of file'