It says that it is installed but when I go to change it is says that there is no xconfig file present.
OK, now I trying it the harder way.
sudo apt-get updateNo change.
sudo apt-get install linux-restricted-modules-generic restricted-manager
sudo apt-get updateThis installed some more software but I still don't see the /etc/X11/xorg.conf file.
sudo apt-get install xorg-driver-fglrx
Make sure that fglrx is not in the disabled modules.
$ more /etc/default/linux-restricted-modules-commonThere is nothing in the restricted module section so I am OK on that count.
Not installing the fglrx control because it is said to be buggy.
Generating a new set of module dependencies so the fglrx driver starts properly.
$ sudo depmod -aOK, do I need this?
WARNING: Can't read module /lib/modules/2.6.22-14-generic/volatile/fglrx.ko: No such file or directory
Yes. Found the following under this link (way under :-):http://ubuntuforums.org/showthread.php?t=588605&page=4
sudo ln -s /lib/modules/fglrx/fglrx.2.6.22-14-generic.ko /lib/modules/2.6.22-14-generic/volatile/fglrx.ko
The file doesn't exists!!!
KO stands for kernel object (see http://tldp.org/HOWTO/Module-HOWTO/linuxversions.html)
Something is wrong because I am no longer getting a new xorg.conf file.
This has been a bust.
Try to install from ATI.

No comments:
Post a Comment