让你的Ubuntu7.10炫起来吧


如果你是ATI显卡的持有者,如果你用的是Ubuntu7.10,如果你真的迫不及待让你的Ubuntu炫一把,那么就跟我来吧。

在Ubuntu7.10安装3D驱动

(前提是你已经成功的安装了显卡驱动,注意:显卡驱动成功并不代表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

$ sudo gedit  /etc/default/fglrx

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

# 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"。

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

# Section "Extensions"

#        Option  "Composite" "0"

# EndSection

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

4把/usr/bin/compiz文件中的“# Driver whitelist”下的内容换成下面的内容(引号中的)

$ sudo gedit /usr/bin/compiz

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

WHITELIST="fglrx nvidia intel ati radeon i810"

# blacklist based on the pci ids

# BLACKLIST_PCIIDS="$T"

BLACKLIST_PCIIDS=""

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  • 1
  • 2
  • 下一页

相关内容