没有framebuffer

编译打包和其他
回复
头像
mjxian
帖子: 233
注册时间: 2005-10-25 8:44

没有framebuffer

#1

帖子 mjxian » 2008-03-18 22:10

内核启动选项里面vga=792不起作用。
# ls /dev/fb*
ls: /dev/fb*: No such file or directory
# file /proc/fb
/proc/fb: empty
# fbset
open /dev/fb0: No such file or directory
# lsmod | grep fb
fbcon 40736 0
tileblit 2688 1 fbcon
font 8448 1 fbcon
bitblit 6016 1 fbcon

很奇怪。除了自动编译内核还有其它解决办法不?
# uname -a
Linux ubuntu 2.6.22-14-386 #1 Tue Feb 12 07:12:19 UTC 2008 i686 GNU/Linux
# cat cpuinfo
processor : 0
vendor_id : AuthenticAMD
cpu family : 15
model : 44
model name : AMD Sempron(tm) Processor 2500+
stepping : 2
cpu MHz : 1406.443
cache size : 256 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 1
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm ts ttp tm stc
bogomips : 2815.40
clflush size : 64
头像
lonelycorn
帖子: 438
注册时间: 2007-05-20 18:44
来自: 唐山,河北,中国
联系:

#2

帖子 lonelycorn » 2008-04-04 21:51

好像能手动开开。你在论坛里搜索zhcon,有相关内容。
不推荐编译内核,反正我编译了3次,都没体现出优点。
我逗无了奈了……
HP的本跑ubuntu还得把我折腾死。
显卡、无线/有线网卡、声卡、键盘……

代码: 全选

while :
do
  work_hard
done
头像
mjxian
帖子: 233
注册时间: 2005-10-25 8:44

#3

帖子 mjxian » 2008-04-10 0:34

解决了,多谢楼上指点!
回复