I’m newbie, with laptop Lenovo, i7 CPU+GPU, and AMD Radeon HD 8500 M GPU
Installed opensuse 13.2. Didn’t download driver from AMD site, but followed tutorial adding driver with ‘one click’ https://en.opensuse.org/SDB:AMD_fglrx
In Yast I am seeing now installed, added repos also, MESA also, but still didn’t working the GPU.
I’ve tried solve the problem with following way, but didn’t success:
Well, your system is using the intel driver (whose GLX is broken when proprietary drivers like fglrx or nvidia are installed), and there’s no mention of an AMD/ATI card at all.
Are you sure it’s not disabled in the BIOS settings or similar? (some hybrid systems allow this)
Unfortunately I don’t have any experience with those hybrid systems. I just know that normally Xorg should load the fglrx driver, which then does the switching between intel and AMD as desired.
You could try running “sudo aticonfig --initial” to create an xorg.conf that explicitely loads fglrx.
But that might also just prevent Xorg (the graphical interface) from starting…
If that happens, boot to “recovery mode” (2nd option in “Advanced Options” in the boot menu), and remove the file /etc/X11/xorg.conf (not the directory /etc/X11/xorg.conf.d ! ) again.
And please provide /var/log/Xorg.0.log.old before you reboot from recovery mode, maybe it might contain something that is of interest.
Tried aticonfig, it “switched to AMD”. Then restarted, but before login jump out from KDE. Then I restarted, deleted xorg.conf, now I restored the old situation
Ok, I suspected that.
But what about the log file?
Again, please do this:
Run “aticonfig --initial”
Reboot, until the system drops back to text mode
Reboot and select “recovery mode” (2nd entry in “Advanced Options” in the boot menu)
Post the file /var/log/Xorg.0.log.old
If you can’t work satisfactorily in “recovery mode” (or KDE doesn’t start there either), copy the file to some other place and post it after you restored the “old situation”.
E.g.:
cp /var/log/Xorg.0.log.old ~/Desktop
The log file contains the log from the previous boot, i.e. the one that failed.
So…deleted xorg.conf, then again:
aticonfig --initial
removed line BusID “PCI:3:0:0” from new xorg.conf
rebooted
still same problem… jump out from KDE before login to X. I didnt noticed any ugly AMD logo …
30.545] (II) "glx" will be loaded by default.
30.545] (II) LoadModule: "glx"
30.636] (WW) Warning, couldn't open module glx
30.636] (II) UnloadModule: "glx"
30.636] (II) Unloading glx
30.636] (EE) Failed to load module "glx" (module does not exist, 0)
Could you show the content of /usr/lib64/xorg/modules/extensions/? There should be a symlink libglx.so pointing on fglrx/fglrx-libglx.so. If libglx.so is absent here, does it exist anywhere in your machine?
Yes, the content of extensions folder are: 2 folders (fglrx, xorg) and 1 file libvnc.so
libglx.so is not in 64bit folder, but here: /usr/lib/xorg/modules/extensions
The fglrx64 and fglr packages installed
Now I have another problem when I try initial aticonfig:
attila@linux-qizk:~> sudo aticonfig --initial
root’s password:
aticonfig: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory
OMG, As I see now this will neverending story. I will switch back to Win10, I have really no time playing with this - I am just common user, not geek. Thanks for support anyway.