Can not get Debain Sid to start

AmigaOne X1000 platform specific issues related to Linux only.
User avatar
johnfante
Beta Tester
Beta Tester
Posts: 183
Joined: Tue Sep 04, 2012 7:48 am
Location: Copenhagen, Denmark

Re: Can not get Debain Sid to start

Post by johnfante »

Thank you for all your help!

Unfortunately installing MesaLib-10.0.4-powerpc-unofficial.tar.bz2 does not change anyting. Still the same error.

I also tried the 10.1 version but the same.

Can it be my Radeon 5450 card?
X5000 :-)
User avatar
xeno74
Posts: 10707
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: Can not get Debain Sid to start

Post by xeno74 »

JohnFante wrote:Thank you for all your help!

Unfortunately installing MesaLib-10.0.4-powerpc-unofficial.tar.bz2 does not change anyting. Still the same error.

I also tried the 10.1 version but the same.

Can it be my Radeon 5450 card?
Could you check, if the package xserver-xorg-video-radeon is installed?
User avatar
johnfante
Beta Tester
Beta Tester
Posts: 183
Joined: Tue Sep 04, 2012 7:48 am
Location: Copenhagen, Denmark

Re: Can not get Debain Sid to start

Post by johnfante »

It is. Version 1:7.4.0-1.
X5000 :-)
User avatar
xeno74
Posts: 10707
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: Can not get Debain Sid to start

Post by xeno74 »

JohnFante wrote:It is. Version 1:7.4.0-1.
Please replace fbdev with radeon in the xorg.conf.
User avatar
johnfante
Beta Tester
Beta Tester
Posts: 183
Joined: Tue Sep 04, 2012 7:48 am
Location: Copenhagen, Denmark

Re: Can not get Debain Sid to start

Post by johnfante »

I have changed that but with no succes.

I also have a Radeon 9200 PCI installed that I use in 4.1 for 3D. Can that be the culprit?
X5000 :-)
User avatar
xeno74
Posts: 10707
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: Can not get Debain Sid to start

Post by xeno74 »

JohnFante wrote:I have changed that but with no succes.

I also have a Radeon 9200 PCI installed that I use in 4.1 for 3D. Can that be the culprit?
You're right!!!! That's it!
User avatar
johnfante
Beta Tester
Beta Tester
Posts: 183
Joined: Tue Sep 04, 2012 7:48 am
Location: Copenhagen, Denmark

Re: Can not get Debain Sid to start

Post by johnfante »

Aha!!!

Anything you can do about that? Besides removing it of course :-)

Now I am really, really looking forward to proper 3D support on 4.1 ....
X5000 :-)
User avatar
johnfante
Beta Tester
Beta Tester
Posts: 183
Joined: Tue Sep 04, 2012 7:48 am
Location: Copenhagen, Denmark

Re: Can not get Debain Sid to start

Post by johnfante »

Just a quick status: I have made a reinstall of Debian Sid.

This time I did not copy xeno74's xorg.conf file but instead used the 10-monitor.conf from here:

http://forum.hyperion-entertainment.biz ... =40#p17561

The system boots fine and sees both cards:

Code: Select all

benny@AmigaOneX1000:~$ lspci | grep VGA
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Cedar [Radeon HD 5000/6000/7350/8350 Series]
06:05.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RV280 [Radeon 9200 PRO] (rev 01)
I also indstalled mesa using the instructions from above. Extracted. Changed to SU. Copied with "cp -R mesa-10.0.4 /usr/local/". And finished with: "export LD_LIBRARY_PATH=/usr/local/mesa-10.0.4/lib/". To enable systemwide I added "export LD_LIBRARY_PATH=/usr/local/mesa-10.0.4/lib/" to my .profile file in my home directory.

Glxgears still does not work. Here is what I get when I try to debug:

Code: Select all

benny@AmigaOneX1000:~$ LIBGL_DEBUG=verbose glxgears
libGL: screen 0 does not appear to be DRI3 capable
libGL: pci id for fd 4: 1002:68f9, driver r600
libGL: OpenDriver: trying /usr/lib/powerpc-linux-gnu/dri/tls/r600_dri.so
libGL: OpenDriver: trying /usr/lib/powerpc-linux-gnu/dri/r600_dri.so
libGL: driver does not expose __driDriverGetExtensions_r600(): /usr/lib/powerpc-linux-gnu/dri/r600_dri.so: undefined symbol: __driDriverGetExtensions_r600
libGL: Can't open configuration file /home/benny/.drirc: No such file or directory.
libGL: Can't open configuration file /home/benny/.drirc: No such file or directory.
libGL error: failed to load driver: r600
libGL: OpenDriver: trying /usr/lib/powerpc-linux-gnu/dri/tls/swrast_dri.so
libGL: OpenDriver: trying /usr/lib/powerpc-linux-gnu/dri/swrast_dri.so
libGL: Can't open configuration file /home/benny/.drirc: No such file or directory.
libGL error: failed to load driver: swrast
Error: couldn't get an RGB, Double-buffered visual
I have added my user to the video group just in case via "usermod -aG video benny".

:?: :?: :?: :?:
X5000 :-)
User avatar
xeno74
Posts: 10707
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: Can not get Debain Sid to start

Post by xeno74 »

Is screen 0 connected to the Radeon 9200 PCI?
User avatar
johnfante
Beta Tester
Beta Tester
Posts: 183
Joined: Tue Sep 04, 2012 7:48 am
Location: Copenhagen, Denmark

Re: Can not get Debain Sid to start

Post by johnfante »

No. Screen 9 is the radeon 5450 at "PCI:1:0:0", The 9200 is at PCI:06:05:0

Here is my 10-monitor.conf

Code: Select all

Section "Monitor"
	Identifier "Monitor0"
EndSection

Section "Device"
	Identifier "Device0"
	Driver "radeon"
	BusID "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device "Device0"
	Monitor "Monitor0"
	DefaultDepth 24
	SubSection "Display"
		Depth 24
		Modes "1920x1200_75.00"
	EndSubSection
EndSection
X5000 :-)
Post Reply