shorthand for double quote that works everywhere.
"Section \*qDevice\*q" " Identifier \*q" devname \*q " Driver \*qi740\*q" ... EndSection
The driver auto-detects all device information necessary to initialize the card.
However, if you have problems with auto-detection, you can specify:
VideoRam " - in kilobytes"
DacSpeed " - in MHz"
MemBase " - physical address of the linear framebuffer"
IOBase " - physical address of the memory mapped IO registers"
The following driver options are supported on all chipsets:
"Option \*qNoAccel\*q \*q" boolean \*q Disable or enable 2D acceleration. Default: acceleration is enabled.
"Option \*qSWCursor\*q \*q" boolean \*q Request a software cursor (hardware is default). Default: off
"Option \*qSDRAM\*q \*q" boolean \*q Force the use of SDRAM timings. Default: off
"Option \*qSGRAM\*q \*q" boolean \*q Force the use of SGRAM timings. Default: off
"Option \*qSlowRam\*q \*q" boolean \*q Force the use of slower ram timings. Default: off
"Option \*qDac6Bit\*q \*q" boolean \*q Force the use of a 6 Bit Dac (8 Bit is the default). Default: off
"Option \*qUsePIO\*q \*q" boolean \*q Force the use of programmed IO (Memory mapped is the default). Default: off
Note: the i740 X server should automatically detect whether your card has SGRAM or SDRAM. Use the \*qsgram\*q and \*qsdram\*q options if it is incorrectly detected.
The XFree86 version of this driver was donated to The XFree86 Project by Precision Insight, Inc., Cedar Park, TX, USA
The Xorg version of this driver originally came from XFree86 4.4rc2.