blob: 85e0b177658100c815945b5933026b3c84ba8175 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Choose an X Server (Configure your Graphic Card)</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="index.html" title="Installation with DrakX">
<link rel="up" href="index.html" title="Installation with DrakX">
<link rel="prev" href="configureX_chooser.html" title="Graphics Card and Monitor Configuration">
<link rel="next" href="configureX_monitor.html" title="Choosing your Monitor"><style xmlns="http://www.w3.org/TR/xhtml1/transitional" type="text/css">
<!--
body { font-family: sans-serif; font-size: 13px }
table { font-family: sans-serif; font-size: 13px }
--></style></head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<div class="section" title="Choose an X Server (Configure your Graphic Card)">
<div class="titlepage">
<div>
<div>
<h2 class="title"><a name="configureX_card_list"></a>Choose an X Server (Configure
your Graphic Card)
</h2>
</div>
</div>
</div>
<p>DrakX has a very comprehensive database of video cards and will
usually correctly identify your video device.
</p>
<p>If the installer has not correctly detected your graphic card and you
know which one you have, you can select it from the tree by:
</p>
<div class="itemizedlist">
<ul class="itemizedlist">
<li class="listitem">
<p>Vendor</p>
</li>
<li class="listitem">
<p>then the make of your card</p>
</li>
<li class="listitem">
<p>and the model of card</p>
</li>
</ul>
</div>
<p>If you cannot find your card in the vendor lists (because it's not yet
in the database or it's an older card) you may find a suitable driver in the
<span class="emphasis"><em>Xorg</em></span> category, which provides more than 40 generic and
open source video card drivers. If you still can't find a specific driver
for your card there is the option of using the VESA driver which provides
basic capabilities.
</p>
<div class="caution" title="Caution" style="margin-left: 0.5in; margin-right: 0.5in;">
<table border="0" summary="Caution">
<tr>
<td rowspan="2" align="center" valign="top" width="25"><img alt="[Caution]" src="caution.png"></td>
<th align="left"></th>
</tr>
<tr>
<td align="left" valign="top">
<p>Be aware that if you select an incompatible driver you may only have
access to the <span class="emphasis"><em>Command Line Interface</em></span></p>
</td>
</tr>
</table>
</div>
<p>Some video card manufacturers provide proprietary drivers for Linux
which may only be available in the <span class="emphasis"><em>Nonfree</em></span> repository
and in some cases only from the card manufacturers' websites. The
<span class="emphasis"><em>Nonfree</em></span> repository needs to be explicitly enabled to
access them. If you didn't enable it previously, you should do this after
your first reboot.
</p>
</div>
</body>
</html>
|