~ubuntu-branches/ubuntu/gutsy/vnc4/gutsy

« back to all changes in this revision

Viewing changes to unix/xc/programs/Xserver/hw/xfree86/doc/sgml/i810.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Ola Lundqvist
  • Date: 2006-05-15 20:35:17 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060515203517-l4lre1ku942mn26k
Tags: 4.1.1+X4.3.0-10
* Correction of critical security issue. Thanks to Martin Kogler
  <e9925248@student.tuwien.ac.at> that informed me about the issue,
  and provided the patch.
  This flaw was originally found by Steve Wiseman of intelliadmin.com.
* Applied patch from Javier Kohen <jkohen@users.sourceforge.net> that
  inform the user that only 8 first characters of the password will
  actually be used when typing more than 8 characters, closes:
  #355619.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE linuxdoc PUBLIC "-//XFree86//DTD linuxdoc//EN" [
 
2
<!ENTITY % defs SYSTEM "defs.ent"> %defs;
 
3
]>
 
4
 
 
5
<article>
 
6
<title>Information for i810 Users
 
7
<author>Precision Insight, Inc.
 
8
<date>3 March 2000
 
9
<ident>
 
10
$XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/i810.sgml,v 1.3 2001/04/04 01:34:18 dawes Exp $
 
11
</ident>
 
12
<toc>
 
13
 
 
14
<sect>Supported Hardware
 
15
<p>
 
16
<itemize>
 
17
  <item>Intel 810 motherboards:
 
18
        <itemize>
 
19
          <item>i810,
 
20
          <item>i810-dc100,
 
21
          <item>i810e
 
22
          <item>i815
 
23
        </itemize>
 
24
</itemize>
 
25
 
 
26
 
 
27
<sect>Features
 
28
<p>
 
29
<itemize>
 
30
  <item>Full support for 8, 15, 16, and 24 bit pixel depths.
 
31
  <item>Hardware cursor support to reduce sprite flicker.
 
32
  <item>Hardware accelerated 2D drawing engine support for 8, 15, 16 and
 
33
        24 bit pixel depths.
 
34
  <item>Support for high resolution video modes up to 1600x1200.
 
35
  <item>Fully programmable clock supported.
 
36
  <item>Robust text mode restore for VT switching.
 
37
</itemize>
 
38
 
 
39
 
 
40
<sect>Technical Notes
 
41
<p>
 
42
<itemize>
 
43
  <item>Hardware acceleration is not possible when using the framebuffer
 
44
        in 32 bit per pixel format, and this mode is not supported by
 
45
        this driver.
 
46
  <item>Interlace modes cannot be supported.
 
47
  <item>This driver currently only works for Linux/ix86 and recent versions
 
48
        of FreeBSD.  It requires the agpgart kernel support, which is
 
49
        included in Linux kernels 2.3.42 and higher, and FreeBSD 4.1
 
50
        and higher.
 
51
</itemize>
 
52
 
 
53
 
 
54
<sect>Reported Working Video Cards
 
55
<p>
 
56
<itemize>
 
57
  <item>Intel evaluation hardware - i810, i810-dc100, i810e and i815.
 
58
  <item>Tyan Tomcat Motherboard.
 
59
  <item>HappyPC set-top box.
 
60
</itemize>
 
61
 
 
62
 
 
63
<sect>Configuration
 
64
<p>
 
65
The driver auto-detects all device information necessary to
 
66
initialize the card.  The only lines you need in the "Device"
 
67
section of your XF86Config file are:
 
68
<verb>
 
69
       Section "Device"
 
70
           Identifier "Intel i810"
 
71
           Driver     "i810"
 
72
       EndSection
 
73
</verb>
 
74
or let <tt>xf86config</tt> do this for you.
 
75
 
 
76
However, if you have problems with auto-detection, you can specify:
 
77
<itemize>
 
78
  <item>DacSpeed - in MHz
 
79
  <item>MemBase  - physical address of the linear framebuffer
 
80
  <item>IOBase   - physical address of the memory mapped IO registers
 
81
</itemize>
 
82
 
 
83
In order to use most resolutions, it is necessary to install the
 
84
'agpgart.o' module.  You will probably have to compile the module yourself
 
85
(see the notes in the module).
 
86
 
 
87
Note: the i810 driver detects whether your motherboard has display cache
 
88
video memory.  This memory is has reduced bandwidth compared to normal
 
89
system memory, and isn't used by the server.  The main function of this
 
90
memory is for ancillary buffers (eg. z buffer) in a forthcoming 3d
 
91
capable server.
 
92
 
 
93
 
 
94
<sect>Driver Options
 
95
<p>
 
96
<itemize>
 
97
  <item>"NoAccel"  - Turn off hardware acceleration
 
98
  <item>"SWCursor" - Request a software cursor (hardware is default)
 
99
  <item>"Dac6Bit"  - Force the use of a 6 Bit Dac (8 Bit is the default)
 
100
</itemize>
 
101
 
 
102
<sect>Known Limitations
 
103
<p>
 
104
<itemize>
 
105
  <item>No 3D support in this release.
 
106
  <item>Running two X servers on different VTs is not supported at this time.
 
107
</itemize>
 
108
 
 
109
 
 
110
<sect>Author
 
111
<p>
 
112
<itemize>
 
113
   <item>Keith Whitwell
 
114
</itemize>
 
115
 
 
116
This driver was donated to The XFree86 Project by:
 
117
<verb>
 
118
    Precision Insight, Inc.
 
119
    Cedar Park, TX
 
120
    USA
 
121
</verb>
 
122
 
 
123
<htmlurl name="http://www.precisioninsight.com"
 
124
          url="http://www.precisioninsight.com">
 
125
 
 
126
 
 
127
</article>