LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   amd drivers or kde fail ?? (https://www.linuxquestions.org/questions/slackware-14/amd-drivers-or-kde-fail-4175453944/)

funboy 03-13-2013 02:45 PM

amd drivers or kde fail ??
 
Hello,
for a couple of days I'm fighting with my slacky. Now I unable to start the KDE (startx), only startxfce4 work for me.
The issue I thougt was with the semi useless amd drivers when installed them I installed fglrx-9.012-x86_64-1.tgz (generated from the script with option --buildpkg).
When I run the tests command I received:

Code:

bash-4.2# fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: Advanced Micro Devices, Inc.
OpenGL renderer string: AMD Radeon HD 7700 Series
OpenGL version string: 4.2.12002 Compatibility Profile Context 9.012
bash-4.2#

Also when I execute:
Code:

fgl_glxgears
The animation is started successful.

Only startx seems not working!
When I execute startx the /var/log/Xorg.0.log shows:

Code:

Current version of pixman: 0.26.2
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Mar 13 21:37:17 2013
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
/usr/bin/startkde: line 34: /usr/bin/kde4-config: No such file or directory
kstartupconfig4: error while loading shared libraries: libkdefakes.so.5: cannot
open shared object file: No such file or directory
xinit: connection to X server lost

waiting for X server to shut down Server terminated successfully (0). Closing log file.

Any suggestions will be highly appreciated!

ponce 03-13-2013 03:09 PM

seems you are missing something
Code:

/usr/bin/kde4-config: No such file or directory
kstartupconfig4: error while loading shared libraries: libkdefakes.so.5: cannot
open shared object file: No such file or directory

I would try a
Code:

slackpkg install kde
that should ensure that all the packages from the kde series get installed.

This won't take care of the dependencies outside of the kde series, this is up to you.

To install the remaining package for a full install (the only one supported) for x86_64
Code:

slackpkg install slackware64

funboy 03-16-2013 02:37 PM

Thank you ponce, it is working now. It was too strange for me because it was fresh full installation and there weren't such error messages before installing AMD drivers.


All times are GMT -5. The time now is 10:49 PM.