12 Feb 2024 |
FPS DEV GUY (izdihar) | I get the flags from here https://github.com/gpuweb/gpuweb/wiki/Implementation-Status | 12:19:31 |
K900 | Brave is probably just doing some proprietary nonsense | 12:20:17 |
FPS DEV GUY (izdihar) | custom, or proprietary? | 12:21:12 |
lassulus | afaik we don't compile brave from source, so it can't find our graphics drivers or something like that | 12:22:40 |
K900 | It is running for me on Chromium with those flags | 12:23:22 |
K900 | Though very slow | 12:23:25 |
K900 | * Though very slowly | 12:23:27 |
FPS DEV GUY (izdihar) | In reply to @lassulus:lassul.us afaik we don't compile brave from source, so it can't find our graphics drivers or something like that right, probably that | 12:23:47 |
FPS DEV GUY (izdihar) | damn, not even firefox stable has it enabled, guess i just have to either install chromium, or wait | 12:30:14 |
K900 | Firefox has it behind a feature flag | 12:44:17 |
K900 | I don't think there's any browser that actually exposes WebGPU on Linux out of the box currently | 12:44:36 |
symys | You probably already know about WebGL, is this some application where that isn't suitable? | 14:22:56 |
13 Feb 2024 |
| mrdev023 joined the room. | 11:04:17 |
| @chocolatestrawberry:matrix.org left the room. | 18:15:37 |
14 Feb 2024 |
| raspher set a profile picture. | 01:30:41 |
| bag42 joined the room. | 18:11:25 |
| nuclear cat changed their profile picture. | 19:41:40 |
| Shane on Conduit.rs ⚡️ and Fractal 🦀️ changed their profile picture. | 19:41:27 |
15 Feb 2024 |
| @errant404:matrix.org left the room. | 05:34:46 |
| a-kenji joined the room. | 19:14:04 |
| pgsp joined the room. | 22:33:23 |
| @djanda97:matrix.org joined the room. | 23:21:16 |
16 Feb 2024 |
| @atka:matrix.org joined the room. | 06:24:23 |
@sigmasquadron:matrix.org | I’ve been trying to run starsector on a tmpfs system recently, and I’m having trouble using a large amount of mods. At some point, starsector seems to hit the open file limit when loading mods from a bind-mounted folder at .local/share/starsector. I’ve tried to use security.pam.loginLimits to set the nofile limit to unlimited , but it still hits the open file limit with only a few thousand files open. | 17:50:52 |
@sigmasquadron:matrix.org | Do bind mounts have another open file limit I don’t know about? | 17:51:15 |
@atemu12:matrix.org | How exactly is this folder bind mounted? | 17:52:02 |
@atemu12:matrix.org | * How exactly is this folder bind-mounted? | 17:52:08 |
@sigmasquadron:matrix.org | I’m using impermanence. | 17:54:07 |
@atemu12:matrix.org | That does not answer my question. | 17:54:18 |
@sigmasquadron:matrix.org | Right, sorry. It’s a FUSE mount from a bcachefs volume into a folder created in a tmpfs. The mount options are rw,nosuid,nodev,relatime,user_id=1000,group_id=100,default_permissions . | 17:56:07 |