Blob Blame History Raw
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="question" id="hardware-driver" xml:lang="mr">

  <info>
    <link type="guide" xref="hardware" group="more"/>

    <revision pkgversion="3.13.92" date="2014-09-22" status="review"/>

    <credit type="author">
      <name>GNOME डॉक्युमेंटेशन प्रकल्प</name>
      <email>gnome-doc-list@gnome.org</email>
    </credit>

    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>

    <desc>हार्डवेअर किंवा साधन ड्राइव्हर तुमच्या संगणकाशी जुळलेले साधनांशी जोडणी करण्यास परवानगी देतो.</desc>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Aniket Deshpande &lt;djaniketster@gmail.com&gt;, 2013; संदिप शेडमाके</mal:name>
      <mal:email>sshedmak@redhat.com</mal:email>
      <mal:years>२०१३.</mal:years>
    </mal:credit>
  </info>

<title>ड्राइवर म्हणजे काय?</title>

<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>

<p>संगणकाने ह्या साधनांचा वापर करण्यासाठी, साधनांनी त्यांच्यासह कसे संपर्क करायचे ते जाणून घेणे महत्वाचे आहे. हे <em>डिव्हास ड्राइव्हर</em> सॉफ्टवेअरतर्फे पूर्ण केले जाते.</p>

<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 is not available, you will not be able to use the printer.
Normally, each model of device uses a driver that is not compatible with any
other model.</p>

<p>Linux वर, बहुतांश साधनांकरिता ड्राइव्हर्स पूर्वनिर्धारितपणे इंस्टॉल केले जातात, म्हणून जोडणी केल्यानंतर सर्वकाही कार्य करायला हवे. तरी, ड्राइव्हर्सला स्वहस्ते इंस्टॉल करावे लागेल किंवा कदाचीत पूर्णपणे उपलब्धच नसतील.</p>

<p>In addition, some existing drivers are incomplete or partially
non-functional. For example, you might find that your printer cannot do
double-sided printing, but is otherwise completely functional.</p>

</page>