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

NAME

6       apm - Alliance ProMotion video driver
7

SYNOPSIS

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

DESCRIPTION

16       apm is an Xorg driver for Alliance ProMotion video cards. The driver is
17       accelerated  for  supported  hardware/depth  combination.  It  supports
18       framebuffer  depths of 8, 15, 16, 24 and 32 bits. For 6420, 6422, AT24,
19       AT3D and AT25, all depths are fully accelerated except 24 bpp for which
20       only screen to screen copy and rectangle filling is accelerated.
21

SUPPORTED HARDWARE

23       The  apm  driver  supports  PCI  and  ISA  video cards on the following
24       Alliance ProMotion chipsets
25
26       ProMotion 6420
27
28       ProMotion 6422
29
30       AT24
31
32       AT3D
33
34       AT25
35

CONFIGURATION DETAILS

37       Please refer to xorg.conf(5) for general configuration  details.   This
38       section only covers configuration details specific to this driver.
39
40       The  driver  auto-detects  the  chipset type, but the following ChipSet
41       names may optionally be specified in the config file "Device"  section,
42       and will override the auto-detection:
43
44           "6422", "at24", "at3d".
45
46           The AT25 is Chipset "at3d" and the 6420 is 6422.
47
48           The  driver will auto-detect the amount of video memory present for
49           all chips. The actual amount of video memory can also be  specified
50           with a VideoRam entry in the config file "Device" section.
51
52           The following driver Options are supported:
53
54           Option "HWCursor" "boolean"
55                  Enable or disable the hardware cursor.  Default: on.
56
57           Option "NoAccel" "boolean"
58                  Disable  or  enable  acceleration.  Default: acceleration is
59                  enabled.
60
61           Option "PciRetry" "boolean"
62                  Enable or disable PCI retries.  Default: off.
63
64           Option "Remap_DPMS_On" "string"
65
66           Option "Remap_DPMS_Standby" "string"
67
68           Option "Remap_DPMS_Suspend" "string"
69
70           Option "Remap_DPMS_Off" "string"
71                  Remaps the corresponding DPMS events.  I've  found  that  my
72                  Hercules  128/3D  swaps Off and Suspend events. You can cor‐
73                  rect that with
74                         Option "Remap_DPMS_Suspend" "Off"
75                         Option "Remap_DPMS_Off" "Suspend"
76                  in the Device section of the config file.
77
78                  Option "SWCursor" "boolean"
79                         Force the software cursor.  Default: off.
80
81                  Option "ShadowFB" "boolean"
82                         Enable or  disable  use  of  the  shadow  framebuffer
83                         layer.  Default: off.
84

SEE ALSO

86       Xorg(1), xorg.conf(5), Xserver(1), X(7)
87

AUTHORS

89       Authors include: ...
90
91
92
93X Version 11                 xf86-video-apm 1.2.5                       APM(4)
Impressum