Click Here
home features news forums classifieds faqs links search
6071 members 
Amiga Q&A /  Free for All /  Emulation /  Gaming / (Latest Posts)
Login

Nickname

Password

Lost Password?

Don't have an account yet?
Register now!

Support Amigaworld.net
Your support is needed and is appreciated as Amigaworld.net is primarily dependent upon the support of its users.
Donate

Menu
Main sections
» Home
» Features
» News
» Forums
» Classifieds
» Links
» Downloads
Extras
» OS4 Zone
» IRC Network
» AmigaWorld Radio
» Newsfeed
» Top Members
» Amiga Dealers
Information
» About Us
» FAQs
» Advertise
» Polls
» Terms of Service
» Search

IRC Channel
Server: irc.amigaworld.net
Ports: 1024,5555, 6665-6669
SSL port: 6697
Channel: #Amigaworld
Channel Policy and Guidelines

Who's Online
11 crawler(s) on-line.
 85 guest(s) on-line.
 1 member(s) on-line.


 Birbo

You are an anonymous user.
Register Now!
 Birbo:  2 mins ago
 amigakit:  44 mins ago
 Hammer:  52 mins ago
 pixie:  53 mins ago
 kolla:  1 hr 7 mins ago
 kriz:  1 hr 16 mins ago
 clint:  1 hr 17 mins ago
 zipper:  2 hrs 45 mins ago
 bhabbott:  3 hrs 13 mins ago
 Beajar:  4 hrs 57 mins ago

/  Forum Index
   /  Amiga PPC Linux
      /  A1-X1000: Linux Kernel 3.19
Register To Post

Goto page ( 1 | 2 Next Page )
PosterThread
xeno74 
A1-X1000: Linux Kernel 3.19
Posted on 12-Jan-2015 17:46:55
#1 ]
Cult Member
Joined: 15-Dec-2010
Posts: 667
From: Unknown

I have released the RC4 of kernel 3.19 for our AMIGA one X1000 recently.

New:

Linux 3.19-rc4 announcement by Linus Torvalds
Linux 3.19-rc4 Kernel Released
Linux 3.19-rc3 Is A Quiet Release Coming One Day Late
Linux 3.19-rc2 Is A Tiny Release
Linux 3.19-rc1 Kernel Released Ahead Of Schedule

Known A1-X1000 problem: Mac-on-Linux network support doesn't work. Mac OS X 10.4.11 freezes if you activate the TUN/TAP kernel module (device driver).

Download: vmlinux-3.19.0-rc4-KVM-PR-AMIGA_one_X1000.tar.bz2



Just for info: The kernel devolopers rewrote 'power off' for the kernel 3.19. I modified the Nemo patch.

Old:

Quote:

@@ -441,8 +543,14 @@ define_machine(pasemi) {
.init_IRQ = pas_init_IRQ,
.get_irq = mpic_get_irq,
.restart = pas_restart,
+#ifdef CONFIG_PPC_PASEMI_SB600
+ .power_off = pas_shutdown, // Varisys provided a way to turn us off
+#endif
.get_boot_time = pas_get_boot_time,
.calibrate_decr = generic_calibrate_decr,
.progress = pas_progress,
.machine_check_exception = pas_machine_check_handler,


New for kernel 3.19:

Quote:

@@ -430,9 +524,20 @@ static int __init pas_probe(void)

alloc_iobmap_l2();

+#ifdef CONFIG_PPC_PASEMI_SB600
+ pm_power_off = pas_shutdown; // Varisys provided a way to turn us off
+#endif
return 1;
}


Nemo patch for kernel 3.19: nemo_3.19-1.patch.zip

PLEASE test the RC4.

Thanks,

Christian

_________________
www.amigalinux.org

 Status: Offline
Profile     Report this post  
zzd10h 
Re: A1-X1000: Linux Kernel 3.19
Posted on 12-Jan-2015 18:55:53
#2 ]
Amiga Developer Team
Joined: 21-May-2012
Posts: 1077
From: France

@xeno74

Hi,
tested under Ubuntu 12.04.

No problem, sound, network, GLXInfo, SuperTuxKart, all works fine

See here for glxinfo results :

http://zzd10h.amiga-ng.org/X1000/Linux/Kernel_3.19_RC4.png


PS : how do you do to post thumbnails picture on this forum ? Thank you.

Last edited by zzd10h on 12-Jan-2015 at 06:58 PM.

_________________
http://apps.amistore.net/zTools

 Status: Offline
Profile     Report this post  
xeno74 
Re: A1-X1000: Linux Kernel 3.19
Posted on 12-Jan-2015 19:13:39
#3 ]
Cult Member
Joined: 15-Dec-2010
Posts: 667
From: Unknown

@zzd10h

Thank you for testing the RC4.

I answered your question in the Hyperion forum:

http://forum.hyperion-entertainment.biz

Cheers,

Christian

_________________
www.amigalinux.org

 Status: Offline
Profile     Report this post  
zzd10h 
Re: A1-X1000: Linux Kernel 3.19
Posted on 12-Jan-2015 20:20:15
#4 ]
Amiga Developer Team
Joined: 21-May-2012
Posts: 1077
From: France

@xeno74

Thank you for the tip, I thought that there was an html tag especially for that.

_________________
http://apps.amistore.net/zTools

 Status: Offline
Profile     Report this post  
xeno74 
Re: A1-X1000: Linux Kernel 3.19
Posted on 18-Jan-2015 22:20:18
#5 ]
Cult Member
Joined: 15-Dec-2010
Posts: 667
From: Unknown



The RC5 is available for testing: vmlinux-3.19.0-rc5-KVM-PR-AMIGA_one_X1000.tar.bz2

Release announcement

_________________
www.amigalinux.org

 Status: Offline
Profile     Report this post  
xeno74 
Re: A1-X1000: Linux Kernel 3.19
Posted on 26-Jan-2015 23:28:28
#6 ]
Cult Member
Joined: 15-Dec-2010
Posts: 667
From: Unknown



Let's testing: vmlinux-3.19.0-rc6-KVM-PR-AMIGA_one_X1000.tar.bz2

And some news:



1. Firefox 35 was released. See more on forum.hyperion-entertainment.biz



2. New Mesa install instructions for Ubuntu 14.10. Look in the following thread: forum.hyperion-entertainment.biz



3. Kernel 3.19: Workaround for the Mac-on-Linux network problem: forum.hyperion-entertainment.biz

Have a lot of fun with Linux on your AMIGA one X1000.

_________________
www.amigalinux.org

 Status: Offline
Profile     Report this post  
xeno74 
Re: A1-X1000: Linux Kernel 3.19
Posted on 31-Jan-2015 17:28:34
#7 ]
Cult Member
Joined: 15-Dec-2010
Posts: 667
From: Unknown

I released the RC6-2 today.

New:

- Support for Xubuntu, Lubuntu, and ubuntu MATE 15.04

Download: vmlinux-3.19.0-rc6-2-KVM-PR-AMIGA_one_X1000.tar.bz2

And additional news:

(X)(L)ubuntu (MATE) 15.04 beta testing started: http://forum.hyperion-entertainment.biz



Install initial RAM disk for installing (X)(L)ubuntu (MATE) 14.10 released: http://forum.hyperion-entertainment.biz

_________________
www.amigalinux.org

 Status: Offline
Profile     Report this post  
tlosm 
Re: A1-X1000: Linux Kernel 3.19
Posted on 31-Jan-2015 18:02:58
#8 ]
Elite Member
Joined: 28-Jul-2012
Posts: 2746
From: Amiga land

@xeno74

I will test on G5 too

On Mate 14.04ts Glxgears with 4650 RadeonHD 8x Pcie Slot i have this result on Quad
(patched with mesa patch did by you)

5448 frames in 5.0 seconds = 1089.462 FPS
5355 frames in 5.0 seconds = 1070.884 FPS
5411 frames in 5.0 seconds = 1082.119 FPS
5450 frames in 5.0 seconds = 1089.934 FPS
5239 frames in 5.0 seconds = 1047.357 FPS
5450 frames in 5.0 seconds = 1089.865 FPS

Sed because cant kill this stupid bug on G5 ... hope with 15.04 everyting will work good :)

Last edited by tlosm on 31-Jan-2015 at 06:03 PM.

_________________
I love Amiga and new hope by AmigaNG
A 500 + ; CDTV; CD32;
PowerMac G5 Quad 8GB,SSD,SSHD,7800gtx,Radeon R5 230 2GB;
MacBook Pro Retina I7 2.3ghz;
#nomorea-eoninmyhome

 Status: Offline
Profile     Report this post  
xeno74 
Re: A1-X1000: Linux Kernel 3.19
Posted on 1-Feb-2015 12:44:43
#9 ]
Cult Member
Joined: 15-Dec-2010
Posts: 667
From: Unknown

@tlosm

Thank you for your Glxgears test. I'm very surprised that the AMIGA one X1000 is faster in the Glxgears test. OK it has a faster graphics card in a 16x PCI express slot but a slower CPU. Could you repeat the Glxgears test with your Radeon HD 4650 in the 16x PCI express slot, please?

Lubuntu 12.04.5 LTS kernel 3.18-rc7-2 Mesa 8.0.4 AMD Radeon HD 6870 16x PCI express:

Quote:

christian@AmigaoneX1000:~$ vblank_mode=0 glxgears
ATTENTION: default value of option vblank_mode overridden by environment.
ATTENTION: default value of option vblank_mode overridden by environment.
6088 frames in 5.0 seconds = 1217.560 FPS
6241 frames in 5.0 seconds = 1248.186 FPS
6244 frames in 5.0 seconds = 1248.782 FPS
6219 frames in 5.0 seconds = 1243.785 FPS
6225 frames in 5.0 seconds = 1244.986 FPS
6241 frames in 5.0 seconds = 1248.112 FPS
6230 frames in 5.0 seconds = 1245.891 FPS
6239 frames in 5.0 seconds = 1247.784 FPS
6238 frames in 5.0 seconds = 1247.585 FPS
6243 frames in 5.0 seconds = 1248.586 FPS
6238 frames in 5.0 seconds = 1247.583 FPS
6238 frames in 5.0 seconds = 1247.583 FPS


But the unoffical Mesa is a little bit slower:

Debian Sid kernel 3.17.2 unofficial Mesa 10.0.4:

Quote:

christian@AmigaoneX1000:~$ export LD_LIBRARY_PATH=/usr/local/mesa-10.0.4/lib
christian@AmigaoneX1000:~$ vblank_mode=0 glxgears
ATTENTION: default value of option vblank_mode overridden by environment.
5320 frames in 5.0 seconds = 1063.961 FPS
5396 frames in 5.0 seconds = 1079.193 FPS
5392 frames in 5.0 seconds = 1078.345 FPS
5393 frames in 5.0 seconds = 1078.472 FPS
5397 frames in 5.0 seconds = 1079.380 FPS
5394 frames in 5.0 seconds = 1078.766 FPS
5397 frames in 5.0 seconds = 1079.400 FPS
5397 frames in 5.0 seconds = 1079.388 FPS
5391 frames in 5.0 seconds = 1078.196 FPS
5398 frames in 5.0 seconds = 1079.582 FPS
5397 frames in 5.0 seconds = 1079.394 FPS
5389 frames in 5.0 seconds = 1077.736 FPS


Radeon HD 6870 1GB VRAM:



_________________
www.amigalinux.org

 Status: Offline
Profile     Report this post  
tlosm 
Re: A1-X1000: Linux Kernel 3.19
Posted on 1-Feb-2015 12:49:29
#10 ]
Elite Member
Joined: 28-Jul-2012
Posts: 2746
From: Amiga land

@xeno74

I did it yesterday :) is about 110 fps more than the 8x slot in
any way slower than the X1000 with 6xxx card ... sed im not able to have the 6570 running Xorg on g5 :(

On mini g4 i have 560 to 580fps on mate :P

Last edited by tlosm on 01-Feb-2015 at 12:51 PM.

_________________
I love Amiga and new hope by AmigaNG
A 500 + ; CDTV; CD32;
PowerMac G5 Quad 8GB,SSD,SSHD,7800gtx,Radeon R5 230 2GB;
MacBook Pro Retina I7 2.3ghz;
#nomorea-eoninmyhome

 Status: Offline
Profile     Report this post  
xeno74 
Re: A1-X1000: Linux Kernel 3.19
Posted on 1-Feb-2015 12:56:21
#11 ]
Cult Member
Joined: 15-Dec-2010
Posts: 667
From: Unknown

@tlosm

But your Quad has good glxgears values. Could you test a Radeon HD 6870?

_________________
www.amigalinux.org

 Status: Offline
Profile     Report this post  
tlosm 
Re: A1-X1000: Linux Kernel 3.19
Posted on 1-Feb-2015 21:36:35
#12 ]
Elite Member
Joined: 28-Jul-2012
Posts: 2746
From: Amiga land

@xeno74

I dont have a 6870 available the only one is the 6570 and on mate i have problems because the kernel dont support it need to swap with 3.19.
On debian i can run only in software resterized with both cards :-/

Last edited by tlosm on 01-Feb-2015 at 09:36 PM.

_________________
I love Amiga and new hope by AmigaNG
A 500 + ; CDTV; CD32;
PowerMac G5 Quad 8GB,SSD,SSHD,7800gtx,Radeon R5 230 2GB;
MacBook Pro Retina I7 2.3ghz;
#nomorea-eoninmyhome

 Status: Offline
Profile     Report this post  
xeno74 
Re: A1-X1000: Linux Kernel 3.19
Posted on 2-Feb-2015 17:52:42
#13 ]
Cult Member
Joined: 15-Dec-2010
Posts: 667
From: Unknown

@tlosm

OK, thank you for your answer.

@All

Linux 3.19-rc7 Kernel Released: Linux 3.19 Final Coming Soon

Download: vmlinux-3.19.0-rc7-KVM-PR-AMIGA_one_X1000.tar.bz2



PLEASE test the RC7.

_________________
www.amigalinux.org

 Status: Offline
Profile     Report this post  
zzd10h 
Re: A1-X1000: Linux Kernel 3.19
Posted on 2-Feb-2015 17:54:28
#14 ]
Amiga Developer Team
Joined: 21-May-2012
Posts: 1077
From: France

@xeno74

What is your 3rd processor, "Processor 2" ?

thx

_________________
http://apps.amistore.net/zTools

 Status: Offline
Profile     Report this post  
tlosm 
Re: A1-X1000: Linux Kernel 3.19
Posted on 2-Feb-2015 18:29:07
#15 ]
Elite Member
Joined: 28-Jul-2012
Posts: 2746
From: Amiga land

@zzd10h

Mate add an extra processor... bug ? ;)
on G5 are 5 on mini are 2 :P

_________________
I love Amiga and new hope by AmigaNG
A 500 + ; CDTV; CD32;
PowerMac G5 Quad 8GB,SSD,SSHD,7800gtx,Radeon R5 230 2GB;
MacBook Pro Retina I7 2.3ghz;
#nomorea-eoninmyhome

 Status: Offline
Profile     Report this post  
tlosm 
Re: A1-X1000: Linux Kernel 3.19
Posted on 3-Feb-2015 9:52:06
#16 ]
Elite Member
Joined: 28-Jul-2012
Posts: 2746
From: Amiga land

@Xeno74
check the mini with mate ;)


https://www.youtube.com/watch?v=m2mx9lmhEuQ

_________________
I love Amiga and new hope by AmigaNG
A 500 + ; CDTV; CD32;
PowerMac G5 Quad 8GB,SSD,SSHD,7800gtx,Radeon R5 230 2GB;
MacBook Pro Retina I7 2.3ghz;
#nomorea-eoninmyhome

 Status: Offline
Profile     Report this post  
xeno74 
Re: A1-X1000: Linux Kernel 3.19
Posted on 3-Feb-2015 20:18:26
#17 ]
Cult Member
Joined: 15-Dec-2010
Posts: 667
From: Unknown

@tlosm

Fantastic video!!!!!! Well done!!!! Which Mesa version do you use on your Mac Mini G4?

_________________
www.amigalinux.org

 Status: Offline
Profile     Report this post  
tlosm 
Re: A1-X1000: Linux Kernel 3.19
Posted on 7-Feb-2015 12:03:51
#18 ]
Elite Member
Joined: 28-Jul-2012
Posts: 2746
From: Amiga land

@xeno74

just downloaded and updated Mate ... and everything is more faster and smooth .
the 4650 on the 8x pcie

ATTENTION: default value of option vblank_mode overridden by environment.
ATTENTION: default value of option vblank_mode overridden by environment.
5709 frames in 5.0 seconds = 1141.734 FPS
5725 frames in 5.0 seconds = 1144.967 FPS
5906 frames in 5.0 seconds = 1181.132 FPS
5601 frames in 5.0 seconds = 1120.159 FPS
5662 frames in 5.0 seconds = 1132.280 FPS
6035 frames in 5.0 seconds = 1206.937 FPS
5815 frames in 5.0 seconds = 1162.908 FPS
5874 frames in 5.0 seconds = 1174.630 FPS
5700 frames in 5.0 seconds = 1139.863 FPS
5579 frames in 5.0 seconds = 1115.665 FPS
5749 frames in 5.0 seconds = 1149.702 FPS
5686 frames in 5.0 seconds = 1137.170 FPS
5781 frames in 5.0 seconds = 1156.097 FPS
5643 frames in 5.0 seconds = 1128.581 FPS


The bug on g5 continue stay there but now everything is much better ;)
now i will build the new kernel 3.19 rc 7 will check if i will have the 6570 working on mate with gallium.

Last edited by tlosm on 07-Feb-2015 at 12:04 PM.

_________________
I love Amiga and new hope by AmigaNG
A 500 + ; CDTV; CD32;
PowerMac G5 Quad 8GB,SSD,SSHD,7800gtx,Radeon R5 230 2GB;
MacBook Pro Retina I7 2.3ghz;
#nomorea-eoninmyhome

 Status: Offline
Profile     Report this post  
Seiya 
Re: A1-X1000: Linux Kernel 3.19
Posted on 7-Feb-2015 12:27:00
#19 ]
Super Member
Joined: 19-Aug-2006
Posts: 1473
From: Italia

@tlosm

you can try some opengl games with gallium to see if or how is good 3D and PPC

Last edited by Seiya on 07-Feb-2015 at 12:27 PM.

_________________

 Status: Offline
Profile     Report this post  
tlosm 
Re: A1-X1000: Linux Kernel 3.19
Posted on 7-Feb-2015 18:46:01
#20 ]
Elite Member
Joined: 28-Jul-2012
Posts: 2746
From: Amiga land

@Seiya

You will not belive but we have more games on amiga scene compared with linux ppc.
On OsX i have Q4 and CallofDuty2 but not on linux :(
In any way the Gallium performance i face on htlm5 fishblow test where on macosx with webkit i can see only 25 fps with one fish , on linux ppc there are 60fps with 50 fishes . Plus webgl are working on linuxppc on macosx are not the best this because the videoboard plus the old opengl of leopard

Last edited by tlosm on 07-Feb-2015 at 06:46 PM.

_________________
I love Amiga and new hope by AmigaNG
A 500 + ; CDTV; CD32;
PowerMac G5 Quad 8GB,SSD,SSHD,7800gtx,Radeon R5 230 2GB;
MacBook Pro Retina I7 2.3ghz;
#nomorea-eoninmyhome

 Status: Offline
Profile     Report this post  
Goto page ( 1 | 2 Next Page )

[ home ][ about us ][ privacy ] [ forums ][ classifieds ] [ links ][ news archive ] [ link to us ][ user account ]
Copyright (C) 2000 - 2019 Amigaworld.net.
Amigaworld.net was originally founded by David Doyle