分页: 1 / 1

没有framebuffer

发表于 : 2008-03-18 22:10
mjxian
内核启动选项里面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

发表于 : 2008-04-04 21:51
lonelycorn
好像能手动开开。你在论坛里搜索zhcon,有相关内容。
不推荐编译内核,反正我编译了3次,都没体现出优点。

发表于 : 2008-04-10 0:34
mjxian
解决了,多谢楼上指点!