在命令行输入startx
报错: (EE) open /dev/fb0: No such file or directory
查看/dev里没有fb0这个文件
于是我去内核编译framebuffer
Device Drivers --->
Graphics support --->
<*> Support for frame buffer devices --->
[ ] Enable Tile Blitting Support
<*> VESA VGA graphics support
VESA driver type (vesafb-tng) --->
(HRESxVRES@FREQ) VESA default mode
< > nVidia Framebuffer Support
< > nVidia Riva support
< > Matrox acceleration
Console display driver support --->
[*] Video mode selection support
<*> Framebuffer Console support
[*] Support for the Framebuffer Console Decorations
Device Drivers --->
Block devices --->
<*> RAM block device support
(16) Default number of RAM disk (NEW)
(4096) Default RAM disk size (kbytes) (NEW)
然后make && make modules_install之后重启
在/dev里还是没有fb0
于是我mknod /dev/fb0 c 29 0
可是运行startx 报错 (EE) open /dev/fb0: No such device
没招了,求各路大神帮忙!
