You are not logged in.

#1 2023-04-04 18:13:39

geopardo
Member
From: Europe
Registered: 2021-03-23
Posts: 169

[SOLVED] steam installation

i try run steam but do nothing

$ steam
steam.sh[2259]: Running Steam on arch rolling 64-bit
steam.sh[2259]: STEAM_RUNTIME is enabled automatically
setup.sh[2331]: Steam runtime environment up-to-date!
steam.sh[2259]: Can't find 'steam-runtime-check-requirements', continuing anyway
WARNING: setlocale('en_US.UTF-8') failed, using locale: 'C'. International characters may not work.

the installation of the 32-bit version of the OpenGL graphics driver, can be overwrite my working nvidia driver installation, and maybe is not necessary..

i using nvidia-470xx-utils 470.182.03-1

wiki say to install
lib32-nvidia-470xx-utils 470.182.03-1

what do installation of lib32 in a working 64 bit installation.. replace or coexist?

How should I behave to install steam, since the apps and programs I use, are all 64bit. A 32-bit driver installation is not forward-looking as a solution. And also my native language is Italian?
tnx in advance

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

Last edited by geopardo (2023-12-26 16:00:41)


Some 'security people are f*cking morons' says Linus Torvalds..

Offline

#2 2023-04-04 19:06:14

ItsQuote
Member
Registered: 2019-07-24
Posts: 2

Re: [SOLVED] steam installation

The wiki wrote:

In order to run Steam on Arch Linux:

  • You must install the 32-bit version of the OpenGL graphics driver.

  • If not already done during installation, you must generate the en_US.UTF-8 locale to preventing invalid pointer errors.

geopardo wrote:

the installation of the 32-bit version of the OpenGL graphics driver, can be overwrite my working nvidia driver installation, and maybe is not necessary..

the 32-bit OpenGL driver is very much necessary for Steam and coexists nicely with the 64-bit version.

pacman -Qs nvidia-utils
local/lib32-nvidia-utils 530.41.03-1
    NVIDIA drivers utilities (32-bit)
local/nvidia-utils 530.41.03-1
    NVIDIA drivers utilities

i would suggest you start by installing lib32-nvidia-470xx-utils and generating the requested locale.

geopardo wrote:

And also my native language is Italian?

once you get Steam running you can change the language in use from its settings. the en_US.UTF-8 locale is apparently necessary for Steam to run properly.

Offline

#3 2023-04-04 19:56:33

geopardo
Member
From: Europe
Registered: 2021-03-23
Posts: 169

Re: [SOLVED] steam installation

Ok lib32

send this lines when i try open steam

$ steam
steam.sh[1585]: Running Steam on arch rolling 64-bit
steam.sh[1585]: STEAM_RUNTIME is enabled automatically
setup.sh[1657]: Steam runtime environment up-to-date!
steam.sh[1585]: Can't find 'steam-runtime-check-requirements', continuing anyway

In locale.conf I added the language and the error disappeared.

i trying open but steam do nothing..


Some 'security people are f*cking morons' says Linus Torvalds..

Offline

#4 2023-04-04 20:04:05

teckk
Member
Registered: 2013-02-21
Posts: 585

Offline

#5 2023-04-04 20:10:57

geopardo
Member
From: Europe
Registered: 2021-03-23
Posts: 169

Re: [SOLVED] steam installation

here is located ~/.steam/root/ubuntu12_32/steam-runtime/ the problem


Some 'security people are f*cking morons' says Linus Torvalds..

Offline

#6 2023-04-04 20:12:01

geopardo
Member
From: Europe
Registered: 2021-03-23
Posts: 169

Re: [SOLVED] steam installation

Yes read and also installed ttf-liberation


Some 'security people are f*cking morons' says Linus Torvalds..

Offline

#7 2023-04-21 20:28:21

geopardo
Member
From: Europe
Registered: 2021-03-23
Posts: 169

Re: [SOLVED] steam installation

reinstalled steam send this output whit command steam-runtime..
i try see everywhere and not find a valid solution...

$ steam-rountime
bash: steam-rountime: comando non trovato
[geopardo@crab ~]$ steam-runtime
steam.sh[2240]: Running Steam on arch rolling 64-bit
steam.sh[2240]: STEAM_RUNTIME is enabled automatically
setup.sh[2312]: Steam runtime environment up-to-date!
steam.sh[2240]: Can't find 'steam-runtime-check-requirements', continuing anyway
[2023-04-21 22:18:06] Startup - updater built Feb 14 2023 00:47:09
[2023-04-21 22:18:06] Startup - Steam Client launched with: '/home/geopardo/.local/share/Steam/ubuntu12_32/steam'
ILocalize::AddFile() failed to load file "public/steambootstrapper_english.txt".
SteamUpdateUI: An X Error occurred
X Error of failed request:  BadValue (integer parameter out of range for operation)

Last edited by geopardo (2023-04-21 20:29:33)


Some 'security people are f*cking morons' says Linus Torvalds..

Offline

#8 2023-04-22 12:02:58

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,206

Re: [SOLVED] steam installation

That's the error you get when not generating the english locale, follow https://wiki.archlinux.org/title/Locale … ng_locales to generate the english locale

Offline

#9 2023-04-22 18:47:28

geopardo
Member
From: Europe
Registered: 2021-03-23
Posts: 169

Re: [SOLVED] steam installation

I need only able en_US.UTF-8 UTF-8 and comment  # Italian language, or they can coexist ?

$ sudo locale-gen
Generating locales...
  en_US.UTF-8... done
  it_IT.UTF-8... done
Generation complete.

$ locale
LANG=it_IT.UTF-8
LC_CTYPE="it_IT.UTF-8"
LC_NUMERIC="it_IT.UTF-8"
LC_TIME="it_IT.UTF-8"
LC_COLLATE="it_IT.UTF-8"
LC_MONETARY="it_IT.UTF-8"
LC_MESSAGES="it_IT.UTF-8"
LC_PAPER="it_IT.UTF-8"
LC_NAME="it_IT.UTF-8"
LC_ADDRESS="it_IT.UTF-8"
LC_TELEPHONE="it_IT.UTF-8"
LC_MEASUREMENT="it_IT.UTF-8"
LC_IDENTIFICATION="it_IT.UTF-8"
LC_ALL=

Last edited by geopardo (2023-04-22 18:51:32)


Some 'security people are f*cking morons' says Linus Torvalds..

Offline

#10 2023-04-23 20:57:39

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,206

Re: [SOLVED] steam installation

They can coexist and that output looks correct you shouldn't get the same error now

Offline

#11 2023-12-25 23:50:21

geopardo
Member
From: Europe
Registered: 2021-03-23
Posts: 169

Re: [SOLVED] steam installation

Now is change again steam installation this is my output of pacman -S steam

$ sudo pacman -S steam
[sudo] password di greenman: 
risoluzione delle dipendenze in corso...
:: Ci sono 6 fornitori disponibili per lib32-vulkan-driver
:: Repository multilib
   1) lib32-amdvlk  2) lib32-nvidia-utils  3) lib32-vulkan-intel  4) lib32-vulkan-radeon  5) lib32-vulkan-swrast  6) lib32-vulkan-virtio

Digita un numero (default=1): 2
ricerca dei pacchetti in conflitto in corso...
:: nvidia-utils e nvidia-470xx-utils vanno in conflitto (nvidia-libgl). Vuoi rimuovere nvidia-470xx-utils? [s/N] n
errore: sono stati rilevati dei conflitti irrisolvibili tra i pacchetti
errore: impossibile eseguire l'operazione richiesta (dipendenze in conflitto)
:: nvidia-utils e nvidia-470xx-utils vanno in conflitto

wants to install nvidia-utils. but I use nvidia-470xx-utils to make my video card work properly.
I'll start again from scratch


Some 'security people are f*cking morons' says Linus Torvalds..

Offline

#12 2023-12-26 01:18:07

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,206

Re: [SOLVED] steam installation

You need to install lib32-nvidia-470xx-utils before installing steam.

Offline

#13 2023-12-26 15:56:38

geopardo
Member
From: Europe
Registered: 2021-03-23
Posts: 169

Re: [SOLVED] steam installation

V1del wrote:

You need to install lib32-nvidia-470xx-utils before installing steam.

Istalled lib32-nvidia-470xx-utils Before installing steam, also I installed the ttf-liberation and wqy-zenhei packages. And generated locale whit local-gen. Pacman doesn't ask me to install steam from a vendor.. Mark solved. Now I have to learn how to run windows games on arch linux with proton. But is an other question..

Last edited by geopardo (2023-12-27 15:32:54)


Some 'security people are f*cking morons' says Linus Torvalds..

Offline

Board footer

Powered by FluxBB