-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cs:go black screen when starting #2643
Comments
try this 2 solutions: There is a place to right click on the game from the Steam library and here you can add launch options to the game from "properties" ". If you write this code there and make it full screen, there is a close button at the bottom right. CODE: OR Set launch option: -safe It may help you. |
-nojoy -fullscreen solves issue for me on Ubuntu 20.04 LTS, with NVIDIA drivers, on dedicated and on-demand mode. thank you very much. |
The issue still persists for me as well (since 3rd of February 2021). Your system information
I have updated both Steam and NVidia Drivers to the latest available. Ubuntu 20.04 Please describe your issue in as much detail as possible:Terminal Output from the moment I run CS:GO On average, from the moment I press the Run button, I get a black screen and the output freezes as shown on the above Gist on line 159. |
Yeah I wound up installing windows. Nvidia support for linux is shit.
…On Thu, Mar 4, 2021, 9:44 AM mackatozis ***@***.***> wrote:
The issue still persists for me as well.
Ubuntu 20.04
KDE Plasma 5.18.5
Kernel: 5.4.0.-66
Nvidia Driver: 450.102.04
*System Information*
https://gist.github.com/mackatozis/88ba564fbfe5fbfa0d87d10d03fc78d6
*Terminal Output from the moment I run CS:GO*
https://gist.github.com/mackatozis/4f3d58ecafea2d8d66fe7fe5125db280
On average, from the moment I press the Run button, I get a black screen
and the output freezes as shown on the 2nd Gist on *line 159*.
After ~90 seconds, the output freezes on *line 161*, and only when the
game actually loads (approximately 240 seconds), we see the rest of the
output.
Lastly, the game says that it is trying to connect to the CS:GO network
(cyan line on top of the screen) for around 30 seconds.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2643 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASWJ2OAAQ7DWUZRZB5D4AIDTB7BGTANCNFSM4W2P3XQQ>
.
|
It seems like there is an issue with Steam Shader Caching. You can disable this feature by going on Steam Settings Settings -> Shader Pre-Caching I have disabled both available options Kudos to @turrini |
CODE: -nojoy -fullscreen works on pop-os 21.04. thanks a lot |
-nojoy -fullscreen not working on Manjaro. Its funny because I was playing CS:GO forever and then just this week it started launching to a black screen then crashing... Oh, AMD and Radeon (5700) Any ideas? If Valve expects the Steam Deck to work on Arch/Manjaro when its launched, then I would think it should work now, no? |
Same for me. |
So what worked for me eventually was using the Flatpac version of Steam for Manjaro. Im sure Debian/Ubuntu/Pop_OS has something similar. In fact, it works so well I dont have to use the GE (Glorious Eggroll) version anymore for FarCry 5 :). Try that and see how it works. |
same issue on fedora 35 none of the proposed fixes works. |
problem still exists |
-nojoy -novid -fullscreen and renaming the videos folder to videos.bak fixed it for me. This causes a black screen behind the player model in the menu, but game play is fine for me. I'm running Manjaro KDE Plasma. |
As of now, CS:GO does not work straight away directly on 5.15.12-1-MANJARO on Wayland Gnome with nVidia 1070. Also stucked on black screen with playing music and hearing mouse bumping into "active" buttons. nojoy, novid, moving video folders... Windowed mode worked for a bit. Now it does not. Flatpacked version of Steam helped for a bit. Now it also does not work. So the only viable alternative is having either dualboot to Windows (which I do) or login into Xorg mode, where I notice significant drop in FPS in contrast to Wayland (when it worked with some workaround). I really hope this gets fixed since one would consider Valve games to carry the flag for linux games with Steam deck on the horizon. |
When i launch i get black screen. But i open console (~), enter |
https://github.com/michaaels/scripts_fedora35/blob/main/csgo_fix_blackscreen.sh |
this also works for me (manjaro gnome here). I think that fps looks a little too low, but I don't really remember how much it was before. Anyway, I think that is worth mentioning the the videos folder to rename is the one into:
|
Still doesn`t work on plasma and no solutions posted above work either. Kinda sad that we don`t have a playable version of a game :( |
I'm on plasma and was able to get it to work by doing the follow: Set launch options to -nojoy -novid -fullscreen and rename the videos folder (~/.local/share/Steam/steamapps/common/Counter-Strike Global Offensive/csgo/panorama/videos) to videos.bak. This will cause a black screen behind the player model in the main menu, but the game should play fine. |
Apparently somebody else figured out how to make it work. Sharing link from the other thread. It solved it for me. |
Worked for me on zorin os 16.3. thanks a lot mate |
From my experience, the game is launching ONLY if I enable Kwin compositions, otherwise it closes. |
not working in ArchLinx Wayland Linux UNEXPECTED 6.0.2-zen1-1-zen #1 ZEN SMP PREEMPT_DYNAMIC Sat, 15 Oct 2022 14:00:51 +0000 x86_64 GNU/Linux |
same here, I remember playing with xwayland before, i think something happened recently |
Hello @BarFin, looking at your system information, something's fishy with EGL + OpenGL (https://gist.github.com/barfin/c452a21ce1bec3cd1baf768d91ec23fd#file-gistfile1-txt-L420-L444 https://gist.github.com/barfin/c452a21ce1bec3cd1baf768d91ec23fd#file-gistfile1-txt-L841-L865) which is causing that render path to use llvmpipe to render on the CPU instead of the NVIDIA proprietary driver. I wouldn't expect CS:GO to use that render path, but it's possible that XWayland is using it and that might expose an edge case the proprietary driver didn't account for. I would check if that render path uses NVIDIA with their 515 series driver and if the temporary downgrade has an effect. |
@BarFin If you can open the console, run the following command (everything in the same line): |
this might actually be a steam-runtime(scout) issue |
It work for me, Manjaro XFCE. FPS not checking, but visually it's normal. Thanks! |
Source 2 version was announced. |
Issue:
On Manjaro, after I launch the game it freezes on the broken fang logo. If I remove the 'videos' folder, then all I can see is a black screen. If I keep pressing ESC when the operation video is playing I can hear the main menu music but after some time it stops. I am aware of the other 'issues' relating the same thing but I found no help in any of them
What I have tried:
-verify integrity of game files
-autoconfig -nojoy -novid
-reinstalling
-praying to gaben
Steps for reproducing this issue:
The text was updated successfully, but these errors were encountered: