Kconfig (68deeb025fbfb809aabfecf84331c8d872a101a3) | Kconfig (dc9c80b0c6ca04fa7fde6c0fab00c624f51ec396) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# fbdev configuration 4# 5 6menuconfig FB 7 tristate "Support for frame buffer device drivers" 8 select FB_CORE --- 889 unchanged lines hidden (view full) --- 898 Say Y here if you want DDC/I2C support for your on-board Intel graphics. 899 900config FB_MATROX 901 tristate "Matrox acceleration" 902 depends on FB && PCI 903 select FB_CFB_FILLRECT 904 select FB_CFB_COPYAREA 905 select FB_CFB_IMAGEBLIT | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# fbdev configuration 4# 5 6menuconfig FB 7 tristate "Support for frame buffer device drivers" 8 select FB_CORE --- 889 unchanged lines hidden (view full) --- 898 Say Y here if you want DDC/I2C support for your on-board Intel graphics. 899 900config FB_MATROX 901 tristate "Matrox acceleration" 902 depends on FB && PCI 903 select FB_CFB_FILLRECT 904 select FB_CFB_COPYAREA 905 select FB_CFB_IMAGEBLIT |
906 select FB_IOMEM_FOPS |
|
906 select FB_TILEBLITTING 907 select FB_MACMODES if PPC_PMAC 908 select VIDEO_NOMODESET 909 help 910 Say Y here if you have a Matrox Millennium, Matrox Millennium II, 911 Matrox Mystique, Matrox Mystique 220, Matrox Productiva G100, Matrox 912 Mystique G200, Matrox Millennium G200, Matrox Marvel G200 video, 913 Matrox G400, G450 or G550 card in your box. --- 70 unchanged lines hidden (view full) --- 984 second head of G400 or MGA-TVO on G200 or G400. 985 986 If you compile it as module, it will create a module named 987 i2c-matroxfb. 988 989config FB_MATROX_MAVEN 990 tristate "G400 second head support" 991 depends on FB_MATROX_G && FB_MATROX_I2C | 907 select FB_TILEBLITTING 908 select FB_MACMODES if PPC_PMAC 909 select VIDEO_NOMODESET 910 help 911 Say Y here if you have a Matrox Millennium, Matrox Millennium II, 912 Matrox Mystique, Matrox Mystique 220, Matrox Productiva G100, Matrox 913 Mystique G200, Matrox Millennium G200, Matrox Marvel G200 video, 914 Matrox G400, G450 or G550 card in your box. --- 70 unchanged lines hidden (view full) --- 985 second head of G400 or MGA-TVO on G200 or G400. 986 987 If you compile it as module, it will create a module named 988 i2c-matroxfb. 989 990config FB_MATROX_MAVEN 991 tristate "G400 second head support" 992 depends on FB_MATROX_G && FB_MATROX_I2C |
993 select FB_IOMEM_HELPERS |
|
992 help 993 WARNING !!! This support does not work with G450 !!! 994 995 Say Y or M here if you want to use a secondary head (meaning two 996 monitors in parallel) on G400 or MGA-TVO add-on on G200. Secondary 997 head is not compatible with accelerated XFree 3.3.x SVGA servers - 998 secondary head output is blanked while you are in X. With XFree 999 3.9.17 preview you can use both heads if you use SVGA over fbdev or --- 947 unchanged lines hidden --- | 994 help 995 WARNING !!! This support does not work with G450 !!! 996 997 Say Y or M here if you want to use a secondary head (meaning two 998 monitors in parallel) on G400 or MGA-TVO add-on on G200. Secondary 999 head is not compatible with accelerated XFree 3.3.x SVGA servers - 1000 secondary head output is blanked while you are in X. With XFree 1001 3.9.17 preview you can use both heads if you use SVGA over fbdev or --- 947 unchanged lines hidden --- |