LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 2051|回复: 2

intelfb:Cannot reserve FB region

[复制链接]
发表于 2009-10-18 10:05:02 | 显示全部楼层 |阅读模式
dmesg | grep "intelfb" 后系统给出以下提示:
[    8.346771] intelfb: Framebuffer driver for Intel(R) 830M/845G/852GM/855GM/865G/915G/915GM/945G/945GM/945GME/965G/965GM chipsets
[    8.351104] intelfb: Version 0.9.6
[    8.363773] intelfb: Cannot reserve FB region.

我用lsmod看了下:
Module                  Size  Used by
pppoe                   9228  2
pppox                   2460  1 pppoe
snd_intel8x0           26624  0
snd_ac97_codec         86988  1 snd_intel8x0
ac97_bus                1308  1 snd_ac97_codec
snd_pcm                50396  2 snd_intel8x0,snd_ac97_codec
snd_timer              16184  1 snd_pcm
snd                    38272  4 snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
soundcore               1192  1 snd
intelfb                30468  0
snd_page_alloc          7400  2 snd_intel8x0,snd_pcm
uhci_hcd               26812  0
intelfb不是已经加载了吗?
修改menu.lst 指定内核心参数:video=intelfb:mode=1024x768-24@60,hwcurosr,vram=8 也不能正常启动,只有vga=792可以打开framebuffer.

同时fbset -i 的结果也是VESAVGA
请问如何配置内核,安装哪些应用软件,系统如何配置才能使用intelfb?
另网络上有的说要加载fbcon模块才能用,可是我看了内核配置,fbcon好像不能配置为模块方式.
请知道的朋友给点提示,谢谢!!!
 楼主| 发表于 2009-10-19 15:20:44 | 显示全部楼层
已经24小时过了.我的帖子还在第一位?
怎么大家都是只看不回的啊!!!!
回复 支持 反对

使用道具 举报

发表于 2009-11-18 00:08:46 | 显示全部楼层
我的也同样问题,865G的主板

#lsmod |grep intel  
intel_agp              29116  1
snd_intel8x0           32540  0
agpgart                32584  1 intel_agp
intel_rng               8576  0
snd_ac97_codec        101412  1 snd_intel8x0
snd_pcm                70788  3 snd_pcm_oss,snd_intel8x0,snd_ac97_codec
snd                    51748  9 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
snd_page_alloc         11400  2 snd_intel8x0,snd_pcm

加载 intelfb 驱动:
#modprobe intelfb mode=1024x768-32@75 vram=8 accel=1 hwcursor=1

#lsmod |grep intel
intelfb                38948  0
intel_agp              29116  1
snd_intel8x0           32540  0
agpgart                32584  2 intelfb,intel_agp
intel_rng               8576  0
snd_ac97_codec        101412  1 snd_intel8x0
snd_pcm                70788  3 snd_pcm_oss,snd_intel8x0,snd_ac97_codec
snd                    51748  9 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
snd_page_alloc         11400  2 snd_intel8x0,snd_pcm
上面已经成功动态加载 intelfb驱动模块

#dmesg |grep intel
intel8x0_measure_ac97_clock: measured 53560 usecs
intel8x0: clocking to 48000
agpgart-intel 0000:00:00.0: Intel 865 Chipset
agpgart-intel 0000:00:00.0: detected 16252K stolen memory
agpgart-intel 0000:00:00.0: AGP aperture is 128M @ 0xf0000000
intelfb: Framebuffer driver for Intel(R) 830M/845G/852GM/855GM/865G/915G/915GM/945G/945GM/965G/965GM chipsets
intelfb: Version 0.9.5
intelfb 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
intelfb: Cannot reserve FB region.
intelfb: Framebuffer driver for Intel(R) 830M/845G/852GM/855GM/865G/915G/915GM/945G/945GM/965G/965GM chipsets
intelfb: Version 0.9.5
intelfb: Cannot reserve FB region.

这里出现错误  Cannot reserve FB region

#fbset -i

mode "1024x768-76"
    # D: 78.653 MHz, H: 59.949 kHz, V: 75.694 Hz
    geometry 1024 768 1024 768 8
    timings 12714 128 32 16 4 128 4
    rgba 8/0,8/0,8/0,8/0
endmode

Frame buffer device information:
    Name        : VESA VGA
    Address     : 0xf0000000
    Size        : 1572864
    Type        : PACKED PIXELS
    Visual      : PSEUDOCOLOR
    XPanStep    : 0
    YPanStep    : 0
    YWrapStep   : 0
    LineLength  : 1024
    Accelerator : No
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表