sudo modprobe fglrx
FATAL: Could not open '/lib/modules/2.6.17-10-generic/volatile/fglrx.ko': No 
such file or directory

The following script solves the problem for me, until I reboot:

#!/bin/bash
apt-get install --reinstall linux-restricted-modules-2.6.17-10-generic
depmod -a
modprobe fglrx
/etc/init.d/gdm restart &

-- 
Edgy  Eft - fglrx module not started
https://launchpad.net/bugs/57716

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to