| 21 Nov 2023 |
K900 | In case anyone is interested, Guild Wars 2 is doing a double XP event for the next two weeks | 18:10:13 |
K900 | If you're interested, now's probably the time to check it out | 18:11:01 |
@tejing:matrix.org | In reply to @charles:computer.surgery if you updated your machine before steam started misbehaving, try rebooting I didn't update. I did end up rebooting though, because gpu accelerated programs seemed to be permanently borked, even with steam not running, and even with those programs being restarted. | 18:18:24 |
@tejing:matrix.org | I haven't tried starting steam since the reboot, though... I'll leave that for another time >.< | 18:18:59 |
K900 | Also looks like all the GW2 expansions are a lot% off | 18:25:01 |
| Geezus42 joined the room. | 22:42:43 |
| 22 Nov 2023 |
FavoritoHJS | So, had a problem a couple months ago where, due to intel driver buggyiness, classicube's fog acted very weirdly. ended up fixing it a few months ago, pasting code for posterity
(unstable.classicube.overrideAttrs(previousAttrs: {#another package that exists
makeFlags = ["PLAT=linux"];
#Unfortunately you can't put flags with spaces in makeFlags so
#this horribleness is needed instead. Why even use a list then...
#Taken from default CFLAGS from the makefile, make sure they aren't changed from this!
#Also defines CC_BUILD_GLMODERN so this creates OpenGL 2 code.
preBuild = ''makeFlagsArray+=(CFLAGS="-g -pipe -fno-math-errno -DCC_BUILD_GLMODERN")'';}))
| 01:05:11 |
FavoritoHJS | yes i'm using a channel called unstable for unstable packages instead of making everything unstable. i'm not sorry. | 01:05:55 |
Emma [it/its] ⚡️ | huh | 01:17:18 |
Emma [it/its] ⚡️ | arent intel's drivers just about the best we have? | 01:17:36 |
FavoritoHJS | maybe, but there's always a corner case | 01:29:40 |
FavoritoHJS | i'm sure you know how old opengl tends to be janky | 01:32:40 |
FavoritoHJS | * i'm sure y'all know how old opengl tends to be janky | 01:32:46 |
Emma [it/its] ⚡️ | true | 01:34:01 |
| Xe changed their profile picture. | 03:43:40 |
| @hubofeverything:bark.lgbt joined the room. | 13:34:35 |
| Mae (it/she) changed their display name from Mae to Mae (it/she). | 13:55:31 |
@ktn:the-apothecary.club | Anyone here use mangohud with minecraft | 14:43:10 |
@ktn:the-apothecary.club | Not working for me with prismlauncher | 14:43:22 |
K900 | Define "not working"? | 14:44:02 |
@atemu12:matrix.org | What do you think of this: https://github.com/NixOS/nixpkgs/pull/158079/files#r1402464566 | 17:38:45 |
K900 | Absolutely agree on removing services.xserver.videoDrivers | 17:39:26 |
K900 | Or rather | 17:39:30 |
K900 | I | 17:39:31 |
K900 | * I'd split it up | 17:39:33 |
@atemu12:matrix.org | (This is a link to a comment of mine, not the PR it's on) | 17:39:47 |
K900 | Because there should be a way to override the DDX probe order | 17:39:50 |
K900 | Per-API I'm not sure is necessary | 17:40:27 |
K900 | But xserver.videoDrivers needs to stay as a way to force a certain DDX order | 17:40:47 |
K900 | But it needs to go as a source of truth for which drivers are on the systme | 17:41:03 |