Instalando o fglrx-driver (1: 15.7-3) do repositório Debian 9 Stretch resolve o problema.
Depois de instalar o driver FGLRX proprietário (versão 1: 14.9 + ga14.201-2) dos repositórios Debian 8 da Jessie, meu cursor ficou invisível. Todas as ações do mouse estão funcionando corretamente, apenas não podem ver o cursor.
Tenho o notebook Lenovo E420 com placa gráfica híbrida Intel / AMD, placa discreta é a Radeon HD6630M.
Após a instalação, criei o arquivo /etc/X11/xorg.conf com aticonfig --initial
. O driver FGLRX parece estar funcionando corretamente. Eu posso até ver o cursor em aplicativos OpenGL como jogos. Mas depois de voltar ao desktop ele desapareceu.
Estou usando o KDE, mas essa questão parece não depender do ambiente - por exemplo, tentei. JWM.
Quando eu excluo o xorg.conf, posso ver o cursor novamente, mas o driver não está funcionando.
A versão do kernel é 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