Ubuntu 中安装3D驱动


1.把/etc/default/acpi-support文件中的ENABLE_LAPTOP_MODE更改为true

$ sudo gedit /etc/default/acpi-support

# Switch to laptop-mode on battery power - off by default as it causes odd

# hangs on some machines

ENABLE_LAPTOP_MODE=true

2.把/etc/default/fglrx文件中的FGLRX_ACPI_SWITCH_POWERSTATES更改为true

# Uncomment the next line to enable powerstate switching on ACPI

# events for lid open/close and AC adapter on/off

FGLRX_ACPI_SWITCH_POWERSTATES=true

3.把以下这部分从/etc/X11/xorg.conf文件中删除。

新的xorg服务启用默认的"Composite"。如果没有就不用管它。

$ sudo gedit /etc/X11/xorg.conf

# Section "Extensions"

# Option "Composite" "0"

# EndSection

4.编辑/usr/bin/compiz文件中的"# Driver whitelist"部分(引号中的那部分)

$ sudo gedit /usr/bin/compiz # Driver whitelist

WHITELIST="fglrx nvidia intel ati radeon i810"

# blacklist based on the pci ids

# BLACKLIST_PCIIDS="$T"

BLACKLIST_PCIIDS=""

5.下载安装Compiz和Compiz Fusion

$ sudo apt-get install compiz compiz-gnome

$ sudo apt-get install compizconfig-settings-manager

$ sudo apt-get install compiz-fusion-*

6.启动Compiz Fusion了。同时按下Alt+F2,输入compiz -replace即可启动。

7.定位到系统->首选项->CompizConfig Settings Manager,打开后可以对效果进行自定义:

立方体效果: 同时按下ctrl+Alt+鼠标左键。

火焰字:
在左侧类别栏目的Effect下,勾选"在屏幕上绘制火焰".同时按下Shift+Win(Super)+B1(鼠标左键),退出火焰字同时按下Shift+Win+C。

层叠效果: 在左侧类别栏目的Windows Management下,勾选Shift-Switcher。Win+Tab(和Vista下一样)。

桌面缩放: Win+鼠标滚轮。

屏幕飞雪: 在左侧类别栏目的Extra下勾选飞雪.同时按下Win+F3。

  • 1
  • 2
  • 下一页

相关内容