Debian
FGLRX 安裝後不可見游標(Debian Jessie)
在我從 Debian 8 Jessie 儲存庫安裝專有的 FGLRX 驅動程序(版本 1:14.9+ga14.201-2)後,我的游標變得不可見。所有滑鼠操作都正常工作,只是看不到游標。
我有帶有 Intel/AMD 混合顯卡的聯想 E420 筆記型電腦,獨立顯卡是 Radeon HD6630M。
安裝後,我創建了 /etc/X11/xorg.conf 文件
aticonfig --initial
。FGLRX 驅動程序似乎工作正常。我什至可以在遊戲等 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
從 Debian 9 Stretch 儲存庫安裝 fglrx-driver (1:15.7-3) 解決了這個問題。