Re: Variable DPI according resolution AND screen size

2020-02-17 Thread Luis Felipe Sánchez-Escobar Retamar
Thank you for your time Carsten, What I mean is that when you install a Desktop Environment in Linux you might fight with differents configuration files to get a DPI suitable for your screen. You just have to see the Arch Wiki for HiDPI . I think this

Re: Why does X11 generate an extra SHIFT when I press Shift+KP_1 ?

2020-02-17 Thread Sreyan Chakravarty
If I print my current layout can you help me with the rules that are set for the numpad? On Tue, 18 Feb 2020, 12:19 pm Sreyan Chakravarty, wrote: > So what do I do now? Where do I report a bug? > > On Tue, 18 Feb 2020, 1:17 am James Cloos, wrote: > >> yes, for that kb it prob is not any of the

Re: Why does X11 generate an extra SHIFT when I press Shift+KP_1 ?

2020-02-17 Thread Sreyan Chakravarty
So what do I do now? Where do I report a bug? On Tue, 18 Feb 2020, 1:17 am James Cloos, wrote: > yes, for that kb it prob is not any of the weird hw things i've > encountered. > > not sure why it could do that, then... > > -JimC > -- > James Cloos OpenPGP: 0x997A9F17ED7DAEA6 >

Re: Variable DPI according resolution AND screen size

2020-02-17 Thread Carsten Haitzler
On Mon, 17 Feb 2020 17:09:06 +0100 Luis Felipe Sánchez-Escobar Retamar said: > Thank you for your time Carsten, > > What I mean is that when you install a Desktop Environment in Linux you > might fight with differents configuration files to get a DPI suitable for > your screen. You just have to

Re: Why does X11 generate an extra SHIFT when I press Shift+KP_1 ?

2020-02-17 Thread Ilya Anfimov
On Mon, Feb 17, 2020 at 08:34:47PM +0530, Sreyan Chakravarty wrote: >I did post the unfiltered output but it got scrubbed. >This is my unfiltered output: >IT SEEMS THE MOMENT I PRESS KP_1 WITH SHIFT A RELEASE EVENT IS GENERATED >FOR MY SHIFT KEY EVEN BEFORE THE KEY PRESS FOR KP_1

Re: Why does X11 generate an extra SHIFT when I press Shift+KP_1 ?

2020-02-17 Thread James Cloos
> "SC" == Sreyan Chakravarty writes: >> IT SEEMS THE MOMENT I PRESS KP_1 WITH SHIFT A RELEASE EVENT IS GENERATED >> FOR MY SHIFT KEY EVEN BEFORE THE KEY PRESS FOR KP_1 IS REGISTERED AND WHEN >> I RELEASE KP_1 A PRESS EVENT IS GENERATED. is this a single keyboard? workstation or laptop? or

Fwd: Why does X11 generate an extra SHIFT when I press Shift+KP_1 ?

2020-02-17 Thread Sreyan Chakravarty
It is this keyboard. Connected via USB to my CPU. https://www.amazon.com/gp/product/B00ZYLMQH0/ref=ppx_yo_dt_b_asin_title_o00_s00?ie=UTF8=1 The weird thing is that Windows is able to produce the correct output. So I think this might be a bug of some sort. On Mon, Feb 17, 2020 at 10:11 PM James

Re: Why does X11 generate an extra SHIFT when I press Shift+KP_1 ?

2020-02-17 Thread Lucien Gentis
Hello Sreyan, Did you try SHIFT+KP_1 with NumLock disabled ? I think there is a conflict between Shift and NumLock when used with the numeric pad. xev sees the KeyEvents, but if you press SHIFT+KP_1 with NumLock enabled in an application like LibreOffice, or even vi, nothing happens. Le

Re: Why does X11 generate an extra SHIFT when I press Shift+KP_1 ?

2020-02-17 Thread Sreyan Chakravarty
You can find the entire output here: https://pastebin.com/geeTYpSn On Mon, Feb 17, 2020 at 8:34 PM Sreyan Chakravarty wrote: > I did post the unfiltered output but it got scrubbed. > > This is my unfiltered output: > > IT SEEMS THE MOMENT I PRESS KP_1 WITH SHIFT A RELEASE EVENT IS GENERATED >

Re: Why does X11 generate an extra SHIFT when I press Shift+KP_1 ?

2020-02-17 Thread Sreyan Chakravarty
I did post the unfiltered output but it got scrubbed. This is my unfiltered output: IT SEEMS THE MOMENT I PRESS KP_1 WITH SHIFT A RELEASE EVENT IS GENERATED FOR MY SHIFT KEY EVEN BEFORE THE KEY PRESS FOR KP_1 IS REGISTERED AND WHEN I RELEASE KP_1 A PRESS EVENT IS GENERATED. IT IS ALMOST AS IF

Re: Variable DPI according resolution AND screen size

2020-02-17 Thread The Rasterman
On Sat, 15 Feb 2020 00:10:22 +0100 Luis Felipe Sánchez-Escobar Retamar said: > Hello all, > > Today we have a lot of differents screens, in both aspects size and > resolution. > And a fixed DPI of 96 has no sense. This is absolutely not true and has not been for a very long time (a fixed DPI).

Re: Why does X11 generate an extra SHIFT when I press Shift+KP_1 ?

2020-02-17 Thread Ilya Anfimov
On Sun, Feb 16, 2020 at 04:41:55PM +0530, Sreyan Chakravarty wrote: >When I press >Shift+KP_1 why am I getting an extra Shift in my xev output ? > > 50 Shift_L > 87 KP_1 > 50 Shift_L > > I am running xev in the following format: > > xev | awk -F'[ )]+' '/^KeyPress/ { a[NR+2] }

Re: 30-bit X session and programs requiring 24-bit depth

2020-02-17 Thread Ilya Anfimov
On Mon, Feb 17, 2020 at 04:01:35PM +0700, Antoine Martin wrote: > On 17/02/2020 15:51, Ilya Anfimov wrote: > > On Sat, Feb 15, 2020 at 12:32:15AM +0700, Antoine Martin wrote: > >> On 14/02/2020 18:53, Marek Szuba wrote: > >>> Hello, > >>> > >>> I do quite a lot of photo editing on my box and with

Re: 30-bit X session and programs requiring 24-bit depth

2020-02-17 Thread Ilya Anfimov
On Fri, Feb 14, 2020 at 12:53:53PM +0100, Marek Szuba wrote: > Hello, > > I do quite a lot of photo editing on my box and with both my monitors > and my graphics card (amdgpu) supporting 10-bit colour channels, I tend > to run X at colour depth 30. Unfortunately some software, most notably >

Re: 30-bit X session and programs requiring 24-bit depth

2020-02-17 Thread Antoine Martin
On 17/02/2020 15:51, Ilya Anfimov wrote: > On Sat, Feb 15, 2020 at 12:32:15AM +0700, Antoine Martin wrote: >> On 14/02/2020 18:53, Marek Szuba wrote: >>> Hello, >>> >>> I do quite a lot of photo editing on my box and with both my monitors >>> and my graphics card (amdgpu) supporting 10-bit colour

Re: 30-bit X session and programs requiring 24-bit depth

2020-02-17 Thread Ilya Anfimov
On Sat, Feb 15, 2020 at 12:32:15AM +0700, Antoine Martin wrote: > On 14/02/2020 18:53, Marek Szuba wrote: > > Hello, > > > > I do quite a lot of photo editing on my box and with both my monitors > > and my graphics card (amdgpu) supporting 10-bit colour channels, I tend > > to run X at colour

Variable DPI according resolution AND screen size

2020-02-17 Thread Luis Felipe Sánchez-Escobar Retamar
Hello all, Today we have a lot of differents screens, in both aspects size and resolution. And a fixed DPI of 96 has no sense. I think that could be a good thing to do an automatic adjustment of DPI with the algorithm like in http://dpi.lv/ Implemented directly in X And not depends on how each