Page 6 of 8

Re: (X)(L)ubuntu (MATE) 15.04

Posted: Tue Apr 21, 2015 12:00 pm
by musa
xeno74 wrote:

Could you try:

sudo dpkg -i libgcrypt11_1.5.4-2ubuntu1_powerpc.deb ?

Thanks
The arkiv libgcrypt11_1.5.4-2ubuntu1_powerpc.deb is not a arkiv in debian format

cant install the deb.

Re: (X)(L)ubuntu (MATE) 15.04

Posted: Tue Apr 21, 2015 12:09 pm
by musa
I can see I got download error When downloding the file. same error with any machine I use.

Re: (X)(L)ubuntu (MATE) 15.04

Posted: Tue Apr 21, 2015 12:21 pm
by musa
some update
I have some problems with firefox and download at the moment. I therefore used wget to download the file. Got libgcrypt installed and could now down grade xorg. The colors are now okay. will later try to install the mesa.
Many thanks for your help :)

Re: (X)(L)ubuntu (MATE) 15.04

Posted: Tue Apr 21, 2015 12:49 pm
by xeno74
musa wrote:some update
I have some problems with firefox and download at the moment. I therefore used wget to download the file. Got libgcrypt installed and could now down grade xorg. The colors are now okay. will later try to install the mesa.
Many thanks for your help :)
Fantastic! Well done! :-)

Re: (X)(L)ubuntu (MATE) 15.04

Posted: Tue Apr 21, 2015 3:50 pm
by musa
Hey

after install mesa I got this error
libGL error: failed to load driver: r600
libGL error: Try again with LIBGL_DEBUG=verbose for more details.
libGL error: failed to load driver: swrast
libGL error: Try again with LIBGL_DEBUG=verbose for more details.
glxgears er running but slow. It doesn't run before

Re: (X)(L)ubuntu (MATE) 15.04

Posted: Tue Apr 21, 2015 7:10 pm
by xeno74
musa wrote:Hey

after install mesa I got this error
libGL error: failed to load driver: r600
libGL error: Try again with LIBGL_DEBUG=verbose for more details.
libGL error: failed to load driver: swrast
libGL error: Try again with LIBGL_DEBUG=verbose for more details.
glxgears er running but slow. It doesn't run before
Did you install the unofficial Mesa? If yes how did you install it?

Re: (X)(L)ubuntu (MATE) 15.04

Posted: Tue Apr 21, 2015 7:56 pm
by musa
xeno74 wrote:
musa wrote:Hey

after install mesa I got this error
libGL error: failed to load driver: r600
libGL error: Try again with LIBGL_DEBUG=verbose for more details.
libGL error: failed to load driver: swrast
libGL error: Try again with LIBGL_DEBUG=verbose for more details.
glxgears er running but slow. It doesn't run before
Did you install the unofficial Mesa? If yes how did you install it?
I follow this
Rename the original r600_dri.so to r600_dri.so.bak: sudo mv /usr/lib/powerpc-linux-gnu/dri/r600_dri.so /usr/lib/powerpc-linux-gnu/dri/r600_dri.so.bak

3. Copy the patched r600_dri.so to /usr/lib/powerpc-linux-gnu/dri: sudo cp mesa-10.0.4/lib/dri/r600_dri.so /usr/lib/powerpc-linux-gnu/dri

4. Rename the original LibGL.so.1.2.0 to LibGL.so.1.2.0.bak: sudo mv /usr/lib/powerpc-linux-gnu/mesa/libGL.so.1.2.0 /usr/lib/powerpc-linux-gnu/mesa/libGL.so.1.2.0.bak

5. Copy the patched LibGL.so.1.2.0 to /usr/lib/powerpc-linux-gnu/mesa: sudo cp mesa-10.0.4/lib/LibGL.so.1.2.0 /usr/lib/powerpc-linux-gnu/mesa

but things chance .... After installing Abiword , synaptic reinstall the first xserver-xorg-core and remove some other things.
After a new reboot x dont start. I reinstall all xorg things and start lighdm logged in and the collor error was back. ctrl alt f1 and service lightdm stop . downgrade xserver but now lightdm can't start. install slim and start slim
log in and collors was ok again . testing glxgears say 1589 frames in 5 seconds = 317.657 fps glxgears animation is frossen and when i stop glxgears a error say fatal IO error 11 (resource temporatly unavailable on x server " 0.0"
Also Libre Office writer can't start when xserver is downgrade but it can before. all other hings working ok.

Re: (X)(L)ubuntu (MATE) 15.04

Posted: Tue Apr 21, 2015 9:10 pm
by xeno74
musa wrote: After a new reboot x dont start. I reinstall all xorg things and start lighdm logged in and the collor error was back. ctrl alt f1 and service lightdm stop . downgrade xserver but now lightdm can't start. install slim and start slim
log in and collors was ok again . testing glxgears say 1589 frames in 5 seconds = 317.657 fps glxgears animation is frossen and when i stop glxgears a error say fatal IO error 11 (resource temporatly unavailable on x server " 0.0"
Also Libre Office writer can't start when xserver is downgrade but it can before. all other hings working ok.
Sorry I have forgotten to tell you that you have to install Upstart with

Code: Select all

sudo apt-get install upstart-sysv
Unfortunately systemd is responsible for the error 11 messages.

Re: (X)(L)ubuntu (MATE) 15.04

Posted: Tue Apr 21, 2015 9:24 pm
by musa
xeno74 wrote:
Sorry I have forgotten to tell you that you have to install Upstart with

Code: Select all

sudo apt-get install upstart-sysv
Unfortunately systemd is responsible for the error 11 messages.
Ok I think I will wait a bit because I lose xserver again if I install anything. you obviously have to install what you need before you downgrade xserver. 1000 thanks for your help :)
Peter

Re: (X)(L)ubuntu (MATE) 15.04

Posted: Tue Apr 21, 2015 9:38 pm
by xeno74
musa wrote: Ok I think I will wait a bit because I lose xserver again if I install anything. you obviously have to install what you need before you downgrade xserver.
Yes, that's right.
musa wrote: 1000 thanks for your help :)
Peter
My pleasure. :-)