Searching from 2024-08-17 00:00:00 to 2024-08-17 23:59:59.999999.
Query completed in 0.64 seconds
[2024-08-17 00:47:42] <Lucifer_arma> omg, I'm writing an actual script.
[2024-08-17 00:47:42] <armagetronbridge> 10irc:Lucifer_arma| omg, I'm writing an actual script.
[2024-08-17 03:03:53] <-- Lucifer_arma has quit (Read error: No route to host)
[2024-08-17 04:18:17] <armagetronbridge> 12discord:zman_0| @monkey_arma @wwnelg a Dell Latitude D820 with an NVidia GPU, forgot which one. It's just the GPU that is fried. Replacements would have been available back when the issue first appeared, and the repair would have been easy enough (One of the reasons I picked that model), but I considered it not worth it. I wasn't actually using the machine that much any more anyway. So I just <clipped message>
[2024-08-17 04:18:17] <armagetron-bridge> 12discord:zman_0| @monkey_arma @wwnelg a Dell Latitude D820 with an NVidia GPU, forgot which one. It's just the GPU that is fried. Replacements would have been available back when the issue first appeared, and the repair would have been easy enough (One of the reasons I picked that model), but I considered it not worth it. I wasn't actually using the machine that much any more anyway. So I just <clipped message>
[2024-08-17 04:18:18] <armagetron-bridge> 12discord:zman_0| put it into a configuration where it would be usable in IT emergencies and stored it away.
[2024-08-17 04:18:18] <armagetronbridge> 12discord:zman_0| put it into a configuration where it would be usable in IT emergencies and stored it away.
[2024-08-17 12:08:29] --> monr0e has joined the channel
[2024-08-17 15:15:49] --> Sauss-Ente has joined the channel
[2024-08-17 15:56:16] <armagetronbridge> 08discord:delinquent| lol subby sent one message and disappeared into the ether for another year
[2024-08-17 15:56:16] <armagetron-bridge> 08discord:delinquent| lol subby sent one message and disappeared into the ether for another year
[2024-08-17 15:56:43] <-- Sauss-Ente has quit (Quit: Leaving)
[2024-08-17 18:56:55] <armagetronbridge> 07discord:xmojavedream| Hey I'm kinda new and have a couple of pretty basic questions if anyone has the time
[2024-08-17 18:56:56] <armagetron-bridge> 07discord:xmojavedream| Hey I'm kinda new and have a couple of pretty basic questions if anyone has the time
[2024-08-17 18:58:02] <armagetronbridge> 08discord:delinquent| sure fire away
[2024-08-17 18:58:03] <armagetron-bridge> 08discord:delinquent| sure fire away
[2024-08-17 19:01:17] <armagetronbridge> 07discord:xmojavedream| 1. Are there any HUD mods for this game? I switched to the beta build or whatever, which does have a nicer HUD, but it's still a little barebones for my taste
[2024-08-17 19:01:17] <armagetron-bridge> 07discord:xmojavedream| 1. Are there any HUD mods for this game? I switched to the beta build or whatever, which does have a nicer HUD, but it's still a little barebones for my taste
[2024-08-17 19:01:18] <armagetron-bridge> 07discord:xmojavedream| 2. Is multiplayer safe? I know that, with some older games, remote code execution can be done just by connecting to a server
[2024-08-17 19:01:18] <armagetronbridge> 07discord:xmojavedream| 2. Is multiplayer safe? I know that, with some older games, remote code execution can be done just by connecting to a server
[2024-08-17 19:11:15] <armagetronbridge> 14discord:monkey_arma| 1 YES
[2024-08-17 19:11:15] <armagetron-bridge> 14discord:monkey_arma| 1 YES
[2024-08-17 19:11:17] <armagetronbridge> 14discord:monkey_arma| 2 NO
[2024-08-17 19:11:17] <armagetron-bridge> 14discord:monkey_arma| 2 NO
[2024-08-17 19:11:21] <armagetronbridge> 14discord:monkey_arma| 3 THE END
[2024-08-17 19:11:21] <armagetron-bridge> 14discord:monkey_arma| 3 THE END
[2024-08-17 19:11:41] <armagetronbridge> 08discord:delinquent| 1: Sort of. We call them "cockpits". The beta channel on Steam is just 0.4, which is the "experimental" branch. There's a mess of cockpits here, and you can build your own when you become more familiar with the xml structure: https://wiki.armagetronad.org/index.php?title=Cockpits_List
[2024-08-17 19:11:42] <armagetron-bridge> 08discord:delinquent| 1: Sort of. We call them "cockpits". The beta channel on Steam is just 0.4, which is the "experimental" branch. There's a mess of cockpits here, and you can build your own when you become more familiar with the xml structure: https://wiki.armagetronad.org/index.php?title=Cockpits_List
[2024-08-17 19:11:42] <armagetron-bridge> 08discord:delinquent| 2: Armagetron runs entirely in unprivileged space, on whichever platform (linux, bsd, macos, windows) you're using. Although the game is originally from the late 90's/early 00's, the targeted C++ libs are rather more recent. We also use modern libSDL wrappers in compatibility mode, which allows for a little mor esecurity in graphical asset management. The console, which runs behi <clipped message>
[2024-08-17 19:11:42] <armagetronbridge> 08discord:delinquent| 2: Armagetron runs entirely in unprivileged space, on whichever platform (linux, bsd, macos, windows) you're using. Although the game is originally from the late 90's/early 00's, the targeted C++ libs are rather more recent. We also use modern libSDL wrappers in compatibility mode, which allows for a little mor esecurity in graphical asset management. The console, which runs behi <clipped message>
[2024-08-17 19:11:43] <armagetron-bridge> 08discord:delinquent| nd the game, relies on a text input/output structure, which somewhat mitigates the possibility of any string being run as client-side code - and even then, the attacker would further have to rely on traditional privilege elevation attacks, assuming the victim wasn't acutely aware of the nonsense and merely closed the window. In any case, an attacker would need to circumvent the s <clipped message>
[2024-08-17 19:11:43] <armagetronbridge> 08discord:delinquent| nd the game, relies on a text input/output structure, which somewhat mitigates the possibility of any string being run as client-side code - and even then, the attacker would further have to rely on traditional privilege elevation attacks, assuming the victim wasn't acutely aware of the nonsense and merely closed the window. In any case, an attacker would need to circumvent the s <clipped message>
[2024-08-17 19:11:44] <armagetron-bridge> 08discord:delinquent| erver-in-the-middle before even looking at the victim's machine, and they'd have to do it all within the server-set character limit - which defaults to 80 chars, and I usually set to 120 or 160 in my servers. That's a tall order, so whilst it's theoretically possible, I'd say its no more likely than any *other* game - or any *modern* game for that matter.
[2024-08-17 19:11:45] <armagetronbridge> 08discord:delinquent| erver-in-the-middle before even looking at the victim's machine, and they'd have to do it all within the server-set character limit - which defaults to 80 chars, and I usually set to 120 or 160 in my servers. That's a tall order, so whilst it's theoretically possible, I'd say its no more likely than any *other* game - or any *modern* game for that matter.
[2024-08-17 19:11:46] <armagetron-bridge> 08discord:delinquent| Of course, theoretically it might be possible to compile a server with some... "changes", and stick it on the master server list - but you'd be again relying on the exploitation of netobjects, which, whilst not impossible, isn't easy. And you'd still need to somehow ensure that a client that connects to the server understands what is going on - which is unlikely, unless you *also <clipped message>
[2024-08-17 19:11:46] <armagetronbridge> 08discord:delinquent| Of course, theoretically it might be possible to compile a server with some... "changes", and stick it on the master server list - but you'd be again relying on the exploitation of netobjects, which, whilst not impossible, isn't easy. And you'd still need to somehow ensure that a client that connects to the server understands what is going on - which is unlikely, unless you *also <clipped message>
[2024-08-17 19:11:47] <armagetron-bridge> 08discord:delinquent| * got the victim to download a customised client. So yeah, in short, *very* unlikely.
[2024-08-17 19:11:47] <armagetronbridge> 08discord:delinquent| * got the victim to download a customised client. So yeah, in short, *very* unlikely.
[2024-08-17 19:19:45] <armagetronbridge> 07discord:xmojavedream| Awesome. Wonderful. Thank you so much
[2024-08-17 19:19:46] <armagetron-bridge> 07discord:xmojavedream| Awesome. Wonderful. Thank you so much
[2024-08-17 19:22:02] <armagetronbridge> 08discord:delinquent| np welcome to tron
[2024-08-17 19:22:03] <armagetron-bridge> 08discord:delinquent| np welcome to tron
[2024-08-17 20:02:19] <armagetronbridge> 14discord:monkey_arma| @northernscrub What was that environment variable or w/e to use instead of vblank_mode?
[2024-08-17 20:02:19] <armagetron-bridge> 14discord:monkey_arma| @northernscrub What was that environment variable or w/e to use instead of vblank_mode?
[2024-08-17 20:02:21] <armagetronbridge> 14discord:monkey_arma| pls
[2024-08-17 20:02:21] <armagetron-bridge> 14discord:monkey_arma| pls
[2024-08-17 20:03:44] <armagetronbridge> 08discord:delinquent| `__GL_SYNC_TO_VBLANK 0`
[2024-08-17 20:03:44] <armagetron-bridge> 08discord:delinquent| `__GL_SYNC_TO_VBLANK 0`
[2024-08-17 20:03:50] <armagetronbridge> 08discord:delinquent| lemme check that and make sure its right
[2024-08-17 20:03:50] <armagetron-bridge> 08discord:delinquent| lemme check that and make sure its right
[2024-08-17 20:04:30] <armagetronbridge> 08discord:delinquent| nop. `__GL_SYNC_TO_VBLANK=0`
[2024-08-17 20:04:30] <armagetron-bridge> 08discord:delinquent| nop. `__GL_SYNC_TO_VBLANK=0`
[2024-08-17 20:04:49] <armagetronbridge> 08discord:delinquent| I use the following to make shit nicer too:
[2024-08-17 20:04:49] <armagetron-bridge> 08discord:delinquent| I use the following to make shit nicer too:
[2024-08-17 20:05:08] <armagetronbridge> 15discord:Nélg| that's an nvidia exclusive btw
[2024-08-17 20:05:08] <armagetron-bridge> 15discord:Nélg| that's an nvidia exclusive btw
[2024-08-17 20:05:23] <armagetronbridge> 08discord:delinquent| ```bash
[2024-08-17 20:05:23] <armagetron-bridge> 08discord:delinquent| ```bash
[2024-08-17 20:05:23] <armagetron-bridge> 08discord:delinquent| __GL_SYNC_TO_VBLANK=o armagetronad
[2024-08-17 20:05:23] <armagetronbridge> 08discord:delinquent| __GL_SYNC_TO_VBLANK=o armagetronad
[2024-08-17 20:05:25] <armagetron-bridge> 08discord:delinquent| sleep 5
[2024-08-17 20:05:25] <armagetronbridge> 08discord:delinquent| sleep 5
[2024-08-17 20:05:26] <armagetron-bridge> 08discord:delinquent| sudo renice -n -20 -p $(pidof armagetronad.real)
[2024-08-17 20:05:26] <armagetronbridge> 08discord:delinquent| sudo renice -n -20 -p $(pidof armagetronad.real)
[2024-08-17 20:05:27] <armagetron-bridge> 08discord:delinquent| ```
[2024-08-17 20:05:28] <armagetronbridge> 08discord:delinquent| ```
[2024-08-17 20:05:34] <armagetronbridge> 15discord:Nélg| would that work?
[2024-08-17 20:05:34] <armagetron-bridge> 15discord:Nélg| would that work?
[2024-08-17 20:05:52] <armagetronbridge> 08discord:delinquent| renice? yes, it gives priority to... everything pretty much
[2024-08-17 20:05:52] <armagetron-bridge> 08discord:delinquent| renice? yes, it gives priority to... everything pretty much
[2024-08-17 20:06:00] <armagetronbridge> 15discord:Nélg| i feel like the renice wouldn't execute until after armagetronad has stopped running
[2024-08-17 20:06:00] <armagetron-bridge> 15discord:Nélg| i feel like the renice wouldn't execute until after armagetronad has stopped running
[2024-08-17 20:06:12] <armagetronbridge> 08discord:delinquent| it does stop running
[2024-08-17 20:06:12] <armagetron-bridge> 08discord:delinquent| it does stop running
[2024-08-17 20:06:20] <armagetronbridge> 08discord:delinquent| remember armagetronad is just a shell script
[2024-08-17 20:06:20] <armagetron-bridge> 08discord:delinquent| remember armagetronad is just a shell script
[2024-08-17 20:06:28] <armagetronbridge> 14discord:monkey_arma| ok so 1) its for nvidia cards, 2) it bypasses X.
[2024-08-17 20:06:28] <armagetron-bridge> 14discord:monkey_arma| ok so 1) its for nvidia cards, 2) it bypasses X.
[2024-08-17 20:06:30] <armagetronbridge> 08discord:delinquent| it launches armagetronad.real
[2024-08-17 20:06:30] <armagetron-bridge> 08discord:delinquent| it launches armagetronad.real
[2024-08-17 20:07:17] <armagetronbridge> 15discord:Nélg| ok but when you launch armagetronad it holds up the shell script yeah?
[2024-08-17 20:07:17] <armagetron-bridge> 15discord:Nélg| ok but when you launch armagetronad it holds up the shell script yeah?
[2024-08-17 20:07:28] <armagetronbridge> 08discord:delinquent| ?
[2024-08-17 20:07:28] <armagetron-bridge> 08discord:delinquent| ?
[2024-08-17 20:07:40] <armagetronbridge> 15discord:Nélg| you're not doing `armagetronad &`
[2024-08-17 20:07:40] <armagetron-bridge> 15discord:Nélg| you're not doing `armagetronad &`
[2024-08-17 20:07:46] <armagetronbridge> 08discord:delinquent| you know how exec works right?
[2024-08-17 20:07:47] <armagetron-bridge> 08discord:delinquent| you know how exec works right?
[2024-08-17 20:08:24] <armagetronbridge> 08discord:delinquent| oh wait
[2024-08-17 20:08:25] <armagetron-bridge> 08discord:delinquent| oh wait
[2024-08-17 20:08:28] <armagetronbridge> 08discord:delinquent| I see what you mean
[2024-08-17 20:08:28] <armagetron-bridge> 08discord:delinquent| I see what you mean
[2024-08-17 20:08:33] <armagetronbridge> 08discord:delinquent| hmm. It might
[2024-08-17 20:08:33] <armagetron-bridge> 08discord:delinquent| hmm. It might
[2024-08-17 20:08:42] <armagetronbridge> 08discord:delinquent| I'll test it later
[2024-08-17 20:08:42] <armagetron-bridge> 08discord:delinquent| I'll test it later
[2024-08-17 20:09:20] <armagetronbridge> 08discord:delinquent| @monkey_arma do you have /etc/drirc on bsd?
[2024-08-17 20:09:20] <armagetron-bridge> 08discord:delinquent| @monkey_arma do you have /etc/drirc on bsd?
[2024-08-17 20:09:36] <armagetronbridge> 14discord:monkey_arma| no
[2024-08-17 20:09:36] <armagetron-bridge> 14discord:monkey_arma| no
[2024-08-17 20:09:39] <armagetronbridge> 08discord:delinquent| hm
[2024-08-17 20:09:39] <armagetron-bridge> 08discord:delinquent| hm
[2024-08-17 20:09:50] <armagetronbridge> 08discord:delinquent| There are a few ways to set this at the driver level, lemme have a deeks
[2024-08-17 20:09:50] <armagetron-bridge> 08discord:delinquent| There are a few ways to set this at the driver level, lemme have a deeks
[2024-08-17 20:10:03] <armagetronbridge> 14discord:monkey_arma| you know im on AMDGPU right?
[2024-08-17 20:10:03] <armagetron-bridge> 14discord:monkey_arma| you know im on AMDGPU right?
[2024-08-17 20:10:11] <armagetronbridge> 08discord:delinquent| ye
[2024-08-17 20:10:11] <armagetron-bridge> 08discord:delinquent| ye
[2024-08-17 20:10:12] <armagetronbridge> 14discord:monkey_arma| not NVIDIA
[2024-08-17 20:10:12] <armagetron-bridge> 14discord:monkey_arma| not NVIDIA
[2024-08-17 20:10:14] <armagetronbridge> 14discord:monkey_arma| kk
[2024-08-17 20:10:14] <armagetron-bridge> 14discord:monkey_arma| kk
[2024-08-17 20:10:19] <armagetronbridge> 08discord:delinquent| hence my hunting
[2024-08-17 20:10:20] <armagetron-bridge> 08discord:delinquent| hence my hunting
[2024-08-17 20:10:33] <armagetronbridge> 08discord:delinquent| you could also set ti at the system exec level
[2024-08-17 20:10:33] <armagetron-bridge> 08discord:delinquent| you could also set ti at the system exec level
[2024-08-17 20:10:35] <armagetronbridge> 08discord:delinquent| piossibly
[2024-08-17 20:10:35] <armagetron-bridge> 08discord:delinquent| piossibly
[2024-08-17 20:11:02] <armagetronbridge> 08discord:delinquent| with `armagetronad.real -vo`, but idk if that's just an xsession shortcut
[2024-08-17 20:11:02] <armagetron-bridge> 08discord:delinquent| with `armagetronad.real -vo`, but idk if that's just an xsession shortcut
[2024-08-17 20:11:54] <armagetronbridge> 14discord:monkey_arma| wtf is armagetronad.real?
[2024-08-17 20:11:55] <armagetron-bridge> 14discord:monkey_arma| wtf is armagetronad.real?
[2024-08-17 20:12:01] <armagetronbridge> 08discord:delinquent| the actual application
[2024-08-17 20:12:01] <armagetron-bridge> 08discord:delinquent| the actual application
[2024-08-17 20:12:06] <armagetronbridge> 08discord:delinquent| armagetronad is just a shell script
[2024-08-17 20:12:06] <armagetron-bridge> 08discord:delinquent| armagetronad is just a shell script
[2024-08-17 20:12:09] <armagetronbridge> 15discord:Nélg| thats a debian only thing
[2024-08-17 20:12:09] <armagetron-bridge> 15discord:Nélg| thats a debian only thing
[2024-08-17 20:12:13] <armagetronbridge> 08discord:delinquent| wat
[2024-08-17 20:12:13] <armagetron-bridge> 08discord:delinquent| wat
[2024-08-17 20:12:15] <armagetronbridge> 08discord:delinquent| ok nvm
[2024-08-17 20:12:15] <armagetron-bridge> 08discord:delinquent| ok nvm
[2024-08-17 20:12:20] <armagetronbridge> 15discord:Nélg| you dont even get that when you build armagetronad like i do
[2024-08-17 20:12:20] <armagetron-bridge> 15discord:Nélg| you dont even get that when you build armagetronad like i do
[2024-08-17 20:12:30] <armagetronbridge> 14discord:monkey_arma| yeah on openbsd there is nothing like that
[2024-08-17 20:12:31] <armagetron-bridge> 14discord:monkey_arma| yeah on openbsd there is nothing like that
[2024-08-17 20:12:43] <armagetronbridge> 08discord:delinquent| what on earth is it doing in debian tho
[2024-08-17 20:12:43] <armagetron-bridge> 08discord:delinquent| what on earth is it doing in debian tho
[2024-08-17 20:12:46] <armagetronbridge> 08discord:delinquent| and whay
[2024-08-17 20:12:47] <armagetron-bridge> 08discord:delinquent| and whay
[2024-08-17 20:14:10] <armagetronbridge> 08discord:delinquent| @monkey_arma out of interest, if you create `~/.drirc` and add the following into it, does it disable vsync?
[2024-08-17 20:14:10] <armagetronbridge> 08discord:delinquent| ```bash
[2024-08-17 20:14:10] <armagetron-bridge> 08discord:delinquent| @monkey_arma out of interest, if you create `~/.drirc` and add the following into it, does it disable vsync?
[2024-08-17 20:14:10] <armagetron-bridge> 08discord:delinquent| ```bash
[2024-08-17 20:14:11] <armagetron-bridge> 08discord:delinquent| <driconf>
[2024-08-17 20:14:11] <armagetronbridge> 08discord:delinquent| <driconf>
[2024-08-17 20:14:12] <armagetron-bridge> 08discord:delinquent| <device screen="0" driver="dri2">
[2024-08-17 20:14:13] <armagetronbridge> 08discord:delinquent| <device screen="0" driver="dri2">
[2024-08-17 20:14:14] <armagetron-bridge> 08discord:delinquent| <application name="armagetronad">
[2024-08-17 20:14:14] <armagetronbridge> 08discord:delinquent| <application name="armagetronad">
[2024-08-17 20:14:15] <armagetron-bridge> 08discord:delinquent| <option name="vblank_mode" value="0" />
[2024-08-17 20:14:15] <armagetronbridge> 08discord:delinquent| <option name="vblank_mode" value="0" />
[2024-08-17 20:14:16] <armagetron-bridge> 08discord:delinquent| </application>
[2024-08-17 20:14:16] <armagetronbridge> 08discord:delinquent| </application>
[2024-08-17 20:14:18] <armagetron-bridge> 08discord:delinquent| </device>
[2024-08-17 20:14:18] <armagetronbridge> 08discord:delinquent| </device>
[2024-08-17 20:14:19] <armagetron-bridge> 08discord:delinquent| </driconf>
[2024-08-17 20:14:19] <armagetronbridge> 08discord:delinquent| </driconf>
[2024-08-17 20:14:20] <armagetron-bridge> 08discord:delinquent| ```
[2024-08-17 20:14:20] <armagetronbridge> 08discord:delinquent| ```
[2024-08-17 20:14:36] <armagetronbridge> 08discord:delinquent| iunno if you need to change the driver name for amdgpu
[2024-08-17 20:14:36] <armagetron-bridge> 08discord:delinquent| iunno if you need to change the driver name for amdgpu
[2024-08-17 20:14:37] <armagetronbridge> 08discord:delinquent| you might
[2024-08-17 20:14:38] <armagetron-bridge> 08discord:delinquent| you might
[2024-08-17 20:15:04] <armagetronbridge> 08discord:delinquent| ye I think it needs to be `amdgpu`
[2024-08-17 20:15:05] <armagetron-bridge> 08discord:delinquent| ye I think it needs to be `amdgpu`
[2024-08-17 20:15:10] <armagetronbridge> 14discord:monkey_arma| there's no drirc
[2024-08-17 20:15:10] <armagetron-bridge> 14discord:monkey_arma| there's no drirc
[2024-08-17 20:15:52] <armagetronbridge> 14discord:monkey_arma| i think this is linux-centric
[2024-08-17 20:15:52] <armagetron-bridge> 14discord:monkey_arma| i think this is linux-centric
[2024-08-17 20:15:54] <armagetronbridge> 08discord:delinquent| hence why I suggeested you create it :D
[2024-08-17 20:15:54] <armagetron-bridge> 08discord:delinquent| hence why I suggeested you create it :D
[2024-08-17 20:16:05] <armagetronbridge> 14discord:monkey_arma| i cant create it as its not in the man pages section 5
[2024-08-17 20:16:05] <armagetron-bridge> 14discord:monkey_arma| i cant create it as its not in the man pages section 5
[2024-08-17 20:16:14] <armagetronbridge> 14discord:monkey_arma| if it existed it would be there
[2024-08-17 20:16:14] <armagetron-bridge> 14discord:monkey_arma| if it existed it would be there
[2024-08-17 20:16:21] <armagetronbridge> 14discord:monkey_arma| if it would work i ean
[2024-08-17 20:16:22] <armagetron-bridge> 14discord:monkey_arma| if it would work i ean
[2024-08-17 20:16:26] <armagetronbridge> 08discord:delinquent| I have a feeling much of the amdgpu architecture is very similar to that of linux, which is why I'm wondering if its just not documented
[2024-08-17 20:16:26] <armagetron-bridge> 08discord:delinquent| I have a feeling much of the amdgpu architecture is very similar to that of linux, which is why I'm wondering if its just not documented
[2024-08-17 20:16:43] <armagetronbridge> 14discord:monkey_arma| they doc ALL rc and conf files
[2024-08-17 20:16:43] <armagetron-bridge> 14discord:monkey_arma| they doc ALL rc and conf files
[2024-08-17 20:16:49] <armagetronbridge> 08discord:delinquent| sure about that?
[2024-08-17 20:16:50] <armagetron-bridge> 08discord:delinquent| sure about that?
[2024-08-17 20:16:52] <armagetronbridge> 14discord:monkey_arma| i can try but im sure
[2024-08-17 20:16:52] <armagetron-bridge> 14discord:monkey_arma| i can try but im sure
[2024-08-17 20:16:56] <armagetronbridge> 14discord:monkey_arma| i'll try
[2024-08-17 20:16:56] <armagetron-bridge> 14discord:monkey_arma| i'll try
[2024-08-17 20:18:26] <armagetronbridge> 14discord:monkey_arma| you know im on 0.4 right?
[2024-08-17 20:18:27] <armagetron-bridge> 14discord:monkey_arma| you know im on 0.4 right?
[2024-08-17 20:18:54] <armagetronbridge> 08discord:delinquent| no, but does it change anything?
[2024-08-17 20:18:54] <armagetron-bridge> 08discord:delinquent| no, but does it change anything?
[2024-08-17 20:18:56] <armagetronbridge> 14discord:monkey_arma| id better set vsync to default ingame and remove vblankmode
[2024-08-17 20:18:56] <armagetron-bridge> 14discord:monkey_arma| id better set vsync to default ingame and remove vblankmode
[2024-08-17 20:21:01] <armagetronbridge> 14discord:monkey_arma| ok lemme restart
[2024-08-17 20:21:02] <armagetron-bridge> 14discord:monkey_arma| ok lemme restart
[2024-08-17 20:22:21] <armagetronbridge> 14discord:monkey_arma| holy f**k it works
[2024-08-17 20:22:22] <armagetron-bridge> 14discord:monkey_arma| holy f**k it works
[2024-08-17 20:22:25] <armagetronbridge> 14discord:monkey_arma| i think
[2024-08-17 20:22:26] <armagetron-bridge> 14discord:monkey_arma| i think
[2024-08-17 20:22:36] <armagetronbridge> 08discord:delinquent| ^^
[2024-08-17 20:22:36] <armagetron-bridge> 08discord:delinquent| ^^
[2024-08-17 20:22:38] <armagetronbridge> 14discord:monkey_arma| hang on
[2024-08-17 20:22:39] <armagetron-bridge> 14discord:monkey_arma| hang on
[2024-08-17 20:22:58] <armagetronbridge> 14discord:monkey_arma| shouldnt a value of 0 be vsync off?
[2024-08-17 20:22:59] <armagetron-bridge> 14discord:monkey_arma| shouldnt a value of 0 be vsync off?
[2024-08-17 20:23:03] <armagetronbridge> 08discord:delinquent| yes
[2024-08-17 20:23:03] <armagetron-bridge> 08discord:delinquent| yes
[2024-08-17 20:23:04] <armagetronbridge> 14discord:monkey_arma| so it doesnt wotk
[2024-08-17 20:23:04] <armagetron-bridge> 14discord:monkey_arma| so it doesnt wotk
[2024-08-17 20:23:06] <armagetronbridge> 14discord:monkey_arma| work
[2024-08-17 20:23:06] <armagetron-bridge> 14discord:monkey_arma| work
[2024-08-17 20:23:20] <armagetronbridge> 08discord:delinquent| what does your .drirc look like?
[2024-08-17 20:23:20] <armagetron-bridge> 08discord:delinquent| what does your .drirc look like?
[2024-08-17 20:23:28] <armagetronbridge> 14discord:monkey_arma| same as yours
[2024-08-17 20:23:29] <armagetron-bridge> 14discord:monkey_arma| same as yours
[2024-08-17 20:23:32] <armagetronbridge> 08discord:delinquent| hmmm
[2024-08-17 20:23:32] <armagetron-bridge> 08discord:delinquent| hmmm
[2024-08-17 20:23:34] <armagetronbridge> 14discord:monkey_arma| i copied and pasted
[2024-08-17 20:23:34] <armagetron-bridge> 14discord:monkey_arma| i copied and pasted
[2024-08-17 20:23:42] <armagetronbridge> 08discord:delinquent| and changed dri to amdgpu?
[2024-08-17 20:23:43] <armagetron-bridge> 08discord:delinquent| and changed dri to amdgpu?
[2024-08-17 20:23:54] <armagetronbridge> 08discord:delinquent| *dri2
[2024-08-17 20:23:54] <armagetron-bridge> 08discord:delinquent| *dri2
[2024-08-17 20:24:06] <armagetronbridge> 14discord:monkey_arma| er no
[2024-08-17 20:24:06] <armagetron-bridge> 14discord:monkey_arma| er no
[2024-08-17 20:24:07] <armagetronbridge> 14discord:monkey_arma| hang on
[2024-08-17 20:24:07] <armagetron-bridge> 14discord:monkey_arma| hang on
[2024-08-17 20:26:25] <armagetronbridge> 14discord:monkey_arma| no it does not work
[2024-08-17 20:26:25] <armagetron-bridge> 14discord:monkey_arma| no it does not work
[2024-08-17 20:26:43] <armagetronbridge> 08discord:delinquent| bah
[2024-08-17 20:26:43] <armagetron-bridge> 08discord:delinquent| bah
[2024-08-17 20:26:55] <armagetronbridge> 08discord:delinquent| there's gotta be a way to do it without relying on xorg
[2024-08-17 20:26:55] <armagetron-bridge> 08discord:delinquent| there's gotta be a way to do it without relying on xorg
[2024-08-17 20:27:26] <armagetronbridge> 14discord:monkey_arma| hmmm idk
[2024-08-17 20:27:26] <armagetron-bridge> 14discord:monkey_arma| hmmm idk
[2024-08-17 20:27:31] <armagetronbridge> 14discord:monkey_arma| lemme check on web
[2024-08-17 20:27:32] <armagetron-bridge> 14discord:monkey_arma| lemme check on web
[2024-08-17 20:38:55] <armagetronbridge> 14discord:monkey_arma| ok so driinfo says the driver is "radeonsi" but that doesnt work either
[2024-08-17 20:38:56] <armagetron-bridge> 14discord:monkey_arma| ok so driinfo says the driver is "radeonsi" but that doesnt work either
[2024-08-17 23:38:30] <-- monr0e has quit (Remote host closed the connection)
View entire month
DISCLAIMER: These logs of public chat may contain some content which may not be appropriate for all audiences. Use at your own risk.
Logs from 2006-2009 pulled from wrtlprnft
Format changes at: 2015-08-25, 2017-02-20, and 2020-03-23. Times (2015 and later) should be Eastern.
• Website was created by nelg
• Design:
» Layout is loosely based on an old design by Durf.
» Icons on the tools page were originally by Royce, new icons added will try to follow some of the design language.
» Various other icon selections include icons from Crystal, crystalsvg, oxygen, and breeze icon themes.
» Other icons: fontawesome
is a site that has tools, maps, and other various items. It orignally only existed as a server control panel, but I slowly began adding stuff such as a homepage and tools.