Інсталювати Steam
увійти
|
мова
简体中文 (спрощена китайська)
繁體中文 (традиційна китайська)
日本語 (японська)
한국어 (корейська)
ไทย (тайська)
Български (болгарська)
Čeština (чеська)
Dansk (данська)
Deutsch (німецька)
English (англійська)
Español - España (іспанська — Іспанія)
Español - Latinoamérica (іспанська — Латинська Америка)
Ελληνικά (грецька)
Français (французька)
Italiano (італійська)
Bahasa Indonesia (індонезійська)
Magyar (угорська)
Nederlands (нідерландська)
Norsk (норвезька)
Polski (польська)
Português (португальська — Португалія)
Português - Brasil (португальська — Бразилія)
Română (румунська)
Русский (російська)
Suomi (фінська)
Svenska (шведська)
Türkçe (турецька)
Tiếng Việt (в’єтнамська)
Повідомити про проблему з перекладом
http://basiliskgames.com/forums/viewforum.php?f=11
Yes, I am well aware of the challenges of supporting Linux in games, and I'm quite familiar with the Basilisk forums as well. (I spent a number of years writing the Eschalon character/map editors at http://apocalyptech.com/eschalon/ ). I'd chosen the Steam forums for this because they appeared to be marginally busier than the Basilisk forums nowadays, and I'm aware that solutions for this problem are very likely to come from intrepid users, as opposed to official patches, etc.
So yeah, I'm not expecting miracles here, but IMO my post about this was not misplaced.
Okay, sure...steam community forums for in depth technical help at all, much less on Linux. Your own website has more useful information than you're going to find here. Your best bet is stack overflow (the website, not the condition). And you'd be better off getting your binaries from GOG than Steam, as they won't be all messed with, eliminating one variable from the soup.
Edit: You could also try writing to triegsecker at gmail dot com.
I appreciate you're trying to help, but really, I'm fine just leaving it here and seeing if I get hits. I've gotten plenty of other Linux-specific technical help on Steam forums in the past. If it pans out, it pans out. If not, I will cope. :) It's not like I've been sitting here reloading this thread every day for the past three months -- thread notifications will let me know if something pops up.
No issues whatsoever.
Maybe it's Nvidia have broken OpenGL in the blob?
I played all 3 books last year on Debian 9/10 - not a single issue. but I recall when I played DRM free version I had to install some dependencies to make it run (don't recall what exactly, it's been a long time)
PROBLEM: run steam from terminal you can see "can't create GL_context foo". Steam continues to download and update, but the login screen never shows.
FIX:
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo dpkg --add-architecture i386
sudo apt update
sudo apt install nvidia-driver-470 libnvidia-gl-470 libnvidia-gl-470:i386
sudo apt install libvulkan1 libvulkan1:i386
What it reads is this: you need 32-bit support and it isn't installed by default. Some old advice says to use "old NV drivers" however for me I did not need to use an older driver. If you don't use nVidia then you need to find another FIX on some webpage for your card.
An issue with nVIDIA: ubuntu by default use nasty in-house hacked "neuveau" nvidia driver which is buggy and for 64 only.. nVidia finally caved and supported Ubuntu but they refused to use the MFG support :) The above also undoes that and does NOT require re-compiling the kernel (more old advice not necessary). It could be Ubu is just tampering to insure you use Snap not Steam eh? IDK just a theory.