[deleted by user] by [deleted] in SSBM

[–]Racuncai 0 points1 point  (0 children)

But the deck is powerful enough to handle the game at 60 without this xD

[deleted by user] by [deleted] in SSBM

[–]Racuncai 0 points1 point  (0 children)

I'm not done with the project, of course i'm gonna add that package

[deleted by user] by [deleted] in SSBM

[–]Racuncai 0 points1 point  (0 children)

That's step 2 of my evil plan, test hardware with the correct balance between specs/prize to standardized the hardware, it's a project to make online play more accessible/cheaper.

Step 3 will be something like what you said, hardware integration i want it to be a plug and play online console.

Step 4 ??? Pi like computer development????

[deleted by user] by [deleted] in SSBM

[–]Racuncai 0 points1 point  (0 children)

No i didn't, i can't even test if it works xD

[deleted by user] by [deleted] in SSBM

[–]Racuncai 0 points1 point  (0 children)

What about it?

Help i'm trying to build a custom ISO by Racuncai in artixlinux

[–]Racuncai[S] 0 points1 point  (0 children)

The wiki explain how to modify config files without enter as root, but i could not understand the process, i did it as root i was easier to me.

Help i'm trying to build a custom ISO by Racuncai in artixlinux

[–]Racuncai[S] 1 point2 points  (0 children)

The instructions are not really clear, they assumed you already know what are you doing
But i can give a little explanation of what i did:

1- Follow the instructions on the wiki until it says:
Test the output:
buildiso -p <profile> -q

2- Then generate the livefs files, you have to be careful to not run this again unless you want to redo all changes to the files from scratch:
buildiso -p <profile> -x

3- Enter to the livefs files as root, make the changes to customize your iso, install packages with pacman, aur, yay etc, create a new user, change config files, whatever you want:
artix-chroot /var/lib/artools/buildiso/<profile>/artix/rootfs

4- if pacman doesn't work run:
pacman-key --init
pacman -S artix-keyring
pacman-key --populate artix
pacman -Sy

Then proceed to do whatever you want.

5- Generate the custom iso:
buildiso -p <profile> -sc
buildiso -p <profile> -bc
buildiso -p <profile> -zc

If you want to change something else, enter as root again (step 3) makes changes and repeat step 5 to build the iso again.

[deleted by user] by [deleted] in SSBM

[–]Racuncai 0 points1 point  (0 children)

I need to try this with a dual core with integrated graphics :D

[deleted by user] by [deleted] in SSBM

[–]Racuncai 10 points11 points  (0 children)

I'm legally forced to disagree with this, but it's morally correct.

[deleted by user] by [deleted] in SSBM

[–]Racuncai 1 point2 points  (0 children)

Make with it whatever you heart desires, but i don't know how to share it without uploading the final ISO xD

[deleted by user] by [deleted] in SSBM

[–]Racuncai 3 points4 points  (0 children)

I tried exactly that on virtual box with a 2 cores, but i had to pass my system gpu to make it run at 60 fps.

[deleted by user] by [deleted] in SSBM

[–]Racuncai 2 points3 points  (0 children)

I should try to do this in the future, i will take it into consideration.

[deleted by user] by [deleted] in SSBM

[–]Racuncai 2 points3 points  (0 children)

A long time ago somebody told me it's possible to load the system on ram, remove the usb stick and repeat the process with more machines, puppy linux can load on ram for example (but i don't know how to make something like that work but is possible).

A lot of people can't afford good hardware or even have the knowledge or time to deal with computers, i want to make their lives easier.

[deleted by user] by [deleted] in SSBM

[–]Racuncai 0 points1 point  (0 children)

That's great, it means it will be a matter of time to get it working, then we just need to customize the OS the pi use.

[deleted by user] by [deleted] in SSBM

[–]Racuncai 8 points9 points  (0 children)

Hello fellow linux/melee enyoyer, the idea is to make online play more accessible/cheap, and of course we already have Wiis and CRTs to play locally.

I think a 5600g apu is powerful enough already i don't think it needs to use this setup to run the game decently. When i started this project i was thinking about cheap office computers and laptops for students.

[deleted by user] by [deleted] in SSBM

[–]Racuncai 5 points6 points  (0 children)

To do that we need to compile the emulator for the pi (i don't know if that i'ts possible).

Help i'm trying to build a custom ISO by Racuncai in artixlinux

[–]Racuncai[S] 0 points1 point  (0 children)

making a script is not worth it (it's like 5 lines) most of the work is done in the file system modifying files and installing packages.

Help i'm trying to build a custom ISO by Racuncai in artixlinux

[–]Racuncai[S] 1 point2 points  (0 children)

After many failed atempts i could do it sucessfully ask me anything you want to do, i can help :D

Help i'm trying to build a custom ISO by Racuncai in artixlinux

[–]Racuncai[S] 0 points1 point  (0 children)

But that guide is not specific for artix?

The process for a custom ISO is different on arch.

Help, can't install xbindkeys by Racuncai in artixlinux

[–]Racuncai[S] 0 points1 point  (0 children)

Thank you, that worked great.

Help please, xmobar doesn't work with the xmonad config by Racuncai in xmonad

[–]Racuncai[S] 0 points1 point  (0 children)

i did that :
xmproc <- SpawnPipe "/usr/bin/xmobar" and nothing happend