aboutsummaryrefslogtreecommitdiffstats
path: root/todo
diff options
context:
space:
mode:
Diffstat (limited to 'todo')
-rw-r--r--todo25
1 files changed, 25 insertions, 0 deletions
diff --git a/todo b/todo
index 3cfea559a..20d4418ec 100644
--- a/todo
+++ b/todo
@@ -139,3 +139,28 @@ Parent is shutting down, bye...
139 /dev/snd/pcmC2D1 -> /dev/adsp2 -> minor 12+32 = 44 139 /dev/snd/pcmC2D1 -> /dev/adsp2 -> minor 12+32 = 44
140 140
141 141
14217. test 3d acceleration
143
144$ lspci -nn | grep VGA
145
146# apt-get install mesa-utils
147
148$ glxinfo | grep rendering
149
150The output should be:
151
152direct rendering: Yes
153
154$ glxinfo | grep "renderer string"
155
156OpenGL renderer string: Gallium 0.4 on AMD KAVERI
157
158
159glxgears stuck to 60fps may be due to VSync signal synchronization.
160To disable Vsync
161
162$ vblank_mode=0 glxgears
163
16418. Add nosound in all profiles with private-dev (including server.profile)
165test hedgewars!
166