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

_______________________________________________
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to     : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp

Reply via email to