Hello all
I've just installed
Debian in my
Fujitsu T4010D laptop a few days ago.
Everything is going fine except that I can't change the screen brightness. I've tried everything (maybe not everything but you know what I mean :P) but I'm not having any success.
The problem is that my function key (
FN) does not work so I'm not able to change the brightness.
I installed
gddccontrol 0.4.2 but it says that my monitor does not support
DDC/CI. So I googled for it and some advise to update the graphic drivers. The problem is that I can't update them either.
This is what the log shows when I try to install the drivers:
Code:
make -C /lib/modules/2.6.18-6-686/build SUBDIRS=/home/carlos/Desktop/dripkg/agpgart-2.0 modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.18-6-686'
CC [M] /home/carlos/Desktop/dripkg/agpgart-2.0/backend.o
/home/carlos/Desktop/dripkg/agpgart-2.0/backend.c:69: error: conflicting types for ‘agp_backend_acquire’
include/linux/agp_backend.h:105: error: previous declaration of ‘agp_backend_acquire’ was here
/home/carlos/Desktop/dripkg/agpgart-2.0/backend.c:77: error: conflicting types for ‘agp_backend_acquire’
include/linux/agp_backend.h:105: error: previous declaration of ‘agp_backend_acquire’ was here
/home/carlos/Desktop/dripkg/agpgart-2.0/backend.c:89: error: conflicting types for ‘agp_backend_release’
include/linux/agp_backend.h:106: error: previous declaration of ‘agp_backend_release’ was here
/home/carlos/Desktop/dripkg/agpgart-2.0/backend.c:93: error: conflicting types for ‘agp_backend_release’
include/linux/agp_backend.h:106: error: previous declaration of ‘agp_backend_release’ was here
/home/carlos/Desktop/dripkg/agpgart-2.0/backend.c:220: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘drm_agp’
/home/carlos/Desktop/dripkg/agpgart-2.0/backend.c: In function ‘agp_add_bridge’:
/home/carlos/Desktop/dripkg/agpgart-2.0/backend.c:281: warning: implicit declaration of function ‘inter_module_register’
/home/carlos/Desktop/dripkg/agpgart-2.0/backend.c:281: error: ‘drm_agp’ undeclared (first use in this function)
/home/carlos/Desktop/dripkg/agpgart-2.0/backend.c:281: error: (Each undeclared identifier is reported only once
/home/carlos/Desktop/dripkg/agpgart-2.0/backend.c:281: error: for each function it appears in.)
/home/carlos/Desktop/dripkg/agpgart-2.0/backend.c: In function ‘agp_remove_bridge’:
/home/carlos/Desktop/dripkg/agpgart-2.0/backend.c:301: warning: implicit declaration of function ‘inter_module_unregister’
make[2]: *** [/home/carlos/Desktop/dripkg/agpgart-2.0/backend.o] Error 1
make[1]: *** [_module_/home/carlos/Desktop/dripkg/agpgart-2.0] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.18-6-686'
make: *** [default] Error 2
make -f Makefile.linux DRM_MODULES=gdg.ko modules
make[1]: Entering directory `/home/carlos/Desktop/dripkg/drm'
+ ln -s Makefile.linux Makefile
make -C /lib/modules/2.6.18-6-686/build SUBDIRS=`pwd` DRMSRCDIR=`pwd` modules
make[2]: Entering directory `/usr/src/linux-headers-2.6.18-6-686'
rm: cannot remove `/home/carlos/Desktop/dripkg/drm/.tmp_versions/CVS': Is a directory
make[2]: *** [crmodverdir] Error 1
make[2]: Leaving directory `/usr/src/linux-headers-2.6.18-6-686'
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/home/carlos/Desktop/dripkg/drm'
make: *** [gdg.ko] Error 2
This appears in the terminal:
Code:
Compiling new agpgart module...
ERROR: AGPGART module did not compile
Compiling DRM module...
ERROR: Kernel modules did not compile
The DRI drivers can not be installed without the latest kernel modules.
Installation will be aborted. See the dri.log file for information on
what went wrong.
My graphics is an
Intel 82852/82855.
So I did some more search and found some drivers for the
FN key...but again...I can't install them. When I try to run the make file it just starts popping some errors.
I don't know what do to anymore and I'm a noob so...hope you guys can give me some help here. The brightness is too high...it hurts my eyes :S
Thanks in advance
Take care!