← Back to team overview

ubuntu-x-swat team mailing list archive

[Bug 763130] Re: X hangs at startup (segfault in fglrx?) after Natty beta upgrade

 

Worked around problem by purging all 'fglrx' packages, then using
updatedb/locate to find all files on the filesystem containing the
string "fglrx", checking to see which of them were actually owned by
packages with:

for filename in $(locate fglrx); do dpkg-query -S $filename; done

and renaming out every file that wasn't part of a package (the only two that were were:
app-install-data: /usr/share/app-install/desktop/fglrx-driver.desktop
x11-common: /usr/share/apport/package-hooks/source_fglrx-installer.py
)

With all of those renamed out, X started OK (non-accelerated, using the
'radeon' driver)

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to fglrx-installer in Ubuntu.
https://bugs.launchpad.net/bugs/763130

Title:
  X hangs at startup (segfault in fglrx?) after Natty beta upgrade



References