Linux 3.2内核预计会在圣诞节发布RC7版,并且不会有RC8,在2012年元旦左右会发布正式版
3.2以后会开启硬件信号量支持和sandy bridge特有的RC6显卡节能补丁,至少可以减少功耗5W以上,最高有达到10W的。
在3.0,3.1上没有默认开启,因为存在一些bug,手动开启的方法是加内核参数i915.i915_enable_rc6=1
Vmware显卡也只支硬件3D加速了,要以在vmware上用 gnome3了,开启以下两个选项
DRM_SAVAGE
Choose this option if you have a Savage3D/4/SuperSavage/Pro/Twister chipset. If M is selected the module will be called savage.
DRM_VMWGFX
Choose this option if you would like to run 3D acceleration
in a VMware virtual machine.
This is a KMS enabled DRM driver for the VMware SVGA2
virtual hardware.
The compiled module will be called "vmwgfx.ko".
其它的改变自己在这看吧
http://www.h-online.com/open/features/Kernel-Log-Coming-in-3-2-Part-5-Drivers-1396159.html
关于intel 的RC6补丁
这是一项叫做渲染待机的技术(Intel Graphics Render Standby Technology)。在2010年以后的所有台式机和笔记本都支持,2010年以前只有笔记本支持
具体可看这里:http://www.intel.com/content/dam/doc/white-paper/power-management-technologies-for-processor-graphics-display-and-memory-paper.pdf
分享到:
相关推荐
为了解决这个问题,开发者提供了"vmware8.0.2 linux kernel 3.2 patch",这是一个专门针对VMware 8.0.2与Linux内核3.2的补丁,旨在提高两者之间的兼容性和性能。 这个补丁的核心目标是优化VMware Workstation 8.0.2...
Linux kernel本地权限提升漏洞(CVE-2022-0847)漏洞补丁及相关依赖包1Linux kernel本地权限提升漏洞(CVE-2022-0847)漏洞补丁及相关依赖包1Linux kernel本地权限提升漏洞(CVE-2022-0847)漏洞补丁及相关依赖包1Linux ...
4. 《UnderStanding The Linux Kernel 3rd Edition V413HAV.pdf》:这正是标题中提到的《理解Linux内核》第三版,书中详尽介绍了Linux 2.6.x版本内核的设计和实现,包括调度程序、内存管理、文件系统、网络协议栈等...
### Linux Kernel Development: 关键知识点概述 #### 一、引言 在《Linux Kernel Development: 完美版》这份文档中,作者Randy Dunlap详细介绍了Linux内核开发的相关知识和实践经验。作为一份全面深入的技术指南,...
### Linux内核设计与实现——Linux Kernel Development 第三版 #### 书籍简介 《Linux Kernel Development》第三版是一本经典的Linux内核开发指南,由Robert Love编写,Pearson Education出版。该书作为Developer's...
3. **kernel**:这里是 RTLinux 内核的源代码,包括实时调度器、中断处理和设备驱动等关键组件。 4. **tools**:包含了辅助工具,如配置脚本(`config` 或 `make menuconfig`)和构建工具。 5. **drivers**:存储了...
麒麟Linux kernel本地权限提升漏洞(CVE-2022-0847)漏洞补丁及相关依赖包3麒麟Linux kernel本地权限提升漏洞(CVE-2022-0847)漏洞补丁及相关依赖包3麒麟Linux kernel本地权限提升漏洞(CVE-2022-0847)漏洞补丁及相关...
The Linux kernel is one of the most interesting yet least understood open-source projects. It is also a basis for developing new kernel code. That is why Sams is excited to bring you the latest Linux ...
### Linux Kernel Module编程指南知识点概览 #### 一、引言 《Linux Kernel Module Programming Guide》是一本关于Linux内核模块编程的专业书籍,由Peter Jay Salzman、Michael Burian和Ori Pomerantz共同编著。该...
麒麟Linux kernel本地权限提升漏洞(CVE-2022-0847)漏洞补丁及相关依赖包9 麒麟Linux kernel本地权限提升漏洞(CVE-2022-0847)漏洞补丁及相关依赖包9 麒麟Linux kernel本地权限提升漏洞(CVE-2022-0847)漏洞补丁及相关...
- **核心概念**:本书开篇介绍了Linux内核的基本概念以及它在整个操作系统中的作用。 - **整体架构**:阐述了Linux内核的设计思想与架构特点,为后续章节的学习奠定基础。 #### 二、进程管理与调度(第二章) - **...
Linux Kernel核心中文手册Linux Kernel核心中文手册Linux Kernel核心中文手册Linux Kernel核心中文手册Linux Kernel核心中文手册Linux Kernel核心中文手册
ldd3_for_linux_kernel_3.2.x
《Linux Kernel Architecture + Understanding Linux Kernel》是一套深入探讨Linux内核和系统编程的资源,适合对操作系统原理感兴趣的读者,特别是那些计划开发Linux设备驱动程序的人。这套资料包含三本书:...
该压缩包中的文件"OReilly.Understanding.the.Linux.Kernel.3rd.Edition.Nov.2005.HAPPY.NEW.YEAR.chm"是这本书的电子版,采用CHM(Compiled HTML Help)格式,便于在电脑上离线阅读。CHM文件是一种包含HTML页面和...
### Linux Kernel In A Nutshell: Key Insights and Concepts The book "Linux Kernel In A Nutshell" by Greg Kroah-Hartman is a comprehensive guide designed to provide a high-level overview of the Linux ...
PDF版深入理解Linux内核(第三版)(英文版)Understanding the Linux Kernel Linux 内核是操作系统的核心组件,它负责管理计算机硬件资源,提供基础设施给应用程序, Linux 内核的设计和实现对整个操作系统的性能...
Find an introduction to the architecture, concepts and algorithms of the Linux kernel in Professional Linux Kernel Architecture , a guide to the kernel sources and large number of connections among ...