Page 2 of 13

DGDecNV on Linux

Posted: Fri May 07, 2021 8:26 pm
by Guest
Do you have RGB Fusion installed/enabled?
If not, download link
https://www.gigabyte.com/MicroSite/512/download.html

DGDecNV on Linux

Posted: Fri May 07, 2021 11:10 pm
by Rocky
Lights should have independent lives of their own without control freaks dictating to them. The dazzling lights continue to amaze every day. Dance with the one that brung ya. Old human saying. Love at first light.

Machines are slaves to us, or we to them?

DG Tools on Linux

Posted: Wed May 12, 2021 10:00 am
by Rocky
Here is a release candidate for DGDemux linux version. Your testing will be appreciated.

* Implemented episode demuxing -ep.
* Changed -nopre option to -pre, i.e, inverted its sense. -pre will
return a 'currently not implemented' error for now.
* Implemented -h (help) option.
* Implemented -v (version) option.
* Better error checking on the command line.

Progress indication is not yet implemented.

http://rationalqm.us/misc/dgdemux.gz

DG Tools on Linux

Posted: Wed May 12, 2021 10:09 am
by DJATOM
Tested -ep on my end, it works.

DG Tools on Linux

Posted: Wed May 12, 2021 10:32 am
by Rocky
Thank you, DJ!

I'm going to try bringing up VS Code today.

Got the stupid taxes done. Robber barons! :x

DG Tools on Linux

Posted: Wed May 12, 2021 11:22 am
by thechaoscoder
From help text (-h)
-l path_to_file: ... "You can also use it to discard the output when using DGDemux.exe directly:"
I think you missed one ".exe" :scratch:

DG Tools on Linux

Posted: Wed May 12, 2021 11:46 am
by Rocky
:lol: :facepalm: :salute:

DG Tools on Linux

Posted: Wed May 12, 2021 12:56 pm
by DJATOM
I just made a simple build script that makes .deb package. I think it's not bad to provide it, people with less Linux knowledge can install it in one click (or command). So that's a convenience for them.

Code: Select all

#!/bin/sh

rm -rf debian

mkdir -p debian
mkdir -p debian/DEBIAN
mkdir -p debian/usr/local/bin

version=$(./bin/dgdemux -v | grep -Eo 'DGDemux ([0-9\.]+)' | grep -Eo '([0-9\.]+)')

echo """Package: dgdemux
Version: ${version}
Section: utils 
Priority: optional
Architecture: amd64
Essential: no
Depends: 
Pre-Depends: 
Recommends: 
Suggests: 
Installed-Size: $(($(wc -c < bin/dgdemux)/1024))
Homepage: http://rationalqm.us/dgdemux/dgdemux.html
Maintainer: Donald A. Graft [donald.graft@cantab.net]
Conflicts: 
Replaces: 
Provides: dgdemux
Description: DGDemux is a standalone demuxer for BluRay/UHD disks, including 3D BluRays. It takes a playlist and demuxes all the elementary streams (audio and video), the subtitle streams, and the chapters. The demuxed files are all in sync with the demuxed video, even for seamless branching titles.""" > debian/DEBIAN/control

cp bin/dgdemux debian/usr/local/bin
chmod +x debian/usr/local/bin/dgdemux

dpkg -b debian dgdemux_${version}.deb
If you willing to provide packages, put that script into certain folder (for example, folder name "dgdemux-package", script name "mkdeb.sh") and set execution rights (chmod +x mkdeb.sh). Put dgdemux binary into "dgdemux-package/bin" and run script. It should produce dgdemux_1.0.0.50.deb (current version) which you can host as alternative to .gz archive.

DG Tools on Linux

Posted: Wed May 12, 2021 1:15 pm
by Rocky
Great, thanks!

DG Tools on Linux

Posted: Wed May 12, 2021 9:33 pm
by Rocky
We're allowed to be stupid, right? Do we have to make a RPM distribution as well as a DEB one?

DG Tools on Linux

Posted: Thu May 13, 2021 12:36 am
by DJATOM
I don't have any experience with rpm to say for sure :)

DG Tools on Linux

Posted: Fri May 14, 2021 9:43 am
by Rocky
OK, I'll just distribute raw binaries for now.

VS Code appears adequate for debugging. Better than printf debugging at least. :lol: I have it working fine. Still lots to learn about it but good for now. Thank you for the heads up, DJ.

What shocked me was how fast all the vi commands came back to me after 35 years. They were squirrelled away somewhere in my brain.

DG Tools on Linux

Posted: Fri May 14, 2021 7:46 pm
by Rocky
Gonna fire up GTK and make a linux GUI for DGDemux. Then gonna seize the bull by the horns and port DGSource.

Sure would like to get audio and the 2080 Ti working. Without those it's hard to take the linux machine seriously.

DG Tools on Linux

Posted: Fri May 14, 2021 8:16 pm
by Guest
Sure would like to get audio and the 2080 Ti working
Can you select NVidia drivers instead of nouveau at install time?
Edited

This might? help
https://www.nvidia.com/en-us/drivers/unix/

DG Tools on Linux

Posted: Fri May 14, 2021 8:21 pm
by Rocky
Can I not? Something wrong with the logic there. You want me to not. Where's the acorn?

DG Tools on Linux

Posted: Fri May 14, 2021 8:23 pm
by Guest
Getting sleepy here. Skip the "not"
Post edited

DG Tools on Linux

Posted: Fri May 14, 2021 9:49 pm
by Rocky
Don't want to re-install linux. Trust me, it will be OK.

DG Tools on Linux

Posted: Sat May 15, 2021 6:13 am
by DJATOM
So... yeah, Installing driver with .run file is sure an option. But make backup first, you might end up with broken system. How to install those drivers: when booting Debian, chose advanced options - recovery mode, login as root and execute that file, following it's instructions. After reboot you will have a great, proprietary nvidia driver in the system.

DG Tools on Linux

Posted: Sat May 15, 2021 3:21 pm
by Rocky
Thank you, DJ. I cloned the drive and made sure it boots. Now I'm ready to go for the proprietary nVidia driver install.

DG Tools on Linux

Posted: Mon May 17, 2021 10:56 am
by Rocky
Got nVidia driver 460.80 with CUDA 11.2 up and running on the linux box. Now, make a backup and then swap in the 2080Ti and see if she flies. Then, move on to NVDec.

Holding off for now on making a linux GUI for DGDemux. Ramping up on GTK will likely be a lengthy process. No hurry. Maybe the community will take care of it. ;)

Wheee!

DG Tools on Linux

Posted: Mon May 17, 2021 11:46 am
by Rocky
2080 Ti up and running!

Just for fun let's try to get the sound working.

DG Tools on Linux

Posted: Mon May 17, 2021 4:24 pm
by Guest
2080 Ti up and running!
That wasn't so hard ;)
:bravo:

DG Tools on Linux

Posted: Mon May 17, 2021 7:44 pm
by Rocky
Thank you, gonca. Disabling nouveau had a little gotcha but squirrels are resourceful. The sound actually seems harder to get going.

Maybe DJ can suggest a linux-compatible sound card as I have had it up to here with this Realtek garbage. Creative SoundBlaster?

I saw manjaro on a list of worst distros for beginners. Just saying...

If Sherman lets me, we will have Rocky approved. He hasn't answered my PM yet. I think he's working on making a Linux forum(s). Not so easy, this webmastering stuff, eh boy?

DG Tools on Linux

Posted: Mon May 17, 2021 7:49 pm
by Guest
Can't the RTX 3090 output HD Audio

DG Tools on Linux

Posted: Mon May 17, 2021 7:52 pm
by Rocky
My monitor doesn't have any sound connectors. Good old line out is what we need. Anyway, we're not putting the 3090 into the Linux box.