The kivy file does not start from the console

Everything was installed exactly in order and correctly on the site kivy.org, but the script with kiwi still does not run from the console. Something is wrong with sdl2. What's not friends with what? If you do not run it through the console, but through the development environment, then everything works.

    [INFO   ] [Logger      ] Record log in /home/lemon/.kivy /logs/kivy_20-12-24_19.txt
   [INFO   ] [Kivy        ] v2.1.0.dev0
   [INFO   ] [Kivy        ] Installed at "/home/lemon/kivy/kivy/__init__.py"
   [INFO   ] [Python      ] v3.6.9 (default, Oct  8 2020, 12:12:24)
   [GCC 8.4.0]
   [INFO   ] [Python      ] Interpreter at "/home/lemon/kivy_venv/bin/python3"
   [INFO   ] [Factory     ] 186 symbols loaded
   [INFO   ] [ImageLoaderFFPy] Using ffpyplayer 4.3.2
   [INFO   ] [Image       ] Providers: img_tex, img_dds, img_sdl2, img_pil,  img_ffpyplayer
   [INFO   ] [Window      ] Provider: sdl2
   [CRITICAL] [Window      ] Unable to find any valuable Window provider. Please enable debug logging (e.g. add -d if running from the command line, or change the log level in the config) and re-run your app to identify potential causes
sdl2 - RuntimeError: b'No available video device'
  File "/home/lemon/kivy/kivy/core/__init__.py", line 70, in core_select_lib
    cls = cls()
    File "/home/lemon/kivy/kivy/core/window/window_sdl2.py", line 152, in    __init__
    super(WindowSDL, self).__init__()
  File "/home/lemon/kivy/kivy/core/window/__init__.py", line 982, in __init__
    self.create_window()
  File "/home/lemon/kivy/kivy/core/window/window_sdl2.py", line 289, in create_window
    self.get_gl_backend_name())
   File "kivy/core/window/_window_sdl2.pyx", line 112, in   kivy.core.window._window_sdl2._WindowSDL2Storage.setup_window
   File "kivy/core/window/_window_sdl2.pyx", line 74, in      kivy.core.window._window_sdl2._WindowSDL2Storage.die  

   x11 - ModuleNotFoundError: No module named 'kivy.core.window.window_x11'
   File "/home/lemon/kivy/kivy/core/__init__.py", line 62, in core_select_lib
    fromlist=[modulename], level=0)

   [CRITICAL] [App         ] Unable to get a Window, abort.
Author: Regaliv Derif, 2020-12-24