首先运行
sudo apt-get update
sudo apt-get install linux-restricted-modules-$(uname -r) #Okay if it is already installed
sudo apt-get install xorg-driver-fglrx
sudo depmod -a
都正常,但是运行到
sudo aticonfig --initial
就显示aticonfig: command not found
我在文件系统中进行搜索,也没有找到aticonfig命令,这是为什么呢?
诚心求助

