Well, not really too late.
You can still uninstall and reinstall it if there are problems.
In any case remove that mentioned directory if it exists, somehow this may not get removed when the driver is updated (instead of uninstalled).
As the 13.2 version does not use this directory any more, uninstalling that one will not help either, because it is a left-over of the 13.1 version.
Though if you only have 1280x1024, it doesn’t sound like the driver is not working at all…
Please post your /var/log/Xorg.0.log to check.
I have also tis error when updating
Hm, apparently some things have not been upgraded correctly.
Let’s see:
nothing provides libpackagekitqt4.so.0()(64bit) needed by apper-0.9.1-4.1.x86_64
libpackagekitqt4 is available in the standard 13.2 repo.
Does “sudo zypper in -f libpackagekitqt4-0” work or do you get a conflict?
libyui-qt-pkg5-2.42.13-2.4.1.x86_64 requires libzypp.so.1306()(64bit), but this requirement cannot be provided
libyui-qt-pkg5 is the 13.1 version, uninstall it.
13.2’s YaST needs libyui-qt-pkg6.
nothing provides libgpg-error.so.0(GPG_ERROR_1.0) needed by libgcrypt20-32bit-1.6.1-8.10.1.x86_64
Again, libgpg-error0(-32bit) is in the standard 13.2 repo.
Try “sudo zypper in -f libgpg-error0-32bit”.
libyui-ncurses-pkg5-2.44.4-2.1.5.x86_64 requires libzypp.so.1306()(64bit), but this requirement cannot be provided
nothing provides libyui6 needed by libyui-qt-pkg6-2.44.7-6.1.x86_64
nothing provides libyui6 needed by libyui-ncurses-pkg6-2.46.1-2.6.1.x86_64
nothing provides libyui6 needed by libyui-ncurses-pkg6-2.46.1-2.6.1.x86_64
Similar to libyui-qt-pkg5, uninstall them and install libyui-xxx6 instead.
nothing provides libmng.so.2()(64bit) needed by libqt4-x11-4.8.6-4.6.2.x86_64
Also libmng2 is in the main 13.2 repo, what does “sudo zypper in -f libmng2” say?
And please post your current repo list again to check.
At least some of those problems would sound a bit like an important repo is missing or you have incompatible ones.
PS: on further thought, maybe the other errors are just consequences of libyui, because that seems to prevent libzypp (and other stuff as a consequence) from being updated.