ルギア君の戯言

雑多な記事。

kernel のビデオドライバ

config FB_INTEL
        tristate "Intel 830M/845G/852GM/855GM/865G/915G/945G/945GM/965G/965GM support (EXPERIMENTAL)"
        depends on EXPERIMENTAL && FB && PCI && X86 && AGP_INTEL
        select FB_MODE_HELPERS
        select FB_CFB_FILLRECT
        select FB_CFB_COPYAREA
        select FB_CFB_IMAGEBLIT
        select FB_BOOT_VESA_SUPPORT
        help
          This driver supports the on-board graphics built in to the Intel
          830M/845G/852GM/855GM/865G/915G/915GM/945G/945GM/965G/965GM chipsets.
          Say Y if you have and plan to use such a board.

          If you say Y here and want DDC/I2C support you must first say Y to
          "I2C support" and "I2C bit-banging support" in the character devices
          section.

          If you say M here then "I2C support" and "I2C bit-banging support"
          can be build either as modules or built-in.

          To compile this driver as a module, choose M here: the
          module will be called intelfb.

          For more information, please read <file:Documentation/fb/intelfb.txt>

・・・これか。しっかり EXPERIMENTAL って書いてあるしw
disable にしてビルドしてみて効果あるのかね?
やってみるか?