上一页 1 ··· 90 91 92 93 94 95 96 97 98 ··· 136 下一页
摘要: linux查看硬件信息及驱动设备相关整理 (2009-07-24 12:13) 分类: kernel 在LINUX环境开发驱动程序,首先要探测到新硬件,接下来就是开发驱动程序。 常用命令整理如下: 用硬件检测程序kuduz探测新硬件:service kudzu start ( or restart) 查看CPU信息:cat /proc/cpuinfo 查看板卡信息:cat /proc... 阅读全文
posted @ 2011-10-10 13:58 katago 阅读(2910) 评论(0) 推荐(0)
摘要: 作者:FinalBSD 原载: [url]http://www.sanotes.net/html/y2009/312.html[/url] 版权所有。转载时必须以链接形式注明作者和原始出处及本声明。 Dmidecode dmidecode以一种可读的方式dump出机器的DMI(Desktop Management Interface)信息。这些信息包括了硬件以及BIOS,既可以得到... 阅读全文
posted @ 2011-10-10 10:35 katago 阅读(635) 评论(0) 推荐(0)
摘要: 2009-03-25 20:35:09 标签:linux 作者:FinalBSD 原载: [url]http://www.sanotes.net/html/y2009/316.html[/url] 版权所有。转载时必须以链接形式注明作者和原始出处及本声明。 lshw lshw(Hardware Lister)是另外一个可以查看硬件信息的工具,不仅如此,它还可以用来做一些... 阅读全文
posted @ 2011-10-10 10:35 katago 阅读(478) 评论(0) 推荐(0)
摘要: 第一次装opensuse,不由得赞叹它的界面还有yast。真的很人性化、不过我却差点被无线扼杀了、、、 不管怎么点,就是上不去无线,我以为是驱动的问题。下了驱动,但是编译太恶心了一直没装上,后来去 我们的fedora群里一问。有人提议用rfkill这个工具,之前没听说过。于是查了一下,官方资料如下: 解决方法 : rfkill unblock all 阅读全文
posted @ 2011-10-09 17:58 katago 阅读(957) 评论(0) 推荐(0)
摘要: 解决ubuntu下无线网卡不能启用 lspci一切正常,显示Atheros AR9285 Wireless Network Adapter (PCI-Express) dmesg无相关错误 ifconfig 无wlan0, ifconfig -a 显示wlan0 iwconfig 有wlan0 iwlist能搜索到热点,但是无论如何连接不上 桌面上的nm-app... 阅读全文
posted @ 2011-10-09 17:55 katago 阅读(25610) 评论(2) 推荐(0)
摘要: 把ubuntu-11.04-desktop-amd64.iso打开,提取出casper\vmlinuz和casper\initrd.lz放到C盘,使用easyBCD添加NeoGrub,再在configure中添加:title Install Ubuntu 11.04root (hd0,2)kernel (hd0,7)/vmlinuz boot=casper iso-scan/filename=/u... 阅读全文
posted @ 2011-10-09 12:48 katago 阅读(347) 评论(0) 推荐(0)
摘要: Qt Graphics and Performance – The Cost of Convenience Posted byGunnar SlettaonJanuary 11, 2010·25 comments Previous posts in this topic: Whats Hot and whats No... 阅读全文
posted @ 2011-10-04 21:39 katago 阅读(1388) 评论(0) 推荐(0)
摘要: Qt Graphics and Performance – Generating Content in Threads Posted byGunnar SlettaonJanuary 21, 2010·14 comments Previous posts in this topic: Whats Hot and wh... 阅读全文
posted @ 2011-10-04 19:55 katago 阅读(572) 评论(0) 推荐(0)
摘要: A Qt Scenegraph Posted byGunnar SlettaonMay 18, 2010·21 comments Source code can be found here:http://qt.gitorious.org/qt-labs/scenegraph A few months ago, I wrote a... 阅读全文
posted @ 2011-10-04 19:38 katago 阅读(774) 评论(0) 推荐(0)
摘要: http://labs.qt.nokia.com/category/graphics-dojo/ 阅读全文
posted @ 2011-10-03 22:09 katago 阅读(291) 评论(0) 推荐(0)
上一页 1 ··· 90 91 92 93 94 95 96 97 98 ··· 136 下一页