Jump to content
The Dark Mod Forums

Alberto Salvia Novella

Member
  • Posts

    160
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Alberto Salvia Novella

  1. My Radeon 5870 runs the Dark Mod with great graphics and performance.
  2. Basically there are only two Radeon drivers on Linux: radeon for older cards, and amdgpu for newer ones. https://linuxreviews.org/The_Current_State_Of_Older_AMD_Graphics_Hardware_On_Linux:_What_Driver_To_Use_And_What_To_Expect
  3. There are two additional bugs: - [ALSOFT] (EE) Failed to set real-time priority for thread: Operation not permitted (1) - Running from the terminal "./thedarkmod.x64 &> log.txt" results in an incomplete log.
  4. Is it rare that I find these topics entertainingly funny? Visualizing the faces of those programmers coding graphics in RAM, while those of OpenGL talking about "well, how are we going to prevent this?" I guess I'm a sophisticated guy.
  5. Probably since OpenGL <=3.1 allowed to use Client-Side Vertex Arrays, instead of Vertex Buffer Objects, drivers just followed the same capability. Even if it didn't make sense programmatically. For instance they removed that possibility in OpenGL 3.2, likely just to make it explicit that you should not program that shitty, 80s graphics style.
  6. AMD CYPRESS (DRM 2.50.0 / 5.10.63-1-MANJARO, LLVM 12.0.1) OpenGL 3.1 Mesa 21.2.1
  7. Setting "r_glCoreProfile" to "0" prevents the game from launching.
  8. Keep into account that our Radeon driver is long time under maintenance only. And even then it works quite well actually.
  9. My version is 3.20, and I still need to pass "-no-pie". The program is intended to create packages. The download will be from the server containing those packages. What it does is recreating the game in the user home folder. But the pk4 files, instead of being copied, are linked to a system wide directory. So one folder with those pk4 serve all the users in the system, keeping each individual user installation quite small and isolated.
  10. It does. Is it possible to pass that flag to Conan as a command?
×
×
  • Create New...