当前位置: 技术问答>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!
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。