我用hwoto中的方法手动安装了Catalyst12.4。安装不会抛出错误,而当我键入以下命令时
fglrxinfo我得到了以下错误
X Error of failed request: BadRequest (invalid request code or no such operation)
Major opcode of failed request: 138 (ATIFGLEXTENSION)
Minor opcode of failed request: 66 ()
Serial number of failed request: 13
Current serial number in output stream: 13 我还尝试使用Ubuntu存储库添加额外的驱动程序,但总是无法安装驱动程序。
并且以下消息似乎表明fglrx已经安装,如何解决此问题?
itsuper7@ubuntu:/host/Dropbox$ aptitude search fglrx
i fglrx - Video driver for the AMD graphics accelera
iBA fglrx-amdcccle - Catalyst Control Center for the AMD graphi
pB fglrx-amdcccle-updates - Catalyst Control Center for the AMD graphi
v fglrx-control -
p fglrx-dev - Video driver for the AMD graphics accelera
v fglrx-driver -
v fglrx-driver-dev -
c fglrx-updates - Video driver for the AMD graphics accelera
pB fglrx-updates-dev - Video driver for the AMD graphics accelera发布于 2013-10-28 04:16:32
我也有同样的问题,并用symLink解决了它
sudo ln -s /usr/include/fglrx /usr/lib64/fglrx
但这取决于fglrx的安装位置。
https://stackoverflow.com/questions/11134433
复制相似问题