How to change screen brightness? (Debian + Fujitsu T4010D)

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:

Quote:

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:

Quote:

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!

No votes yet

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Re: How to change screen brightness? (Debian + Fujitsu T4010D)

Bumping!

Doesn't anyone knows how to change the screen brightness?

Re: How to change screen brightness? (Debian + Fujitsu T4010D)

You don't need a driver for the FN key; It's controlled by firmware. At least it is on my laptop; I can use it before the OS loads. Maybe your BIOS settings need to be looked at.

Tony.

$world=~s/war/peace/g;

Re: How to change screen brightness? (Debian + Fujitsu T4010D)

I have a dual boot of windows and linux and FN it's working fine in windows.
How is it so difficult to change the brightness? :S

Re: How to change screen brightness? (Debian + Fujitsu T4010D)

hello !

did you install the headers of your kernel before you started to try to compile your drivers ?
It should be a package so called : linux-headers-your kernel version.deb
The compilation seems to be unable to find them. I you did install the headers and still have this problem, It might come from the version of your drivers to find another one...

good luck :)

Debian Etch 2.6.22-3-686
Genuine Intel T2050 1.60GHz, 1GHz DDR2
SATA 120 Go, Mobile Intel 945GM, Realtek high definition Audio,
Intel PRO/Wireless 3945ABG Network Connection
Realtek RTL8139/810x Fast Ethernet NIC

Re: How to change screen brightness? (Debian + Fujitsu T4010D)

Yes I have them installed. Thanks anyway.
When I start the package manager, it asks me for the root password. When this happens the screen gets darker, so there must be a way to get a lower brightness I suppose.

Thanks

Syndicate content