Steam for Linux

Steam for Linux

darkboy646 Jul 19, 2019 @ 7:42am
Steam no se inicia en ubuntu 18.04
Hola a todos.

Desde hace unos dias he estado instalando steam en mi equipo, pero en todos los intentos nunca se ejecuta, solo se abre un cuadro de actualizacion y se cierra al instante. Intente ejecutar el programa desde la terminal estas son las lineas que arroja;

Running Steam on ubuntu 18.04 64-bit
STEAM_RUNTIME is enabled automatically
Pins up-to-date!
[2019-07-19 09:30:05] Startup - updater built Jul 17 2019 06:13:47
SteamUpdateUI: An X Error occurred
X Error of failed request: GLXBadContext
SteamUpdateUI: An X Error occurred
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 151 (GLX)
Minor opcode of failed request: 3 (X_GLXCreateContext)
Value in failed request: 0x0
Serial number of failed request: 42
xerror_handler: X failed, continuing
Major opcode of failed request: 151 (GLX)
Minor opcode of failed request: 6 (X_GLXIsDirect)
Serial number of failed request: 43
xerror_handler: X failed, continuing
Looks like steam didn't shutdown cleanly, scheduling immediate update check
[2019-07-19 09:30:05] Checking for update on startup
[2019-07-19 09:30:05] Checking for available updates...
[2019-07-19 09:30:05] Downloading manifest: client-download.steampowered.com/client/steam_client_ubuntu12
[2019-07-19 09:30:06] Download skipped by HTTP 304 Not Modified
[2019-07-19 09:30:06] Nothing to do
[2019-07-19 09:30:06] Verifying installation...
[2019-07-19 09:30:06] Performing checksum verification of executable files
[2019-07-19 09:30:06] Verification complete

Si alguien sabe que esta pasando, porfavor ayudeme.
El hardware que uso es:

Placamadre: Gigabyte aorus z270 gaming k7
Procesador: Intel core i5 7600
Tarjeta de video: Nvidia Geforce 1660ti
Ram: Kingston Hyperx 2666MHZ, 1x8gb 1x 8gb

Muchas gracias.
< >
Showing 1-6 of 6 comments
Angelo Jul 19, 2019 @ 8:30am 
Estas usando el .deb de steam o desde en centro de software??
Sumé Linux Jul 19, 2019 @ 4:36pm 
Si estas en ubuntu instale steam con el comando:

sudo apt install steam-installer
darkboy646 Jul 21, 2019 @ 7:13pm 
Originally posted by Angelo:
Estas usando el .deb de steam o desde en centro de software??
Hola!!

Ya lo instale de las dos formas
Angelo Jul 27, 2019 @ 1:45pm 
La app de steam que está en el centro de software debería abrir el instalador ¿tampoco funcionó desde la terminal como te sugieren arriba? Sino funcionó así, intenta con flatpak:

https://flathub.org/apps/details/com.valvesoftware.Steam
Hola, tengo el mismo problema ... hay alguna solucion?
Marlock Jul 26, 2021 @ 3:53am 
ubuntu 18.04
even if the error isn't caused by this, you should consider upgrading to 20.04

SteamUpdateUI: An X Error occurred
X Error of failed request: GLXBadContext
SteamUpdateUI: An X Error occurred
That error means you're likely missing OpenGL 32bit libs...

Try this to ensure it's available for both the Intel iGPU and the Nvidia dGPU:
sudo dpkg --add-architecture i386 sudo apt update sudo apt upgrade sudo apt install libgl1-mesa-dri:i386 mesa-vulkan-drivers mesa-vulkan-drivers:i386 sudo apt install --reinstall nvidia-xxx
(where xxx is the currently installed version)

Also you should go into the Nvidia control panel and find a setting where you can choose to use the Nvidia gpu for everything. That should help ensure steam is running in the stronger gpu.
Last edited by Marlock; Jul 26, 2021 @ 3:57am
< >
Showing 1-6 of 6 comments
Per page: 1530 50

Date Posted: Jul 19, 2019 @ 7:42am
Posts: 6