易截截图软件、单文件、免安装、纯绿色、仅160KB

Arch Linux & ATI Stuff

1.
    In /etc/pacman.conf, add 2 lines:
        [ati]
        Server = http://dl.dropbox.com/u/4832298/x86_64
    from this repo, install:
        kernel26-pm, kernel26-firmware-git, radeon_ucode
        dri2proto-git, glproto-git, libdrm-git, mesa-full, xf86-video-ati-git
2.
    Install radeon_initrd from AUR
    Add radeon to
the HOOKS in /etc/mkinitcpio.conf
    Rebuild your
initrd with the command "mkinitcpio -k XXX"
    XXX is the kernel
you are
using, like kernel26 or kernel26-git or kernel26-pm


相关文档:

Fedora Linux 下安装 source navigator 的 bug shoot!

安装后
运行snavigator
出现
Can't find a usable tk.tcl in the following directories: 
/opt/sourcenav/share/tk8.3
/opt/sourcenav/share/tk8.3/tk.tcl: no event type or button # or keysym
no event type or button # or keysym
while executing
"bind Listbox <MouseWheel> {
%W yview scroll ......

linux源代码阅读工具进阶

Windows下的源码阅读工具Souce Insight凭 借着其易用性和多种编程语言的支持,无疑是这个领域的“带头大哥”。Linux/UNIX环境下呢?似乎仍然是处于百花齐放,各有千秋的春秋战国时代,实 际上,似乎其环境下的任何软件都是处于一种逐鹿中原的态势,也许这就是“集市”之于“大教堂”的优势所 ......

Linux设备驱动程序学习之基础篇


Linux设备驱动程序学习笔记系列文章原作者是:Tekkaman Ninja,他博客地址:
http://blog.chinaunix.net/u1/34474/showart_404278.html
在此向Tekkaman Ninja表示感谢,写出这么好的文章,使我少走了很多弯路。
Linux设备驱动程序学习(0)-Hello, world!模块
文章来源:http://blog.chinaunix.net/u2/62910/showa ......

Writing Linux LCD drivers

Writing Linux LCD drivers
作者:JimSheng
Writing Linux LCD drivers
Abstract
1 LCD Module\Driver\Controller
2 Linux Frame Buffer Driver
2.1 Why Frame Buffer?
2.2 What is Frame Buffer Devices?
2.3 How to Write Frame Buffer Device Drivers?
3 Analysis of Linux Frame Buffer Driver Source ......

一篇简化的Linux启动过程说明


启动第一步--加载BIOS
当你打开计算机电源,计算机会首先加载BIOS信息,BIOS信息是如此的重要,以至于计算机必须在最开始就找到它。这是因为BIOS中包含了CPU的相关信息、设备启动顺序信息、硬盘信息、内存信息、时钟信息、PnP特性等等。在此之后,计算机心里就有谱了,知道应该去读取哪个硬件设备了。
启动第二步-- ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号