Jump to content

rammfire

Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. @atone Good morning. Thank you for your tips on what to read. This page finally helped me: https://askubuntu.com/questions/138408/how-to-add-display-resolution-for-an-lcd-in-ubuntu-12-04-xrandr-problem xrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync xrandr --addmode HDMI-1 1920x1080_60.00
  2. @atone Thanks. This particular line of code helped me. xrandr --newmode "1440x900_60.00" 106.50 1440 1528 1672 1904 900 903 909 934 -hsync +vsync However, when I try to execute this line of code, I get an error. xrandr --output HDMI-1 --mode 1920x1080_60.00 xrandr: cannot find mode 1920x1080_60.00 I don't fully understand how to execute this command, or will I fail to raise the screen resolution to the desired result?
  3. Good afternoon. The problem is indicated in the title. The computer is connected to my monitor via HDMI and the screen resolution is only 1024x768. Which is inconvenient to use. I saw a similar topic raised on the official forum of a single-payer in 2019, but no one answered there. Is this a problem of the computer itself or the Linux kernel or drivers?
  4. Hello everyone! I try to install game library for Python 3 (via pip) PyGame. After downloading package, i get message below: pip install pygame Defaulting to user installation because normal site-packages is not writeable Collecting pygame Downloading pygame-2.1.2.tar.gz (10.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.1/10.1 MB 3.5 MB/s eta 0:00:00 Preparing metadata (setup.py) ... error error: subprocess-exited-with-error × python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [30 lines of output] WARNING, No "Setup" File Exists, Running "buildconfig/config.py" Using UNIX configuration... /bin/sh: 1: sdl2-config: not found /bin/sh: 1: sdl2-config: not found /bin/sh: 1: sdl2-config: not found Traceback (most recent call last): File "<string>", line 2, in <module> File "<pip-setuptools-caller>", line 34, in <module> File "/tmp/pip-install-m1yp62ur/pygame_44d4c02831ed4c49940d26d640b55b6a/setup.py", line 359, in <module> buildconfig.config.main(AUTO_CONFIG) File "/tmp/pip-install-m1yp62ur/pygame_44d4c02831ed4c49940d26d640b55b6a/buildconfig/config.py", line 225, in main deps = CFG.main(**kwds) File "/tmp/pip-install-m1yp62ur/pygame_44d4c02831ed4c49940d26d640b55b6a/buildconfig/config_unix.py", line 188, in main DependencyProg('SDL', 'SDL_CONFIG', 'sdl2-config', '2.0', ['sdl']), File "/tmp/pip-install-m1yp62ur/pygame_44d4c02831ed4c49940d26d640b55b6a/buildconfig/config_unix.py", line 39, in __init__ self.ver = config[0].strip() IndexError: list index out of range Hunting dependencies... --- For help with compilation see: https://www.pygame.org/wiki/Compilation To contribute to pygame development see: https://www.pygame.org/contribute.html --- [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed × Encountered error while generating package metadata. ╰─> See above for output. note: This is an issue with the package mentioned above, not pip. hint: See above for details.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines