Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.

General Chat

General Chat
986 posts | Last Activity on 12-08-2020 23:17 by amigamia
amigamia
amigamia 12-08-2020 23:17, 4 years ago
Re: How do I create a .info icon
Hi all, This may sound as a silly question but I have been unable to do this. How do I create a .info icon file and associate it with the executable file? I have been unable to do with the AROS hosted on my Linux.
D
deadwood 08-06-2020 12:28, 4 years ago
Re: A (Mega) Blast From The Past
test2
D
deadwood 08-06-2020 12:27, 4 years ago
Re: A (Mega) Blast From The Past
test
amigamia
amigamia 25-05-2020 10:37, 4 years ago
Re: A (Mega) Blast From The Past
This is a blast from the past. Years ago I wanted to attempt at making a video commercial about AROS and it's applications. I had no experience of making videos so I just used what was available on a Windows 7 computer. Windows Movie Maker, VMware Player, and the now defunct AROS Max distribution (remember that one? I think I still have the ISO somewhere). I tried to show as many applications as possible and make it last for the duration of the magnificent soundtrack of Xenon II Mega Blast remixed by Dazze available on AmigaRemix.com at the time. The video was uploaded before Youtube became an integral part of the Google domain and I have since lost access to that account. In a funny twist, I was not expecting a large audience as the video quality is very poor and first attempt was not quite clean in the cuts, etc. etc. However, it is sporting a 14,991 views and some very good comments below. The soundtrack does all the heavy lifting it seems ;) Enjoy!! [youtube]https://www.youtube.com/watch?v=_2Nw0Vi1vDA[/youtube]
nikos
nikos 30-09-2018 10:51, 6 years ago
Re: USB game controllers
No Wireless XBox controllers at the moment. I have one arcade stick wireless that works fine, but that is hid controller.
Responded in USB game controllers
DizzyOfCRN
DizzyOfCRN 30-09-2018 09:29, 6 years ago
Re: USB game controllers
My wireless and wired controllers both work at this moment. There is a 2.4GHz dongle for xbox controller pc use. It's luckily not bluetooth so it might even work. Not sure if the bit showing controller as wireless is always at the same location, needs testing. Do you have wireless controller? I will be putting out new test for the arosx, showing if the wireless check works and getting some more needed info for the xinput descriptor parser.
Responded in USB game controllers
nikos
nikos 30-09-2018 06:37, 6 years ago
Re: USB game controllers
BlueTooth is not supported in AROS. I know some XBox controllers use that protocol, but others might use IR or maybe WiFi? Guess to be safe, cable is the way to go. I guess wireless XBox controller also can be connected with USB cable?
Responded in USB game controllers
J
jp48 30-09-2018 04:03, 6 years ago
Re: Cross/native compiling GCC in/for Aros
Well, I am more interested to do native compiling too, and that's I have mostly done. So far I have only worked with SoX, old versions, got a binary, version 12.7.3, and it is too old, lacks features I need, so going some newer version next. Various, as usually, configure works most of the cases, gcc runs and compiles object (.o) files, but problems start in linking all of them to final binary sox. I need to check some newer version, I can send some error messages I get, need to find exact version first. Thanks !!
C
cavemann 29-09-2018 17:57, 6 years ago
Re: Cross/native compiling GCC in/for Aros
Can't help with cross compiling, I use native only. Native seems easier to me, but I only build for x86. Either way you should be getting a binary, or error messages. So what kind of errors are you getting?
J
jp48 29-09-2018 16:52, 6 years ago
Re: Cross/native compiling GCC in/for Aros
OK, almost there, Sox works, installed few other utils, but the version is rather old, unfortunately, it seems I still need to find a way to native/cross compile some open source software (all command line/shell utils) to Aros.
J
jp48 29-09-2018 14:30, 6 years ago
Re: Cross/native compiling GCC in/for Aros
Cool, thanks very much, I struggled two days with native and cross-compiling, excellent news, already downloaded, testing now. Thanks !!! :D ! :o
DizzyOfCRN
DizzyOfCRN 29-09-2018 10:35, 6 years ago
Re: USB game controllers
I think I found how to get the bitmask for all the inputs on XInput gamepads and that there even is such a bitmask... Haven't seen that mentioned in anywhere :) I didn't put any buttons on that settings window that tests the inputs as I didn't know how many buttons each controller has I think we even now know if the controller is wired or wireless! Important, as we need to inform the controller api about it.
Responded in USB game controllers
C
cavemann 28-09-2018 21:25, 6 years ago
Re: Cross/native compiling GCC in/for Aros
A copy of serk's SoX build is in the upload section of the AROS-archive. You can get it there, or in a few days, it should be in the main archive :)
nikos
nikos 28-09-2018 13:27, 6 years ago
Re: USB game controllers
Thank sounds perfect Dizzy :) Thanks for doing this.
Responded in USB game controllers
DizzyOfCRN
DizzyOfCRN 28-09-2018 13:14, 6 years ago
Re: USB game controllers
My Wireless F710 has worse thumb sticks than on it's counterpart the F310. F710 doesn't always return the value to center, but the F310 does. It brutally shows how bad the sticks have gone. Some kind of calibration would be nice, I will look into that too. At least it could be good to find the dead band around the center. Maybe some routine that asks to push fully on one direction and then let go. Timer would start from zero every time a new message arrives and lets say if 100mS has elapsed from the last message then the code would look where the stick has last left it markings and do that many times and we should be able to find the dead band.
Responded in USB game controllers
DizzyOfCRN
DizzyOfCRN 28-09-2018 12:10, 6 years ago
Re: USB game controllers
So the rumble even works? :) My Logitech outputs somewhere 0 at the center so it doesn't shake very much at that position, but the original controller has a different zero position (well, it actually looks the same when your thumb sticks are centered...). It was just a test to see if the rumble works other than my controller. Thank you very much!
Responded in USB game controllers
nikos
nikos 28-09-2018 11:50, 6 years ago
Re: USB game controllers
Yes, it open :) https://m.youtube.com/watch?v=X_IA9sI5mek Maybe needs calibration? edit: with the rumble update my controller rumble all the time like crazy. Little less if I move the left stick upwards. Calibration :)
Responded in USB game controllers
DizzyOfCRN
DizzyOfCRN 28-09-2018 10:28, 6 years ago
Re: USB game controllers
I've enabled some rumble effects on the code. The intensity should vary according to the left thumb stick. [url]https://www.dropbox.com/s/rl119qmc5uinl4o/arosx.class?dl=1[/url] Works for Logitech F710 at least, not sure if the class even shows any output on other XInput gamepads... [url]https://youtu.be/NilG2XIYygM[/url]
Responded in USB game controllers
DizzyOfCRN
DizzyOfCRN 28-09-2018 05:43, 6 years ago
Re: USB game controllers
Does the "settings" window open?
Responded in USB game controllers
DizzyOfCRN
DizzyOfCRN 27-09-2018 21:51, 6 years ago
Re: USB game controllers
[quote][url=http://arosworld.org/forum/viewthread.php?thread_id=165&pid=1034#post_1034][b]nikos wrote:[/b][/url] I tried the new class. As you mentioned it is now no debug from the controller. Nothing happen pressing buttons or directions. When I insert it in usb port it say play it again "controller" Does that seam ok?[/quote] Sounds about right, there is no automatic popup for the testing window, need to go there manually. There's two ways of opening the window: [url]https://youtu.be/QoAXisrRg50[/url]
Responded in USB game controllers
You can view all discussion threads in this forum.
You cannot start a new discussion thread in this forum.
You cannot start on a poll in this forum.
You cannot upload attachments in this forum.
You can download attachments in this forum.
Moderator: Administrator

Filter by Tags

Popular Threads This Week

Tiny Aros DistrĂ²by Amiwell79 167 posts
AROS One x86 Work In Progressby AMIGASYSTEM 145 posts
AROS ABIv0 20220318-1 Supportby deadwood 73 posts
AROS One 68k Work In Progressby AMIGASYSTEM 16 posts
Wanderer Menusby pixie 4 posts
Rufus 3.x and Rufus 4.x.by AMIGASYSTEM 3 posts
Greetingsby Templario 3 posts
Aros Vision in Developmentby OlafSch 2 posts
Sign In
Not a member yet? Click here to register.
Forgot Password?
Users Online Now
Guests Online 8
Members Online 0

Total Members: 229
Newest Member: Templario
Member Polls
Should AROSWorld continue with AROS-Exec files (SMF based)?
Yes44 %
44% [12 Votes]
No26 %
26% [7 Votes]
Not sure30 %
30% [8 Votes]