Can not get Debain Sid to start
Re: Can not get Debain Sid to start
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?
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 

Re: Can not get Debain Sid to start
Could you check, if the package xserver-xorg-video-radeon is installed?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?
Re: Can not get Debain Sid to start
Please replace fbdev with radeon in the xorg.conf.JohnFante wrote:It is. Version 1:7.4.0-1.
Re: Can not get Debain Sid to start
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?
I also have a Radeon 9200 PCI installed that I use in 4.1 for 3D. Can that be the culprit?
X5000 

Re: Can not get Debain Sid to start
You're right!!!! That's it!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?
Re: Can not get Debain Sid to start
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 ....
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 

Re: Can not get Debain Sid to start
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:
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:
I have added my user to the video group just in case via "usermod -aG video benny".

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)
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




X5000 

Re: Can not get Debain Sid to start
Is screen 0 connected to the Radeon 9200 PCI?
Re: Can not get Debain Sid to start
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
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 
