Re: Increasing "time" command precision

2024-08-07 Thread Thomas Schmitt
Hi, Greg Wooledge wrote: > * TIMEFORMAT=... time foo will invoke /usr/bin/time, but >TIMEFORMAT=... eval time foo will use the builtin. I wonder about the formal reason for this. Is it because "time" is not listed in the man page under SHELL BUILTIN COMMANDS but mentioned as "reserve

Re: Authenticator apps

2024-08-07 Thread Jeffrey Walton
On Wed, Aug 7, 2024 at 10:22 PM Max Nikulin wrote: > > On 07/08/2024 11:40, to...@tuxteam.de wrote: > > In my threat model, if I already have an application running under > > my own user ID, I call XKCD 1200 [1] on it. > > Browser JavaScript API allows to read and write clipboard. It is > protecte

Re: Authenticator apps

2024-08-07 Thread tomas
On Thu, Aug 08, 2024 at 09:21:45AM +0700, Max Nikulin wrote: > On 07/08/2024 11:40, to...@tuxteam.de wrote: > > In my threat model, if I already have an application running under > > my own user ID, I call XKCD 1200 [1] on it. > > Browser JavaScript API allows to read and write clipboard. It is pr

Re: nouveau OK for GTX 970?

2024-08-07 Thread Felix Miata
George at Clug composed on 2024-08-08 12:02 (UTC+1000): > glmark2-wayland is a benchmark for OpenGL 2.0. > This package intended only for the wayland platform. GL version. > glmark2 Score: 5184, i7-3770, Radeon RX 6600 > If anyone can comment whether this is good or not, please do. I don't hav

Re: nouveau OK for GTX 970?

2024-08-07 Thread Max Nikulin
On 07/08/2024 23:19, e...@gmx.us wrote: On 8/6/24 21:20, Jeffrey Walton wrote: $ sudo lspci | grep -i vga 01:00.0 VGA compatible controller: NVIDIA Corporation GM204 [GeForce GTX 970] (rev a1) The following command reports vendor ID and product ID pair lspci -nn | grep -i vga Using it you

Re: Authenticator apps

2024-08-07 Thread Max Nikulin
On 07/08/2024 11:40, to...@tuxteam.de wrote: In my threat model, if I already have an application running under my own user ID, I call XKCD 1200 [1] on it. Browser JavaScript API allows to read and write clipboard. It is protected to some extent by user prompts. On the other hand in ChromeOS

Re: Corsair mouse and UPower

2024-08-07 Thread Max Nikulin
On 08/08/2024 03:37, Celejar wrote: Is the mouse simply not reporting power info via standard protocols, or am I missing something? The mouse also supports Bluetooth, so I suppose I could try that instead of 2.4GHz and see if it makes a difference. In the case of bluetooth headsets, battery lev

Re: nouveau OK for GTX 970?

2024-08-07 Thread George at Clug
On Thursday, 08-08-2024 at 11:12 Van Snyder wrote: > On Thu, 2024-08-08 at 10:17 +1000, George at Clug wrote: > > I could elaborate further if you want. However, in summary, my > > experience is that both Nvidia and Radeon work well with used with > > their own drivers (as packaged with Linux).

Re: nouveau OK for GTX 970?

2024-08-07 Thread eben
On 8/7/24 21:12, Van Snyder wrote: I ran glmark2 on my primary desktop, with NVidia Quadro K2200 and the 535 driver. The score was 4455. Then I ran it on another desktop with GeForce GT 630. nvidia-detect says it's "not supported by any driver version up to 535.183.01." Searching for the driver

Re: nouveau OK for GTX 970?

2024-08-07 Thread Van Snyder
On Thu, 2024-08-08 at 10:17 +1000, George at Clug wrote: > I could elaborate further if you want. However, in summary, my > experience is that both Nvidia and Radeon work well with used with > their own drivers (as packaged with Linux). If Debian and NVidia decide not to keep the driver available

Re: nouveau OK for GTX 970?

2024-08-07 Thread George at Clug
On Thursday, 08-08-2024 at 02:51 e...@gmx.us wrote: > On 8/6/24 20:02, George at Clug wrote: > > > > > > On Wednesday, 07-08-2024 at 03:11 Eben King wrote: > >> Hi, I got a new-to-me EVGA Nvidia GTX 970. I understand the Nouveau > >> driver handles this card. Is this correct? > > > > With Debi

Re: A simple Thank You

2024-08-07 Thread longwind2
Gear says thanks for work put into Debian development meaning of Debian developer is clear On Thursday, August 8, 2024 at 06:37:05 AM GMT+8, Wesley wrote: what do you mean by saying "debian developer"? developing on debian, or developing debian? Thanks.

Re: A simple Thank You

2024-08-07 Thread Wesley
what do you mean by saying "debian developer"? developing on debian, or developing debian? Thanks. > > how many user here are debian developer? > > many users here are IT professional, eager to help. > > but I am not sure they are debian developers. >

Re: A simple Thank You

2024-08-07 Thread longwind2
how many user here are debian developer? many users here are IT professional, eager to help. but I am not sure they are debian developers.

Re: 404 error on this debian graphicsmagick url

2024-08-07 Thread Henning Follmann
> On Aug 7, 2024, at 13:34, Keith Christian wrote: > > Not sure who to send this to, I find no explicit address for a general > "debian webmaster." > https://metadata.ftp-master.debian.org/changelogs//main/g/graphicsmagick/graphicsmagick_1.4+really1.3.35-1~deb10u3_changelog > > -

Corsair mouse and UPower

2024-08-07 Thread Celejar
Hello, I'm trying out a Corsair wireless mouse on some of my Debian Sid systems. The mouse itself works fine, using a USB dongle wireless (2.4GHz) receiver, and the mouse shows up in the XFCE Mouse and Touchpad widget, but I can't figure out any way to get power information (i.e., battery charge l

Re: Increasing "time" command precision

2024-08-07 Thread Greg Wooledge
On Wed, Aug 07, 2024 at 22:15:00 +0200, Thomas Schmitt wrote: > it turns out that TIMEFORMAT belongs to the bash builtin "time" > and that digit precision numbers only up to 3 are obeyed. > > $ export TIMEFORMAT="r=%7R > u=%4U > s=%1S" > $ time echo > > r=0.000 > u=0.000 > s=0.0 Ju

X problems on Debian sid system with nouveau

2024-08-07 Thread Harald Wenninger
Hello everyone, since a recent update on a Debian sid system, most X applications fail to start and get killed by the kernel due to a null pointer exception. The frame of the application window blinks shortly, then the application gets killed, eg: Aug 07 21:25:14 glaurung kernel: BUG: kernel NULL

Re: Increasing "time" command precision

2024-08-07 Thread Thomas Schmitt
Hi, it turns out that TIMEFORMAT belongs to the bash builtin "time" and that digit precision numbers only up to 3 are obeyed. $ export TIMEFORMAT="r=%7R u=%4U s=%1S" $ time echo r=0.000 u=0.000 s=0.0 $ man bash: %[p][l]R The elapsed time in seconds. [...] The optional p

Re: Increasing "time" command precision

2024-08-07 Thread Thomas Schmitt
Hi, Franco Martelli wrote: > ~# export TIMEFORMAT='real%3R > user%3U > sys %3S' The manual and the source code say that the format variable is "TIME" not "TIMEFORMAT". https://sources.debian.org/src/time/1.9-0.2/src/time.c/#L656 It seems to understand the two characters "\n" as lin

Re: php packages for debian 10 and debian 11

2024-08-07 Thread Eduardo M KALINOWSKI
On 07/08/2024 10:28, Naik, Anil Natha wrote: Hi Team, As per the Debian repository I could see below php versions Debian 10 /*php* * (2:7.3+69)*/ Debian 11 */php (2:7.4+76)/* // We have installed php 8.1.1 version for Debian 11. *We wanted to kn

Re: php packages for debian 10 and debian 11

2024-08-07 Thread Wesley
i always run php8 on debian 11. There is no problem for me. Thanks > > Hi Team, > > As per the Debian repository I could see below php versions > > Debian 10 > > *php https://packages.debian.org/buster/php/php ** (2:7.3+69)*** > > Debian 11 > > **php (2:7.4+76)** > > We have installed

Re: TARDY response -- [Re: Needed tool for vision-impaired

2024-08-07 Thread Richard Owlett
On 08/07/2024 12:44 PM, Felix Miata wrote: Richard Owlett composed on 2024-08-07 07:45 (UTC-0500): I went to the site shortly after you posted. *MY* browser (SeaMonkey 2.49.4 {32 bit Linux}) choked on it. I didn't get a chance to visit local library to try another browser. Forgot I had a copy

Re: TARDY response -- [Re: Needed tool for vision-impaired

2024-08-07 Thread Felix Miata
Richard Owlett composed on 2024-08-07 07:45 (UTC-0500): > I went to the site shortly after you posted. > *MY* browser (SeaMonkey 2.49.4 {32 bit Linux}) choked on it. > I didn't get a chance to visit local library to try another browser. > Forgot I had a copy of Firefox 68.10.0esr on my machine. >

404 error on this debian graphicsmagick url

2024-08-07 Thread Keith Christian
Not sure who to send this to, I find no explicit address for a general "debian webmaster." https://metadata.ftp-master.debian.org/changelogs//main/g/graphicsmagick/graphicsmagick_1.4+really1.3.35-1~deb10u3_changelog -- Keith

php packages for debian 10 and debian 11

2024-08-07 Thread Naik, Anil Natha
Hi Team, As per the Debian repository I could see below php versions Debian 10 php (2:7.3+69) Debian 11 php (2:7.4+76) We have installed php 8.1.1 version for Debian 11. We wanted to know, what is the stable version of php available for Debian 10 a

Re: nouveau OK for GTX 970?

2024-08-07 Thread eben
On 8/6/24 20:02, George at Clug wrote: On Wednesday, 07-08-2024 at 03:11 Eben King wrote: Hi, I got a new-to-me EVGA Nvidia GTX 970. I understand the Nouveau driver handles this card. Is this correct? With Debian Bookworm, I had Nvidia GTX 970 and Nvidia GTX 960 cards working on Nouveau, d

Re: nouveau OK for GTX 970?

2024-08-07 Thread eben
On 8/7/24 00:33, Felix Miata wrote: eben composed on 2024-08-06 17:16 (UTC-0400): Felix Miata wrote: eben composed on 2024-08-06 16:29 (UTC-0400): Sven Joachim wrote: You could run "sudo dmesg| grep -E '(drm|nouveau)'" and show us the results. [0.801515] ACPI: bus type drm_connec

Re: nouveau OK for GTX 970?

2024-08-07 Thread eben
On 8/6/24 21:20, Jeffrey Walton wrote: Dang, I didn't capture dmesg. $ sudo lspci | grep -i vga 01:00.0 VGA compatible controller: NVIDIA Corporation GM204 [GeForce GTX 970] (rev a1) or I did "AND". Oopsie. $ sudo lshw -C video I couldn't remember the syntax so I ran "lshw > file" th

Re: nouveau OK for GTX 970?

2024-08-07 Thread eben
On 8/7/24 00:33, Felix Miata wrote: eben composed on 2024-08-06 17:16 (UTC-0400): That'll take some doing, as I don't have a non-X mail client. Gimme a bit. Email client shouldn't be relevant. You can redirect dmesg to a file, to copy or pastebin any time. Before retiring the Intel, run g

Increasing "time" command precision

2024-08-07 Thread Franco Martelli
Hello, I've installed the "time" package, I'd like to increase the number of decimals in the output (say 3) but I got only 2 decimals. Here what I tried: ~# export TIMEFORMAT='real%3R user%3U sys %3S' ~# /usr/bin/time -o elapsed ls -l ... ~# cat elapsed 0.00user 0.00system 0:00.0

TARDY response -- [Re: Needed tool for vision-impaired - was [Re: PDF Editor for Debian]]

2024-08-07 Thread Richard Owlett
On 06/24/2024 12:22 PM, Karen Lewellen wrote: Good afternoon. I am providing another option that might help here. robobraille, www.robobraille.org Provides services, free of charge, that will convert pdf files  to a number of different formats, including .html They provide audio, mobi, and  co

Re: PDF editor

2024-08-07 Thread coreyh
On 2024-08-07 09:27, Arbol One wrote: Anyone knows about a PDF editor for Debian? do you mean CLI or windows tool for PDF editor? -- corey hickman

Re: Authenticator apps

2024-08-07 Thread Michael Kjörling
On 7 Aug 2024 10:11 +0700, from maniku...@gmail.com (Max Nikulin): > https://lists.debian.org/msgid-search/zrbudbr0nuozn...@tuxteam.de > On 05/08/2024 11:26, to...@tuxteam.de wrote: >> On Sun, Aug 04, 2024 at 09:19:33PM +0200, Detlef Vollmann wrote: >>> gpg --decrypt --quiet key.asc | oathtool -b -