Debianで奇妙なfglrxが遅くなる


2

Chromium(YouTubeビデオの再生中)、Steam、BlenderなどのOpenGLアプリケーションを実行しているときに、すべての非OpenGLアプリケーションの速度がおかしくなります。ゲームは完全に正常に実行されており、その問題の原因はわかりません。

何が起こっているのかを説明したビデオはこちらです:http : //youtu.be/uuVIgEpBvvM

私はMSIラップトップを使っています

  • メモリ:6GB DDR3
  • CPU:Intel(R)Core(TM)i7 CPU Q 720 @ 1.60GHz
  • グラフィックカード:ATI Mobility Radeon HD 5870
  • glxinfoダンプ:http ://pastebin.com/rR5EqqUL
  • 配布:JessieリポジトリでDebian Wheezyがアップグレードされました
  • ウィンドウマネージャー:素晴らしい

Cataclyst設定では、Catalyst 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

私は何か見落としてますか ?そのような問題を説明する正確な言葉は何ですか?

弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.