Spyke

Posts

Can you recommend me a videocard?

Hi! 👋 Can you recommend me some videocard for my PC?

Here's the details:

  >>>>>>>>>> ЦП <<<<<<<<<<

	***** Процессор *****
Производитель: Intel
Кодовое название: Alder Lake-S (Core i5)
      Сокет: LGA 1700
Технология: 7 nm
Напряжение: 
Спецификация: 12th Gen Intel(R) Core(TM) i5-12400
Семейство: 0x6
Отобр. семейство: 0x6
    Модель: 0x7
Отобр. модель: 0x97
       Темп.: 52,00°C
Степпинг: 5
Инструкции: HT, MMX, SSE(1, 2, 3, 3S, 4.1, 4.2), AVX(1, 2), FMA(3), AES, CLMUL, RdRand, SHA, VT-x, x86-64

  >>>>>>>>>> Мат. плата <<<<<<<<<<

	***** Мат. плата *****
Производитель: Gigabyte Technology Co., Ltd.
    Модель: H610M S2H V3 DDR4
  Ревизия: x.x

	***** BIOS *****
      Марка: American Megatrends International, LLC.
    Версия: F3
        Дата: 12/14/2023
Размер ROM: 

	***** Чипсет *****
Производитель: Intel Corporation
    Модель: Device 7a87

	***** Операционная система *****
        Ядро: Linux 6.1.0-37-amd64
Дистрибутив: Debian GNU/Linux 12 (bookworm)
Имя хоста: mx
Время работы: 0 дней, 7 часов, 12 минут, 34 секунд
Компилятор: cc (Debian 12.2.0-14+deb12u1) 12.2.0

  >>>>>>>>>> Графика <<<<<<<<<<

	***** Карта 0 *****
Производитель: Intel
  Драйвер: i915
Версия UMD: Mesa 22.3.6
    Модель: Alder Lake-S GT1 [UHD Graphics 730]
Вычислительный узел: 
ИД устройства: 0x4692:0x0C
Версия VBIOS: 
Интерфейс: 
Температура: 
Использование: 
Напряжение ядра: 
Сред. напряжение: 
Частота ГП: 700 MHz
Частота памяти: 
Используемая память: 
   Resizable BAR: 
       Vulkan RT: Отключено
Версия OpenGL: 4.60
Версия Vulkan: 1.3.230
Версия OpenCL: 

Thanks in advance! 😉

View original on lemmings.world
cpp·C & C++byHungryLemon

Looking for C++ GUI library

Hi! Can you recommend some C++ libraries for making GUI interface? Also I know Tiled the Map Editor for creating maps for games, and I'm looking for some app for creating Graphical Interfaces for my future apps with a scaling elements feature (as I can do this in InkScape for example), and with many other features also. But I don't wanna use Qt.

So, I'm looking for:

  1. A C++ GUI library.
  2. An app for layouting of my future app.
  3. It doesn't will be Qt.

Thanks in advance! 😉

View original on lemmings.world

Transport endpoint is not connected

Hi, folks! 👋

I want to create a local ip address for my virtual machine. I use virt-manager + QEMU. So, as I got it - I need to create a bridge for doing this. But... When I'm trying to connect a created bridge to a virtual machine:

Then trying to start a virtual machine, I gets this error:

Ошибка запуска домена: /usr/lib/qemu/qemu-bridge-helper --use-vnet --br=br0 --fd=32: failed to communicate with bridge helper: stderr=failed to create tun device: Operation not permitted
: Transport endpoint is not connected

Traceback (most recent call last):
  File "/usr/share/virt-manager/virtManager/asyncjob.py", line 72, in cb_wrapper
    callback(asyncjob, *args, **kwargs)
  File "/usr/share/virt-manager/virtManager/asyncjob.py", line 108, in tmpcb
    callback(*args, **kwargs)
  File "/usr/share/virt-manager/virtManager/object/libvirtobject.py", line 57, in newfn
    ret = fn(self, *args, **kwargs)
          ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/share/virt-manager/virtManager/object/domain.py", line 1402, in startup
    self._backend.create()
  File "/usr/lib/python3/dist-packages/libvirt.py", line 1373, in create
    raise libvirtError('virDomainCreate() failed')
libvirt.libvirtError: /usr/lib/qemu/qemu-bridge-helper --use-vnet --br=br0 --fd=32: failed to communicate with bridge helper: stderr=failed to create tun device: Operation not permitted
: Transport endpoint is not connected

For creating bridges I use the standard network manager for Xfce:

I use MX Linux operating system for the host machine.

So, what do I do wrong, and how can I fix this problem? 🤔

View original on lemmings.world

Failed to connect. Homeserver configuration found with *** appears unusable.

Hi, folks! I've already create my own server for Matrix, and now I'm trying to set up Cinny for anyone can use my server from a browser.

But Cinny writes me:

Failed to connect. Homeserver configuration found with my homeserver name appears unusable.

When I'm trying to choose my server from a list.

Here's the config file of Cinny:

{
  "defaultHomeserver": 2,
  "homeserverList": [
    "my.server.org",
    "matrix.org"
  ],
  "allowCustomHomeservers": true,

  "featuredCommunities": {
    "openAsDefault": false,
    "spaces": [
      "#cinny-space:matrix.org",
      "#community:matrix.org"
    ],
    "rooms": [
      "#cinny:matrix.org"
    ],
    "servers": ["my.server.org", "matrix.org"]
  },

  "hashRouter": {
    "enabled": true,
    "basename": "/"
  }
}

But when I'm trying to use Cinny from it website - everything works fine. But when I'm trying to use this from my self-hosted variant - I gets this error.

So, what do I do wrong, people? 🤔

View original on lemmings.world

There's changes don't sends from origin to another branch

Hi, folks! I'm trying to send commits from origin to another branch:

git push -uf origin foo2

Then I gets it:

branch 'foo' set up to track 'origin/foo2'.

But when I'm trying to do this:

git push -uf origin origin/foo2

It writes me:

Everything up-to-date

And commits don't be sent.

Now I'm using 'foo' branch.

And the list of changes:

changed: scripts/file1.gd

changed: scripts/file2.gd

changed: scripts/file3.gd

Is still not empty. After I sends commits - nothing changes.

I don't know what do I do wrong. Can you help me? 🤷🏻‍♂️

View original on lemmings.world

You reached the end