Page 5 of 6

Re: Linux kernel 3.5.7 and HD6670

Posted: Fri Dec 07, 2012 11:29 am
by zzd10h
I just tried to begin installation of Ubuntu (with initrd.gz) with vmlinux39 kernel but I can't see the installation panels
with HD6670 and/or R9200.
=> Failed

Re: Linux kernel 3.5.7 and HD6670

Posted: Tue Dec 11, 2012 4:01 am
by trevordick
zzd10h wrote:I just tried to begin installation of Ubuntu (with initrd.gz) with vmlinux39 kernel but I can't see the installation panels
with HD6670 and/or R9200.
=> Failed
I presume you mean the vmlinux39pw-1.2? If so this will not work with Radeon HD series 6 cards. You need to use the latest kernel vmlinuz-3.5.7 with Series 5 & 6 cards

Note: I am continuing to investigate the issue.

Trevor

Re: Linux kernel 3.5.7 and HD6670

Posted: Tue Dec 11, 2012 7:06 am
by zzd10h
Thank,
Yes it was it.
I wanted to try another kernel, because I used the vmlinux357 the first time and hade the "no input" problem.

Hoping that you will find the problem :P

Re: Linux kernel 3.5.7 and HD6670

Posted: Mon Dec 24, 2012 7:56 am
by zzd10h
Hello all,
I'v posted a question on MintPPC thread to know if it's possible to inhibit the use of a GFX card at startup (to deactivate the use of my Radeon 9250).

Hoping...

http://www.mintppc.org/forums/viewtopic.php?f=15&t=1202

And merry christmas :)

Re: Linux kernel 3.5.7 and HD6670

Posted: Sun Jan 06, 2013 11:51 am
by zzd10h
Great !

Thanks to the advices of rkmugen on MintPPC forum,
I have the Radeon accelerated drivers working with the 2 Radeon cards on my X1000 (by inhibiting the old Radeon 9250 card).

http://zzd10h.amiga-ng.org/Divers/Linux_DualRadeon.png

Now I don't have to unplug my 9250 when I want to play to SuperTuxKart on Linux :)

more info on
http://www.mintppc.org/forums/viewtopic.php?f=15&t=1202

You just have to :
1) issue a "lspci" command to show where is physically located your RadeonHD card

2) create a /etc/X11/xorg.conf.d/10-monitor.conf, mine looks like this

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 "1920x1080_75.00"
EndSubSection
EndSection

3) And voila !

Thank again rkmugen :)

Re: Linux kernel 3.5.7 and HD6670

Posted: Mon Jan 07, 2013 1:29 am
by mbrantley
Good work! I'll see if I can do the same here, following your lead, zz10dh.

LATER EDIT: It works! I'm using your exact text, and I'm getting 1070-1090fps on glxgears now. Have installed Blender 2.63 under MintPPC, and the interface is downright snappy now. Good work.

Re: Linux kernel 3.5.7 and HD6670

Posted: Mon Jan 14, 2013 3:01 am
by zappa2009
nice i get 1458 fps with glxgears wih my RadeonHD 5450.

btw i have tried supertux 0.7.3 (and 0.8 too) but no joystick are useable.
I use a Keyboard/Mouse/DVI-Switcher (2 Compuer on one Monitor with the same Mounse & Keyboard).
Is that the Problem ?

Re: Linux kernel 3.5.7 and HD6670

Posted: Mon Jan 14, 2013 10:14 pm
by trevordick
zappa2009 wrote:nice i get 1458 fps with glxgears wih my RadeonHD 5450.
Thanks for tracking this down. I also get around 1500 fps with Linux Mint and RadeonHD 6570.

Trevor

Re: Linux kernel 3.5.7 and HD6670

Posted: Mon Jan 14, 2013 11:07 pm
by zappa2009
Ists a little creepy Linux on X1000.
I must make some Coldboot to geht to the Desktop of mintppc11.
On some Coldboots I get a "segmentation fault" Then Reset and try again and voila ist geting good or another Rest is needet.
OS4.1.6 boots fine only Linux gets wrong.
If boots to the mintppc Loginscreen the System runs fine.

I have 2GB inside as a Single Module. Better use 2x1GB ?

Re: Linux kernel 3.5.7 and HD6670

Posted: Tue Jan 15, 2013 2:31 am
by trevordick
Interesting inhibiting the Radeon 9250 with the 10-monitor.conf fix also works with Debian Wheezy with a dual gfx card configuration (RadeonHD 6570 & Radeon 9250) :-)

Trevor