Fossapup User Contributed Packages

Moderators: 666philb, Forum moderators

Post Reply
User avatar
666philb
Posts: 429
Joined: Thu Jul 09, 2020 3:18 pm
Location: wales uk
Has thanked: 111 times
Been thanked: 146 times

Fossapup User Contributed Packages

Post by 666philb »

this topic will be pinned at the top of the fossapup thread and this first post will contain links to user contributed packages posted in this thread and elsewhere on the forum

Tips from @sc0ttman on Creating and sharing YOUR OWN repos with Pkg viewtopic.php?f=91&t=1170

Chinese language setup by @icake viewtopic.php?p=6653#p6653

various apps by @ETP viewtopic.php?p=3551#p3551
minidlna viewtopic.php?p=3616#p3616
conky toggle viewtopic.php?p=5016#p5016
Net Info & Geolocation viewtopic.php?p=5224#p5224
Multilingual Low Bat Alarm: viewtopic.php?p=5641#p5641
Numix circle icon theme viewtopic.php?p=7223#p7223
chrome updater viewtopic.php?p=2335#p2335

various apps by @Grey
retrosoul games viewtopic.php?p=4149#p4149
more old school games viewtopic.php?p=8883#p8883
hurrican viewtopic.php?f=146&t=1126
Convenient karaoke viewtopic.php?f=146&t=1154
emulators viewtopic.php?p=1850#p1850
doom viewtopic.php?p=2277#p2277

various apps by @OscarTalks
transmission viewtopic.php?p=1695#p1695
celluloid viewtopic.php?p=2700#p2700

Pmaterial folder colour changer viewtopic.php?p=9114#p9114

User avatar
666philb
Posts: 429
Joined: Thu Jul 09, 2020 3:18 pm
Location: wales uk
Has thanked: 111 times
Been thanked: 146 times

Re: Fossapup User Contributed Packages

Post by 666philb »

here's a colour changer script for the default PMaterial icons in fossapup

folder-colour-2020-11-03-12-58-23.png
folder-colour-2020-11-03-12-58-23.png (11.07 KiB) Viewed 19476 times

Code: Select all

#!/bin/sh
		
GTKDIALOG=gtkdialog

#export TMPDIR=/tmp/gtkdialog/examples/"`basename $0`"
#mkdir -p "$TMPDIR"

export TEXTDOMAIN=pmaterialfc
export OUTPUT_CHARSET=UTF-8
. gettext.sh 

APPLYCC () {
	sed -i -e 's/\(#\).\{6\}/\'$COLOUR1'/' /usr/share/icons/PMaterial/16/places/directory.svg
	sed -i -e 's/\(#\).\{6\}/\'$COLOUR1'/' /usr/share/icons/PMaterial/22/places/directory.svg
	sed -i -e 's/\(#\).\{6\}/\'$COLOUR1'/' /usr/share/icons/PMaterial/24/places/directory.svg
	sed -i -e 's/\(#\).\{6\}/\'$COLOUR1'/' /usr/share/icons/PMaterial/32/places/directory.svg
	sed -i -e 's/\(#\).\{6\}/\'$COLOUR1'/' /usr/share/icons/PMaterial/48/places/directory.svg
	sed -i -e 's/\(#\).\{6\}/\'$COLOUR1'/' /usr/share/icons/PMaterial/64/places/directory.svg
	sed -i -e 's/\(#\).\{6\}/\'$COLOUR1'/' /usr/share/icons/PMaterial/scalable/places/directory.svg

}
export -f APPLYCC
	
MAIN_DIALOG='
<window title="PmaterialFC" icon-name="preferences-desktop-theme" window-position="1">
	<vbox>
	<frame Pmaterial Folder Colour>
		<hbox space-expand="true" space-fill="true">
			<pixmap>
			<height>60</height>
			<width>60</width>
			<input file icon="directory"></input>
			</pixmap>
		<vbox>
			<text><label>Choose Colour</label></text>
			<colorbutton tooltip-text="'"$(gettext "Select Colour Of Folder")"'">
			<default>#07726a</default>
			<variable>COLOUR1</variable>
			<action>APPLYCC &</action>
			</colorbutton>
		</vbox>
		</hbox>
		<vbox>
			<text><label>Restart ROX to see changes</label></text>
			<button tooltip-text="'"$(gettext "Restart Rox")"'">
		    <label>Restart ROX</label>
			<input file icon="refresh"></input>
			<action>killall ROX-Filer</action>
			<action>rox -p /root/Choices/ROX-Filer/PuppyPin</action>
			</button>
		</vbox>
		<hbox>
			<button>
			<label>'$(gettext 'Quit')'</label>
			<input file>/usr/share/icons/PMaterial/scalable/actions/quit.svg</input><height>18</height><width>18</width>
			<action>exit:quit_now</action>
			</button>
		</hbox>
	</frame>
	</vbox>
</window>'
GUI="
<window>
 <vbox>
  <menubar>
   ...
  </menubar>
 </vbox>
 <action signal=\"hide\">exit:Exit</action>
</window>"
export MAIN_DIALOG

case $1 in
	-d | --dump) echo "$MAIN_DIALOG" ;;
	*) $GTKDIALOG --program=MAIN_DIALOG ;;
esac

icake
Posts: 415
Joined: Mon Jul 27, 2020 8:07 am
Been thanked: 44 times

Fossapup Chinese language pets

Post by icake »

I have resolved the issues for installing Chinese language pets in fossapup64 9.0.5 and 9.5.0 and 6 new half-Chinese language pets and 2 new Chinese language pets were created for fossapup64 9.0.5 and 9.5.0.
For details, please see the post:
viewtopic.php?f=138&t=297&start=10

User avatar
666philb
Posts: 429
Joined: Thu Jul 09, 2020 3:18 pm
Location: wales uk
Has thanked: 111 times
Been thanked: 146 times

Re: Fossapup Chinese language pets

Post by 666philb »

icake wrote: Wed Nov 11, 2020 5:15 am

I have resolved the issues for installing Chinese language pets in fossapup64 9.0.5 and 9.5.0 and 6 new half-Chinese language pets and 2 new Chinese language pets were created for fossapup64 9.0.5 and 9.5.0.
For details, please see the post:
viewtopic.php?f=138&t=297&start=10

thanks @icake
added to first post !

User avatar
bigpup
Moderator
Posts: 6255
Joined: Tue Jul 14, 2020 11:19 pm
Location: Earth, South Eastern U.S.
Has thanked: 727 times
Been thanked: 1289 times

Re: Fossapup User Contributed Packages

Post by bigpup »

Some GTK themes that can be added to Fossapup64 9.5.
Give you more themes to choose from in JWMDesk Manager->GTK Theme
Several pet packages of GTK themes in pet_packages-common
http://distro.ibiblio.org/puppylinux/pe ... es-common/

Example:
Stardust Theme
http://distro.ibiblio.org/puppylinux/pe ... rt-0.5.pet
.

Screenshot(1).jpg
Screenshot(1).jpg (56.01 KiB) Viewed 19229 times

Forum Global Moderator
The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected :o

User avatar
puddlemoon
Posts: 189
Joined: Sun Sep 06, 2020 9:26 pm
Location: In between
Has thanked: 89 times
Been thanked: 64 times

Re: Fossapup User Contributed Packages

Post by puddlemoon »

Hi
I made a .pet of the dark theme I've been using in of late.
It will install and apply a global theme covering all the main aspects of the desktop. Install and restart X
It is made for fossapup but can be used on other pups. I've tested on bionic with openbox and pcmanfm, upupbb32 and easyos...
includes settings for jwm, rox, picom/compton, dunst, conky, gtk2/3, openbox, plus all the icons so it is a bit hefty. I'd be happy to make a slim version if there is interest.

Download here

Image

User avatar
bigpup
Moderator
Posts: 6255
Joined: Tue Jul 14, 2020 11:19 pm
Location: Earth, South Eastern U.S.
Has thanked: 727 times
Been thanked: 1289 times

Re: Fossapup User Contributed Packages

Post by bigpup »

Your pet will not download.
Just get error message not found, when you click on download.

Forum Global Moderator
The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected :o

User avatar
mikewalsh
Moderator
Posts: 5564
Joined: Tue Dec 03, 2019 1:40 pm
Location: King's Lynn, UK
Has thanked: 566 times
Been thanked: 1678 times

Re: Fossapup User Contributed Packages

Post by mikewalsh »

Have to agree, bigpup.

I can get to the Google Download page, but clicking on the button does nowt at all. It's the same in Chrome, Firefox, and in PaleMoon, so it's not a browser issue.

@puddlemoon :-

Are you sure you've got correct sharing permissions set on that folder? Or have you got it set to share by invitation-only? Worth looking into, 'cos Drive settings are not always the easiest things to figure out!

(BTW, did you use "Share".....or "Get Shareable link"? There IS a difference, apparently.)

Mike. ;)

Last edited by mikewalsh on Wed Nov 18, 2020 2:27 pm, edited 1 time in total.

Puppy "stuff" ~ MORE Puppy "stuff" ~ ....and MORE! :D
_______________________________________________________

Image

User avatar
Dingo
Posts: 243
Joined: Sat Aug 01, 2020 3:03 pm
Has thanked: 10 times
Been thanked: 17 times

Re: Fossapup User Contributed Packages

Post by Dingo »

mikewalsh wrote: Wed Nov 18, 2020 2:16 pm

Have to agree, bigpup.

I can get to the Google Download page, but clicking on the button does nowt at all. It's the same in Chrome, Firefox, and in PaleMoon, so it's not a browser issue.

@puddlemoon :-

Are you sure you've got correct sharing permissions set on that folder? Or have you got it set to share by invitation-only? Worth looking into, 'cos Drive settings are not always the easiest things to figure out!

Mike. ;)

I don't if puddlemon changed something, but I was able to download pet package from my android tablet

I mirrored here:
cyan-glass-full.pet
http://ge.tt/20Fa9x83

User avatar
taersh
Posts: 951
Joined: Tue Jul 07, 2020 11:13 pm
Location: Germany
Has thanked: 53 times
Been thanked: 119 times

Re: Fossapup User Contributed Packages

Post by taersh »

After getting a blank new tab for around one minute download started and succeeded.
Though, I had to do it three times. Before that, the tab remained empty for several minutes without anything happened.

My Music:
https://soundcloud.com/user-633698367
Using my own build of Bionic64
The far-left is as fascist as the far-right is!

User avatar
mikewalsh
Moderator
Posts: 5564
Joined: Tue Dec 03, 2019 1:40 pm
Location: King's Lynn, UK
Has thanked: 566 times
Been thanked: 1678 times

Re: Fossapup User Contributed Packages

Post by mikewalsh »

Okay; it works for me, too......after about 30 seconds. Never had a delay like that with MY Drive a/c, though....

Mike. Image

Puppy "stuff" ~ MORE Puppy "stuff" ~ ....and MORE! :D
_______________________________________________________

Image

User avatar
puddlemoon
Posts: 189
Joined: Sun Sep 06, 2020 9:26 pm
Location: In between
Has thanked: 89 times
Been thanked: 64 times

Re: Fossapup User Contributed Packages

Post by puddlemoon »

Odd indeed... the file is set to "viewers can download"
Sorry for the hassle,
Thanks dingo for the mirror.

Btw, probably obvious but some app specific colors will need to be set manually. I recommend advanced night mode for palemoon, vibrant colorscheme for geany and some others like hexchat etc will need some attention to match...

User avatar
666philb
Posts: 429
Joined: Thu Jul 09, 2020 3:18 pm
Location: wales uk
Has thanked: 111 times
Been thanked: 146 times

Re: Fossapup User Contributed Packages

Post by 666philb »

hi @puddlemoon ,

i like the .pet and will add it to the repo but need to make some changes to it first as it overwrites users configs for conky etc.
i'll look into a better working pinstall.sh that may prompt the user and also make backups

cheers

phil

User avatar
puddlemoon
Posts: 189
Joined: Sun Sep 06, 2020 9:26 pm
Location: In between
Has thanked: 89 times
Been thanked: 64 times

Re: Fossapup User Contributed Packages

Post by puddlemoon »

Cool, sounds good. Thanks

It was the intention to have it apply the theme (and thus overwrite) but I assumed that a less demanding version would be more attractive to many users. Maybe one without the icons...

User avatar
666philb
Posts: 429
Joined: Thu Jul 09, 2020 3:18 pm
Location: wales uk
Has thanked: 111 times
Been thanked: 146 times

Re: Fossapup User Contributed Packages

Post by 666philb »

it can all be there ... but just done in a slightly different way :) i'll post a pet when done

User avatar
PipzDex
Posts: 175
Joined: Sun Jul 12, 2020 11:16 pm
Location: Mexico
Has thanked: 52 times
Been thanked: 69 times

Re: Fossapup User Contributed Packages

Post by PipzDex »

hi @666philb

I share this folder with some packages that I made or slightly modified, others are original, but I know they will be of interest

Fossapup Repo

fossapuprepo.png
fossapuprepo.png (19.03 KiB) Viewed 7646 times

Cheers!! :thumbup2:

Pentium (R) 2.20GHz I RAM: 8.0 GB I F96-CE_5 I Kernel 6.6.8-64oz-ao I Glibc: 2.31 I 1600x900 Px

My Puppy Stuff and more

Jny00
Posts: 4
Joined: Fri Aug 21, 2020 2:36 am
Location: Edmonton(Canada)
Has thanked: 13 times
Been thanked: 1 time

Re: Fossapup User Contributed Packages

Post by Jny00 »

bigpup wrote: Wed Nov 18, 2020 11:47 am

Your pet will not download.
Just get error message not found, when you click on download.

Your theming is pretty bad ass. I give you kudos.

As for myself, A very good first post on the PUPPY FORUM following my first successful login.

***Totally unrelated to the fantastic theme: I would like to thank Nic for allowing access to personal(ish) files such as G-Drive. and wallpaper files, and I cant recall what else. My gleaning will make a better Pupinian out of me***

Jny

michel804
Posts: 11
Joined: Tue Sep 01, 2020 7:35 pm
Has thanked: 14 times

Re: Fossapup User Contributed Packages

Post by michel804 »

Hello! Thank you for this distro.
I downloaded the iso file but I did not see a Devx file. Is there one or is it already included in the iso?
I am getting ready to test it in the coming week.
Thanks

Michel

User avatar
puddlemoon
Posts: 189
Joined: Sun Sep 06, 2020 9:26 pm
Location: In between
Has thanked: 89 times
Been thanked: 64 times

Re: Fossapup User Contributed Packages

Post by puddlemoon »

Hi @michel804
you can get the devx.sfs in quickpet, in the "useful" tab

User avatar
mikewalsh
Moderator
Posts: 5564
Joined: Tue Dec 03, 2019 1:40 pm
Location: King's Lynn, UK
Has thanked: 566 times
Been thanked: 1678 times

Re: Fossapup User Contributed Packages

Post by mikewalsh »

Thought I may as well link to this one here, since Fossapup64 is the only current 'buntu Pup it'll run under (needs minimum glibc 2.28):-

Ungoogled-Chromium 'portable' (v85)

Some of you might be interested.....

(29/03/21) - EDITED:- Just to say that the portable 'Ungoogled Chromium' build I'm now using for this - from 'Marmaduke' over at GitHub - appears to have been compiled against much older dependencies (like Chrome itself), so does in fact run under most 64-bit Pups now.

Mike. ;)

Last edited by mikewalsh on Sun Apr 25, 2021 9:11 am, edited 3 times in total.

Puppy "stuff" ~ MORE Puppy "stuff" ~ ....and MORE! :D
_______________________________________________________

Image

User avatar
Grey
Posts: 1984
Joined: Wed Jul 22, 2020 12:33 am
Location: Russia
Has thanked: 75 times
Been thanked: 355 times

"The Secret Chronicles of Dr. M." aka "TSC" compiled in Fossapup

Post by Grey »

"The Secret Chronicles of Dr. M." aka "TSC" compiled in Fossapup. This is a two-dimensional sidescrolling platform game. The game uses a bunch of libraries(sfml, cegui, etc) that are fortunately available in the PPM, so I added pinstall.sh script and it loads and installs whatever is required(quite a lot of libraries). Here it is in .pet:
https://yadi.sk/d/Xbxsr2RyfkSVnQ

And some curious information. The game website has a version of the game in the form of bootable USB image. And guess which Linux distro is taken as a basis :) ? "Puppy Linux Bionic 32bit Linux". The compressed image is larger than a gigabyte. And the image itself is six (6 !!!) gigabytes.
Once there were games for Linux distro, and now Linux distro for one game :)
Check it out for fun:
https://secretchronicles.org/en/news/20 ... available/

Fossapup OS, Ryzen 5 3600 CPU, 64 GB RAM, GeForce GTX 1050 Ti 4 GB, Sound Blaster Audigy Rx with amplifier + Yamaha speakers for loud sound, USB Sound Blaster X-Fi Surround 5.1 Pro V3 + headphones for quiet sound.

User avatar
mikeslr
Posts: 2775
Joined: Mon Jul 13, 2020 11:08 pm
Has thanked: 173 times
Been thanked: 830 times

Re: Fossapup User Contributed Packages

Post by mikeslr »

Just a link to the AppFinder pet for Fossapup, viewtopic.php?p=14286#p14286

User avatar
mikeslr
Posts: 2775
Joined: Mon Jul 13, 2020 11:08 pm
Has thanked: 173 times
Been thanked: 830 times

Control aspects of Application Windows -- stickyjwm-bb64.pet

Post by mikeslr »

stickyjwm-bb64.pet by recobayu, from the link here: viewtopic.php?p=6342#p6342. Thanks recobayu. :thumbup:

User avatar
mikewalsh
Moderator
Posts: 5564
Joined: Tue Dec 03, 2019 1:40 pm
Location: King's Lynn, UK
Has thanked: 566 times
Been thanked: 1678 times

Re: Fossapup User Contributed Packages

Post by mikewalsh »

I just want to link to taersh's 'Right Click Substitute' utility, here:-

viewtopic.php?f=106&t=987

By clicking on the MenuEntry in Menu->Desktop, it allows you to select and click on any Menu item, followed by giving you the choice of adding an executable icon for that item to either the desktop OR the 'Quick Launch' area, over on the left hand side of the tray.

I've posted in the thread just a few minutes ago, and attached a pair of 'all-in-one' .pets, containing the scripts, replaceit & xdotool binaries, and the libxdo dependencies, for both 32-bit and 64-bit Puppies.

I've been successfully using this for the last 3 months or more across the kennels, and it works beautifully in every Pup I've thrown it at. Thoroughly recommended. :thumbup:

Mike. ;)

Puppy "stuff" ~ MORE Puppy "stuff" ~ ....and MORE! :D
_______________________________________________________

Image

icake
Posts: 415
Joined: Mon Jul 27, 2020 8:07 am
Been thanked: 44 times

ibus64 half-Chinese language pets for fossapup

Post by icake »

I have created an ibus half-Chinese language pet for fossapup64 9.0.5 and fossapup64 9.5.0

a. fossapup64 9.0.5
name of iso file: fossapup64-9.0.5.iso
name of ibus pet: ibus64_1.5.23-en-zh-bionic-23.0.0s.pet
names of other half-Chinese pets (released Dec 1, 2020):
fcitx64_4.2.9-en-zh-bionic-21.0.0s.pet
scim64_1.4.9-en-zh-bionic-21.0.0s.pet
yong3264_20201122-en-zh-bionic-21.0.0s.pet
names of Chinese language pets:
fossapup64-9.0.5-zhcn-21.0.0s.pet
fossapup64-9.0.5-zhhk-21.0.0s.pet

b. fossapup64 9.5.0
name of iso file: fossapup64-9.5.0.iso
name of ibus pet: ibus64_1.5.23-en-zh-bionic-23.0.0s.pet
names of other half-Chinese pets (released Dec 1, 2020):
fcitx64_4.2.9-en-zh-bionic-21.0.0s.pet
scim64_1.4.9-en-zh-bionic-21.0.0s.pet
yong3264_20201122-en-zh-bionic-21.0.0s.pet
names of Chinese language pets:
fossapup64-9.5.0-zhcn-21.0.0s.pet
fossapup64-9.5.0-zhhk-21.0.0s.pet

To use:
(a) any 1 of the 4 half-Chinese language pets will enable you to display and input Chinese in fossapup64

(b) any 1 of the name corresponding Chinese language pets will give you Simplified Chinese (use zhcn pet) or Traditional Chinese (use zhhk pet) menus, icon labels, tooltips for fossapup. For the Chinese pets to work normally, you must install a suitable half-Chinese pet prior to install the Chinese pet.

For more information and download links of these pets, please see the links below:
English forum: viewtopic.php?f=138&t=297
Chinese forum: https://www.minilinux.net/node/2545

User avatar
bigpup
Moderator
Posts: 6255
Joined: Tue Jul 14, 2020 11:19 pm
Location: Earth, South Eastern U.S.
Has thanked: 727 times
Been thanked: 1289 times

Re: Fossapup User Contributed Packages

Post by bigpup »

FrugalPup Installer, has a updated version, with a lot of new features.
Frugalpup Installer v35
viewtopic.php?t=337

Last edited by bigpup on Tue Mar 23, 2021 2:35 pm, edited 1 time in total.

Forum Global Moderator
The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected :o

User avatar
OscarTalks
Posts: 603
Joined: Tue Jul 14, 2020 10:11 pm
Location: London UK
Has thanked: 1 time
Been thanked: 227 times

Re: Fossapup User Contributed Packages

Post by OscarTalks »

Audacious Audio Player
Version 4.1
Switch between Qt and GTK2 GUI from within the Preferences
Compiled from source in FossaPup. No jack, no pulse
Support for MIDI is enabled via libfluidsynth newest version (2.1.8) compiled from source with no frills and included in package, but as always you have to provide a SoundFont.sf2 file (which can be outside of save-space) and set the path to this in Plugin Preferences.
http://smokey01.com/OscarTalks/audaciou ... -fossa.pet

Also posting in this thread, as I think it is working OK
VLC-3.0.12 with Chromecast support enabled
http://smokey01.com/OscarTalks/vlc-3.0. ... -fossa.pet

gyrog
Posts: 594
Joined: Thu Oct 01, 2020 8:17 am
Location: Australia
Has thanked: 14 times
Been thanked: 180 times
Contact:

Re: Fossapup User Contributed Packages

Post by gyrog »

bigpup wrote: Sun Mar 14, 2021 8:54 pm

FrugalPup Installer, has a updated version, with a lot of new features.
Frugalpup Installer v25
viewtopic.php?p=19827#p19827

Sorry, it's FrugalPup v26 now.
viewtopic.php?p=19940#p19940
But I expect that to be the last "feature" release for a while.

But thanks, @bigpup

User avatar
mikewalsh
Moderator
Posts: 5564
Joined: Tue Dec 03, 2019 1:40 pm
Location: King's Lynn, UK
Has thanked: 566 times
Been thanked: 1678 times

Re: Fossapup User Contributed Packages

Post by mikewalsh »

Some of you may be interested in this one.:-

OnlyOffice

watchdog found it & put an SFS package together for it:-

viewtopic.php?f=96&t=2434

I did some scouting around, and found there was also an AppImage for it, too.....once again, at GitHub (I find a hell of a lot of Puppy-compatible stuff over there!) The AppImage can be found here:-

https://github.com/ONLYOFFICE/appimage- ... s/releases

Seems to work with all 64-bit 'buntu-based Pups OOTB, from Tahr through to Fossa.....though Ozsouth has put together the required libs for ScPup64, here:-

viewtopic.php?p=20523#p20523

Hope that's useful for some of you.

Mike. ;)

Puppy "stuff" ~ MORE Puppy "stuff" ~ ....and MORE! :D
_______________________________________________________

Image

User avatar
Grey
Posts: 1984
Joined: Wed Jul 22, 2020 12:33 am
Location: Russia
Has thanked: 75 times
Been thanked: 355 times

glmark2 (OpenGL 2.0 and ES 2.0 benchmark)

Post by Grey »

Fry your graphics card :) ! glmark2(2021.02) benchmark compiled in Fossapup:
https://disk.yandex.ru/d/lkUqq-bRwcfvmQ
Run via Menu>>Utility and then select the version(gl or es2):

glmark2_menu.png
glmark2_menu.png (3.33 KiB) Viewed 6843 times

I had to make an icon in a hurry and make the test window appear together with the terminal window:

glmark_fossa_scr.png
glmark_fossa_scr.png (184.9 KiB) Viewed 6843 times

Fossapup OS, Ryzen 5 3600 CPU, 64 GB RAM, GeForce GTX 1050 Ti 4 GB, Sound Blaster Audigy Rx with amplifier + Yamaha speakers for loud sound, USB Sound Blaster X-Fi Surround 5.1 Pro V3 + headphones for quiet sound.

Post Reply

Return to “Fossapup64”