LINUX.ORG.RU
ФорумGames

Не запускается Steam на void linux glibc

 


0

1

После установки nvidia драйвера перестал запускаться Steam с ошибкой:

XRRGetOutputInfo Workaround: initialized with override: 0 real: 0xf666e370
XRRGetCrtcInfo Workaround: initialized with override: 0 real: 0xf666ccc0
steamwebhelper.sh[19161]: === Вс 26 мая 2024 17:17:34 +07 ===
steamwebhelper.sh[19161]: Starting steamwebhelper under bootstrap sniper steam runtime at /home/timurpivovar/.local/share/Steam/ubuntu12_64/steam-runtime-sniper
Fontconfig warning: line 5: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/10-hinting-slight.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 4: unknown element "description"
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 72: non-double matrix element
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 72: non-double matrix element
Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 80: saw unknown, expected number
Fontconfig warning: "/etc/fonts/conf.d/10-sub-pixel-none.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/10-yes-antialias.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/11-lcdfilter-default.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/30-metric-aliases.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/40-nonlatin.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/45-generic.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/45-latin.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/48-spacing.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/49-sansserif.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/51-local.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/60-generic.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/60-latin.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/65-nonlatin.conf", line 4: unknown element "description"
src/vgui2/src/surface_linux.cpp (1954) : glXChooseVisual failed
src/vgui2/src/surface_linux.cpp (1954) : glXChooseVisual failed
src/vgui2/src/surface_linux.cpp (1954) : Fatal assert; application exiting
src/vgui2/src/surface_linux.cpp (1954) : Fatal assert; application exiting
05/26 17:17:34 Init: Installing breakpad exception handler for appid(steam)/version(1716584667)/tid(19110)
assert_20240526171734_8.dmp[19222]: Uploading dump (out-of-process)
/tmp/dumps/assert_20240526171734_8.dmp



Последнее исправление: timurpivovar999 (всего исправлений: 1)

Ответ на: комментарий от timurpivovar999

Как ставил драйвер видео карты?

Приведи, пожалуйста команды, которые ты вводил.

Пустая строка (два раза Enter) начинает новый абзац. Знак ‘>’ в начале абзаца выделяет абзац курсивом цитирования. Внимание: прочитайте описание разметки Markdown.

При помещении вывода команда используй разметку код и спецсимволы и кнопку «Предпросмотр».

# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# systemd generates mount units based on this file, see systemd.mount(5).
# Please run 'systemctl daemon-reload' after making changes here.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/vda4 during installation
UUID=0c86df28-ab1d-4e28-861e-ca1fb4c33885 /               xfs     defaults        0       0
# /boot was on /dev/vda3 during installation
UUID=c8bc0dad-c443-4608-852d-2f024d974c14 /boot           ext4    defaults        0       2
#UUID=4f839459-b987-41a9-bdb7-d8c779f3f8fe /root                xfs     defaults        0       0

Чтобы примерно такой вывод.

Ссылка и указание на прочтение находится под формой помещения комментария.

anonymous
()
Ответ на: комментарий от anonymous

собственно у меня тоже steam не сразу заработал, проблема была в XDG_RUNTIME_DIR и dbus

добавить в профиль оболочки, ~/.bash_profile в случае bash:

export XDG_RUNTIME_DIR="/tmp/$(id -u)-xdg_runtime_dir"
[ -d "${XDG_RUNTIME_DIR}" ] || (
        mkdir -p "${XDG_RUNTIME_DIR}"
        chmod 0700 "${XDG_RUNTIME_DIR}"
)

запуск dbus:

dbus-daemon --session --nofork --nopidfile --address=unix:path=${XDG_RUNTIME_DIR}/bus

все это на голом wm + startx, без elogind

anonymous
()

Fontconfig warning: line 5: unknown element «description»

Fontconfig warning: «/etc/fonts/conf.d/10-hinting-slight.conf», line 4: unknown element «description»

Fontconfig warning: «/etc/fonts/conf.d/10-scale-bitmap-fonts.conf», line 4: unknown element «description»

Fontconfig error: «/etc/fonts/conf.d/10-scale-bitmap-fonts.conf», line 72: non-double matrix element

Fontconfig error: «/etc/fonts/conf.d/10-scale-bitmap-fonts.conf», line 72: non-double matrix element

Fontconfig warning: «/etc/fonts/conf.d/10-scale-bitmap-fonts.conf», line 80: saw unknown, expected number

Fontconfig warning: «/etc/fonts/conf.d/10-sub-pixel-none.conf», line 4: unknown element «description»

вот этим можно починить?

https://wiki.archlinux.org/title/Steam#Installation :

Since the GUI heavily uses the Arial font, you should either: Use a free alternative such as ttf-liberation. Follow Microsoft fonts to install the original fonts. Apply the workaround at Steam/Troubleshooting#Text is corrupt or missing to use a different font face.

anonymous
()