modesetting(4) - Linux man page
Name
modesetting - video driver for framebuffer deviceSynopsis
Section Device Identifier devname Driver modesetting BusID pci:bus:dev:func ... EndSection
Description
Supported Hardware
The modesetting driver supports all hardware where a KMS driver is available. modesetting uses the Linux DRM KMS ioctls and dumb object create/map.Configuration Details
Please refer to xorg.conf(5) for general configuration details. This section only covers configuration details specific to this driver.For this driver it is not required to specify modes in the screen section of the config file. The modesetting driver can pick up the currently used video mode from the kernel driver and will use it if there are no video modes configured.
For PCI boards you might have to add a BusID line to the Device section. See above for a sample line.
The following driver Options are supported:
- Option kmsdev string
- The framebuffer device to use. Default: /dev/dri/card0.
- Option ShadowFB boolean
- Enable or disable use of the shadow framebuffer layer. Default: on.
See Also
xorg(1), xorg.conf(5), xserver(1), x(7)Authors
Authors include:- Dave Airlie