摘要: 1.安装V86d和hwinfo包1 sudo apt-get install v86d hwinfo 2.查看自己机子显卡支持的最高分辨率1 sudo hwinfo --framebuffer 02: None 00.0: 11001 VESA Framebuffer [Created at bios.464] Unique ID: rdCR.jxlX_IoocZ9 Hardware Class: framebuffer Model: "(C) 1988-2005, ATI Technologies Inc. MADISON" Vendor: "(C) 1988. 阅读全文
posted @ 2011-11-21 14:13 captain_meng 阅读(1461) 评论(0) 推荐(0) 编辑
摘要: 来源:Jeff's Blog Sell 编程一个简单的shell程序 1 $ cat example 2 #!/bin/sh 3 #This is to show what a example looks like. 4 echo "Our first example" 5 echo # This inserts an empty line in output. 6 echo "We are currently in the following directory." 7 /bin/pwd 8 echo 9 echo "This dir 阅读全文
posted @ 2011-11-21 13:58 captain_meng 阅读(750) 评论(0) 推荐(0) 编辑