Próbowałem sposobu z dodawaniem do Panelu "Aplet jasnoći" ale to nie daje rezultatu, zmieniam położenie suwaka i nie dzieje się nic.
Proszę pomóżcie mi bo te podświetlenie wypala mi gałki oczne

Z góry dzięki : )
EDIT: Znalazłem pomocny art na blogu gościa który podobno rozwiązuje problem http://vaioubuntu.wordpress.com/2008/12 ... fw-series/
Proszę jednak o pomoc bo chyba coś namieszałem. Doszedłem do 4 kroku ale niezbyt zdaję sobie sprawę z tego co zrobiłem do tej pory i czy zrobiłem to dobrze. Wklejam link z terminalu z operacjami które do tej pory przeprowadziłem:
Kod: Zaznacz cały
evo@EVaiO:~$ sudo apt-get install acpidump iasl
Czytanie list pakietów... Gotowe
Budowanie drzewa zależności
Reading state information... Gotowe
Zostaną zainstalowane następujące NOWE pakiety:
acpidump iasl
0 aktualizowanych, 2 nowo instalowanych, 0 usuwanych i 0 nieaktualizowanych.
Konieczne pobranie 381kB archiwów.
After this operation, 823kB of additional disk space will be used.
Pob: 1 http://gb.archive.ubuntu.com hardy/universe acpidump 20061130-1 [13,3kB]
Pob: 2 http://gb.archive.ubuntu.com hardy/main iasl 20061109-0.1 [368kB]
Pobrano 381kB w 12s (31,3kB/s)
Zaznaczenie poprzednio niezaznaczonego pakietu acpidump.
(Odczytywanie bazy danych ... 98327 plików i katalogów obecnie zainstalowanych.)
Rozpakowanie acpidump (z .../acpidump_20061130-1_i386.deb) ...
Zaznaczenie poprzednio niezaznaczonego pakietu iasl.
Rozpakowanie iasl (z .../iasl_20061109-0.1_i386.deb) ...
Konfigurowanie acpidump (20061130-1) ...
Konfigurowanie iasl (20061109-0.1) ...
evo@EVaiO:~$ sudo acpidump -b -t DSDT -o DSDT.aml
[sudo] password for evo:
evo@EVaiO:~$ iasl -d DSDT.aml
Intel ACPI Component Architecture
AML Disassembler version 20061109 [May 16 2007]
Copyright (C) 2000 - 2006 Intel Corporation
Supports ACPI Specification Revision 3.0a
Loading Acpi table from file DSDT.aml
Acpi table [DSDT] successfully installed and loaded
Pass 1 parse of [DSDT]
Pass 2 parse of [DSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)
....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
Parsing completed
Disassembly completed, written to "DSDT.dsl"
evo@EVaiO:~$ sudo rm DSDT.aml
evo@EVaiO:~$ patch < dsdt-error.patch
bash: dsdt-error.patch: No such file or directory
evo@EVaiO:~$ patch < dsdt-ati-fix.patch
bash: dsdt-ati-fix.patch: No such file or directory
evo@EVaiO:~$ iasl DSDT.dsl
Intel ACPI Component Architecture
ASL Optimizing Compiler version 20061109 [May 16 2007]
Copyright (C) 2000 - 2006 Intel Corporation
Supports ACPI Specification Revision 3.0a
DSDT.dsl 8108: Method (SNF5, 1, NotSerialized)
Warning 1086 - ^ Not all control paths return a value (SNF5)
DSDT.dsl 8143: Method (SNF7, 1, NotSerialized)
Warning 1086 - ^ Not all control paths return a value (SNF7)
DSDT.dsl 8229: Name (_T_0, Zero)
Error 4081 - Use of reserved word ^ (_T_0)
DSDT.dsl 8325: Method (SNFE, 1, NotSerialized)
Warning 1086 - ^ Not all control paths return a value (SNFE)
ASL Input: DSDT.dsl - 8576 lines, 277407 bytes, 3826 keywords
Compilation complete. 1 Errors, 3 Warnings, 0 Remarks, 1026 Optimizations
evo@EVaiO:~$ sudo cp DSDT.aml /etc/initramfs-tools/
cp: cannot stat `DSDT.aml': No such file or directory
evo@EVaiO:~$ sudo dpkg-reconfigure linux-image-`uname -r`
Running depmod.
update-initramfs: Generating /boot/initrd.img-2.6.24-23-generic
1. sudo acpidump -b -t DSDT -o DSDT.aml
2. iasl -d DSDT.aml
3. sudo rm DSDT.aml
4. patch < dsdt-error.patch
5. patch < dsdt-ati-fix.patch
6. iasl DSDT.dsl
7. sudo cp DSDT.aml /etc/initramfs-tools/
8. sudo dpkg-reconfigure linux-image-`uname -r` Not updating initrd symbolic links since we are being updated/reinstalled
(2.6.24-23.48 was configured last, according to dpkg)
Not updating image symbolic links since we are being updated/reinstalled
(2.6.24-23.48 was configured last, according to dpkg)
Running postinst hook script /sbin/update-grub.
Searching for GRUB installation directory ... found: /boot/grub
Searching for default file ... found: /boot/grub/default
Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst
Searching for splash image ... none found, skipping ...
Found kernel: /boot/vmlinuz-2.6.24-23-generic
Found kernel: /boot/memtest86+.bin
Updating /boot/grub/menu.lst ... done
evo@EVaiO:~$ 1. sudo acpidump -b -t DSDT -o DSDT.aml
bash: 1.: command not found
evo@EVaiO:~$ 2. iasl -d DSDT.aml
bash: 2.: command not found
evo@EVaiO:~$ 3. sudo rm DSDT.aml
bash: 3.: command not found
evo@EVaiO:~$ 4. patch < dsdt-error.patch
bash: dsdt-error.patch: No such file or directory
evo@EVaiO:~$ 5. patch < dsdt-ati-fix.patch
bash: dsdt-ati-fix.patch: No such file or directory
evo@EVaiO:~$ 6. iasl DSDT.dsl
bash: 6.: command not found
evo@EVaiO:~$ 7. sudo cp DSDT.aml /etc/initramfs-tools/
bash: 7.: command not found
evo@EVaiO:~$ 8. sudo dpkg-reconfigure linux-image-`uname -r`
bash: 8.: command not found
evo@EVaiO:~$ 1. sudo apt-get build-dep linux-source-2.6.27
bash: 1.: command not found
evo@EVaiO:~$ 2. sudo apt-get install linux-source-2.6.27
bash: 2.: command not found
evo@EVaiO:~$ 3. cp /usr/src/linux-source-2.6.27.tar.bz2 ./
bash: 3.: command not found
evo@EVaiO:~$ 4. tar jxvf linux-source-2.6.27.tar.bz2
bash: 4.: command not found
evo@EVaiO:~$ 5. cd linux-source-2.6.27
bash: 5.: command not found
evo@EVaiO:~$ # sudo apt-get build-dep linux-source-2.6.27
evo@EVaiO:~$
Jeśli tak to jak wrócić te wszystkie operacje?
Proszę o pomoc bardziej doświadczonych userów którzy mogliby przestudiować ten poradnik - jestem początkujący jeśli chodzi o zabawy z Linuksem.
Pozdrawiam.