[arch-general] Archlinux kde lag nvidia

2020-06-13 Thread Maykel Franco via arch-general
Hi, I have lag with kde + nvidia 2080ti. I searched google but the
solutions exposed not work for me.

Anybody with the same problem?

No tearing issues, only lag with windows maximized, change workspace
effect, all windows effects...

With gnome or cinnamon no issues. The effects works very well and speed.

I try change compositor options with no results.


Re: [arch-general] pacman system update - Why am I prompted to import a specific key?

2020-06-13 Thread NTS
Hello David,

The way I understand it the key was not "in the wild" but on his laptop. So
no bug in sight, large or small.

Not that it is very relevant here but just to make sure no-one gets a wrong
impression of our dev.

Best wishes,

NTS


On 13 Jun 2020 6:46 p.m., "David C. Rankin" 
wrote:

On 06/12/2020 09:24 PM, mpan wrote:
>>   On update today (yesterday's updates went fine), I am prompted to
approve
>> import of the following key a number of times: […]
>> :: Import PGP key 3B94A80E50A477C7, "Jan Alexander Steffens (heftig) […]
>   Oh, “the heftig bug” ;). While Simon Wilper has provided the solution,
> here is some background:
>
>  “[…] I replaced it to get a clean break for a new key, which I'm
>   treating more securely from the beginning (no secret keys on the
>   laptop, just subkeys on a yubikey and the master key on a few
>   backups)”  —heftig
>
> -Syu often to avoid problems.
>

Oh So there was a private key that escaped into the wild...

That would be a big bug... Thank you for the background. I generally -Syu
daily (at most every few days) -- which is why this event immediately jumped
out as not normal. I hope he got the laptop back :p

-- 
David C. Rankin, J.D.,P.E.


Re: [arch-general] Keyboard Problem in Mate Arch Linux for the Last Few Days

2020-06-13 Thread David C. Rankin
On 06/13/2020 04:04 AM, das via arch-general wrote:
> 
> And, as you said, I will upload those three small PNG files somewhere
> and post the links here as soon as I can.
> 

As a general note, http://paste.opensuse.org/ provides a quick pastebin type
site for temporary uploads where you can limit the lifetime for 1-week,
1-month, etc... Image uploads and language syntax highlighting is provided for
code/text.

-- 
David C. Rankin, J.D.,P.E.


Re: [arch-general] pacman system update - Why am I prompted to import a specific key?

2020-06-13 Thread David C. Rankin
On 06/12/2020 09:24 PM, mpan wrote:
>>   On update today (yesterday's updates went fine), I am prompted to approve
>> import of the following key a number of times: […]
>> :: Import PGP key 3B94A80E50A477C7, "Jan Alexander Steffens (heftig) […]
>   Oh, “the heftig bug” ;). While Simon Wilper has provided the solution,
> here is some background:
> 
>  “[…] I replaced it to get a clean break for a new key, which I'm
>   treating more securely from the beginning (no secret keys on the
>   laptop, just subkeys on a yubikey and the master key on a few
>   backups)”  —heftig
> 
> -Syu often to avoid problems.
> 

Oh So there was a private key that escaped into the wild...

That would be a big bug... Thank you for the background. I generally -Syu
daily (at most every few days) -- which is why this event immediately jumped
out as not normal. I hope he got the laptop back :p

-- 
David C. Rankin, J.D.,P.E.



signature.asc
Description: OpenPGP digital signature


Re: [arch-general] Keyboard Problem in Mate Arch Linux for the Last Few Days

2020-06-13 Thread das via arch-general
On Sat, Jun 13, 2020 at 6:07 PM Ralf Mardorf via arch-general
 wrote:

>
> There's an Arch Wiki available, that explains how to downgrade packages:
>
> https://wiki.archlinux.org/index.php/downgrading_packages
>
> There are also tools available by the AUR:
>
> https://wiki.archlinux.org/index.php/downgrading_packages#Automation
>

Thank you dear Ralf Mardorf for your cooperation.

The problem is solved. I got help from the Net Arch Wki -- how to
downgrade -- and then did it with:

sudo pacman -U  /var/cache/pacman/pkg/xkeyboard-config-2.29-1-any.pkg.tar.zst

-- this does everything downgrading xkeyboard-config from 2.30-1 to 2.29-1.


-- 
দাশ das
http://ddts.randomink.org/


Re: [arch-general] Keyboard Problem in Mate Arch Linux for the Last Few Days

2020-06-13 Thread Ralf Mardorf via arch-general
On Sat, 13 Jun 2020 16:12:25 +0530, das via arch-general wrote:
>On Sat, Jun 13, 2020 at 3:39 PM Andreas Radke 
>wrote:
>>
>> It's a known bug:
>>
>> https://bugs.archlinux.org/task/66898
>>  
>
>Dear Friend Andreas Radke
>
>Thank you for the help. I went to the link:
>https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/issues/212
>
>The report suggests that a downgrade to xkeyboard-config to 2.29-1
>will solve the problem. But, please, sorry for this ignorance, I do
>not exactly know how to downgrade. Shall this simple command do:
>
>sudo powerpill -R  && powerpill -S
>xkeyboard-config-2.29-1

I don't know how powerpill works.

I see there are at least aur/bauerbill, aur/pacman2aria2 and
aur/powerpill that fit the search term powerpill, but nothing
related by official repositories.

There's an Arch Wiki available, that explains how to downgrade packages:

https://wiki.archlinux.org/index.php/downgrading_packages

There are also tools available by the AUR:

https://wiki.archlinux.org/index.php/downgrading_packages#Automation

For example:

  [rocketmouse@archlinux ~]$ downgrade xkeyboard-config
  Available packages:

  -  1)  xkeyboard-config2.26  1  any  (remote)
  -  2)  xkeyboard-config2.26  2  any  (remote)
  -  3)  xkeyboard-config2.27  1  any  (remote)
  -  4)  xkeyboard-config2.28  1  any  (remote)
  -  5)  xkeyboard-config2.29  1  any  (remote)
  +  6)  xkeyboard-config2.30  1  any  (remote)
  +  7)  xkeyboard-config2.30  1  any  (local)

  select a package by number:

Note, those helpers from AUR aren't official supported. Arch General
is not the appropriate mailing list regarding unsupported helpers.


Re: [arch-general] Keyboard Problem in Mate Arch Linux for the Last Few Days

2020-06-13 Thread das via arch-general
On Sat, Jun 13, 2020 at 3:39 PM Andreas Radke  wrote:
>
> It's a known bug:
>
> https://bugs.archlinux.org/task/66898
>

Dear Friend Andreas Radke

Thank you for the help. I went to the link:
https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/issues/212

The report suggests that a downgrade to xkeyboard-config to 2.29-1
will solve the problem. But, please, sorry for this ignorance, I do
not exactly know how to downgrade. Shall this simple command do:

sudo powerpill -R  && powerpill -S
xkeyboard-config-2.29-1

Thank, once again.


Re: [arch-general] Keyboard Problem in Mate Arch Linux for the Last Few Days

2020-06-13 Thread Andreas Radke via arch-general
It's a known bug:

https://bugs.archlinux.org/task/66898

-Andy


pgpr_CD_PEGg7.pgp
Description: Digitale Signatur von OpenPGP


Re: [arch-general] Keyboard Problem in Mate Arch Linux for the Last Few Days

2020-06-13 Thread das via arch-general
Hello Friends

Here are the links for the images, as Dear Eachambadi suggested:

For kbd-text-s.png: https://ibb.co/QJrx2Xb
This shows the message that the system is showing.

For kbd-layout-s.png: https://ibb.co/JKXjjmy
This shows the Keyboard changing interface.

For kbd-debian-s.png: https://ibb.co/mHtRMn4

Thanks in advance, dear friends -- I really the Bangla keyboard very much.
-- 
দাশ das
http://ddts.randomink.org/


Re: [arch-general] Keyboard Problem in Mate Arch Linux for the Last Few Days

2020-06-13 Thread das via arch-general
On Sat, Jun 13, 2020 at 2:03 PM Jagannathan Tiruvallur Eachambadi via
arch-general  wrote:

> The list will scrub all attachments so you would have to put them
> somewhere. But regarding the switch, asking in the mate forums or IRC
> channel could help since the configuration does look okay. I have
> keyboard switching with plasma working with CAPS configured from the
> GUI. So you might just be missing something else which they could answer
> better.

Thank you for your reply, but I do not think the problem is with Mate.

On Arch Linux I have three GUI desktops -- Xfce, Mate and Gnome but
the Bangla keyboard or Keyboard switching is working on none of them.

And, as you said, I will upload those three small PNG files somewhere
and post the links here as soon as I can.


Re: [arch-general] Keyboard Problem in Mate Arch Linux for the Last Few Days

2020-06-13 Thread Jagannathan Tiruvallur Eachambadi via arch-general

Hello
On 13-06-20 09:14:19 +0530, das via arch-general wrote:

I wanted to report another thing in this connection. My machine has a
dual boot with Debian, and the same Mate Desktop is there too.
English-Bangla keyboard switching is working fine there. Image
kbd-debian.png attached.
The list will scrub all attachments so you would have to put them 
somewhere. But regarding the switch, asking in the mate forums or IRC 
channel could help since the configuration does look okay. I have 
keyboard switching with plasma working with CAPS configured from the 
GUI. So you might just be missing something else which they could answer 
better.


--
Regards
Jagan
PUBKEY: https://j605.tk/pgp


signature.asc
Description: PGP signature