aboutsummaryrefslogtreecommitdiffstats
path: root/todo
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-07-08 08:20:10 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-07-08 08:20:10 -0400
commit96d8a03c886e67291aff4973582c96f4ba2a4955 (patch)
treeea83a438f67f3bf2319203964b2f882e7c4f0732 /todo
parentMerge pull request #621 from Fred-Barclay/proposed (diff)
downloadfirejail-96d8a03c886e67291aff4973582c96f4ba2a4955.tar.gz
firejail-96d8a03c886e67291aff4973582c96f4ba2a4955.tar.zst
firejail-96d8a03c886e67291aff4973582c96f4ba2a4955.zip
pulseaudio fix
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