1

我使用hwoto中的方法手动安装 Catalyst 12.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
4

1 回答 1

0

我有同样的问题并用符号链接修复它

sudo ln -s /usr/include/fglrx /usr/lib64/fglrx

但这取决于您的 fglrx 安装位置

于 2013-10-27T20:16:31.890 回答