This is where an intel HD630 will beat an nVidia RTX2080
Participated in a development project where 4 real-time 1080p streams had to be re-encoded on a NUC sized device. It's obviously not possible on CPU in this case so GPU rendering was my first thought. The intel Iris GPU in the NUC handled 4 decoding and 4 encoding sessions without any issues flawlessly in real time.
Then I was playing around with an nVidia GT1030 in another machine which must be even better - one would thought - but it turned out that actually no, it doesn't have the necessary nvenc hardware. Then I found this: [https://developer.nvidia.com/video-encode-decode-gpu-support-matrix](https://developer.nvidia.com/video-encode-decode-gpu-support-matrix)
So GPU rendering (nvenc) is simply not possible on anything below the GTX1050 but the real surprise is that nVidia limits concurrent sessions on all consumer cards, be it a GTX1650 or an RTX2080. You'd think that it is because of the nvenc hw chip but if you look at the GTX1060 or the Titan V for example you see that it's not the case.
So what does it all mean?
To be fair the nvenc hardware is much faster on the nvidia cards compared to intel HD, so if you are going to encode a 2 hour movie it is the better choice. But if you'd like to use the GPU to encode 3-4 (or even more) real-time streams it's simply not possible even with the most powerful consumer nvidia card.
I tried it on my HTPC (i3-7100, HD630, 2x 4GB 2133 DDR4, Manjaro KDE and no dGPU) and it handled the 4 streams (screen capture via vaapi in this case) without any issues. Tried it with 5 concurrent captures as well but there were some frame drops on one of them due to the unusually high memory bandwith, the GPU was far from being overloaded (around 70% utilization). With 4 streams there were no drops, and power consumption was below 6W.
So this is where an HD630 will beat an RTX2080 :)
(on the terminal tab #1 is htop, tab #2 is intel gpu tools, tab #3-6 are the ffmpeg captures via vaapi, #6 being what has been uploaded).
https://reddit.com/link/e06lat/video/gue5fpzipa041/player
https://redd.it/e06lat
@r_linux
Participated in a development project where 4 real-time 1080p streams had to be re-encoded on a NUC sized device. It's obviously not possible on CPU in this case so GPU rendering was my first thought. The intel Iris GPU in the NUC handled 4 decoding and 4 encoding sessions without any issues flawlessly in real time.
Then I was playing around with an nVidia GT1030 in another machine which must be even better - one would thought - but it turned out that actually no, it doesn't have the necessary nvenc hardware. Then I found this: [https://developer.nvidia.com/video-encode-decode-gpu-support-matrix](https://developer.nvidia.com/video-encode-decode-gpu-support-matrix)
So GPU rendering (nvenc) is simply not possible on anything below the GTX1050 but the real surprise is that nVidia limits concurrent sessions on all consumer cards, be it a GTX1650 or an RTX2080. You'd think that it is because of the nvenc hw chip but if you look at the GTX1060 or the Titan V for example you see that it's not the case.
So what does it all mean?
To be fair the nvenc hardware is much faster on the nvidia cards compared to intel HD, so if you are going to encode a 2 hour movie it is the better choice. But if you'd like to use the GPU to encode 3-4 (or even more) real-time streams it's simply not possible even with the most powerful consumer nvidia card.
I tried it on my HTPC (i3-7100, HD630, 2x 4GB 2133 DDR4, Manjaro KDE and no dGPU) and it handled the 4 streams (screen capture via vaapi in this case) without any issues. Tried it with 5 concurrent captures as well but there were some frame drops on one of them due to the unusually high memory bandwith, the GPU was far from being overloaded (around 70% utilization). With 4 streams there were no drops, and power consumption was below 6W.
So this is where an HD630 will beat an RTX2080 :)
(on the terminal tab #1 is htop, tab #2 is intel gpu tools, tab #3-6 are the ffmpeg captures via vaapi, #6 being what has been uploaded).
https://reddit.com/link/e06lat/video/gue5fpzipa041/player
https://redd.it/e06lat
@r_linux
NVIDIA Developer
Video Encode and Decode Support Matrix
Get the latest video encoding and decoding support information for all NVIDIA GPU products.
Why don't Debian/Ubuntu default to debdelta?
So if I understood correctly, Fedora and OpenSUSE will normally only download those files of a package which actually changed. This implementation seems like a no-brainer to me, but debdelta as an apt equivalent is not only abandoned, it's not even in the Ubuntu repo.
Does anyone have the insight why that is?
https://redd.it/e0fgoz
@r_linux
So if I understood correctly, Fedora and OpenSUSE will normally only download those files of a package which actually changed. This implementation seems like a no-brainer to me, but debdelta as an apt equivalent is not only abandoned, it's not even in the Ubuntu repo.
Does anyone have the insight why that is?
https://redd.it/e0fgoz
@r_linux
reddit
Why don't Debian/Ubuntu default to debdelta?
So if I understood correctly, Fedora and OpenSUSE will normally only download those files of a package which actually changed. This implementation...
BIOS Fast Boot option
I only use Arch Linux, no dual boot. Does Fast Boot option in BIOS settings still matter or it's only relevant for Windows?
https://redd.it/e0g042
@r_linux
I only use Arch Linux, no dual boot. Does Fast Boot option in BIOS settings still matter or it's only relevant for Windows?
https://redd.it/e0g042
@r_linux
reddit
BIOS Fast Boot option
I only use Arch Linux, no dual boot. Does Fast Boot option in BIOS settings still matter or it's only relevant for Windows?
PrivateInternetAccess, a privacy-focused VPN provider, and huge contributor to many open-source projects (KDE, Blender, GNOME, Krita, freenode...) is merging with Kape, a company well known for exploiting user data and distributing deceiptive, privacy-threatening software.
https://old.reddit.com/r/PrivateInternetAccess/comments/dz2w53/our_merger_with_kape_technologies_addressing_your/
https://redd.it/e0hds6
@r_linux
https://old.reddit.com/r/PrivateInternetAccess/comments/dz2w53/our_merger_with_kape_technologies_addressing_your/
https://redd.it/e0hds6
@r_linux
Reddit
From the PrivateInternetAccess community on Reddit
Explore this post and more from the PrivateInternetAccess community
mangl v1.0 - graphical man page viewer
Developer here. I have implemented some of the missing features and updated the software to where I consider it to be more or less complete. Now it includes a configuration file, Truetype font rendering, searching withing a page. Also some behavior quirks were ironed out etc.
The link is
[https://github.com/zigalenarcic/mangl](https://github.com/zigalenarcic/mangl)
It should compile pretty easily on any \*nix platform that has a C compiler, OpenGL, GLUT and Freetype libraries. Might need to do some tinkering in the Makefile on non-Linux/GNU systems like OpenBSD and macOS. Feel free to report any glitches and requests on the github page.
​
https://i.redd.it/bx90xp2rsf041.gif
https://redd.it/e0ho0m
@r_linux
Developer here. I have implemented some of the missing features and updated the software to where I consider it to be more or less complete. Now it includes a configuration file, Truetype font rendering, searching withing a page. Also some behavior quirks were ironed out etc.
The link is
[https://github.com/zigalenarcic/mangl](https://github.com/zigalenarcic/mangl)
It should compile pretty easily on any \*nix platform that has a C compiler, OpenGL, GLUT and Freetype libraries. Might need to do some tinkering in the Makefile on non-Linux/GNU systems like OpenBSD and macOS. Feel free to report any glitches and requests on the github page.
​
https://i.redd.it/bx90xp2rsf041.gif
https://redd.it/e0ho0m
@r_linux
GitHub
GitHub - zigalenarcic/mangl: An enhanced man page viewer for linux and BSD systems based on OpenGL and mandoc libraries
An enhanced man page viewer for linux and BSD systems based on OpenGL and mandoc libraries - zigalenarcic/mangl
Linux flash based malware infects victims via an unknown vector
I would think this post would be pretty newsworthy in the linux world, since the delivery vector is unknown. https://www.reddit.com/r/linux/comments/dz2m9g/bleepingcomputercom_linux_windows_users_targeted/
https://www.bleepingcomputer.com/news/security/linux-windows-users-targeted-with-new-acbackdoor-malware/
> * Both variants share the same command and control (C2) server but the infection vectors they use to infect their victims are different: the Windows version is being pushed through malvertising with the help of the Fallout Exploit Kit while the Linux payload is dropped via a yet unknown delivery system. *
https://redd.it/e0mkcs
@r_linux
I would think this post would be pretty newsworthy in the linux world, since the delivery vector is unknown. https://www.reddit.com/r/linux/comments/dz2m9g/bleepingcomputercom_linux_windows_users_targeted/
https://www.bleepingcomputer.com/news/security/linux-windows-users-targeted-with-new-acbackdoor-malware/
> * Both variants share the same command and control (C2) server but the infection vectors they use to infect their victims are different: the Windows version is being pushed through malvertising with the help of the Fallout Exploit Kit while the Linux payload is dropped via a yet unknown delivery system. *
https://redd.it/e0mkcs
@r_linux
reddit
BleepingComputer.com: Linux, Windows Users Targeted With New...
Posted in r/linux by u/JoeMobley • 7 points and 12 comments
Build & Maintain Help Across Desktops
http://eirenicon.org/knowledge-base/build-maintain-help-across-desktops-part-1
https://redd.it/e0o9f9
@r_linux
http://eirenicon.org/knowledge-base/build-maintain-help-across-desktops-part-1
https://redd.it/e0o9f9
@r_linux
eirenicon llc
Build & Maintain Help Across Distinct Desktops- Part 1
Because my “remembry” (to quote Winnie the Pooh) is not what it used to be, I have begun a project to make it easier for me to access and remember keybindings, get help, etc. across mu…
"new-lg4ff", a “much more complete” new driver for our Logitech steering wheels
https://www.reddit.com/r/linux_gaming/comments/dypf2q/newlg4ff_a_much_more_complete_new_driver_for_our/
https://redd.it/dys9hm
@r_linux
https://www.reddit.com/r/linux_gaming/comments/dypf2q/newlg4ff_a_much_more_complete_new_driver_for_our/
https://redd.it/dys9hm
@r_linux
reddit
"new-lg4ff", a “much more complete” new driver for our Logitech...
Posted in r/linux_gaming by u/leillo1975 • 124 points and 34 comments
What was your first Linux application that you programmed?
Recently saw a Morse code app using ThinkPad LED indicator and thought that was neat. What ~~was the first~~ Linux app did you write or are currently working on? Let's hear about it! CLI or GUI based, all welcome!
https://redd.it/e0rqof
@r_linux
Recently saw a Morse code app using ThinkPad LED indicator and thought that was neat. What ~~was the first~~ Linux app did you write or are currently working on? Let's hear about it! CLI or GUI based, all welcome!
https://redd.it/e0rqof
@r_linux
reddit
What was your first Linux application that you programmed?
Recently saw a Morse code app using ThinkPad LED indicator and thought that was neat. What ~~was the first~~ Linux app did you write or are...
Refactoring the Length type
https://people.gnome.org/~federico/blog/refactoring-the-length-type.html
https://redd.it/dyxnkg
@r_linux
https://people.gnome.org/~federico/blog/refactoring-the-length-type.html
https://redd.it/dyxnkg
@r_linux
Could I Dual Boot KDE NEON On A Windows Vista Laptop? And How?
Recently I got a new laptop that runs on windows vista. I was considering upgrading to windows 10 but I can't afford a brand new copy of windows 10 and usaully I take my computers into best buy so they can fix or upgrade my old conputers to windows 10. But they only fix computers with Windows 7 and up, and I really don't want to have
nto buy a copy of windows 7 dor them to upgrade it to 10 for free. So I considered installing linux on my laptop but I didn't want to lose my copy of Windows Vista because I think it's cool to own an old version of Windows. I'm very very new to this and I couldn't find any guides on how to dual boot KDE NEON on a Windows Vista bases computer. So I was just wondering if it is possible to dual boot KDRE NEON on ny Windows Vista laptop, and just how I could do that. If anybody can help message me or comment on this post please.
https://redd.it/e0u5ik
@r_linux
Recently I got a new laptop that runs on windows vista. I was considering upgrading to windows 10 but I can't afford a brand new copy of windows 10 and usaully I take my computers into best buy so they can fix or upgrade my old conputers to windows 10. But they only fix computers with Windows 7 and up, and I really don't want to have
nto buy a copy of windows 7 dor them to upgrade it to 10 for free. So I considered installing linux on my laptop but I didn't want to lose my copy of Windows Vista because I think it's cool to own an old version of Windows. I'm very very new to this and I couldn't find any guides on how to dual boot KDE NEON on a Windows Vista bases computer. So I was just wondering if it is possible to dual boot KDRE NEON on ny Windows Vista laptop, and just how I could do that. If anybody can help message me or comment on this post please.
https://redd.it/e0u5ik
@r_linux
reddit
Could I Dual Boot KDE NEON On A Windows Vista Laptop? And How?
Recently I got a new laptop that runs on windows vista. I was considering upgrading to windows 10 but I can't afford a brand new copy of windows...
Recommend a laptop for a developer running Ubuntu?
Hi y'all,
It's about time for my next laptop. I've never been able to find a great solution for running Ubuntu on a laptop, so I thought I'd ask here for recommendations. Every laptop I've had so far has had a few hiccups running Ubuntu, nothing terrible but annoying. I'd be using it for software development, with maybe some gaming mixed in. No strict budget, but I'm looking for value without blowing the bank. Thanks!
https://redd.it/e0usid
@r_linux
Hi y'all,
It's about time for my next laptop. I've never been able to find a great solution for running Ubuntu on a laptop, so I thought I'd ask here for recommendations. Every laptop I've had so far has had a few hiccups running Ubuntu, nothing terrible but annoying. I'd be using it for software development, with maybe some gaming mixed in. No strict budget, but I'm looking for value without blowing the bank. Thanks!
https://redd.it/e0usid
@r_linux
reddit
Recommend a laptop for a developer running Ubuntu?
Hi y'all, It's about time for my next laptop. I've never been able to find a great solution for running Ubuntu on a laptop, so I thought I'd ask...
Zorin OS
Why zorin os is collecting data every hours without informing about doing it so? Why people support distros like that ? If something malicious is installed from client/server it could collect more than just you could imagine.
https://redd.it/e0vf2c
@r_linux
Why zorin os is collecting data every hours without informing about doing it so? Why people support distros like that ? If something malicious is installed from client/server it could collect more than just you could imagine.
https://redd.it/e0vf2c
@r_linux
reddit
Zorin OS
Why zorin os is collecting data every hours without informing about doing it so? Why people support distros like that ? If something malicious is...
This week in KDE: Polishing it up
https://pointieststick.com/2019/11/23/this-week-in-kde-polishing-it-up/
https://redd.it/e0vpke
@r_linux
https://pointieststick.com/2019/11/23/this-week-in-kde-polishing-it-up/
https://redd.it/e0vpke
@r_linux
Adventures in Linux and KDE
This week in KDE: Polishing it up
We’re nearing the release of the 19.12 versions of many KDE apps, and in the first third of the Plasma 5.18 cycle. With this week, all the major regressions from 5.17 that I’ve been tra…
Should Popular Linux distros like Ubuntu and Debian make zsh their default shell?
I use both macOS on my PC and Debian on a server to do some heavy code lifting. Recently macOS switched its default shell to zsh and it is miles better than bash. For what it’s worth, I am not a power user. I just write some simple shell noscripts to loop though files and run experiments, lots of `cd`ing and `ls`ing. I know that it is easy to change the shell to zsh but I was wondering what is preventing the large distros to make zsh the default shell.
https://redd.it/e0v3sc
@r_linux
I use both macOS on my PC and Debian on a server to do some heavy code lifting. Recently macOS switched its default shell to zsh and it is miles better than bash. For what it’s worth, I am not a power user. I just write some simple shell noscripts to loop though files and run experiments, lots of `cd`ing and `ls`ing. I know that it is easy to change the shell to zsh but I was wondering what is preventing the large distros to make zsh the default shell.
https://redd.it/e0v3sc
@r_linux
reddit
Should Popular Linux distros like Ubuntu and Debian make zsh their...
I use both macOS on my PC and Debian on a server to do some heavy code lifting. Recently macOS switched its default shell to zsh and it is miles...
Beware: Zorin OS sends "anonymous pings" every 60 minutes to their servers. During OS installation, they don't tell us about it.
https://www.reddit.com/r/FreeAsInFreedom/comments/e0yhw4/beware_zorin_os_sends_anonymous_pings_every_60/
https://redd.it/e0zd5n
@r_linux
https://www.reddit.com/r/FreeAsInFreedom/comments/e0yhw4/beware_zorin_os_sends_anonymous_pings_every_60/
https://redd.it/e0zd5n
@r_linux
reddit
Beware: Zorin OS sends "anonymous pings" every 60 minutes to their...
* [https://youtu.be/bcgk9LvC36Y?t=860](https://youtu.be/bcgk9LvC36Y?t=860) * [https://zorinos.com/legal/privacy/](https://zorinos.com/legal/privacy/)
Linux Tutorial
Is anyone aware of a tutorial where I can view the content and they also have a simulated Linux environment? I can read and watch the material all day long, but without being able to practice at the same time I feel my time might be wasted. I have on desktop and one very old tablet. My laptop is deceased. Thanks for any input.
https://redd.it/e10aci
@r_linux
Is anyone aware of a tutorial where I can view the content and they also have a simulated Linux environment? I can read and watch the material all day long, but without being able to practice at the same time I feel my time might be wasted. I have on desktop and one very old tablet. My laptop is deceased. Thanks for any input.
https://redd.it/e10aci
@r_linux
reddit
Linux Tutorial
Is anyone aware of a tutorial where I can view the content and they also have a simulated Linux environment? I can read and watch the material...