You are not logged in.
Since the latest update (20120901-1) i can't launch some programs:
kdenlive: error while loading shared libraries: libGLU.so.1: cannot open shared object file: No such file or directory
dlopen('./libmupen64plus.so.2') error: ./libmupen64plus.so.2: cannot open shared object file: No such file or directory
AttachCoreLib() Error: failed to find Mupen64Plus Core library
Excuse my poor English.
Offline
the same problem.
this should be by : http://cgit.freedesktop.org/mesa/mesa/c … f3fb22a78c
Offline
Since the latest update (20120901-1) i can't launch some programs:
kdenlive: error while loading shared libraries: libGLU.so.1: cannot open shared object file: No such file or directory
dlopen('./libmupen64plus.so.2') error: ./libmupen64plus.so.2: cannot open shared object file: No such file or directory
AttachCoreLib() Error: failed to find Mupen64Plus Core library
glu is not a part of mesa tree anymore. I will provide it as a separate package today.
Offline
Since the latest update (20120901-1) i can't launch some programs:
kdenlive: error while loading shared libraries: libGLU.so.1: cannot open shared object file: No such file or directory
dlopen('./libmupen64plus.so.2') error: ./libmupen64plus.so.2: cannot open shared object file: No such file or directory
AttachCoreLib() Error: failed to find Mupen64Plus Core library
OK, now you can find in my repo a package named libglu that will replace missing one.
Source of the package:
http://pkgbuild.com/~lcarlier/mesa-git/sources/libglu
Offline
Solved. Thanks.
I have opengl 3.0 now, using kernel 3.6 rc4.
Excuse my poor English.
Offline
I'm having some problems when starting X. It works about 50% of the time, the other 50% I can't start X, only thing that works is calling shutdown from acpid. Kernel log:
Sep 19 10:17:17 localhost kernel: [ 63.387751] [drm] PCIE GART of 512M enabled (table at 0x0000000000040000).
Sep 19 10:17:17 localhost kernel: [ 63.387861] radeon 0000:00:01.0: WB enabled
Sep 19 10:17:17 localhost kernel: [ 63.387867] radeon 0000:00:01.0: fence driver on ring 0 use gpu addr 0x0000000018000c00 and cpu addr 0xffff8800d9ad6c00
Sep 19 10:17:18 localhost kernel: [ 63.566880] [drm:r600_ring_test] *ERROR* radeon: ring 0 test failed (scratch(0x8500)=0xCAFEDEAD)
Sep 19 10:17:18 localhost kernel: [ 63.566886] [drm:evergreen_resume] *ERROR* evergreen startup failed on resume
Happens since recent updates. Anyone else experiencing this? It's a HD6250 netbook card, happens on a fresh boot, the resume message is not about a laptop resume!
Offline
I'm confused about the whole MESA/Gallium thing. I thought I'd test the Gallium driver for my HD 4870 (RV770), but when I run glxinfo it says
OpenGL renderer string: Gallium 0.4 on AMD RV770
However, I know for a fact that I have installed the regular xf86-video-ati package and that I have not (!) installed the Gallium driver manually. As far as I know the xf86-video-ati package does not provide the r600g driver, so why is glxinfo reporting that I'm running the Gallium driver?
Edit:
Aah, I just realized that the r600g is included in ati-dri, which is an xf86-video-ati dependency.
Edit2:
Where can I find an up-to-date description of the Linux graphics stack? This is still confusing to me.
Last edited by snufkin (2012-09-19 08:56:13)
Offline
I'm confused about the whole MESA/Gallium thing. I thought I'd test the Gallium driver for my HD 4870 (RV770), but when I run glxinfo it says
OpenGL renderer string: Gallium 0.4 on AMD RV770
However, I know for a fact that I have installed the regular xf86-video-ati package and that I have not (!) installed the Gallium driver manually. As far as I know the xf86-video-ati package does not provide the r600g driver, so why is glxinfo reporting that I'm running the Gallium driver?
Edit:
Aah, I just realized that the r600g is included in ati-dri, which is an xf86-video-ati dependency.Edit2:
Where can I find an up-to-date description of the Linux graphics stack? This is still confusing to me.
Offline
on latest update of mesa-git, on my 3450 i get thousands of this errors
EE r600_asm.c:121 r600_bytecode_get_num_operands - Need instruction operand number for 0xc.
and OpenGL software don't work. it's a very new bug already notified here
http://www.spinics.net/lists/dri-devel/msg27935.html
solution seems to use the following commit for mesa-git
with
EGIT_COMMIT="9aa8bac98b823e8783bc3a06a6e5b23fbf8d87fb"
Offline
on latest update of mesa-git, on my 3450 i get thousands of this errors
EE r600_asm.c:121 r600_bytecode_get_num_operands - Need instruction operand number for 0xc.
and OpenGL software don't work. it's a very new bug already notified here
http://www.spinics.net/lists/dri-devel/msg27935.htmlsolution seems to use the following commit for mesa-git
with EGIT_COMMIT="9aa8bac98b823e8783bc3a06a6e5b23fbf8d87fb"
A fix was just pushed in the git repo. New packages should follow soon.
Offline
Has there been some change to the OS driver recently? It used to run multiple adapters with zero config, now if detects both during boot but only one is visible to xrandr. Power profiles don't work any more either.
Last edited by 12eason (2012-09-27 12:58:50)
Offline
I'm having some problems when starting X. It works about 50% of the time, the other 50% I can't start X, only thing that works is calling shutdown from acpid. Kernel log:
Sep 19 10:17:17 localhost kernel: [ 63.387751] [drm] PCIE GART of 512M enabled (table at 0x0000000000040000). Sep 19 10:17:17 localhost kernel: [ 63.387861] radeon 0000:00:01.0: WB enabled Sep 19 10:17:17 localhost kernel: [ 63.387867] radeon 0000:00:01.0: fence driver on ring 0 use gpu addr 0x0000000018000c00 and cpu addr 0xffff8800d9ad6c00 Sep 19 10:17:18 localhost kernel: [ 63.566880] [drm:r600_ring_test] *ERROR* radeon: ring 0 test failed (scratch(0x8500)=0xCAFEDEAD) Sep 19 10:17:18 localhost kernel: [ 63.566886] [drm:evergreen_resume] *ERROR* evergreen startup failed on resume
Happens since recent updates. Anyone else experiencing this? It's a HD6250 netbook card, happens on a fresh boot, the resume message is not about a laptop resume!
I get the same "ring 0 test failed.." and "evergreen startup failed" messages when trying to boot using systemd on an EEEPC 1215B (AMD E-350 / HD 6310)
Sometimes I get black and white stripes, others just a black screen.
I haven't noticed any issues when not using systemd.
I'm not sure what else I can do about it but willing to do testing if someone points me in the right direction.
Offline
It seems to be a problem with the kernel side of the driver.
Since I don't know much about the inside of the kernel driver and where the error comes from and drm implies that drm is involved you should probably first try updating libdrm, best use libdrm-git from aur.
I'm not sure what else I can do about it but willing to do testing if someone points me in the right direction.
If nothing helps: Search the kernel bugtracker
or report your own
(Or of course a bug in systemd..)
Last edited by Cdh (2012-09-29 18:35:45)
฿ 18PRsqbZCrwPUrVnJe1BZvza7bwSDbpxZz
Offline
lib32-libglu is missing in the mesa-git repo.
Offline
lib32-libglu is missing in the mesa-git repo.
doh, removed accidently when doing some cleanup
Offline
lib32-libglu is missing in the mesa-git repo.
libglu and lib32-libglu are now replaced with glu/lib32-glu packages.
These packages will be removed from the repo when they will hit the testing/multilib-testing repo.
Offline
Hi.
Is there any fix to work radeon with kernel 3.6.2.1 and new X server 1.13.0.2?
my mesa-full 20120429
>> module ABI major version (12) doesn't match the server's version (13)
>>Failed to load module "radeon" (module requirement mismatch, 0)
fixed...
Last edited by Ejik (2012-10-20 11:29:03)
Offline
Hi.
Is there any fix to work radeon with kernel 3.6.2.1 and new X server 1.13.0.2?my mesa-full 20120429
>> module ABI major version (12) doesn't match the server's version (13)
>>Failed to load module "radeon" (module requirement mismatch, 0)
Rebuilding your mesa-full package should be enough.
Offline
Actually it is probably xf86-video-ati / xf86-video-ati-git that needs compiling against the new X.org server.
But mesa from 20120429? I'd definitely recommend updating it more often from git.
Last edited by Cdh (2012-10-20 08:41:06)
฿ 18PRsqbZCrwPUrVnJe1BZvza7bwSDbpxZz
Offline
im turn off radeon repo from Pery3d & then rebuild all *-git from aur.
Thx!
Offline
I originally posted this in the AMD/ATI Bar & Grill, but was advised that this was the better place to ask:
I recently did a big upgrade on my arch system (it had been about a month since I'd last had the chance to update), and am now unable to get X to start.
The most relevant seeming lines in my Xorg.0.log are:
(II) [KMS] drm report modesetting isn't supported.
(EE) Screen 0 deleted because of no matching config section.
(II) UnloadModule: "radeon"
(EE) Device(s) detected, but none match those in the config file.
Fatal server error: no screens found
After this, X shuts down and I get dropped to the terminal.
From what I've been able to gather, errors like this crop up when you have video driver or multiple monitor issues, but none of the suggestions I've seen have helped.
I'm running an HD4850 with open source drivers and a single monitor.
I've tried downgrading all of the likely looking packages that were upgraded (xf86-video-ati, xorg-server, xorg-server-common, libgl, ati-dri, gnome-desktop, gnome-shell, gdm, etc.), but it has not made any difference. The linux-firmware package was mentioned in the other thread, but I have not had any luck with that either. I previously had 20120625-1, which is the latest in core. Apparently this version is currently flagged as outdated, so I tried the version from testing (20121118-1) without success.
Also commonly discussed with errors like this was fiddling with xorg.conf. However, my old, previously working configuration doesn't work, a newly generated configuration doesn't work, and having no configuration doesn't work.
At this point I get the impression I'm missing something obvious, but cannot for the life of me figure out what it is.
Does anyone have any ideas as to what else I could try?
Offline
@Sagorn
From what you posted it seems you don't have KMS enabled.
Radeon OSS drivers are now KMS only.
Try adding this:
radeon.modeset=1
to your kernel line in your bootloader.
Good luck.
Offline
I originally posted this in the AMD/ATI Bar & Grill, but was advised that this was the better place to ask:
I recently did a big upgrade on my arch system (it had been about a month since I'd last had the chance to update), and am now unable to get X to start.
The most relevant seeming lines in my Xorg.0.log are:(II) [KMS] drm report modesetting isn't supported.
(EE) Screen 0 deleted because of no matching config section.
(II) UnloadModule: "radeon"
(EE) Device(s) detected, but none match those in the config file.
Fatal server error: no screens found
Probably you have the line 'blacklist radeon' in one of your module config file that prevent radeon module loading and kms to work.
Check in /etc/module.conf, in directories /etc/modprobe.d /etc/modules-load.d /usr/lib/modprobe.d (it's usually the best place for this)
Offline
So which AUR packages do I need, if I want the newest git-s***? xf86-video-ati-git and what else?
Offline
@Stunts
I have added radeon.modeset=1 to my kernel line, but it did not make a difference.
@lordheavy
Unfortunately /etc/module.conf doesn't exist, the next two directories are empty, and /usr/lib/modprobe.d only has one unrelated file in it. No mention of "blacklist radeon" anywhere I can find.
Thanks for the ideas.
Offline