1I740(4) Kernel Interfaces Manual I740(4)
2
3
4
6 i740 - Intel i740 video driver
7
9 Section "Device"
10 Identifier "devname"
11 Driver "i740"
12 ...
13 EndSection
14
16 i740 is an Xorg driver for Intel i740 video cards.
17
19 The i740 driver supports Intel 740 based cards. A list of cards
20 reported to work is provided in the README file with the driver source.
21
23 Please refer to xorg.conf(5) for general configuration details. This
24 section only covers configuration details specific to this driver.
25
26 The driver auto-detects all device information necessary to initialize
27 the card.
28
29 However, if you have problems with auto-detection, you can specify:
30
31 VideoRam - in kilobytes
32
33 DacSpeed - in MHz
34
35 MemBase - physical address of the linear framebuffer
36
37 IOBase - physical address of the memory mapped IO registers
38
39 The following driver options are supported on all chipsets:
40
41 Option "NoAccel" "boolean"
42 Disable or enable 2D acceleration. Default: acceleration is
43 enabled.
44
45 Option "SWCursor" "boolean"
46 Request a software cursor (hardware is default). Default: off
47
48 Option "SDRAM" "boolean"
49 Force the use of SDRAM timings. Default: off
50
51 Option "SGRAM" "boolean"
52 Force the use of SGRAM timings. Default: off
53
54 Option "SlowRam" "boolean"
55 Force the use of slower ram timings. Default: off
56
57 Option "Dac6Bit" "boolean"
58 Force the use of a 6 Bit Dac (8 Bit is the default). Default:
59 off
60
61 Option "UsePIO" "boolean"
62 Force the use of programmed IO (Memory mapped is the default).
63 Default: off
64
65 Note: the i740 X server should automatically detect whether your card
66 has SGRAM or SDRAM. Use the "sgram" and "sdram" options if it is
67 incorrectly detected.
68
70 Xorg(1), xorg.conf(5), Xserver(1), X(7)
71
73 Authors include: Kevin E Martin and Daryll Strauss of Precision
74 Insight, Inc.
75
76 The XFree86 version of this driver was donated to The XFree86 Project
77 by Precision Insight, Inc., Cedar Park, TX, USA
78
79 The Xorg version of this driver originally came from XFree86 4.4rc2.
80
81
82
83
84X Version 11 xf86-video-i740 1.3.4 I740(4)