当前位置: 技术问答>linux和unix
Intel i810显卡如何支持FrameBuffer?
来源: 互联网 发布时间:2015-01-09
本文导语: Intel i810显卡如何支持FrameBuffer? 为何我下载的tbz文件用 tar xIz *.tbz 解不开. 怎样解压 tbz 文件 ? | 重新编译kernel,在framebuffer中加上对8bit和4bit的支持。 | To create a tarred...
Intel i810显卡如何支持FrameBuffer?
为何我下载的tbz文件用 tar xIz *.tbz 解不开. 怎样解压 tbz 文件 ?
为何我下载的tbz文件用 tar xIz *.tbz 解不开. 怎样解压 tbz 文件 ?
|
重新编译kernel,在framebuffer中加上对8bit和4bit的支持。
|
To create a tarred and bzipped compressed file, use the -j option:
tar -cjvf filename.tbz
tar files compressed with bzip2 are conventionally given the extension .tbz.
This command creates an archive file and then compresses it as the file filename.tbz. If you uncompress the filename.tbz file with the bunzip2 command, the filename.tbz file is removed and replaced with filename.tar.
You can also expand and unarchive a bzip tar file in one command:
tar -xjvf filename.tbz
BTW: 我在www.google.com 用关键字"tbz compress tar"搜出来的,第一条便是。
http://www.redhat.com/docs/manuals/linux/RHL-7.3-Manual/getting-started-guide/s1-managing-compressing-archiving.html
tar -cjvf filename.tbz
tar files compressed with bzip2 are conventionally given the extension .tbz.
This command creates an archive file and then compresses it as the file filename.tbz. If you uncompress the filename.tbz file with the bunzip2 command, the filename.tbz file is removed and replaced with filename.tar.
You can also expand and unarchive a bzip tar file in one command:
tar -xjvf filename.tbz
BTW: 我在www.google.com 用关键字"tbz compress tar"搜出来的,第一条便是。
http://www.redhat.com/docs/manuals/linux/RHL-7.3-Manual/getting-started-guide/s1-managing-compressing-archiving.html
|
不用编译内核,直接修改BIOS中显卡分配的FrameBuffer size,1m to 8m,it's ok!