logo Debian Debian Debian-France Debian-Facile Debian-fr.org Forum-Debian.fr Debian ? Communautés logo inclusivité

Debian-facile

Bienvenue sur Debian-Facile, site d'aide pour les nouveaux utilisateurs de Debian.

Vous n'êtes pas identifié(e).

#1 Re : Matériel » [Résolu] Multiples problèmes de firmware avec le X1 Carbon Gen10 » 08-06-2022 20:28:19

Haricophile
Comment ça sûr de la source ? C'est la source très officiellement.

#2 Re : Installation et migration » Mise à jour de Buster risquée ? » 08-06-2022 16:48:21

Haricophile
J'ai lu rapidement et je répond rapidement au fil de ce qui me vient, donc...

Pour les clés SSH, si c'est pour accéder chez les autres c'est dans le dossier /home

Si tu réinstalle en gardant le /home et en utilisant le même nom d'utilisateur pour l'ID 1000, l'installateur réutilise le dossier utilisateur sans rien effacer. C'est comme pour un upgrade. (partitionnement «manuel» bien sûr, et sans te planter dans les partitions!

Si réinstalle et tu as des trucs dans root et des config, des mails, des www... sauvegarde, copie, clone ... fais quelque chose parce que sans formater / ça risque d'être le bazar.

dans / moi j'ai 18Go avec bookworm et pas l'impression de ne rien avoir installé (bureau Mate), après si tu as des trucs dans /var tu peux peut-être les mettre dans une partition à part, ça ferait de la place.

Pour l'utilisateur il y a 2 choses, le nom et l'ID qui est 1000 pour le premier utilisateur créé en principe. tu peux le renommer, changer d'ID...  regarde la doc pour le faire proprement.

Si tu ne fais qu'un upgrade, il n'y a pas de raison qu'il te perde quoique ce soit, sauf éventuellement quelques configs surtout quand il y a des logiciels obsolètes remplacés par d'autres.

Quoique il en soit, la sauvegarde (vérifiée !) est la meilleure des sécurité.

#3 Re : Matériel » [Résolu] Multiples problèmes de firmware avec le X1 Carbon Gen10 » 08-06-2022 16:25:25

Haricophile
Je commencerais pas aller sur github télécharger et installer les firmwares intel comme marqué dans les logs. J'ai du trop vieux matériel pour être au courant des nouveautés roll

#4 Mate Desktop » disposition Clavier "moins fréquentes" » 08-06-2022 16:19:11

Haricophile
Réponses : 1
Salut, sous Cinnamon j'ai un «dispositions clavier moins fréquentes» avec ce que je veux dedans. Je présume que c'est donc installé sur le système. Comment puis-je utiliser une de ces disposition «moins fréquentes» dans Mate qui ne fournis pas cette option ?

#5 Re : Scripts, programmes et robots » assainir les noms de fichiers pour Windows » 29-03-2022 02:35:32

Haricophile
Je crois que je vais finir dans ce genre là effectivement, ça va demander plusieurs lignes de commandes pour faire ce que je veux. Il va falloir que je m'entraine sur les regex...

En tout cas merci

#6 Scripts, programmes et robots » assainir les noms de fichiers pour Windows » 28-03-2022 17:43:23

Haricophile
Réponses : 4
Bonjour,

Je veux pouvoir transférer de manière transparente un ensemble de fichier sur une machine Windows ou Android. Il y a bien detox, mais c'est pour le web et une arme de destruction massive pour mon usage a moin que quelqu'un sait le faite marcher sans détruire les caractères non-latin.

Je résume :

Les caractères problématiques :
~~~~~~~~~~~~~~~~~~~~~~~~

< (less than)
> (greater than)
: (colon)
" (double quote)
' (simple quote, c'est mieux sans)
/ (forward slash)
\ (backslash)
| (vertical bar or pipe)
? (question mark)
* (asterisk)
retour chariot
tabulation

autres règles :
~~~~~~~~~~
pas de « »au début du nom
pas de « . » ou de « » à la fin du nom
pas de retour de ligne ou de tabulation
supporte les espaces dans le nom
autorise les alphabets non latins (cyrillique…)
remplace un caractère non désiré par un _ ou une espace
.... et idéalement il faut gérer les «doublons» avec un conflits de casse (ajout d'un n° ?)
.... et tout a coup je pense aux noms de fichiers excessivement longs, itou ?

Est-ce que quelqu'un sait faire ça ou connaît un outil qui va m'éviter de réinventer la roue ?

P.S. Ce qu'il y a d'extraordinaire avec Windows c'est que le système NTFS supporte plus de choses que Windows sait gérer, ce qui peut être très fun avec un disque externe utilisé depuis Linux...

#7 Re : Système » Virtualisation Windows 10 sur Debian (choix de la VM, passthrough,...) » 29-12-2020 18:41:41

Haricophile

Alors que c'est tellement plus simple de jouer directement sur Debian cool
Jouer sous Debian ? Facile !


Quand ça marche... mais il y a déjà pas mal de possibilités.

Sinon il n'y a aucune raison sur une installation faite dans les règles (donc normale sans bidouille) qu'une mise à jour de Windows (qui ne soit pas une réinstallation...) écrase le GRUB. Par contre après une mise-à-jour de l'UEFI des ordinateurs modernes, il faut éventuellement lui redemander gentiment de mettre le chargeur de démarrage de Debian plutôt que celui de windows. Selon les marques, il y a une touche a appuyer pour accéder à la configuration de l'UEFI (Supr. Echap. ...).

#8 Autres News » bash et mapfile (extension du Bash) » 19-12-2020 18:46:03

Haricophile
Réponses : 1
Je transmets au cas où ça en intéresserait certains :


Tournée de shell:

Vous connaissez ces petits bouts de code qui interceptent et étendent
les fonctionnalités logicielles, comme les HTML5shim pour ajouter les
balises manquantes aux navigateurs anciens.

Je viens de faire la même chose pour étendre la commande mapfile dans
les scripts bash.

Originellement, la commande interne à Bash "mapfile" permet de lire un
fichier dans un tableau indexé numériquement. Mais quant on a besoin de
lire des paires de clé valeur comme en provenance d'un fichier d’options
ou d’une extraction d’objet JSON, pour le moment mapfile n’est pas
capable de le faire. Ça pourrait changer dans une future version de Bash
car mon idée a été accueillie très positivement par le principal
mainteneur actuel de Bash, l’éminent Chet Ramey.

Ceci-dit, si on tient compte de la célérité gastéropodique avec laquelle
les nouvelles versions de Bash sont introduites sur les différents
systèmes, ça deviendra une fonctionnalité sur laquelle on peut compter,
d’ici une quinzaine d’années avec de la chance.

Donc en attendant, ce shim pour bash ajoutera cette fonctionnalité à
mapfile, si elle n’y est pas déjà:

https://gist.github.com/leagris/0cb299f … 6bf2bb5235

--
Léa Gris

#9 Re : Installation et migration » Pas de gestion CSM dans le bios > » 04-07-2020 15:41:11

Haricophile
Petite appartée : Redhat compte supprimer complètement le support du BIOS. Qu'il y ait des nouveaux PC sans module de compatibilité ne m'étonne pas. Le BIOS vit ses derniers instants.

Par contre ce cerait bien d'avoir des projets genre u-boot que je n'ai pas encore pris le temps de regarder pour remplacer l'abominable UEFI qui était une super idée mais qui a été totalement pourrie par Microsoft et Cie.

#10 Re : Réseau » "problème"microcode à l'upgrade » 04-07-2020 13:27:02

Haricophile
accès au patebin pour commencer... kernal_panic.gif

#11 Re : Matériel » btrfs , zfs et ext4 dans le cadre d'un raid 1 » 03-07-2020 23:02:01

Haricophile

https://www.phoronix.com/scan.php?page= … pringfield

Following recent talk of Fedora potentially switching to Btrfs and Red Hat's Storage Instatiation Daemon among other Linux storage areas pursued by Red Hat, it turns out "Project Springfield" is some effort being pursued by the enterprise Linux giant for improving in this area.


The Btrfs file system has been in Technology Preview state since the initial release of Red Hat Enterprise Linux 6. Red Hat will not be moving Btrfs to a fully supported feature and it will be removed in a future major release of Red Hat Enterprise Linux.
The Btrfs file system did receive numerous updates from the upstream in Red Hat Enterprise Linux 7.4 and will remain available in the Red Hat Enterprise Linux 7 series. However, this is the last planned update to this feature.
Red Hat will continue to invest in future technologies to address the use cases of our customers, specifically those related to snapshots, compression, NVRAM, and ease of use. We encourage feedback through your Red Hat representative on features and requirements you have for file systems and storage technology.


Pas très cohérent au regard de BTRFS mais de toute évidence ils ont dans les cartons un système plus global et misant sur l'avenir des disques non mécaniques NVRAM et suivants qui ont des problématiques très différentes des systèmes mécaniques.

#12 Re : Réseau » "problème"microcode à l'upgrade » 03-07-2020 14:33:20

Haricophile
Free ou pas free, je reste sur l'idée que les paquets microcodes corrigent des problèmes de processeur, et donc aussi des problèmes de sécurité. Je les installe toujours par principe.

#13 Re : Matériel » btrfs , zfs et ext4 dans le cadre d'un raid 1 » 03-07-2020 14:26:37

Haricophile
Le snapshot c'est figer une partie du disque en écriture et écrire ailleurs sur le(s) disques durant la durée de l'utilisation du snapshot. Ça permet d'avoir des données qui ne bougent pas durant qu'on les traite (pour une sauvegarde ou autre) quand bien même le système continue a fonctionner normalement.

De même BTRFF et ZFS permettent la modification des disques dynamiquement, c'est à dire en cours de fonctionnement.

Je pense que ZFS c'est au top depuis longtemps, mais ça ne provient pas de Linux mais de solaris et a mon avis c'est trop de complexité pour avoir un intéret de gérer ça en dehors d'une grosse conf.

Sur mon desktop, j'eu envisagé BTRFS mais en fait mon usage du FS est trop basique pour en avoir une vrai utilité (je ne mets pas non plus LVM...) et BTRFS apporte plein de choses mais pas la vitesse.

Mon avis qui n'engage que ceux qui l'écoutent est que Ext4 suffit bien pour la majorité des desktops, et si tu veux gérer plus finement (pour les backups, gérer synamiquement l'espace de stockage...) mets BTRFS qui fait partie du monde Linux.

Je ne sais pas si mes informations sont très à jour pour les perfs.

#14 Re : Scripts, programmes et robots » résolu keepassxc & firefox » 05-06-2020 01:56:22

Haricophile
Je veux dire que j'utilise keepass en local et sans greffon dans le browser, et éventuellement sur USB dans Windows. Moins il y a ce genre de chose en ligne, moins on s'expose.

Dans les paramètres, il y a quelques trucs intéressant a régler, dont le comportement quand on copie le nom d'utilisateur et mot de passe avec "masquer la fenêtre après la copie dans le presse-papier".

Pour passer d'une fenêtre a l'autre sur les différents bureaux c'est en général la combinaison de touche <alt><tabulation> qui me permet de remettre en avant la fenêtre réduite si je copie en 2 fois (ce que je fais d'habitude) l'utilisateur + mot de passe. Ça fait un aller retour, mais je ne fais pas ça 15 fois par minute roll d'autant que je mémorise dans le navigateur les forums et truc sans beaucoup d'importance ni enjeu financier.

Sinon l'avantage de keepass est qu'on peut y stocker autre chose en fichier joint. Sur une carte mémoire micro-sd c'est discret pour mettre a l'abri même en voyage, et ne demande pas de connection internet, genre pour la photo du passeport.

En général j'utilise keepassxc qui a moins d'options, qui n'est pas compilé pour Windows, mais qui de fait a moins de problèmes et pas de dépendance à Mono. Keepass2 n'a pas fonctionné super durant une longue période même si c'est bien mieux actuellement, et en plus j'utilise l'option "enregistrer après chaques modif" qui avait été supprimé de keepass2 (je crois que c'est revenu).

#15 Re : Scripts, programmes et robots » résolu keepassxc & firefox » 04-06-2020 18:18:48

Haricophile
J'avoue avoir une méfiance sur les trucs trop intégrés au navigateur. J'utilise le truc de firefox pour ce qui n'est pas critique (ce forum par exemple) et fais du copier coller avec le keepass desktop pour le reste. Avec les touches <alt><tab>  et l'option de cacher la fenêtre à la copie, je ne trouve pas ça très contraignant.

#16 Re : Matériel » Une nouvelle box ? » 01-05-2020 11:46:40

Haricophile
.... et b pour bit et non pour byte  old_geek.gif

#17 Re : Matériel » ordinateur portable occassion » 29-04-2020 21:55:33

Haricophile
Je confirme que HP c'est pas le top ni fiabilité ni strandardisation des firmwares et ce genre de choses

en tout cas rester sur la game pro

#18 Re : Matériel » double écran - double chipset - hdmi non reconnu » 29-04-2020 20:40:05

Haricophile
J'ai résolu le problème en le contournant : J'ai installé Ubuntu qui semble mieux gérer ma machine éminemment standard... à savoir un HP roll roll roll

J'analyserais la config plus tard. J'ai un peu autre chose a faire.

#19 Re : Matériel » double écran - double chipset - hdmi non reconnu » 27-04-2020 20:48:01

Haricophile
Bon, je désespère, ça ne veut plus tomber en marche. Je n'y comprends rien.
kernal_panic.gifkernal_panic.gifkernal_panic.gif


$ xrandr --verbose
Screen 1: minimum 320 x 200, current 1920 x 1080, maximum 16384 x 16384
eDP-1 connected primary 1920x1080+0+0 (0x45) normal (normal left inverted right x axis y axis) 381mm x 214mm
  Identifier: 0x42
  Timestamp:  38100
  Subpixel:   unknown
  Gamma:      1.0:1.0:1.0
  Brightness: 1.0
  Clones:    
  CRTC:       0
  CRTCs:      0 1 2
  Transform:  1.000000 0.000000 0.000000
              0.000000 1.000000 0.000000
              0.000000 0.000000 1.000000
             filter:
  EDID:
    00ffffffffffff000dae381700000000
    0c1901049526157802a155a556519d28
    0b505400000001010101010101010101
    010101010101b43b804a713834403020
    35007dd61000001acd27804a71383440
    302035007dd61000001a000000000000
    00000000000000000000000000000002
    000c33ff0f3c96161d489600000000db
  scaling mode: Full aspect
    supported: Full, Center, Full aspect
  Colorspace: Default
    supported: Default, RGB_Wide_Gamut_Fixed_Point, RGB_Wide_Gamut_Floating_Point, opRGB, DCI-P3_RGB_D65, BT2020_RGB, BT601_YCC, BT709_YCC, XVYCC_601, XVYCC_709, SYCC_601, opYCC_601, BT2020_CYCC, BT2020_YCC
  max bpc: 12
    range: (6, 12)
  Broadcast RGB: Automatic
    supported: Automatic, Full, Limited 16:235
  link-status: Good
    supported: Good, Bad
  CONNECTOR_ID: 95
    supported: 95
  non-desktop: 0
    range: (0, 1)
  1920x1080 (0x45) 152.840MHz +HSync -VSync *current +preferred
        h: width  1920 start 1968 end 2000 total 2250 skew    0 clock  67.93KHz
        v: height 1080 start 1083 end 1088 total 1132           clock  60.01Hz
  1920x1080 (0x46) 356.375MHz -HSync +VSync DoubleScan
        h: width  1920 start 2080 end 2288 total 2656 skew    0 clock 134.18KHz
        v: height 1080 start 1081 end 1084 total 1118           clock  60.01Hz
  1920x1080 (0x47) 266.500MHz +HSync -VSync DoubleScan
        h: width  1920 start 1944 end 1960 total 2000 skew    0 clock 133.25KHz
        v: height 1080 start 1081 end 1084 total 1111           clock  59.97Hz
  1920x1080 (0x48) 173.000MHz -HSync +VSync
        h: width  1920 start 2048 end 2248 total 2576 skew    0 clock  67.16KHz
        v: height 1080 start 1083 end 1088 total 1120           clock  59.96Hz
  1920x1080 (0x49) 138.500MHz +HSync -VSync
        h: width  1920 start 1968 end 2000 total 2080 skew    0 clock  66.59KHz
        v: height 1080 start 1083 end 1088 total 1111           clock  59.93Hz
  1920x1080 (0x4a) 101.890MHz +HSync -VSync
        h: width  1920 start 1968 end 2000 total 2250 skew    0 clock  45.28KHz
        v: height 1080 start 1083 end 1088 total 1132           clock  40.00Hz
  1680x1050 (0x4b) 146.250MHz -HSync +VSync
        h: width  1680 start 1784 end 1960 total 2240 skew    0 clock  65.29KHz
        v: height 1050 start 1053 end 1059 total 1089           clock  59.95Hz
  1680x1050 (0x4c) 119.000MHz +HSync -VSync
        h: width  1680 start 1728 end 1760 total 1840 skew    0 clock  64.67KHz
        v: height 1050 start 1053 end 1059 total 1080           clock  59.88Hz
  1600x1024 (0x4d) 103.125MHz +HSync +VSync
        h: width  1600 start 1600 end 1656 total 1664 skew    0 clock  61.97KHz
        v: height 1024 start 1024 end 1029 total 1030           clock  60.17Hz
  1400x1050 (0x4e) 122.000MHz +HSync +VSync
        h: width  1400 start 1488 end 1640 total 1880 skew    0 clock  64.89KHz
        v: height 1050 start 1052 end 1064 total 1082           clock  59.98Hz
  1600x900 (0x4f) 246.000MHz -HSync +VSync DoubleScan
        h: width  1600 start 1728 end 1900 total 2200 skew    0 clock 111.82KHz
        v: height  900 start  901 end  904 total  932           clock  59.99Hz
  1600x900 (0x50) 186.500MHz +HSync -VSync DoubleScan
        h: width  1600 start 1624 end 1640 total 1680 skew    0 clock 111.01KHz
        v: height  900 start  901 end  904 total  926           clock  59.94Hz
  1600x900 (0x51) 118.250MHz -HSync +VSync
        h: width  1600 start 1696 end 1856 total 2112 skew    0 clock  55.99KHz
        v: height  900 start  903 end  908 total  934           clock  59.95Hz
  1600x900 (0x52) 97.500MHz +HSync -VSync
        h: width  1600 start 1648 end 1680 total 1760 skew    0 clock  55.40KHz
        v: height  900 start  903 end  908 total  926           clock  59.82Hz
  1280x1024 (0x53) 108.000MHz +HSync +VSync
        h: width  1280 start 1328 end 1440 total 1688 skew    0 clock  63.98KHz
        v: height 1024 start 1025 end 1028 total 1066           clock  60.02Hz
  1440x900 (0x54) 106.500MHz -HSync +VSync
        h: width  1440 start 1520 end 1672 total 1904 skew    0 clock  55.93KHz
        v: height  900 start  903 end  909 total  934           clock  59.89Hz
  1400x900 (0x55) 103.500MHz -HSync +VSync
        h: width  1400 start 1480 end 1624 total 1848 skew    0 clock  56.01KHz
        v: height  900 start  903 end  913 total  934           clock  59.96Hz
  1400x900 (0x56) 86.500MHz +HSync -VSync
        h: width  1400 start 1448 end 1480 total 1560 skew    0 clock  55.45KHz
        v: height  900 start  903 end  913 total  926           clock  59.88Hz
  1280x960 (0x57) 108.000MHz +HSync +VSync
        h: width  1280 start 1376 end 1488 total 1800 skew    0 clock  60.00KHz
        v: height  960 start  961 end  964 total 1000           clock  60.00Hz
  1440x810 (0x58) 198.125MHz -HSync +VSync DoubleScan
        h: width  1440 start 1548 end 1704 total 1968 skew    0 clock 100.67KHz
        v: height  810 start  811 end  814 total  839           clock  60.00Hz
  1440x810 (0x59) 151.875MHz +HSync -VSync DoubleScan
        h: width  1440 start 1464 end 1480 total 1520 skew    0 clock  99.92KHz
        v: height  810 start  811 end  814 total  833           clock  59.97Hz
  1368x768 (0x5a) 85.250MHz -HSync +VSync
        h: width  1368 start 1440 end 1576 total 1784 skew    0 clock  47.79KHz
        v: height  768 start  771 end  781 total  798           clock  59.88Hz
  1368x768 (0x5b) 72.250MHz +HSync -VSync
        h: width  1368 start 1416 end 1448 total 1528 skew    0 clock  47.28KHz
        v: height  768 start  771 end  781 total  790           clock  59.85Hz
  1360x768 (0x5c) 84.750MHz -HSync +VSync
        h: width  1360 start 1432 end 1568 total 1776 skew    0 clock  47.72KHz
        v: height  768 start  771 end  781 total  798           clock  59.80Hz
  1360x768 (0x5d) 72.000MHz +HSync -VSync
        h: width  1360 start 1408 end 1440 total 1520 skew    0 clock  47.37KHz
        v: height  768 start  771 end  781 total  790           clock  59.96Hz
  1280x800 (0x5e) 174.250MHz -HSync +VSync DoubleScan
        h: width  1280 start 1380 end 1516 total 1752 skew    0 clock  99.46KHz
        v: height  800 start  801 end  804 total  829           clock  59.99Hz
  1280x800 (0x5f) 134.250MHz +HSync -VSync DoubleScan
        h: width  1280 start 1304 end 1320 total 1360 skew    0 clock  98.71KHz
        v: height  800 start  801 end  804 total  823           clock  59.97Hz
  1280x800 (0x60) 83.500MHz -HSync +VSync
        h: width  1280 start 1352 end 1480 total 1680 skew    0 clock  49.70KHz
        v: height  800 start  803 end  809 total  831           clock  59.81Hz
  1280x800 (0x61) 71.000MHz +HSync -VSync
        h: width  1280 start 1328 end 1360 total 1440 skew    0 clock  49.31KHz
        v: height  800 start  803 end  809 total  823           clock  59.91Hz
  1152x864 (0x62) 81.620MHz -HSync +VSync
        h: width  1152 start 1216 end 1336 total 1520 skew    0 clock  53.70KHz
        v: height  864 start  865 end  868 total  895           clock  60.00Hz
  1280x720 (0x63) 156.125MHz -HSync +VSync DoubleScan
        h: width  1280 start 1376 end 1512 total 1744 skew    0 clock  89.52KHz
        v: height  720 start  721 end  724 total  746           clock  60.00Hz
  1280x720 (0x64) 120.750MHz +HSync -VSync DoubleScan
        h: width  1280 start 1304 end 1320 total 1360 skew    0 clock  88.79KHz
        v: height  720 start  721 end  724 total  740           clock  59.99Hz
  1280x720 (0x65) 74.500MHz -HSync +VSync
        h: width  1280 start 1344 end 1472 total 1664 skew    0 clock  44.77KHz
        v: height  720 start  723 end  728 total  748           clock  59.86Hz
  1280x720 (0x66) 63.750MHz +HSync -VSync
        h: width  1280 start 1328 end 1360 total 1440 skew    0 clock  44.27KHz
        v: height  720 start  723 end  728 total  741           clock  59.74Hz
  1024x768 (0x67) 133.475MHz -HSync +VSync DoubleScan
        h: width  1024 start 1100 end 1212 total 1400 skew    0 clock  95.34KHz
        v: height  768 start  768 end  770 total  794           clock  60.04Hz
  1024x768 (0x68) 65.000MHz -HSync -VSync
        h: width  1024 start 1048 end 1184 total 1344 skew    0 clock  48.36KHz
        v: height  768 start  771 end  777 total  806           clock  60.00Hz
  960x720 (0x69) 117.000MHz -HSync +VSync DoubleScan
        h: width   960 start 1024 end 1128 total 1300 skew    0 clock  90.00KHz
        v: height  720 start  720 end  722 total  750           clock  60.00Hz
  928x696 (0x6a) 109.150MHz -HSync +VSync DoubleScan
        h: width   928 start  976 end 1088 total 1264 skew    0 clock  86.35KHz
        v: height  696 start  696 end  698 total  719           clock  60.05Hz
  896x672 (0x6b) 102.400MHz -HSync +VSync DoubleScan
        h: width   896 start  960 end 1060 total 1224 skew    0 clock  83.66KHz
        v: height  672 start  672 end  674 total  697           clock  60.01Hz
  1024x576 (0x6c) 98.500MHz -HSync +VSync DoubleScan
        h: width  1024 start 1092 end 1200 total 1376 skew    0 clock  71.58KHz
        v: height  576 start  577 end  580 total  597           clock  59.95Hz
  1024x576 (0x6d) 78.375MHz +HSync -VSync DoubleScan
        h: width  1024 start 1048 end 1064 total 1104 skew    0 clock  70.99KHz
        v: height  576 start  577 end  580 total  592           clock  59.96Hz
  1024x576 (0x6e) 46.500MHz -HSync +VSync
        h: width  1024 start 1064 end 1160 total 1296 skew    0 clock  35.88KHz
        v: height  576 start  579 end  584 total  599           clock  59.90Hz
  1024x576 (0x6f) 42.000MHz +HSync -VSync
        h: width  1024 start 1072 end 1104 total 1184 skew    0 clock  35.47KHz
        v: height  576 start  579 end  584 total  593           clock  59.82Hz
  960x600 (0x70) 96.625MHz -HSync +VSync DoubleScan
        h: width   960 start 1028 end 1128 total 1296 skew    0 clock  74.56KHz
        v: height  600 start  601 end  604 total  622           clock  59.93Hz
  960x600 (0x71) 77.000MHz +HSync -VSync DoubleScan
        h: width   960 start  984 end 1000 total 1040 skew    0 clock  74.04KHz
        v: height  600 start  601 end  604 total  617           clock  60.00Hz
  960x540 (0x72) 86.500MHz -HSync +VSync DoubleScan
        h: width   960 start 1024 end 1124 total 1288 skew    0 clock  67.16KHz
        v: height  540 start  541 end  544 total  560           clock  59.96Hz
  960x540 (0x73) 69.250MHz +HSync -VSync DoubleScan
        h: width   960 start  984 end 1000 total 1040 skew    0 clock  66.59KHz
        v: height  540 start  541 end  544 total  555           clock  59.99Hz
  960x540 (0x74) 40.750MHz -HSync +VSync
        h: width   960 start  992 end 1088 total 1216 skew    0 clock  33.51KHz
        v: height  540 start  543 end  548 total  562           clock  59.63Hz
  960x540 (0x75) 37.250MHz +HSync -VSync
        h: width   960 start 1008 end 1040 total 1120 skew    0 clock  33.26KHz
        v: height  540 start  543 end  548 total  556           clock  59.82Hz
  800x600 (0x76) 81.000MHz +HSync +VSync DoubleScan
        h: width   800 start  832 end  928 total 1080 skew    0 clock  75.00KHz
        v: height  600 start  600 end  602 total  625           clock  60.00Hz
  800x600 (0x77) 40.000MHz +HSync +VSync
        h: width   800 start  840 end  968 total 1056 skew    0 clock  37.88KHz
        v: height  600 start  601 end  605 total  628           clock  60.32Hz
  800x600 (0x78) 36.000MHz +HSync +VSync
        h: width   800 start  824 end  896 total 1024 skew    0 clock  35.16KHz
        v: height  600 start  601 end  603 total  625           clock  56.25Hz
  840x525 (0x79) 73.125MHz -HSync +VSync DoubleScan
        h: width   840 start  892 end  980 total 1120 skew    0 clock  65.29KHz
        v: height  525 start  526 end  529 total  544           clock  60.01Hz
  840x525 (0x7a) 59.500MHz +HSync -VSync DoubleScan
        h: width   840 start  864 end  880 total  920 skew    0 clock  64.67KHz
        v: height  525 start  526 end  529 total  540           clock  59.88Hz
  864x486 (0x7b) 32.500MHz -HSync +VSync
        h: width   864 start  888 end  968 total 1072 skew    0 clock  30.32KHz
        v: height  486 start  489 end  494 total  506           clock  59.92Hz
  864x486 (0x7c) 30.500MHz +HSync -VSync
        h: width   864 start  912 end  944 total 1024 skew    0 clock  29.79KHz
        v: height  486 start  489 end  494 total  500           clock  59.57Hz
  800x512 (0x7d) 51.562MHz +HSync +VSync DoubleScan
        h: width   800 start  800 end  828 total  832 skew    0 clock  61.97KHz
        v: height  512 start  512 end  514 total  515           clock  60.17Hz
  700x525 (0x7e) 61.000MHz +HSync +VSync DoubleScan
        h: width   700 start  744 end  820 total  940 skew    0 clock  64.89KHz
        v: height  525 start  526 end  532 total  541           clock  59.98Hz
  800x450 (0x7f) 59.125MHz -HSync +VSync DoubleScan
        h: width   800 start  848 end  928 total 1056 skew    0 clock  55.99KHz
        v: height  450 start  451 end  454 total  467           clock  59.95Hz
  800x450 (0x80) 48.750MHz +HSync -VSync DoubleScan
        h: width   800 start  824 end  840 total  880 skew    0 clock  55.40KHz
        v: height  450 start  451 end  454 total  463           clock  59.82Hz
  640x512 (0x81) 54.000MHz +HSync +VSync DoubleScan
        h: width   640 start  664 end  720 total  844 skew    0 clock  63.98KHz
        v: height  512 start  512 end  514 total  533           clock  60.02Hz
  720x450 (0x82) 53.250MHz -HSync +VSync DoubleScan
        h: width   720 start  760 end  836 total  952 skew    0 clock  55.93KHz
        v: height  450 start  451 end  454 total  467           clock  59.89Hz
  700x450 (0x83) 51.750MHz -HSync +VSync DoubleScan
        h: width   700 start  740 end  812 total  924 skew    0 clock  56.01KHz
        v: height  450 start  451 end  456 total  467           clock  59.96Hz
  700x450 (0x84) 43.250MHz +HSync -VSync DoubleScan
        h: width   700 start  724 end  740 total  780 skew    0 clock  55.45KHz
        v: height  450 start  451 end  456 total  463           clock  59.88Hz
  640x480 (0x85) 54.000MHz +HSync +VSync DoubleScan
        h: width   640 start  688 end  744 total  900 skew    0 clock  60.00KHz
        v: height  480 start  480 end  482 total  500           clock  60.00Hz
  640x480 (0x86) 25.175MHz -HSync -VSync
        h: width   640 start  656 end  752 total  800 skew    0 clock  31.47KHz
        v: height  480 start  490 end  492 total  525           clock  59.94Hz
  720x405 (0x87) 22.500MHz -HSync +VSync
        h: width   720 start  744 end  808 total  896 skew    0 clock  25.11KHz
        v: height  405 start  408 end  413 total  422           clock  59.51Hz
  720x405 (0x88) 21.750MHz +HSync -VSync
        h: width   720 start  768 end  800 total  880 skew    0 clock  24.72KHz
        v: height  405 start  408 end  413 total  419           clock  58.99Hz
  684x384 (0x89) 42.625MHz -HSync +VSync DoubleScan
        h: width   684 start  720 end  788 total  892 skew    0 clock  47.79KHz
        v: height  384 start  385 end  390 total  399           clock  59.88Hz
  684x384 (0x8a) 36.125MHz +HSync -VSync DoubleScan
        h: width   684 start  708 end  724 total  764 skew    0 clock  47.28KHz
        v: height  384 start  385 end  390 total  395           clock  59.85Hz
  680x384 (0x8b) 42.375MHz -HSync +VSync DoubleScan
        h: width   680 start  716 end  784 total  888 skew    0 clock  47.72KHz
        v: height  384 start  385 end  390 total  399           clock  59.80Hz
  680x384 (0x8c) 36.000MHz +HSync -VSync DoubleScan
        h: width   680 start  704 end  720 total  760 skew    0 clock  47.37KHz
        v: height  384 start  385 end  390 total  395           clock  59.96Hz
  640x400 (0x8d) 41.750MHz -HSync +VSync DoubleScan
        h: width   640 start  676 end  740 total  840 skew    0 clock  49.70KHz
        v: height  400 start  401 end  404 total  415           clock  59.88Hz
  640x400 (0x8e) 35.500MHz +HSync -VSync DoubleScan
        h: width   640 start  664 end  680 total  720 skew    0 clock  49.31KHz
        v: height  400 start  401 end  404 total  411           clock  59.98Hz
  576x432 (0x8f) 40.810MHz -HSync +VSync DoubleScan
        h: width   576 start  608 end  668 total  760 skew    0 clock  53.70KHz
        v: height  432 start  432 end  434 total  447           clock  60.06Hz
  640x360 (0x90) 37.250MHz -HSync +VSync DoubleScan
        h: width   640 start  672 end  736 total  832 skew    0 clock  44.77KHz
        v: height  360 start  361 end  364 total  374           clock  59.86Hz
  640x360 (0x91) 31.875MHz +HSync -VSync DoubleScan
        h: width   640 start  664 end  680 total  720 skew    0 clock  44.27KHz
        v: height  360 start  361 end  364 total  370           clock  59.83Hz
  640x360 (0x92) 18.000MHz -HSync +VSync
        h: width   640 start  664 end  720 total  800 skew    0 clock  22.50KHz
        v: height  360 start  363 end  368 total  376           clock  59.84Hz
  640x360 (0x93) 17.750MHz +HSync -VSync
        h: width   640 start  688 end  720 total  800 skew    0 clock  22.19KHz
        v: height  360 start  363 end  368 total  374           clock  59.32Hz
  512x384 (0x94) 32.500MHz -HSync -VSync DoubleScan
        h: width   512 start  524 end  592 total  672 skew    0 clock  48.36KHz
        v: height  384 start  385 end  388 total  403           clock  60.00Hz
  512x288 (0x95) 23.250MHz -HSync +VSync DoubleScan
        h: width   512 start  532 end  580 total  648 skew    0 clock  35.88KHz
        v: height  288 start  289 end  292 total  299           clock  60.00Hz
  512x288 (0x96) 21.000MHz +HSync -VSync DoubleScan
        h: width   512 start  536 end  552 total  592 skew    0 clock  35.47KHz
        v: height  288 start  289 end  292 total  296           clock  59.92Hz
  480x270 (0x97) 20.375MHz -HSync +VSync DoubleScan
        h: width   480 start  496 end  544 total  608 skew    0 clock  33.51KHz
        v: height  270 start  271 end  274 total  281           clock  59.63Hz
  480x270 (0x98) 18.625MHz +HSync -VSync DoubleScan
        h: width   480 start  504 end  520 total  560 skew    0 clock  33.26KHz
        v: height  270 start  271 end  274 total  278           clock  59.82Hz
  400x300 (0x99) 20.000MHz +HSync +VSync DoubleScan
        h: width   400 start  420 end  484 total  528 skew    0 clock  37.88KHz
        v: height  300 start  300 end  302 total  314           clock  60.32Hz
  400x300 (0x9a) 18.000MHz +HSync +VSync DoubleScan
        h: width   400 start  412 end  448 total  512 skew    0 clock  35.16KHz
        v: height  300 start  300 end  301 total  312           clock  56.34Hz
  432x243 (0x9b) 16.250MHz -HSync +VSync DoubleScan
        h: width   432 start  444 end  484 total  536 skew    0 clock  30.32KHz
        v: height  243 start  244 end  247 total  253           clock  59.92Hz
  432x243 (0x9c) 15.250MHz +HSync -VSync DoubleScan
        h: width   432 start  456 end  472 total  512 skew    0 clock  29.79KHz
        v: height  243 start  244 end  247 total  250           clock  59.57Hz
  320x240 (0x9d) 12.587MHz -HSync -VSync DoubleScan
        h: width   320 start  328 end  376 total  400 skew    0 clock  31.47KHz
        v: height  240 start  245 end  246 total  262           clock  60.05Hz
  360x202 (0x9e) 11.250MHz -HSync +VSync DoubleScan
        h: width   360 start  372 end  404 total  448 skew    0 clock  25.11KHz
        v: height  202 start  204 end  206 total  211           clock  59.51Hz
  360x202 (0x9f) 10.875MHz +HSync -VSync DoubleScan
        h: width   360 start  384 end  400 total  440 skew    0 clock  24.72KHz
        v: height  202 start  204 end  206 total  209           clock  59.13Hz
  320x180 (0xa0)  9.000MHz -HSync +VSync DoubleScan
        h: width   320 start  332 end  360 total  400 skew    0 clock  22.50KHz
        v: height  180 start  181 end  184 total  188           clock  59.84Hz
  320x180 (0xa1)  8.875MHz +HSync -VSync DoubleScan
        h: width   320 start  344 end  360 total  400 skew    0 clock  22.19KHz
        v: height  180 start  181 end  184 total  187           clock  59.32Hz
HDMI-1 disconnected (normal left inverted right x axis y axis)
  Identifier: 0x43
  Timestamp:  38100
  Subpixel:   unknown
  Clones:    
  CRTCs:      0 1 2
  Transform:  1.000000 0.000000 0.000000
              0.000000 1.000000 0.000000
              0.000000 0.000000 1.000000
             filter:
  Content Protection: Undesired
    supported: Undesired, Desired, Enabled
  max bpc: 12
    range: (8, 12)
  content type: No Data
    supported: No Data, Graphics, Photo, Cinema, Game
  Colorspace: Default
    supported: Default, SMPTE_170M_YCC, BT709_YCC, XVYCC_601, XVYCC_709, SYCC_601, opYCC_601, opRGB, BT2020_CYCC, BT2020_RGB, BT2020_YCC, DCI-P3_RGB_D65, DCI-P3_RGB_Theater
  aspect ratio: Automatic
    supported: Automatic, 4:3, 16:9
  Broadcast RGB: Automatic
    supported: Automatic, Full, Limited 16:235
  audio: auto
    supported: force-dvi, off, auto, on
  link-status: Good
    supported: Good, Bad
  CONNECTOR_ID: 102
    supported: 102
  non-desktop: 0
    range: (0, 1)

#20 Re : Matériel » double écran - double chipset - hdmi non reconnu » 27-04-2020 13:12:55

Haricophile
Bon, je confirme qu'il faut que je fasse :

xrandr --setprovideroutputsource 1 0


ça suffit pour faire détecter l'écran qu'il faut que je configure derrière dans le burau (cinnamon pour tout de suite).

Il faurdrait qu'on m'explique pourquoi et comment le rendre automatique.scratchhead.gif

#21 Re : Vos préférences » Avez vous un multiboot, si oui quelles sont les distributions » 27-04-2020 12:01:42

Haricophile
J'ai viré Windows sur mon portable HP au firmware [HP|foireux] (ou inclusif) parce que j'étais un peu inquiet des mises à jour de firmware sous Linux et pour tester ou faire fonctionner éventuellement des choses pas-libres et qui posent problème en machine virtuelle. Mais vu le rapport usage/place occupée   je viens de le virer. Double-boot en Linux je ne vois pas trop l'intérêt, et en cas général une machine virtuelle fait bien mieux l'affaire d'autant qu'on peut la massacrer sans scrupule tongue

De Linux à linux c'est quand même bien rare qu'on ne puisse pas faire dans une distribution ce qu'on fait avec une autre distribution. Le seul intérêt que j'y vois peut-être c'est pour avoir une configuration optimisée pas forcément de manière pas forcément optimale pour d'autres usages, comme un ordinateur utilisé avec un kernel low-latency réglé aux petits oignons pour faire un studio de prise de son et MAO par exemple.

Bref, j'ai un windows virtuel pour communiquer avec le monde Microsoft (trucs chelous comme skype, line, assistance de gens chelous... lol  ).

#22 Re : Matériel » double écran - double chipset - hdmi non reconnu » 27-04-2020 11:44:33

Haricophile
Bon, j'ai mon double écran grâce au post : https://debian-facile.org/viewtopic.php?id=23623 mais je n'ai pas vraiment compris ce que j'ai fait. Je crois que c'est après la commande :

12:36 azuki@azuki get % xrandr --setprovideroutputsource 1 0  
 



Il va falloir que je vois après reboot, et que je comprenne un peu. Si quelqu'un est capable de formaliser ça dans le wiki, ça pourrait être utile parce que de nos jours une distro avec le double écran qui ne marche pas c'est chelou. J'ai ma femme et deux filles en télétravail, elles ont toutes un double écran. 3 personnes sur 3 ça ne fait pas des statistiques mais quand même...

#23 Re : Installation et migration » un programme me bloque pour passer a Linux » 26-04-2020 21:18:50

Haricophile
Je ne connais pas ni ton programme ni .net mais toutefois : https://dotnet.microsoft.com/download  ça peut peut-être faire avancer ton problème ?

Sinon en dehors de virtualbox tu as kvm/qemu et même le simplissime gnome-box auquel il faut rajouter spice pour avoir toutes les fonctionalités

#24 Re : Matériel » double écran - double chipset - hdmi non reconnu » 26-04-2020 19:09:24

Haricophile
Dans mons cas la nvidia et la hdmi ne sont pas reconnu, donc 1 seul écran vu par xrandr (logique)

#25 Matériel » double écran - double chipset - hdmi non reconnu » 26-04-2020 10:55:59

Haricophile
Réponses : 6
Bien, je me relance.

Je suis en testing avec:

Linux azuki 5.5.0-2-amd64 #1 SMP Debian 5.5.17-1 (2020-04-15) x86_64 GNU/Linux
 



J'ai un :

Nom de produit:OMEN by HP Laptop
Numéro de produit:1VG91EA#ABF
ID de la carte-mère:825B
Nom de processeur:Intel(R) Core(TM) i5-6300HQ CPU @ 2.30GHz



avec :

17: PCI 100.0: 0302 3D controller                              
  [Created at pci.386]
  Unique ID: VCu0.uZEHpGwnXL9
  Parent ID: vSkL.ssGVCrpcUlF
  SysFS ID: /devices/pci0000:00/0000:00:01.0/0000:01:00.0
  SysFS BusID: 0000:01:00.0
  Hardware Class: graphics card
  Device Name: "NVIDIA N16P-GX"
  Model: "nVidia GM107M [GeForce GTX 960M]"
  Vendor: pci 0x10de "nVidia Corporation"
  Device: pci 0x139b "GM107M [GeForce GTX 960M]"
  SubVendor: pci 0x103c "Hewlett-Packard Company"
  SubDevice: pci 0x825b
  Revision: 0xa2
  Driver: "nouveau"
  Driver Modules: "nouveau"
  Memory Range: 0xa3000000-0xa3ffffff (rw,non-prefetchable)
  Memory Range: 0x90000000-0x9fffffff (ro,non-prefetchable)
  Memory Range: 0xa0000000-0xa1ffffff (ro,non-prefetchable)
  I/O Ports: 0x4000-0x4fff (rw)
  Memory Range: 0xa4080000-0xa40fffff (ro,non-prefetchable,disabled)
  IRQ: 130 (83 events)
  Module Alias: "pci:v000010DEd0000139Bsv0000103Csd0000825Bbc03sc02i00"
  Driver Info #0:
    Driver Status: nouveau is active
    Driver Activation Cmd: "modprobe nouveau"
  Config Status: cfg=new, avail=yes, need=no, active=unknown
  Attached to: #12 (PCI bridge)

25: PCI 02.0: 0300 VGA compatible controller (VGA)
  [Created at pci.386]
  Unique ID: _Znp.eW0JZl5DxA3
  SysFS ID: /devices/pci0000:00/0000:00:02.0
  SysFS BusID: 0000:00:02.0
  Hardware Class: graphics card
  Device Name: "Intel Skylake HD Graphics ULT GT2"
  Model: "Intel HD Graphics 530"
  Vendor: pci 0x8086 "Intel Corporation"
  Device: pci 0x191b "HD Graphics 530"
  SubVendor: pci 0x103c "Hewlett-Packard Company"
  SubDevice: pci 0x825b
  Revision: 0x06
  Driver: "i915"
  Driver Modules: "i915"
  Memory Range: 0xa2000000-0xa2ffffff (rw,non-prefetchable)
  Memory Range: 0xb0000000-0xbfffffff (ro,non-prefetchable)
  I/O Ports: 0x5000-0x503f (rw)
  Memory Range: 0x000c0000-0x000dffff (rw,non-prefetchable,disabled)
  IRQ: 131 (431749 events)
  I/O Ports: 0x3c0-0x3df (rw)
  Module Alias: "pci:v00008086d0000191Bsv0000103Csd0000825Bbc03sc00i00"
  Driver Info #0:
    Driver Status: i915 is active
    Driver Activation Cmd: "modprobe i915"
  Config Status: cfg=new, avail=yes, need=no, active=unknown

Primary display adapter: #25



Ça marche out-of-box sur des distributions comme Fedora mais pas sous Debian.
J'ai essayé de voir s'il manquait un paquet mais il ne semble pas. Quelqu'un sait faire marcher un double écran sous Debian ? Passer sous Ubuntu ne me tente pas et je n'aime pas trop Fedora.

Pied de page des forums

Propulsé par FluxBB