1RENDITION(4)               Kernel Interfaces Manual               RENDITION(4)
2
3
4

NAME

6       rendition - Rendition video driver
7

SYNOPSIS

9       Section "Device"
10         Identifier "devname"
11         Driver "rendition"
12         ...
13       EndSection
14

DESCRIPTION

16       rendition  is  an  Xorg  driver for Rendition/Micron based video cards.
17       The driver supports following framebuffer depths: 8, 15  (Verite  V1000
18       only),  16  and  24. Acceleration and multi-head configurations are not
19       supported yet, but are work in progress.
20

SUPPORTED HARDWARE

22       The rendition driver supports PCI and AGP video cards based on the fol‐
23       lowing Rendition/Micron chips:
24
25       V1000       Verite V1000 based cards.
26
27       V2100       Verite  V2100  based  cards. Diamond Stealth II S220 is the
28                   only known such card.
29
30       V2200       Verite V2200 based cards.
31

CONFIGURATION DETAILS

33       Please refer to xorg.conf(5) for general configuration  details.   This
34       section only covers configuration details specific to this driver.
35
36       The  driver  auto-detects  the  chipset type, but the following ChipSet
37       names may optionally be specified in the config file "Device"  section,
38       and will override the auto-detection:
39
40           "v1000", "v2x00".
41
42       The  driver will auto-detect the amount of video memory present for all
43       chips. If the amount of memory  is  detected  incorrectly,  the  actual
44       amount of video memory should be specified with a VideoRam entry in the
45       config file "Device" section.
46
47       The following driver Options are supported:
48
49       Option "SWCursor" "boolean"
50              Disables use of the hardware cursor. Default: use HW-cursor.
51
52       Option "OverclockMem" "boolean"
53              Increases  the  Mem/Sys  clock  to  125MHz/60MHz  from  standard
54              110MHz/50MHz.  Default: Not overclocked.
55
56       Option "DacSpeed" "MHz"
57              Run the memory at a higher clock. Useful on some cards with dis‐
58              play glitches at higher resolutions. But adds the risk to damage
59              the hardware. Use with caution.
60
61       Option "FramebufferWC" "boolean"
62              If  writecombine is disabled in BIOS, and you add this option in
63              configuration file, then the driver will try to  request  write‐
64              combined   access  to  the  framebuffer.  This  can  drastically
65              increase the performance on unaccelerated server. Requires  that
66              "MTRR"-support  is  compiled  into the OS-kernel.  Default: Dis‐
67              abled for V1000, enabled for V2100/V2200.
68
69       Option "NoDDC" "boolean"
70              Disable probing  of  DDC-information  from  your  monitor.  This
71              information  is not used yet and is only there for informational
72              purposes.  Safe to disable if  you  experience  problems  during
73              startup of X-server.  Default: Probe DDC.
74
75       Option "ShadowFB" "boolean"
76              If  this  option is enabled, the driver will cause the CPU to do
77              each drawing operation first into a shadow frame buffer in  sys‐
78              tem  virtual  memory and then copy the result into video memory.
79              If this option is not active, the CPU will  draw  directly  into
80              video memory.  Enabling this option is beneficial for those sys‐
81              tems where reading from video memory is, on average, slower than
82              the  corresponding read/modify/write operation in system virtual
83              memory.  This is normally the case for PCI or AGP adapters, and,
84              so,  this  option  is  enabled by default unless acceleration is
85              enabled.  Default: Enabled unless acceleration is used.
86
87       Option "Rotate" "CW"
88
89       Option "Rotate" "CCW"
90              Rotate the display clockwise or counterclockwise.  This mode  is
91              unaccelerated.  Default: no rotation.
92
93
94       Notes  For  the moment the driver defaults to not request write-combine
95              for any chipset as there has been indications of  problems  with
96              it.  Use Option "MTRR" to let the driver request write-combining
97              of memory access on the video board.
98

SEE ALSO

100       Xorg(1), xorg.conf(5), Xserver(1), X(7)
101

AUTHORS

103       Authors include: Marc Langenbach, Dejan Ilic
104
105
106
107X Version 11              xf86-video-rendition 4.2.6              RENDITION(4)
Impressum