<pre class="message">Package: fglrx-modules-dkms
Version: 1:10-12-1
Severity: wishlist
Tags: patch<br><br>fglrx DKMS does not installed on Linux Kernel 2.6.37<br><br>Here is the patch: <a href="http://paste.debian.net/103966/">http://paste.debian.net/103966/</a><br><br>And the quote:<br><br>*** fglrx-modules-dkms-orig/usr/src/fglrx-10-12/firegl_public.c        2011-01-07 14:04:04.000000000 +0300<br>
--- fglrx-modules-dkms/usr/src/fglrx-10-12/firegl_public.c        2011-01-06 14:46:06.000000000 +0300<br>***************<br>*** 5117,5123 ****<br>--- 5117,5127 ----<br>  unsigned int ATI_API_CALL KAS_Mutex_Initialize(void* hMutex)<br>
  {<br>      kasMutex_t* mutex_obj = (kasMutex_t*)hMutex;<br>+ #if LINUX_VERSION_CODE &gt;= KERNEL_VERSION(2,6,37)<br>+     sema_init(&amp;(mutex_obj-&gt;mutex),1);<br>+ #else<br>      init_MUTEX(&amp;(mutex_obj-&gt;mutex));<br>
+ #endif<br>      return 1;<br>  }<br></pre>