Hello
I tend to agree with you and don’t think it will make any difference, I haven’t been able to find anyone with a similar problem.
I don’t know if this is at all relevant but, I have two configuration programmes which are AMD Catalyst Control Centre and the same as root.
Neither of thes run where they did after I originally installed the AMD driver, I haven’t changed the default settings, I do tend to try and run things in a GUI if I can. So out of interest I tried running these from a terminal and had the following results. Even though it returned that amdcccle was running there was no GUI, I suspect there is something missing like a shared library or link which may have been removed or broken at some point???
For the AMD Catalyst Control Centre as user with no other output.
$ amdcccle
Segmentation fault
and for the AMD Catalyst Control Centre as root
amdxdg-su -c amdcccle
kdesu(18832)/kdeui (kdelibs): Session bus not found
To circumvent this problem try the following command (with Linux and bash)
export $(dbus-launch)
KCrash: Application ‘kdesu’ crashing…
KCrash: Attempting to start /usr/lib/kde4/libexec/drkonqi from kdeinit
sock_file=/root/.kde4/socket-linux-z93j/kdeinit4__0
Warning: connect() failed: : No such file or directory
KCrash: Attempting to start /usr/lib/kde4/libexec/drkonqi directly
drkonqi(18833)/kdeui (kdelibs): Session bus not found
To circumvent this problem try the following command (with Linux and bash)
export $(dbus-launch)
I then tried
linux-z93j:/home/terry # export $(dbus-launch)
linux-z93j:/home/terry # amdxdg-su -c amdcccle
Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
kbuildsycoca4 running…
linux-z93j:/home/terry # kbuildsycoca4 running… At this point I tried opening the control centre in the application launcher.
kbuildsycoca4(19646)/kdecore (services) KServicePrivate::init: The desktop entry file “/usr/share/applications/x-blend.desktop” has Type= “Application” but no Exec line
kbuildsycoca4(19646) KBuildServiceFactory::createEntry: Invalid Service : “/usr/share/applications/x-blend.desktop”
kbuildsycoca4(19646)/kdecore (services) KServicePrivate::init: The desktop entry file “/usr/share/applications/stellarium_user_guide.desktop” has Type= “Application” but no Exec line
kbuildsycoca4(19646) KBuildServiceFactory::createEntry: Invalid Service : “/usr/share/applications/stellarium_user_guide.desktop”
kbuildsycoca4(19646)/kdecore (services) KServicePrivate::init: The desktop entry file “/usr/share/applications/YaST2/groups/apparmor.desktop” has Type= “Application” but no Exec line
kbuildsycoca4(19646) KBuildServiceFactory::createEntry: Invalid Service : “/usr/share/applications/YaST2/groups/apparmor.desktop”
kbuildsycoca4(19646) parseLayoutNode: The menu spec file contains a Layout or DefaultLayout tag without the mandatory Merge tag inside. Please fix your file.
linux-z93j:/home/terry
I’m not sure where this is going or entirely sure what I’m looking for.