From 96d8a03c886e67291aff4973582c96f4ba2a4955 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Fri, 8 Jul 2016 08:20:10 -0400 Subject: pulseaudio fix --- todo | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'todo') diff --git a/todo b/todo index 3cfea559a..20d4418ec 100644 --- a/todo +++ b/todo @@ -139,3 +139,28 @@ Parent is shutting down, bye... /dev/snd/pcmC2D1 -> /dev/adsp2 -> minor 12+32 = 44 +17. test 3d acceleration + +$ lspci -nn | grep VGA + +# apt-get install mesa-utils + +$ glxinfo | grep rendering + +The output should be: + +direct rendering: Yes + +$ glxinfo | grep "renderer string" + +OpenGL renderer string: Gallium 0.4 on AMD KAVERI + + +glxgears stuck to 60fps may be due to VSync signal synchronization. +To disable Vsync + +$ vblank_mode=0 glxgears + +18. Add nosound in all profiles with private-dev (including server.profile) +test hedgewars! + -- cgit v1.2.3-54-g00ecf