Debian 下 fglrx 速度变慢的奇怪现象

Debian 下 fglrx 速度变慢的奇怪现象

在运行某些 OpenGL 应用程序(例如 Chromium(播放 YouTube 视频时)、Steam 和 Blender)时,所有非 OpenGL 应用程序都出现了奇怪的减速现象。游戏运行得非常好,我真的不知道是什么导致了这个问题。

以下视频描述了正在发生的事情:http://youtu.be/uuVIgEpBvvM

我使用的是 MSI 笔记本电脑

  • 内存:6GB DDR3
  • CPU:英特尔(R) 酷睿(TM) i7 CPU Q 720 @ 1.60GHz
  • 显卡:ATI Mobility Radeon HD 5870
  • glxinfo 转储:http://pastebin.com/rR5EqqUL
  • 发行版:Debian Wheezy 使用 Jessie 存储库升级
  • 窗口管理器:棒极了

对于 Cataclyst 设置,当我启用或禁用 Cataclyst AI 时,它的行为完全相同,垂直刷新也是如此。

我的 xorg.conf 如下:

$ cat /etc/X11/xorg.conf
Section "ServerLayout"
    Identifier     "aticonfig Layout"
    Screen      0  "aticonfig-Screen[0]-0" 0 0
EndSection

Section "Extensions"
    Option  "Composite" "Disable"
EndSection

Section "Module"
EndSection

Section "Monitor"
    Identifier   "aticonfig-Monitor[0]-0"
    Option      "VendorName" "ATI Proprietary Driver"
    Option      "ModelName" "Generic Autodetecting Monitor"
    Option      "DPMS" "true"
EndSection

Section "Device"
    Identifier  "aticonfig-Device[0]-0"
    Driver      "fglrx"
    BusID       "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier "aticonfig-Screen[0]-0"
    Device     "aticonfig-Device[0]-0"
    Monitor    "aticonfig-Monitor[0]-0"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

我是不是漏掉了什么?用什么词来形容这种问题比较准确?

相关内容