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

NAME

6       modesetting - video driver for framebuffer device
7

SYNOPSIS

9       Section "Device"
10         Identifier "devname"
11         Driver "modesetting"
12         BusID  "pci:bus:dev:func"
13         ...
14       EndSection
15

DESCRIPTION

17       modesetting  is an Xorg driver for KMS devices.  This is a non-acceler‐
18       ated driver, the following framebuffer depths are supported: 8, 15, 16,
19       24.   All  visual types are supported for depth 8, and TrueColor visual
20       is supported for the other depths.  RandR 1.2 is supported.
21

SUPPORTED HARDWARE

23       The modesetting driver supports all hardware  where  a  KMS  driver  is
24       available.   modesetting  uses the Linux DRM KMS ioctls and dumb object
25       create/map.
26

CONFIGURATION DETAILS

28       Please refer to xorg.conf(5) for general configuration  details.   This
29       section only covers configuration details specific to this driver.
30
31       For  this driver it is not required to specify modes in the screen sec‐
32       tion of the config file.  The modesetting driver can pick up  the  cur‐
33       rently  used video mode from the kernel driver and will use it if there
34       are no video modes configured.
35
36       For PCI boards you might have to add a BusID line to  the  Device  sec‐
37       tion.  See above for a sample line.
38
39       The following driver Options are supported:
40
41       Option "kmsdev" "string"
42              The framebuffer device to use. Default: /dev/dri/card0.
43
44       Option "ShadowFB" "boolean"
45              Enable or disable use of the shadow framebuffer layer.  Default:
46              on.
47
48       Option "AccelMethod" "string"
49              One of "glamor" or "none".  Default: glamor
50
51
52       SEE ALSO
53              Xorg(1), xorg.conf(5), Xserver(1), X(7)
54

AUTHORS

56       Authors include: Dave Airlie
57
58
59
60X Version 11                  xorg-server 1.17.4                MODESETTING(4)
Impressum