
Originally Posted by
gradinaruvasile
I tried it and indeed installs under 3.8 and 3.7 kernels (Debian Wheezy 32-bit).
But i lose the virtual terminals if i boot with the 3.8 kernel after fglrx is loaded. If i try to switch away from vt7 (the x server vt), the screen goes totally blank (not even a cursor anywhere). The monitor has signal. I can switch back to vt7.
There is a line in dmesg that might have something to do with it:
<3>[fglrx:firegl_get_console_mode_info] *ERROR* Get Console Mode failed
With 3.7 vts work.
That's interesting. I can't build it with Linux 3.8.3.
Code:
/root/fglrx/2.6.x/kcl_ioctl.c: In function ‘KCL_IOCTL_AllocUserSpace32’:
/root/fglrx/2.6.x/kcl_ioctl.c:225:5: error: implicit declaration of function ‘COMPAT_ALLOC_USER_SPACE’ [-Werror=implicit-function-declaration]
/root/fglrx/2.6.x/kcl_ioctl.c:225:24: warning: initialization makes pointer from integer without a cast [enabled by default]
cc1: some warnings being treated as errors
make[2]: *** [/root/fglrx/2.6.x/kcl_ioctl.o] Error 1
make[1]: *** [_module_/root/fglrx/2.6.x] Error 2