Page 3 sur 3

Re: "clavier" français / anglais

Publié : 09 nov 2018, 14:38
par papajoke
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"
...

Re: "clavier" français / anglais

Publié : 09 nov 2018, 17:18
par bul
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 !

Re: "clavier" français / anglais

Publié : 10 nov 2018, 09:46
par bul
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 ?

Re: "clavier" français / anglais

Publié : 10 nov 2018, 13:20
par lemust83
Simplement , tu le renomme en .old et tu redémarre. Si ça coince, en TTY, tu le renomme comme avant.

Re: "clavier" français / anglais

Publié : 10 nov 2018, 15:09
par bul
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...

Re: "clavier" français / anglais

Publié : 11 nov 2018, 12:32
par bul
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

Re: "clavier" français / anglais

Publié : 11 nov 2018, 16:51
par Smurf
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

Re: "clavier" français / anglais

Publié : 12 nov 2018, 07:41
par bul
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;;;;
@+