FGLRXのインストール後にカーソルが表示されない(Debian Jessie)

FGLRXのインストール後にカーソルが表示されない(Debian Jessie)

Debian 8 Jessieリポジトリに独自のFGLRXドライバ(バージョン1:14.9 + ga14.201-2)をインストールした後、カーソルが見えなくなりました。すべてのマウス操作はうまく機能しますが、カーソルは見えません。

Intel / AMDハイブリッドグラフィックカードを搭載したLenovo E420ノートブックがあり、個々のカードはRadeon HD6630Mです。

インストール後、.FGLRXドライバを含む/etc/X11/xorg.confファイルを作成しましたが、aticonfig --initial正常に動作しているようです。ゲームなどのOpenGLアプリケーションでもカーソルを見ることができます。しかし、デスクトップに戻ると消えます。

KDEを使用していますが、問題が環境固有の問題ではないようです。 JWM。

xorg.confを削除すると、カーソルが再び見えますが、ドライバは機能しません。

カーネルバージョンは3.16.0-4-amd64です。

$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Whistler [Radeon HD 6630M/6650M/6750M/7670M/7690M]

$ cat /etc/X11/xorg.conf
Section "ServerLayout"
        Identifier     "aticonfig Layout"
        Screen      0  "aticonfig-Screen[0]-0" 0 0
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

ベストアンサー1

Debian 9 Stretch リポジトリから fglrx-driver(1:15.7-3) をインストールすると問題を解決できます。

おすすめ記事