`
hankgong
  • 浏览: 199585 次
  • 性别: Icon_minigender_1
  • 来自: 武汉
社区版块
存档分类
最新评论

x31中设置桌面特效(ubuntu8.04)

阅读更多
1) mkdir -p ~/.config/compiz && echo SKIP_CHECKS=yes >> ~/.config/compiz/compiz-manager 

2)备份原来的xorg.conf,替换为下面的部分  (http://forum.ubuntu.org.cn/viewtopic.php?t=127472&sid=1da966168cfa6f7da187dc488b88ac9c)
######################################################################################


## xorg.conf (xorg X Window System server configuration file)


#


# This file was generated by failsafeDexconf, using


# values from the debconf database and some overrides to use vesa mode.


#


# You should use dexconf or another such tool for creating a "real" xorg.conf


# For example:


#   sudo dpkg-reconfigure -phigh xserver-xorg





Section "Module"


	Load	"i2c"


	Load	"bitmap"


	Load	"ddc"


	Load	"dri"


	Load	"extmod"


	Load	"freetype"


	Load	"glx"


	Load	"int10"


	Load	"vbe"


EndSection





Section "InputDevice"


	Identifier	"Generic Keyboard"


	Driver		"kbd"


	Option		"CoreKeyboard"


	Option		"XkbRules"	"xorg"


	Option		"XkbModel"	"pc105"


	Option		"XkbLayout"	"us"


EndSection





Section "InputDevice"


	Identifier	"Configured Mouse"


	Driver		"mouse"


	Option		"CorePointer"


	Option		"Device"	"/dev/input/mice"


	Option		"Protocol"	"ImPS/2"


	Option		"ZAxisMapping"	"4 5"


	Option		"Emulate3Buttons"	"true"


EndSection








Section "InputDevice"


	Identifier	"Synaptics Touchpad"


	Driver		"synaptics"


	Option		"SendCoreEvents"	"true"


######################################################################################


## xorg.conf (xorg X Window System server configuration file)


#


# This file was generated by failsafeDexconf, using


# values from the debconf database and some overrides to use vesa mode.


#


# You should use dexconf or another such tool for creating a "real" xorg.conf


# For example:


#   sudo dpkg-reconfigure -phigh xserver-xorg





Section "Module"


	Load	"i2c"


	Load	"bitmap"


	Load	"ddc"


	Load	"dri"


	Load	"extmod"


	Load	"freetype"


	Load	"glx"


	Load	"int10"


	Load	"vbe"


EndSection





Section "InputDevice"


	Identifier	"Generic Keyboard"


	Driver		"kbd"


	Option		"CoreKeyboard"


	Option		"XkbRules"	"xorg"


	Option		"XkbModel"	"pc105"


	Option		"XkbLayout"	"us"


EndSection





Section "InputDevice"


	Identifier	"Configured Mouse"


	Driver		"mouse"


	Option		"CorePointer"


	Option		"Device"	"/dev/input/mice"


	Option		"Protocol"	"ImPS/2"


	Option		"ZAxisMapping"	"4 5"


	Option		"Emulate3Buttons"	"true"


EndSection








Section "InputDevice"


	Identifier	"Synaptics Touchpad"


	Driver		"synaptics"


	Option		"SendCoreEvents"	"true"


	Option		"Device"	"/dev/psaux"


	Option		"Protocol"	"auto-dev"


	Option		"HorizScrollDelta"	"0"


EndSection





Section "Device"


        Identifier	"ATI Technologies Inc Radeon Mobility M6 LY"


	Busid		"PCI:1:0:0"


	Driver		"radeon"


	 Option          "AGPSize" "32"


        Option          "XAANoOffscreenPixmaps" "on"


        Option          "AGPMode" "4"


        Option          "AGPFastWrite" "on" 


        Option          "DisableGLXRootClipping" "on"


        Option          "AddARGBGLXVisuals" "on"


        Option          "AllowGLXWithComposite" "on"


        Option          "EnablePageFlip" "on"


EndSection





Section "Monitor"


	Identifier	"Generic Monitor"


	Option		"DPMS"


EndSection





Section "Screen"


	Identifier	"Default Screen"


	Device		"ATI Technologies Inc Radeon Mobility M6 LY"


	Monitor		"Generic Monitor"


	DefaultDepth	16


	SubSection "Display"


		Depth		8


		Modes		"1024x768"


	EndSubSection


	SubSection "Display"


		Depth		16


		Modes		"1024x768"


	EndSubSection


	SubSection "Display"


		Depth		24


		Modes		"1024x768"


	EndSubSection


EndSection





Section "ServerLayout"


	Identifier	"Default Layout"


        screen 0 "Default Screen" 0 0


	Inputdevice	"Generic Keyboard"


	Inputdevice	"Configured Mouse"


	Inputdevice	"Synaptics Touchpad"


        option "AIGLX" "true"


EndSection





Section "DRI"


	Mode	0666


EndSection





Section "Extensions"


        Option "Composite" "Enable"


EndSection


#########################################################################################





	Option		"Device"	"/dev/psaux"


	Option		"Protocol"	"auto-dev"


	Option		"HorizScrollDelta"	"0"


EndSection





Section "Device"


        Identifier	"ATI Technologies Inc Radeon Mobility M6 LY"


	Busid		"PCI:1:0:0"


	Driver		"radeon"


	 Option          "AGPSize" "32"


        Option          "XAANoOffscreenPixmaps" "on"


        Option          "AGPMode" "4"


        Option          "AGPFastWrite" "on" 


        Option          "DisableGLXRootClipping" "on"


        Option          "AddARGBGLXVisuals" "on"


        Option          "AllowGLXWithComposite" "on"


        Option          "EnablePageFlip" "on"


EndSection





Section "Monitor"


	Identifier	"Generic Monitor"


	Option		"DPMS"


EndSection





Section "Screen"


	Identifier	"Default Screen"


	Device		"ATI Technologies Inc Radeon Mobility M6 LY"


	Monitor		"Generic Monitor"


	DefaultDepth	16


	SubSection "Display"


		Depth		8


		Modes		"1024x768"


	EndSubSection


	SubSection "Display"


		Depth		16


		Modes		"1024x768"


	EndSubSection


	SubSection "Display"


		Depth		24


		Modes		"1024x768"


	EndSubSection


EndSection





Section "ServerLayout"


	Identifier	"Default Layout"


        screen 0 "Default Screen" 0 0


	Inputdevice	"Generic Keyboard"


	Inputdevice	"Configured Mouse"


	Inputdevice	"Synaptics Touchpad"


        option "AIGLX" "true"


EndSection





Section "DRI"


	Mode	0666


EndSection





Section "Extensions"


        Option "Composite" "Enable"


EndSection


#########################################################################################





分享到:
评论

相关推荐

    IBM thinkpad x31 全驱动

    在提供的文件列表中,我们可以看到一系列针对ThinkPad X31关键组件的驱动程序: 1. **OHCI Compliant IEEE 1394 Host Controller**:这是FireWire(也称为i.LINK或IEEE 1394)控制器的驱动,它提供了高速数据传输...

    IBM X30-X31 笔记本电脑 维修手册资料

    这份手册旨在帮助技术专家、维修人员以及对计算机硬件有深厚兴趣的用户解决设备在使用过程中可能出现的各种问题。下面我们将深入探讨该手册涵盖的主要知识点。 1. **硬件结构与组件识别**:手册首先介绍了IBM X30和...

    Z30130X31型钻床控制系统的PLC改造.rar

    《Z30130X31型钻床控制系统的PLC改造》 在工业自动化领域,可编程逻辑控制器(PLC)的应用日益广泛,它以其灵活、可靠、易编程的特点,逐步替代了传统的继电器控制系统。本项目针对Z30130X31型钻床的控制系统进行了...

    88x31_logo素材.

    总的来说,88x31像素的logo素材在网页设计中扮演着重要角色,它们是提升用户体验和品牌识别度的有效工具。设计师应当熟练掌握这种小尺寸logo的设计技巧,并懂得如何从现有的素材中获取灵感,以创造独特的品牌形象。...

    IBM X31笔记本用的驱动

    IBM X31笔记本用的驱动

    IBMT40X31行货中文系统恢复盘恢复方法.pdf

    4. 删除 HPA 分区:如果要删除该区域来使用占用的空间,必须在 BIOS 设置中 >Security>Predesktop Area 设置为 Disable,才能使用该占用的空间。占用的空间将以未分区的空间出现,可以用 PQ 或其它分区工具删除。 5...

    S6D05A1x31

    根据提供的文件信息,以下是对“S6D05A1x31”这一移动显示驱动IC规格书中的知识点进行详细说明: 标题中提到的“S6D05A1x31”,根据上下文可以推测为三星电子公司(Samsung Electronics Co., Ltd.)生产的一款移动...

    IBM ThinkPad X31笔记本

    IBM ThinkPad X31笔记本配置了英特尔迅驰移动技术,可以提供灵活的无线接入,如果添加可选的IBM ThinkPad X30系列扩展电池,可持续运行10.1小时,是经常外出/旅行人的理想选择。

    IBM X31风扇控制软件

    【IBM X31风扇控制软件】是一款专为IBM ThinkPad X31笔记本电脑设计的风扇管理工具,旨在帮助用户在不同环境下智能调整风扇转速,以达到散热与噪音控制的最佳平衡。这款软件不仅适用于IBM X31型号,还兼容IBM其他...

    IBM_ThinkPad_X23、X24、X30、X31、X32拆机手册

    IBM ThinkPad X系列笔记本电脑是该品牌非常经典的产品线,尤其在X23、X24、X30、X31、X32这几代产品中,不仅以其稳定的性能赢得了市场的认可,而且也因其可拆卸性受到维修技术人员的青睐。拆机手册是指导用户进行...

    IBM X31笔记本触摸屏驱动

    IBM ThinkPad X31是一款经典的老式商务笔记本电脑,其设计中包含了触摸屏技术,这在当时是一个创新的特性。触摸屏驱动程序作为操作系统与硬件之间的桥梁,负责解释和处理来自触摸屏的输入信号,将其转化为可理解的...

    Z30130X31型摇臂钻床的PLC控制系统方案.doc

    "Z30130X31型摇臂钻床的PLC控制系统方案" 本文档详细介绍了Z30130X31型摇臂钻床的PLC控制系统方案,涵盖了机床的主要参数、控制原理、电气元件的选型、电气控制系统的设计、PLC编程等方面的内容。文档共分为十四个...

    机械毕业设计——基于Z30130X31型钻床控制系统的PLC改造.zip

    标题 "机械毕业设计——基于Z30130X31型钻床控制系统的PLC改造" 提示我们,这是一个关于使用可编程逻辑控制器(PLC)改进Z30130X31型号钻床控制系统的设计项目。在这个毕业设计中,学生可能深入研究了如何利用PLC...

    x31/x32 win7 显卡驱动

    本话题主要关注的是“x31/x32 win7 显卡驱动”,这是一个专为Windows 7操作系统设计的稳定显卡驱动程序,适用于x31和x32架构的计算机。 首先,我们来理解“x31/x32”。这里的“x31”可能是设备型号的一部分,而...

    IBM X31笔记本pro驱动

    IBM X31笔记本pro驱动

    IBM X31笔记本显卡驱动

    IBM X31笔记本显卡驱动

    Fig7x31.zip_异步电机控制

    本文将深入探讨异步电机的控制策略以及"Fig7x31.zip"文件中的具体实现——差频控制系统的仿真。 首先,我们需要理解异步电机的工作原理。异步电机,又称为感应电机,其工作依赖于电磁感应,转子速度总是略低于旋转...

    IBM X31笔记本无线网卡驱动

    IBM X31笔记本无线网卡驱动

Global site tag (gtag.js) - Google Analytics