<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Bonjour, <br>
    </p>
    <p>voici ce que j'obtiens avec cette commande :</p>
    <pre> grep -B 4 EE /var/log/Xorg.0.log
[    10.392]    Before reporting problems, check <a class="moz-txt-link-freetext" href="http://wiki.x.org">http://wiki.x.org</a>
        to make sure that you have the latest version.
[    10.392] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (<font color="#EF2929"><b>EE</b></font>) error, (NI) not implemented, (??) unknown.
<font color="#06989A">--</font>
[    10.421]    ABI class: X.Org Video Driver, version 24.0
[    10.421] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    10.421] (II) FBDEV: driver for framebuffer: fbdev
[    10.421] (II) VESA: driver for VESA chipsets: vesa
[    10.436] (<font color="#EF2929"><b>EE</b></font>) open /dev/dri/card0: No such file or directory
[    10.436] (WW) Falling back to old probe method for modesetting
[    10.436] (<font color="#EF2929"><b>EE</b></font>) open /dev/dri/card0: No such file or directory
<font color="#06989A">--</font>
[    10.437]    compiled for 1.20.8, module version = 0.0.2
[    10.437]    ABI class: X.Org Video Driver, version 24.1
[    10.437] (**) FBDEV(1): claimed PCI slot 0@0:2:0
[    10.437] (II) FBDEV(1): using default device
[    10.437] (<font color="#EF2929"><b>EE</b></font>) Screen 0 deleted because of no matching config section.
<font color="#06989A">--</font>
[    10.446] (II) Initializing extension RENDER
[    10.447] (II) Initializing extension RANDR
[    10.448] (II) Initializing extension COMPOSITE
[    10.449] (II) Initializing extension DAMAGE
[    10.449] (II) Initializing extension MIT-SCR<font color="#EF2929"><b>EE</b></font>N-SAVER


Merci pour votre aide.

Cordialement.

Christian 
</pre>
    <div class="moz-cite-prefix">Le 12/08/2020 à 11:41, jdd--- via
      Toulouse-ll a écrit :<br>
    </div>
    <blockquote type="cite"
      cite="mid:6d9f99f9-28bc-6198-1055-84bb5297e56f@dodin.org">Le
      12/08/2020 à 10:19, Joyce MARKOLL via Toulouse-ll a écrit :
      <br>
      <blockquote type="cite">grep EE /var/log/Xorg.0.log
        <br>
      </blockquote>
      <br>
      grep -B 4 EE /var/log/Xorg.0.log
      <br>
      <br>
      est beaucoup mieux (-B 4 montre 4 lignes avant le message
      d'erreur)
      <br>
      <br>
      jdd
      <br>
      <br>
    </blockquote>
  </body>
</html>