Questions générales sur Manjaro Linux.
S'il vous plaît, avant de poster, essayez la fonction de recherche du forum.

"clavier" français / anglais

#41Messageil y a 5 ans

bul a écrit : il y a 5 ans les différences sur ...
justement d'un coté tu as X11 Variant: oss_latin9 et autre X11 Variant: oss:saispas:

la config est dans le fichier /etc/X11/xorg.conf.d/*-keyboard.conf
cat /etc/X11/xorg.conf.d/*-keyboard.conf

# Keyboard layout - Don't modify! Use keyboardctl instead!

Section "InputClass"
...

"clavier" français / anglais

#42Messageil y a 5 ans

bien entendu les " non rien amené

/etc/X11/xorg.conf.d sur pc qui coince

00-keyboard.conf

Section "InputClass"
        Identifier "system-keyboard"
        MatchIsKeyboard "on"
        Option "XkbLayout" "fr"
        Option "XkbModel" "pc105"
        Option "XkbVariant" "oss"
EndSection
90-mhwd.conf

Section "Device"
	Identifier  "Device0"
	Driver      "radeon"
	BusID       "PCI:0:1:0"
	Option      "DRI3"    "1"
	Option      "DRI"     "3"
EndSection
Section "DRI"
        Group  "video"
        Mode   0666
EndSection

ET 90-mhwd.conf n'existe pas sur le pc qui fonctionne !

"clavier" français / anglais

#43Messageil y a 5 ans

en fait ce «90-mhwd.conf» est un lien vers «/etc/X11/mhwd.d/ati.conf»

##
## Generated by mhwd - Manjaro Hardware Detection
##
Section "Device"
	Identifier  "Device0"
	Driver      "radeon"
	BusID       "PCI:0:1:0"
	Option      "DRI3"    "1"
	Option      "DRI"     "3"
EndSection
Section "DRI"
        Group  "video"
        Mode   0666
EndSection
Section "Extensions"
	Option "Composite" "Enable"
	Option "RENDER"    "Enable"
EndSection
Section "InputClass"
	Identifier          "Keyboard Defaults"
	MatchIsKeyboard	    "yes"
	Option              "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection
ça pourrait perturber ?
pour tester puis-je sucrer sans crainte ?

"clavier" français / anglais

#44Messageil y a 5 ans

Simplement , tu le renomme en .old et tu redémarre. Si ça coince, en TTY, tu le renomme comme avant.

"clavier" français / anglais

#45Messageil y a 5 ans

tenté , rien ne change
il ne faut pas faire un sudo grub-mkconfig -o /boot/grub/grub.cfg ?
ou je ne sais quoi pour prendre en compte...

"clavier" français / anglais

#46Messageil y a 5 ans

il y a aussi le fichier /etc/X11/mhwd.d/ati.conf qui n'existe pas (bien entendu) sur le pc qui fonctionne

##
## Generated by mhwd - Manjaro Hardware Detection
##
Section "Device"
	Identifier  "Device0"
	Driver      "radeon"
	BusID       "PCI:0:1:0"
	Option      "DRI3"    "1"
	Option      "DRI"     "3"
EndSection
Section "DRI"
        Group  "video"
        Mode   0666
EndSection
Section "Extensions"
	Option "Composite" "Enable"
	Option "RENDER"    "Enable"
EndSection
Section "InputClass"
	Identifier          "Keyboard Defaults"
	MatchIsKeyboard	    "yes"
	Option              "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection
mais bon, malgré tous vos efforts, ça va être difficile de corriger je le crains,
et je pense qu'on va laisser cela en l'état.


si vous avez d'autres pistes, n'hésitez pas
merci encore pour votre aide

"clavier" français / anglais

#47Messageil y a 5 ans

Le dev de xdotool avait déclaré l'année dernière à propos de ce bug :
I agree it'd be nice to solve. I spent some time years ago trying to fix whatever causes this problem where xdotool makes mistakes somehow in what it learns about the keyboard mapping, but I was never successful in fixing it. :\
Traduction perso rapide :
Je suis d'accord, ce serait sympa de le résoudre, j'ai passé du temps il y a quelques années, à essayer de réparer tout ce qui pourrait causer le problème, quand xdotools fait des erreurs lors de la détection du mapping du clavier, mais je n'ai jamais réussi à corriger cela.

https://github.com/jordansissel/xdotool/issues/150

"clavier" français / anglais

#48Messageil y a 5 ans

si ça peut le consoler faut lui dire que xdotool n'est pas le seul :

›python -B
Python 3.7.1 (default, Oct 22 2018, 10:41:28) 
[GCC 8.2.1 20180831] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import pyautogui
>>> pyautogui.typewrite('aaaammmm')

qqqq;;;;
@+
Répondre