diff options
author | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2011-04-23 19:52:45 -0400 |
---|---|---|
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2011-04-23 19:52:45 -0400 |
commit | 2946294f9aa734efc5873ea2f34131d0a8c0f89a (patch) | |
tree | 7c1ddd28ec675caf9338e88b5433bd47deda3d8e /drivers/video/Kconfig | |
parent | 4d9fd0b72cd80624f9f5c6a4c69c503615bec370 (diff) |
viafb: add X server compatibility mode
This patch adds a config option to be compatible with X servers like
OpenChrome. This is required as for example the X server does not
handle things like disabled IGAs/PLLs resulting in a potential
freeze on X startup. With this option disabled we can provide some
nice features like power management and not reinitializing the
hardware on every mode switch (taking long time, causing flickering).
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 6bafb51bb437..4923b5ec0201 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -1607,6 +1607,17 @@ config FB_VIA_DIRECT_PROCFS | |||
1607 | correct output device configuration. | 1607 | correct output device configuration. |
1608 | Its use is strongly discouraged. | 1608 | Its use is strongly discouraged. |
1609 | 1609 | ||
1610 | config FB_VIA_X_COMPATIBILITY | ||
1611 | bool "X server compatibility" | ||
1612 | depends on FB_VIA | ||
1613 | default n | ||
1614 | help | ||
1615 | This option reduces the functionality (power saving, ...) of the | ||
1616 | framebuffer to avoid negative impact on the OpenChrome X server. | ||
1617 | If you use any X server other than fbdev you should enable this | ||
1618 | otherwise it should be safe to disable it and allow using all | ||
1619 | features. | ||
1620 | |||
1610 | endif | 1621 | endif |
1611 | 1622 | ||
1612 | config FB_NEOMAGIC | 1623 | config FB_NEOMAGIC |