HGL
rising-crimson
Rocket league not starting
It was running before, I changed some heroic settings and it stopped running but now I've tried all settings but couldn't get it to work. Have all dependencies installed.
27 Replies
conscious-sapphire•2y ago
what i would do is turn on esync and fsync, then turn off the dedicated graphics card, one at a time testing to see if it opens after each change
rising-crimsonOP•2y ago
using intel integrated gpu worked but the fps was very low so it was unplayable, switched to nvidia gpu and same issue again
here is some more info if that helps
-
vkcube
detects nvidia gpu and runs well
- when i click winecfg
in the game details menu nothing happens, not sure if this is relevant
- to use an external monitor i recently updated xorg.conf
based on https://wiki.archlinux.org/title/NVIDIA#Overriding_monitor_detection, i was able to run RL after that but then to revert back to using laptop display i had to remove the xorg.conf
and maybe that somehow broke it (currently i don't have a xorg.conf)conscious-sapphire•2y ago
if the dedicated gpu worked but the frame rate was low, troubleshoot from there, don't turn it back off
deep-jade•2y ago
are you playing other games on heroic and if so do those games work using the same configuration?
also if you're on an Optimus laptop you can set xorg.conf to allow you to use both gpus displays while still having a fully configured Nvidia gpu
but it breaks turning off the GPU to save battery until the configuration is removed
you can try that if you want, I have the config file youd need
however even if a xorg.conf does work you shouldn't need one so there has to be another cause to the issue
rising-crimsonOP•2y ago
not the dedicated gpu, it worked with the integrated one, but that's gonna be slow because the gpu is not that good
nah, only rl
i don't mind using only the nvidia gpu, i've been doing that till now
ok lets try to analyze the errors one by one if that helps
0160:err:winediag:nodrv_CreateWindow L"Make sure that your X server is running and that $DISPLAY is set correctly."
what should $DISPLAY
be? currently it's
output of xrandr
should i only use the nvidia drivers? and remove inteldeep-jade•2y ago
are you using the Intel driver package
If so try deleting it
it can mess things up
depending on hardware
especially on x11
wine seems to think an x server isn't running but given that you're using an x server that's doubtful
I've never seen it act like that personally unfortunately so I'm not sure what exactly would be causing it
rising-crimsonOP•2y ago
removed these
vulkan-intel xf86-video-intel lib32-vulkan-intel
anything else i should remove?deep-jade•2y ago
you should keep vulkan-intel
but xf86-video-intel is the one you want to remove
it usually either
fixes some obscure issue
or causes some obscure issue
rising-crimsonOP•2y ago
hmm why is that?
deep-jade•2y ago
or both simultaneously
that's just allowing vulkan support for your igpu
you can try removing it but it shouldn't affect anything to have it or not
rising-crimsonOP•2y ago
but i want to use the nvidia gpu
deep-jade•2y ago
it doesn't affect whether vulkan works on the Nvidia gpu
rising-crimsonOP•2y ago
aah ok
deep-jade•2y ago
I have vulkan support for both enabled with no problems
rising-crimsonOP•2y ago
makes sense
deep-jade•2y ago
but if you think it might help you could try removing it
rising-crimsonOP•2y ago
ye i'll try that once, restarting now, will update in a bit
deep-jade•2y ago
alright
also xf86-video-intel is meant more for
pre-vulkan support age Intel igpus
rising-crimsonOP•2y ago
new nvidia drivers released recently it seems, will update those also
deep-jade•2y ago
oh did they update them again
I should download that
rising-crimsonOP•2y ago
latest version is
535.104.05-1
right? just making suredeep-jade•2y ago
that's newer than the one I have installed so probably
must've been an update today
rising-crimsonOP•2y ago
ye
rising-crimsonOP•2y ago
rising-crimsonOP•2y ago
its working now, the culprit was
xf86-video-intel
though it used to work before even with this installed not sure what happened now
Thanks @RawToast @queenbiscuit !!conscious-sapphire•2y ago
dude, that's awesome!
deep-jade•2y ago
awesome to hear!
they really should be more clear on the wiki that it doesn't work too good on new gpus