Guild icon
DDraceNetwork
Development / developer
Development discussion. Logged to https://ddnet.tw/irclogs/ Connected with DDNet's IRC channel, Matrix room and GitHub repositories — IRC: #ddnet on Quakenet | Matrix: #ddnet-developer:matrix.org GitHub: https://github.com/ddnet
Between 2018-02-15 00:00:00Z and 2018-02-16 00:00:00Z
Avatar
@Rockus If you're checking ping in scoreboard, that's normal. Better look at pred value (cl_showpred 1)
Avatar
@ChillerDragon #TODO 0.7: improve nethash creation if hash == "3dc531e4296de555": hash = "626fce9a778df4d4" change that to if True:
Avatar
ChillerDragon 2018-02-15 14:17:55Z
Ty
14:18
@heinrich5991
Avatar
eh
14:18
in scripts/cmd5.py
Avatar
[quakenet] <heinrich5991> Learath2: what's up with the gentoo package?
Avatar
https://www.youtube.com/watch?v=Voy9vVbgSqI i've got this weird screen flickering on linux with ddnet at 144hz, so i wonder if this is a ddnet bug? The flicker doesn't happen on my desktop and also it doesn't happens on the browser (which both of them also run at 144hz). Some info that may help: *-display description: VGA compatible controller product: Hawaii PRO [Radeon R9 290/390] vendor: Advanced Micro Devices, Inc. [AMD/ATI] physical id: 0 bus info: pci@0000:01:00.0 version: 80 width: 64 bits clock: 33MHz capabilities: pm pciexpress msi vga_controller bus_master cap_list rom configuration: driver=radeon latency=0 resources: irq:31 memory:e0000000-efffffff memory:f0000000-f07fffff ioport:e000(size=256) memory:f7e00000-f7e3ffff memory:c0000-dff Linux 4.15.3-041503-generic (edited)
Avatar
[quakenet] <Learath2> heinrich5991: gentoo was also complaining about the bundled libs, can give it another try now
Avatar
@Ryozuki opengl3?
Avatar
i tested with opengl3 on and off
17:27
with off its lot worse
17:27
but with on its like the video i sent
17:28
glxinfo | grep "OpenGL version" OpenGL version string: 3.0 Mesa 17.2.8
17:28
this has something to do?
17:29
➜ ~ glxinfo | grep 'version' server glx version string: 1.4 client glx version string: 1.4 GLX version: 1.4 Max core profile version: 4.5 Max compat profile version: 3.0 Max GLES1 profile version: 1.1 Max GLES[23] profile version: 3.1 OpenGL core profile version string: 4.5 (Core Profile) Mesa 17.2.8 OpenGL core profile shading language version string: 4.50 OpenGL version string: 3.0 Mesa 17.2.8 OpenGL shading language version string: 1.30 OpenGL ES profile version string: OpenGL ES 3.1 Mesa 17.2.8 OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.10
Avatar
asyncrender off? ddnet 9?
17:36
other opengl applications?
Avatar
last ddnet version
Avatar
i mean try those
Avatar
glxgears doesnt show this glitch (if that is a opengl application)
Avatar
yes it is
Avatar
"asyncrender off?" how to disable/enable this?
Avatar
f1, gfx_asynrender_old 0
Avatar
nothing changes with 1 and 0
Avatar
I understand
Avatar
mmm ddnet 9 starts on my non 144hz screen and mouse is really buggy
17:45
i just noticed i can notice the flicker a bit sometimes in the terminal too so it might not be ddnet related 😢
Avatar
disable compositing? use other DE/WM?
Avatar
im using KDE
17:46
i also had this with gnome
Avatar
I also noticed that my display has artificats with some specific patterns showing on screen, also annoying
Avatar
you got 144hz? i always thought it may be some bad support for 144hz
Avatar
no, 3840x2160@60Hz
Avatar
and since i dont have this problem on windows, i bet it has relation to drivers?
Avatar
I guess I should disable framebuffer compression
17:49
well, driver is split up in linux
17:49
so good luck finding out which part 😉
17:49
well i know it uses a open source driver "radeon"
Avatar
also, amd is trying to share as much code on win/linux as possible
17:50
try newer driver/kernel/mesa/etc
17:50
and search for bug reports
Avatar
i got literally latest kernel
Avatar
no problem with 120hz, 60hz?
Avatar
i noticed it also on 120hz
17:50
gonna try 60
Avatar
My trick is to use intel gpus only because amd and nvidia always gave me trouble on linux
Avatar
but that sucks for me :( i spent 350€ on a good gpu
Avatar
write an email to amd support?
Avatar
i guess
17:52
i never had hope in those things tho
Avatar
no flickering with 60hz
17:54
with 99 there are too
17:55
this is the closest bug report i could find https://bugs.freedesktop.org/show_bug.cgi?id=93826 but they say its fixed in 4.12 but i got 4.15 and i still have the problem
Avatar
@Ryozuki did you try the new amdgpu drivers?
Avatar
i tried using amdgpu instead of radeon, it works worse since it doesnt event detect that i can have 144hz
18:22
if u talk about amdgpu-pro
18:22
i havent got it to work
Avatar
I used to have a r9 290x and it was much better
18:22
I used amdgpu not the pro one
Avatar
amdgpu doesnt detect my 144hz and even flickers at 60hz for me
Avatar
So weird
Avatar
Kernel version?
Avatar
last, 4.15.3-041503-generic
18:24
i had 4.13 but no luck
18:24
decided to try last
18:24
and no luck
18:24
im doomed
Avatar
You sure the driver loaded properly
Avatar
e840206 Fix bundled pnglite - def-
Avatar
well, tell me how to make sure of it if u can
Avatar
You used to need an option to include the ucode for hawaii cards
18:26
Check your dmesg I guess
Avatar
i had to put GRUB_CMDLINE_LINUX="radeon.si_support=0 radeon.cik_support=0 amdgpu.si_support=1 amdgpu.cik_support=1" on etc/default/grub to use amdgpu instead of radeon driver
18:26
and it worked
18:26
but as i said amdgpu worked worse
18:27
what does dmesg?
18:27
i see some logs
Avatar
Dmesg is the kernel logs
Avatar
ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
18:28
:o
18:28
i see some radeon_dp_aux_transfer_native: 74 callbacks suppressed
18:28
but idk if thats good or bad
18:29
radeon 0000:01:00.0: Invalid PCI ROM header signature: expecting 0xaa55, got 0xffff
18:29
but this is a common warning from what i seen in forums
Avatar
0d9265b Fix bundled wavpack when system wavpack is avai... - def-
Avatar
[quakenet] <deen> huh, no pnglite on archlinux
Avatar
[ 2.566814] [drm] Initialized radeon 2.50.0 20080528 for 0000:01:00.0 on minor 0 [ 2.589764] [drm] amdgpu kernel modesetting enabled. @Learath2 u know if this has relation?
Avatar
[quakenet] <deen> that smells normal
18:32
[quakenet] <Learath2> that's a good thing
18:32
[quakenet] <Learath2> not really sure if it should happen with radeon tho
18:33
[quakenet] <Learath2> but wouldn't cause your flickers anyways
Avatar
this all looks ok
18:35
idk i dont find any error
Avatar
@deen thanks
Avatar
@deen I tried all that. what was wrong with pnglite and wavpack?
20:56
@deen i.e. set(PNGLITE_LIBRARIES) should be the same as yours
20:59
@deen and I also tried bundled wavpack. the previous check allowed the user to plug in whatever version they have, including the bundled one
Avatar
@Vanilla
21:20
wuips sry
21:20
@heinrich5991 do you know what those "626" data are related to?
21:21
don't have example right now
21:21
but when you get that packet, with 626....... something after
Exported 106 message(s)