Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#26 Le 21/03/2023, à 12:43

ylag

Re : Clavier visuel

Bonjour,

Au #25, sed a écrit :

sed: impossible de lire /etc/apt/source.list: Aucun fichier ou dossier de ce type

Faute de frappe, Il faut un «s» final à /etc/apt/sources.list dans la commande.

A+

Dernière modification par ylag (Le 21/03/2023, à 12:45)

Hors ligne

#27 Le 21/03/2023, à 12:45

FY19

Re : Clavier visuel

moi@fy19:~$ sudo apt clean && sudo apt update
Atteint :1 http://fr.archive.ubuntu.com/ubuntu jammy InRelease
Réception de :2 http://fr.archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB]
Réception de :3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
Réception de :4 http://fr.archive.ubuntu.com/ubuntu jammy-backports InRelease [107 kB]
Réception de :5 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [458 kB]
Réception de :6 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [948 kB]
Réception de :7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 DEP-11 Metadata [41,6 kB]
Réception de :8 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 DEP-11 Metadata [101 kB]
Réception de :9 http://fr.archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [605 kB]
Réception de :10 http://fr.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [890 kB]
Réception de :11 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 DEP-11 Metadata [18,6 kB]
Réception de :12 http://fr.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 DEP-11 Metadata [269 kB]
Réception de :13 http://fr.archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 DEP-11 Metadata [940 B]
Réception de :14 http://fr.archive.ubuntu.com/ubuntu jammy-backports/main amd64 DEP-11 Metadata [7988 B]
Réception de :15 http://fr.archive.ubuntu.com/ubuntu jammy-backports/universe amd64 DEP-11 Metadata [12,4 kB]
3688 ko réceptionnés en 4s (1044 ko/s)                              
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait      
8 paquets peuvent être mis à jour. Exécutez « apt list --upgradable » pour les voir
moi@fy19:~$ 

Hors ligne

#28 Le 21/03/2023, à 12:53

FY19

Re : Clavier visuel

Faute corrigée

moi@fy19:~$ sudo sed -ri "s/($(lsb_release -sc).* main)/\1 restricted/;/cdrom/! s/(ubuntu\/* ) *[a-z]*/\1$(lsb_release -sc)/" /etc/apt/sources.list && cat /etc/apt/sources.list
[sudo] Mot de passe de moi: 
# deb cdrom:[Ubuntu 20.04.3 LTS _Focal Fossa_ - Release amd64 (20210819)]/ focal main restricted

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ jammy main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ jammy-updates main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://fr.archive.ubuntu.com/ubuntu/ jammy universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy universe
deb http://fr.archive.ubuntu.com/ubuntu/ jammy-updates universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://fr.archive.ubuntu.com/ubuntu/ jammy multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ jammy-updates multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://fr.archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse


deb http://security.ubuntu.com/ubuntu jammy-security main restricted
# deb-src http://security.ubuntu.com/ubuntu jammy-security main restricted
deb http://security.ubuntu.com/ubuntu jammy-security universe
# deb-src http://security.ubuntu.com/ubuntu jammy-security universe
deb http://security.ubuntu.com/ubuntu jammy-security multiverse
# deb-src http://security.ubuntu.com/ubuntu jammy-security multiverse

# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching "deb cdrom"
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.
moi@fy19:~$ 

Hors ligne

#29 Le 21/03/2023, à 13:01

FY19

Re : Clavier visuel

moi@fy19:~$ ubuntu-drivers devices
moi@fy19:~$ 

Hors ligne

#30 Le 21/03/2023, à 13:03

nany

Re : Clavier visuel

FY19 a écrit :

Faute corrigée

Il faut alors relancer les DEUX autres commandes.

Hors ligne

#31 Le 21/03/2023, à 13:30

ylag

Re : Clavier visuel

Bonjour,

«Il faut alors relancer les DEUX autres commandes.» :

sudo apt update
ubuntu-drivers devices

A+

Hors ligne

#32 Le 21/03/2023, à 14:41

FY19

Re : Clavier visuel

Je ne sais pas si j'ai fait une erreur quelque part

moi@fy19:~$ sudo sed -ri "s/($(lsb_release -sc).* main)/\1 restricted/;/cdrom/! s/(ubuntu\/* ) *[a-z]*/\1$(lsb_release -sc)/" /etc/apt/sources.list && cat /etc/apt/sources.list
[sudo] Mot de passe de moi: 
# deb cdrom:[Ubuntu 20.04.3 LTS _Focal Fossa_ - Release amd64 (20210819)]/ focal main restricted

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ jammy main restricted restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy main restricted restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ jammy-updates main restricted restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-updates main restricted restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://fr.archive.ubuntu.com/ubuntu/ jammy universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy universe
deb http://fr.archive.ubuntu.com/ubuntu/ jammy-updates universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://fr.archive.ubuntu.com/ubuntu/ jammy multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ jammy-updates multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://fr.archive.ubuntu.com/ubuntu/ jammy-backports main restricted restricted universe multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-backports main restricted restricted universe multiverse


deb http://security.ubuntu.com/ubuntu jammy-security main restricted restricted
# deb-src http://security.ubuntu.com/ubuntu jammy-security main restricted restricted
deb http://security.ubuntu.com/ubuntu jammy-security universe
# deb-src http://security.ubuntu.com/ubuntu jammy-security universe
deb http://security.ubuntu.com/ubuntu jammy-security multiverse
# deb-src http://security.ubuntu.com/ubuntu jammy-security multiverse

# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching "deb cdrom"
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.
moi@fy19:~$ sudo apt clean && sudo apt update
Atteint :1 http://security.ubuntu.com/ubuntu jammy-security InRelease
Atteint :2 http://fr.archive.ubuntu.com/ubuntu jammy InRelease
Atteint :3 http://fr.archive.ubuntu.com/ubuntu jammy-updates InRelease
Atteint :4 http://fr.archive.ubuntu.com/ubuntu jammy-backports InRelease
Réception de :5 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [25,6 kB]
Réception de :6 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [642 kB]
Réception de :7 http://fr.archive.ubuntu.com/ubuntu jammy/restricted i386 Packages [30,4 kB]
Réception de :8 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [100 kB]
Réception de :9 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [556 B]
Réception de :10 http://fr.archive.ubuntu.com/ubuntu jammy/restricted amd64 Packages [129 kB]
Réception de :11 http://fr.archive.ubuntu.com/ubuntu jammy/restricted Translation-en [18,6 kB]
Réception de :12 http://fr.archive.ubuntu.com/ubuntu jammy/restricted Translation-en_GB [5768 B]
Réception de :13 http://fr.archive.ubuntu.com/ubuntu jammy/restricted Translation-fr [4760 B]
Réception de :14 http://fr.archive.ubuntu.com/ubuntu jammy/restricted amd64 c-n-f Metadata [488 B]
Réception de :15 http://fr.archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [684 kB]
Réception de :16 http://fr.archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [27,2 kB]
Réception de :17 http://fr.archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [107 kB]
Réception de :18 http://fr.archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [584 B]
Réception de :19 http://fr.archive.ubuntu.com/ubuntu jammy-backports/restricted amd64 c-n-f Metadata [116 B]
1775 ko réceptionnés en 2s (755 ko/s)                           
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait      
8 paquets peuvent être mis à jour. Exécutez « apt list --upgradable » pour les voir.
moi@fy19:~$ ubuntu-drivers devices
== /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0 ==
modalias : pci:v000010DEd00001C8Csv00001025sd00001267bc03sc00i00
vendor   : NVIDIA Corporation
model    : GP107M [GeForce GTX 1050 Ti Mobile]
driver   : nvidia-driver-515-server - distro non-free
driver   : nvidia-driver-470 - distro non-free
driver   : nvidia-driver-525-server - distro non-free
driver   : nvidia-driver-510 - distro non-free
driver   : nvidia-driver-418-server - distro non-free
driver   : nvidia-driver-515 - distro non-free
driver   : nvidia-driver-390 - distro non-free
moi@fy19:~$ moi@fy19:~$ sudo sed -ri "s/($(lsb_release -sc).* main)/\1 restricted/;/cdrom/! s/(ubuntu\/* ) *[a-z]*/\1$(lsb_release -sc)/" /etc/apt/sources.list && cat /etc/apt/sources.list
[sudo] Mot de passe de moi : r - distro non-free
# deb cdrom:[Ubuntu 20.04.3 LTS _Focal Fossa_ - Release amd64 (20210819)]/ focal main restricted
driver   : xserver-xorg-video-nouveau - distro free builtin
moi@fy19:~$ moi@fy19:~$ sudo sed -ri "s/($(lsb_release -sc).* main)/\1 restricted/;/cdrom/! s/(ubuntu\/* ) *[a-z]*/\1$(lsb_release -sc)/" /etc/apt/sources.list && cat /etc/apt/sources.list
[sudo] Mot de passe de moi : on.o sed -ri "s/($(lsb_release -sc).* main)/\1 restricted/;/cdrom/! s/(ubuntu\/* ) *[a-z]*/\1$(lsb_release -sc)/" /etc/apt/sources.list && cat /etc/apt/sources.list
# deb cdrom:[Ubuntu 20.04.3 LTS _Focal Fossa_ - Release amd64 (20210819)]/ focal main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy main restricted restrictedl main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.er the final release of thepgrade to
deb http://fr.archive.ubuntu.com/ubuntu/ jammy main restricted restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy main restricted restricteded
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-updates main restricted restricted
## Major bug fix updates produced after the final release of the
## distribution. from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
deb http://fr.archive.ubuntu.com/ubuntu/ jammy-updates main restricted restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-updates main restricted restricted
deb http://fr.archive.ubuntu.com/ubuntu/ jammy universedates main restricted restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive anytu
## review or updates from the Ubuntu security team.y-updates universe any
deb http://fr.archive.ubuntu.com/ubuntu/ jammy universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy universe by the Ubuntu 
deb http://fr.archive.ubuntu.com/ubuntu/ jammy-updates universeurself as to 
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-updates universen 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.fr.archive.ubuntu.com/ubuntu/ jammy-updates multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ jammy multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy multiverseas
deb http://fr.archive.ubuntu.com/ubuntu/ jammy-updates multiverse includes
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-updates multiverses.
## Also, please note that software in backports WILL NOT receive any review
moi@fy19:~$ faramarz@fy19:~$ sudo sed -ri "s/($(lsb_release -sc).* main)/\1 restricted/;/cdrom/! s/(ubuntu\/* ) *[a-z]*/\1$(lsb_release -sc)/" /etc/apt/soufaramarz@fy19:~$ moi@fy19:~$ sudo sed -ri "s/($(lsb_release -sc).* main)/\1 restricted/;/cdrom/! s/(ubuntu\/* ) *[a-z]*/\1$(lsb_release -sc)/" /etc/apt/sources.list && cat /etc/apt/sources.list Fossa_ - Release amd64 (20210819)]/ focal[sudo] Mot de passe de faramarz :  in backports WILL NOT receive any review
# deb cdrom:[Ubuntu 20.04.3 LTS _Focal Fossa_ - Release amd64 (20210819)]/ focal main restrictedp.ubuntu.com/community/UpgradeNotes for how to upgrade torestric# newer versions of the distribution.
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade toicted r# newer versions of the distribution.m/ubuntu/ jammy main restricted restricted
deb http://fr.archive.ubuntu.com/ubuntu/ jammy main restricted restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy main restricted restricted
## distribution.ity.ubuntu.com/ubuntu jammy-security main restricted restricted
## Major bug fix updates produced after the final release of thericted restricte## distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ jammy-updates main restricted restrictedrictedrc http://security.ubuntu.com/ubuntu jammy-security universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-updates main restricted restricted software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.y universe
deb http://fr.archive.ubuntu.com/ubuntu/ jammy universe
moi@fy19:~$ r-xorg-video-nouveau - distro free builtin00i00ble » pour les v

Hors ligne

#33 Le 21/03/2023, à 14:51

xubu1957

Re : Clavier visuel

Bonjour,

Tu n'as rien de proposé dans le gestionnaire_de_pilotes_proprietaires ?


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

En ligne

#34 Le 21/03/2023, à 15:58

FY19

Re : Clavier visuel

Dans l'onglet "pilotes additionnels" il y en a 10 pilotes NVIDIA mais en haut de la page est marqué que "ce périphérique utilise un pilote alternatif " et le pilote alternatif coché est :  utilisation de X.Org Xserver -Nouveau display driver depuis xserver-xorg-video-nouveau(libre)

Hors ligne

#35 Le 21/03/2023, à 16:09

ylag

Re : Clavier visuel

Bonjour,

Au #32, FY19 a écrit :

Je ne sais pas si j'ai fait une erreur quelque part

Si, tu as passé plus d'une fois la commande :

sudo sed -ri "s/($(lsb_release -sc).* main)/\1 restricted/;/cdrom/! s/(ubuntu\/* ) *[a-z]*/\1$(lsb_release -sc)/" /etc/apt/sources.list && cat /etc/apt/sources.list

... ce qui a entraîné l'écriture en double de l'entrée pour les dépôts restricted dans tes sources ; ça ne semble pas générer d'erreurs, mais il serait quand même bon de corriger, à mon humble avis.

Si possible, donne le retour de :

ubuntu-drivers devices

A+

Dernière modification par ylag (Le 21/03/2023, à 16:09)

Hors ligne

#36 Le 21/03/2023, à 16:12

FY19

Re : Clavier visuel

Comment faire pour corriger ?

Hors ligne

#37 Le 21/03/2023, à 16:15

nany

Re : Clavier visuel

FY19 a écrit :

Je ne sais pas si j'ai fait une erreur quelque part

Oui, tu as fait une erreur en relançant la première commande.

Maintenant donne les retours de :

sudo sed -i 's/restricted restricted/restricted/' /etc/apt/sources.list && cat /etc/apt/sources.list
ubuntu-drivers devices

Et fait bien attention à tes copier/coller afin qu’on ne voit pas un enchevêtrement des résultats.

Hors ligne

#38 Le 21/03/2023, à 19:59

FY19

Re : Clavier visuel

moi@fy19:~$ sudo sed -i 's/restricted restricted/restricted/' /etc/apt/sources.list && cat /etc/apt/sources.list
[sudo] Mot de passe de moi : 
# deb cdrom:[Ubuntu 20.04.3 LTS _Focal Fossa_ - Release amd64 (20210819)]/ focal main restricted

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ jammy main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ jammy-updates main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://fr.archive.ubuntu.com/ubuntu/ jammy universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy universe
deb http://fr.archive.ubuntu.com/ubuntu/ jammy-updates universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://fr.archive.ubuntu.com/ubuntu/ jammy multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ jammy-updates multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://fr.archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse


deb http://security.ubuntu.com/ubuntu jammy-security main restricted
# deb-src http://security.ubuntu.com/ubuntu jammy-security main restricted
deb http://security.ubuntu.com/ubuntu jammy-security universe
# deb-src http://security.ubuntu.com/ubuntu jammy-security universe
deb http://security.ubuntu.com/ubuntu jammy-security multiverse
# deb-src http://security.ubuntu.com/ubuntu jammy-security multiverse

# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching "deb cdrom"
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.
moi@fy19:~$ ubuntu-drivers devices
== /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0 ==
modalias : pci:v000010DEd00001C8Csv00001025sd00001267bc03sc00i00
vendor   : NVIDIA Corporation
model    : GP107M [GeForce GTX 1050 Ti Mobile]
driver   : nvidia-driver-515 - distro non-free
driver   : nvidia-driver-470 - distro non-free
driver   : nvidia-driver-525-server - distro non-free
driver   : nvidia-driver-390 - distro non-free
driver   : nvidia-driver-418-server - distro non-free
driver   : nvidia-driver-470-server - distro non-free
driver   : nvidia-driver-510 - distro non-free
driver   : nvidia-driver-450-server - distro non-free
driver   : nvidia-driver-525 - distro non-free recommended
driver   : nvidia-driver-515-server - distro non-free
driver   : xserver-xorg-video-nouveau - distro free builtin

moi@fy19:~$ 

Hors ligne

#39 Le 21/03/2023, à 20:18

nany

Re : Clavier visuel

Bon alors, pour installer le pilote nvidia recommandé, exécute :

sudo ubuntu-drivers install

Puis redémarre.

Ensuite je redonne la main à xubu1957.

Hors ligne

#40 Le 21/03/2023, à 20:41

xubu1957

Re : Clavier visuel

Bonjour,

Je vais redemander le retour de :

snap run ubuntu-frame-osk

pour comparer avec le #12.


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

En ligne

#41 Le 22/03/2023, à 01:00

FY19

Re : Clavier visuel

Après avoir installé le pilote et redémarré , j'ai lancé la commande snap run ubuntu-frame-osk , voici ce que j'ai eu:

moi@fy19:~$ snap run ubuntu-frame-osk
Setting up watches.
Watches established.

J'ai attendu plus de 15 minutes et ça reste là et rien d'autre et quand je veux fermer le terminal , il apparait un panneau m'avertissant qu'il y a un processus actif dans le terminal et que fermer le terminal l'interrompra

Hors ligne

#42 Le 22/03/2023, à 01:40

FY19

Re : Clavier visuel

Je rappelle que dans l'écran de dévérouillage le clavier ubuntu-frame-osk apparait normalement avec dans la barre des menus l'icône des langue et, je peux dévérouiller en utilisant ubuntu-frame-osk . Sur les autres écrans , j'ai un bandeau noir au lieu du clavier ubuntu-frame-osk avec dans la barre des menus le chiffre 1 à l'intérieur d'un cercle(et parfois une flèche vers le haut à coté du cercle) au lieu et place de l'icône des langues

Hors ligne

#43 Le 22/03/2023, à 01:44

FY19

Re : Clavier visuel

Que signifie ce chiffre 1 à l'intérieur d'un cercle ?

Hors ligne

#44 Le 22/03/2023, à 07:35

xubu1957

Re : Clavier visuel

Bonjour,

snap logs -f ubuntu-frame

donne une information ?

repris dans github.com/MirServer/ubuntu-frame/issues/77#issuecomment-1192536735

Pourrait-on avoir une capture d'écran de l'anomalie, mentionnée au message #42 ?

Voir > [Tuto] Poster une image


Montre aussi :

ls -l /var/crash

Dernière modification par xubu1957 (Le 22/03/2023, à 11:12)


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

En ligne

#45 Le 22/03/2023, à 19:20

FY19

Re : Clavier visuel

Bonjour ,
Pour snap logs -f ubuntu-frame :

moi@fy19:~$ snap logs -f ubuntu-frame

Pour ls -l /var/crash :

moi@fy19:~$ ls -l /var/crash
total 55364
-rw-r----- 1 moi whoopsie 38762671 mars  19 01:02 _usr_bin_gnome-shell.1000.crash
-rw-r--r-- 1 moi whoopsie        0 mars  19 01:02 _usr_bin_gnome-shell.1000.upload
-rw------- 1 whoopsie whoopsie       37 mars  19 01:02 _usr_bin_gnome-shell.1000.uploaded
-rw-r----- 1 moi whoopsie 17919897 mars  22 17:46 _usr_bin_update-manager.1000.crash
-rw-r--r-- 1 moi whoopsie        0 mars  22 17:46 _usr_bin_update-manager.1000.upload
-rw------- 1 whoopsie whoopsie       37 mars  22 17:46 _usr_bin_update-manager.1000.uploaded
moi@fy19:~$ 

Voici le lien pour copie d'écran : [img]https://.casimages.com/img/2023/03/22/mini_Erreur 1[/img]

Hors ligne

#46 Le 22/03/2023, à 19:32

xubu1957

Re : Clavier visuel

echo $XDG_SESSION_TYPE

pour voir si c'est Wayland ou x11.


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

En ligne

#47 Le 22/03/2023, à 19:43

FY19

Re : Clavier visuel

moi@fy19:~$ echo $XDG_SESSION_TYPE
x11
moi@fy19:~$ 

Hors ligne

#48 Le 22/03/2023, à 19:51

xubu1957

Re : Clavier visuel

Je suis en peine pour trouver une solution.

Les échanges ne sont pas évidents > forum.jami.net/t/on-screen-keyboard-not-working


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

En ligne

#49 Le 22/03/2023, à 19:52

FY19

Re : Clavier visuel

Capture-d-cran-du-2023-03-22-18-24-25.png

voici de nouveau ci dessus un lien pour la capture d'écran
@+

Hors ligne

#50 Le 22/03/2023, à 19:55

xubu1957

Re : Clavier visuel

Et là, il est mentionné "Slow Keys"  dans [SOLVED] Keyboard not working once I log into 22.04

Une image dans askubuntu.com/questions/16992/how-can-i-listen-on-global-keypress-event, pour les touches lentes, dans les préférences d'Accessibilté.

Dernière modification par xubu1957 (Le 22/03/2023, à 20:00)


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

En ligne