.png)
Depois de instalar o driver proprietário FGLRX (versão 1:14.9+ga14.201-2) dos repositórios Debian 8 Jessie, meu cursor ficou invisível. Todas as ações do mouse estão funcionando corretamente, mas não consigo ver o cursor.
Eu tenho um laptop Lenovo E420 com gráficos híbridos Intel/AMD, placa discreta é Radeon HD6630M.
Após a instalação, criei o arquivo /etc/X11/xorg.conf com a extensão aticonfig --initial
. O driver FGLRX parece funcionar corretamente. Posso até ver o cursor em aplicativos OpenGL, como jogos. Mas depois de retornar à área de trabalho, ele desapareceu.
Estou usando o KDE, mas esse problema parece não depender do ambiente - tentei, por exemplo. JWM.
Quando 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
Responder1
Instalar o fglrx-driver (1:15.7-3) do repositório Debian 9 Stretch resolve o problema.