[DNG] librewolf

2021-01-25 Thread Simon Walter
Hi all,

I noticed several discussions about browsers. Has anyone used librewolf?
It's not a debian package. There is an appimage though.

I'm not sure this is the official home page:
https://librewolf.readthedocs.io/en/latest/

Best regards,

Simon
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Request for assistance

2021-01-25 Thread Ralph Ronnquist via Dng
On 25/01 10:59, o1bigtenor via Dng wrote:
> On Mon, Jan 25, 2021 at 2:27 AM al3xu5 / dotcommon
>  wrote:
> >
> > Sun, 24 Jan 2021 19:59:19 -0600 - o1bigtenor :
> >
> > > Greetings
> > >
> > > (Asking this here as so far I've seen some seriously skilled folks
> > > connecting in!)
> > >
> > > I've been working on getting a HiSense 50" TV (3840x2160_30) working
> > > on a Nvidia GTX1050 Ti graphics card. I have a second graphics card
> > > (Nvidia GT (IIRC) 570) with a present stable of 4 -1920x1080 monitors.
> > > I am running Nouveau rather than proprietary Nvidia software and get
> > > to use xrandr to set up my graphics system after every boot but
> > > although it took me a while to learn how to do this setup its pretty
> > > quick now.
> > > ...
> 
> I am presently stuck trying to get 'videogen' working.
> 
> Can see everything in the directory but using either root or user I get the
> same error message:
> $ videogen
> could not open configuration file "~/.videogen" (errno=2)
> 
>+--+
>|  |
>| videogen 0.33 simple XFree86 Modeline calculator |
>|  |
>|  by Szabolcs Rumi, (c) 1997 - 2003   |
>|THIS PROGRAM COMES WITH ABSOLUTELY NO WARRANTY|
>|for details see the GNU General Public License (GPLv2)|
>|  |
>+--+
> 
> error: no modes (resolutions) have been specified
> 
> Suggestion(s) on how to get over this hurdle?

Unfortunately "videogen" has compiled-in limits for width, height and
refresh rate so can't be used directly here. But, I grabbed the source
and patched for that, and then got the modeline:

% ./videogen -v -m=3840x2160  -mdc=290.000 -mhf=67.5 -hfp=176 -hbp=296 -vfp=8 
-vbp=72 -mvf=30

Modeline "3840x2160" 290.00 3840 3960 4104 4800 2160 2168 2171 2274  # 290 MHz, 
60.4 kHz, 26.6 Hz

.. if that's any use for you

Ralph.
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Request for assistance

2021-01-25 Thread o1bigtenor via Dng
On Mon, Jan 25, 2021 at 12:52 PM al3xu5 / dotcommon
 wrote:
>
> Mon, 25 Jan 2021 10:59:34 -0600 - o1bigtenor :
>
> > [...]
> > >
> > > Your modeline will be something similar to:
> > >
> > > "3840x2160_30.00" 339.57 3840 4080 4496 5152 2160 2161 2164 2197 -HSync
> > > +Vsync
> > >
> >
> > 3840x2160   30.000 Hz  16:967.500 kHz 297.000 MHz (1150 mm x 650 mm)
> >  Hfront  176 Hsync  88 Hback 296 Hpol P
> >  Vfront8 Vsync  10 Vback  72 Vpol P
> >
> > It seems to me that the 297.000 MHz (different than 339.57 MHz) is
> > important.
>
> see below...
>
>
> > > [...]
>
> > I am presently stuck trying to get 'videogen' working.
> >
> > Can see everything in the directory but using either root or user I get
> > the same error message:
> > $ videogen
> > could not open configuration file "~/.videogen" (errno=2)
> > [...]
> > error: no modes (resolutions) have been specified
> >
> > Suggestion(s) on how to get over this hurdle?
>
> You should read videogen man:

I have found that man pages are designed for the expert who needs a refresher
which is not the same as a noob with no knowledge. So man pages are a last
resort for me.
>
> $ man videogen
>
> As you can see, you have to specify command parameters for videogen and/or
> a configuration file for videogen where to read parameters to be used.
>
> In short, you need tu run videogen in this way:

THANK YOU (deliberate use of caps!) - - - - this is the one thing that man pages
seem unable to do - - - - an example of good usage.
>
> $ videogen -v nvidia=on mode=WxH -mdc=CCC -mhf=HHH -mvf=VVV -dvf=OOO
>
> where:
>-v verbose output
>
>nvidia=on|off
>   Turn on/off non-free NVidia Linux driver compatibility mode.
>(default=on)
>
>mode=modespec
>   Adds modespec to the list of modes to calculate a Modeline
>for. This must be in the form 800x600 (width x height) and it  can
>be  specified  more than once to add several modes.
>
>-mdc=freq
>   Set freq to the maximum dot clock rate of your video card or
>the bandwidth of your monitor, whichever is lower, in MHz.
>
>-mhf=freq
>   Set freq to the maximum horizontal refresh frequency of your
>monitor in kHz.
>
>-mvf=freq
>   Set freq to the maximum vertical refresh frequency of your
>monitor in Hz.
>
>-dvf=freq
>   Set  freq  to the vertical refresh frequency which you think
>would be optimal for you, in Hz.  The program will try to match
>this frequency at all resolutions, instead of the maximum frequency
>that would be technically possible. (optional)
>
>
following is one example of the output:

# videogen -v nvidia=on mode=3840x2160 -mdc=300.00 -mhf=67.500 -dvf=30
argument 6 (-dvf=30) has an invalid parameter
command line syntax error

I tried both with nvidia on and off, -dvf from 25 to 35 (clock/x*y).

It would seem that I've struck out - - - - one more time - - - oh well.

I think the wife will be overjoyed at getting a new TV except that I likely
won't be getting a new monitor for quite some time!

Thanks for the help!!

Regards
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Request for assistance

2021-01-25 Thread o1bigtenor via Dng
On Mon, Jan 25, 2021 at 2:27 AM al3xu5 / dotcommon
 wrote:
>
> Sun, 24 Jan 2021 19:59:19 -0600 - o1bigtenor :
>
> > Greetings
> >
> > (Asking this here as so far I've seen some seriously skilled folks
> > connecting in!)
> >
> > I've been working on getting a HiSense 50" TV (3840x2160_30) working
> > on a Nvidia GTX1050 Ti graphics card. I have a second graphics card
> > (Nvidia GT (IIRC) 570) with a present stable of 4 -1920x1080 monitors.
> > I am running Nouveau rather than proprietary Nvidia software and get
> > to use xrandr to set up my graphics system after every boot but
> > although it took me a while to learn how to do this setup its pretty
> > quick now.
> >
> > Part of the 'fun' in wanting to add the 3840x2160_30 monitor is that
> > EDID has become a more than somewhat 'challenging' system. Enough so
> > that I was able to find this:
> > https://www.kernel.org/doc/html/v5.6/driver-api/edid.html
> >
> > Creating this 'custom' EDID is a long ways from my wheelhouse - - - I
> > have spend some time today trying to find some of the stuff indicated
> > on that page - - - - can't find anything (maybe also a good thing!). I
> > am going to attach (hopefully the list accepts attachments) 2 files
> > which give enough information so that someone with the requisite
> > skills could create this 'custom' EDID that I need so that I could
> > then use xrandr to get this monitor working. Is there someone who
> > might be able to do this? (I think doing it might be a lot less time
> > consuming that guiding me through the doing of it - - - especially as
> > I have essentially zero programming skills)
> >
> > Please?
> >
> > TIA
>
>
>
> Hi
>
> I had the same problem with a Panasonic Viera TV. Here below the way I
> have solved.
>
>
> You need a valid right modeline for your tv/monitor with the desired
> resolution/refresh.
>
> You have the hardware specs of your tv/monitor, and its EDID file you
> attached which has:
>
>   DTD   1:  3840x2160   30.000 Hz  16:967.500 kHz 297.000 MHz (1872 mm
>   x 1053 mm) Hfront  176 Hsync  88 Hback 296 Hpol P
>  Vfront8 Vsync  10 Vback  72 Vpol P
>
> Using these informations you should be able to find the modeline you need.
>
> See:

This looks like exactly what I've been scouring the web for - - - but
- - - there
are some issues with some of the following.
>
> Modeline Database - MythTV Official Wiki
> https://www.mythtv.org/wiki/Modeline_Database

Nothing on 4k or wide format TVs/monitors.
>
> Working with Modelines - MythTV Official Wiki
> https://www.mythtv.org/wiki/Working_with_Modelines
>
> * Modeline Calculator
> https://arachnoid.com/modelines/

this seems to be very much like cvt
>
> videogen
> http://www.dynaweb.hu/opensource/videogen/
>
> Debian -- Package Search Results -- videogen
> https://packages.debian.org/cgi-bin/search_packages.pl?keywords=videogen=names=1=all=all
>
>
> Your modeline will be something similar to:
>
> "3840x2160_30.00" 339.57 3840 4080 4496 5152 2160 2161 2164 2197 -HSync
> +Vsync
>

3840x2160   30.000 Hz  16:967.500 kHz 297.000 MHz (1150 mm x 650 mm)
 Hfront  176 Hsync  88 Hback 296 Hpol P
 Vfront8 Vsync  10 Vback  72 Vpol P

It seems to me that the 297.000 MHz (different than 339.57 MHz) is important.


> (Be very careful because using an incorrect modeline may DAMAGE the
> display.)
>
>
> Once you have the right modeline, you need to pass it to xrandr for each
> session.
>
> If you are using a DM (e.g lightdm), you can configure it to run a script
> when starting each session.

I have a cheat sheet and just enter the 6 commands (on my existing
2 card 4 monitor setup) to get the second card recognized and working.
>
> Here is how mine is (you should change it accordingly to your tv/monitor
> model and modeline): ~~~
> #!/bin/bash
>
> # ## DISPLAY SETUP
> # Modeline for Panasonic Viera 32" HDMI LCD TV (model: TX-32LX52F)
> xrandr --newmode "1216x684_60" 74.160 1216 1356 1396 1648 684 707 712 750
> +hsync +vsync xrandr --addmode HDMI-1 "1216x684_60"
> xrandr --output  HDMI-1 --mode "1216x684_60"

I am presently stuck trying to get 'videogen' working.

Can see everything in the directory but using either root or user I get the
same error message:
$ videogen
could not open configuration file "~/.videogen" (errno=2)

   +--+
   |  |
   | videogen 0.33 simple XFree86 Modeline calculator |
   |  |
   |  by Szabolcs Rumi, (c) 1997 - 2003   |
   |THIS PROGRAM COMES WITH ABSOLUTELY NO WARRANTY|
   |for details see the GNU General Public License (GPLv2)|
   |  |
   +--+

error: no modes 

Re: [DNG] monit logwatch fail2ban

2021-01-25 Thread Dimitris via Dng

Στις 22/1/21 3:24 μ.μ., ο/η Erich Minderlein via Dng έγραψε:

Now I miss the section fail2ban in the logwatch daily mail


i don't use monit, just fail2ban and logwatch in some machines.
never had any issues with it.. neither in debian nor devuan machines . 
usually set it up and forget about it.. still works though..


check that `Service = All` and also what service exclusions exist in 
either /etc/logwatch/logwatch.conf or 
/usr/share/logwatch/default.conf/logwatch.conf


could also run manually, to check, eg :
# logwatch --detail Med --range Yesterday --mailto your@email

i'm guessing fail2ban is installed ok ( :D)
if nothing works, maybe purging + reinstalling logwatch could help..

2c,
d.

___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] AppArmor and TorBrowser

2021-01-25 Thread Dimitris via Dng

Στις 22/1/21 4:46 μ.μ., ο/η Haines Brown έγραψε:


My messages log tells me that AppArmor status for torBrowser is
apparmor="DENIED". "denied_mask="r""



looks like https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=976461

so, this is a problem for torbrowser-launcher really, which contains 
these 2 apparmor profiles.


2c,
d.

___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Request for assistance

2021-01-25 Thread al3xu5 / dotcommon
Sun, 24 Jan 2021 19:59:19 -0600 - o1bigtenor :

> Greetings
> 
> (Asking this here as so far I've seen some seriously skilled folks
> connecting in!)
> 
> I've been working on getting a HiSense 50" TV (3840x2160_30) working
> on a Nvidia GTX1050 Ti graphics card. I have a second graphics card
> (Nvidia GT (IIRC) 570) with a present stable of 4 -1920x1080 monitors.
> I am running Nouveau rather than proprietary Nvidia software and get
> to use xrandr to set up my graphics system after every boot but
> although it took me a while to learn how to do this setup its pretty
> quick now.
> 
> Part of the 'fun' in wanting to add the 3840x2160_30 monitor is that
> EDID has become a more than somewhat 'challenging' system. Enough so
> that I was able to find this:
> https://www.kernel.org/doc/html/v5.6/driver-api/edid.html
> 
> Creating this 'custom' EDID is a long ways from my wheelhouse - - - I
> have spend some time today trying to find some of the stuff indicated
> on that page - - - - can't find anything (maybe also a good thing!). I
> am going to attach (hopefully the list accepts attachments) 2 files
> which give enough information so that someone with the requisite
> skills could create this 'custom' EDID that I need so that I could
> then use xrandr to get this monitor working. Is there someone who
> might be able to do this? (I think doing it might be a lot less time
> consuming that guiding me through the doing of it - - - especially as
> I have essentially zero programming skills)
> 
> Please?
> 
> TIA



Hi

I had the same problem with a Panasonic Viera TV. Here below the way I
have solved.


You need a valid right modeline for your tv/monitor with the desired
resolution/refresh.

You have the hardware specs of your tv/monitor, and its EDID file you
attached which has:

  DTD   1:  3840x2160   30.000 Hz  16:967.500 kHz 297.000 MHz (1872 mm
  x 1053 mm) Hfront  176 Hsync  88 Hback 296 Hpol P
 Vfront8 Vsync  10 Vback  72 Vpol P

Using these informations you should be able to find the modeline you need.

See:

Modeline Database - MythTV Official Wiki
https://www.mythtv.org/wiki/Modeline_Database

Working with Modelines - MythTV Official Wiki
https://www.mythtv.org/wiki/Working_with_Modelines

* Modeline Calculator
https://arachnoid.com/modelines/

videogen
http://www.dynaweb.hu/opensource/videogen/

Debian -- Package Search Results -- videogen
https://packages.debian.org/cgi-bin/search_packages.pl?keywords=videogen=names=1=all=all


Your modeline will be something similar to:

"3840x2160_30.00" 339.57 3840 4080 4496 5152 2160 2161 2164 2197 -HSync
+Vsync

(Be very careful because using an incorrect modeline may DAMAGE the
display.)


Once you have the right modeline, you need to pass it to xrandr for each
session.

If you are using a DM (e.g lightdm), you can configure it to run a script
when starting each session.

Here is how mine is (you should change it accordingly to your tv/monitor
model and modeline): ~~~
#!/bin/bash

# ## DISPLAY SETUP
# Modeline for Panasonic Viera 32" HDMI LCD TV (model: TX-32LX52F)
xrandr --newmode "1216x684_60" 74.160 1216 1356 1396 1648 684 707 712 750
+hsync +vsync xrandr --addmode HDMI-1 "1216x684_60"
xrandr --output  HDMI-1 --mode "1216x684_60"
~~~

Regards

al3xu5

-- 
Say NO to copyright, patents, trademarks and industrial design
restrictions!


Public GPG/PGP key: F94CFE23 (4096 bit RSA)
Key fingerprint:59C6 9DC7 CD4B CF2F A190  E3DE 69C5 977B F94C FE23 


pgpNV5Hy1F9Vy.pgp
Description: Firma digitale OpenPGP
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng