DrBanana419

Results 11 comments of DrBanana419

> It looks like a network configuration problem on your machine. Do you have some kind of firewall running? I didn't explicitly install a firewall, so no.

> Have you ever run a standard jupyter notebook on that machine (i.e. not a sagemath kernel but a python or possibly other kernel)? I have done it on another...

> You should be able to do so with `jupyter notebook` on the command line, I am curious to see if it will behave differently. Unfortunately `jupyter notebook` returns the...

These are the contents of `/etc/hosts` (minus the comments): ``` 127.0.0.1 localhost ::1 localhost 127.0.1.1 my-linux-pc.localdomain my-linux-pc ``` And this is `ip address`: ``` 1: lo: mtu 65536 qdisc noqueue...

I think that this should be kept open since workarounds like this should not be needed.

> Is that a 32bit game? If so it's a steam runtime issue that I've already reported. [ValveSoftware/steam-runtime#295 (comment)](https://github.com/ValveSoftware/steam-runtime/issues/295#issuecomment-734291030) Ah, that it is. Do I close this issue?

Ok, it seems that if I wait long enough (~8 minutes), dota 2 will start with vulkan. I also observed that if I quit the game, it takes longer than...

Ok, this is Gentoo specific but I had `VIDEO_CARDS=amdgpu radeonsi radeon` in my /etc/portage/make.conf, so I removed the `radeon` flag and recompiled mesa (and updated my system) and now vulkan...

> Also been having this issue on Arch with no solution in sight. > > AMD GPU x11 If you're desperate, you could try compiling mesa without 'radeon' support (don't...

Any development on this? I tested with a newer version of SDL2 (SDL2-2.0.so.0.14.0) and it didn't work. Also tested with AMDVLK and the proprietary AMDGPU-PRO vulkan driver. I can run...