nettes Tool, bietet ein paar zusätzliche Einstellmöglichkeiten für WOL, suspend , hibernate usw.. Also hauptsächlich Optionen die den Schlafmodus betreffen, aber leider nichts für die Lösung meines Problemes.
Habe nochmal mit dem Helligkeitsregler von gnome-powermanager herumgespielt und folgendes gefunden:
|
Quellcode
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
May 19 12:41:41 localhost pkexec[18396]: arminius82: Executing command [USER=root] [TTY=unknown] [CWD=/home/arminius82] [COMMAND=/usr/sbin/gnome-power-backlight-helper --set-brightness 1]
May 19 12:41:41 localhost pkexec: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
May 19 12:41:41 localhost pkexec[18405]: arminius82: Executing command [USER=root] [TTY=unknown] [CWD=/home/arminius82] [COMMAND=/usr/sbin/gnome-power-backlight-helper --set-brightness 2]
May 19 12:41:41 localhost pkexec: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
May 19 12:41:41 localhost pkexec[18417]: arminius82: Executing command [USER=root] [TTY=unknown] [CWD=/home/arminius82] [COMMAND=/usr/sbin/gnome-power-backlight-helper --set-brightness 3]
May 19 12:41:41 localhost pkexec: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
May 19 12:41:41 localhost pkexec[18420]: arminius82: Executing command [USER=root] [TTY=unknown] [CWD=/home/arminius82] [COMMAND=/usr/sbin/gnome-power-backlight-helper --set-brightness 4]
May 19 12:41:41 localhost pkexec: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
May 19 12:41:41 localhost pkexec[18423]: arminius82: Executing command [USER=root] [TTY=unknown] [CWD=/home/arminius82] [COMMAND=/usr/sbin/gnome-power-backlight-helper --set-brightness 5]
May 19 12:41:41 localhost pkexec: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
May 19 12:41:41 localhost pkexec[18432]: arminius82: Executing command [USER=root] [TTY=unknown] [CWD=/home/arminius82] [COMMAND=/usr/sbin/gnome-power-backlight-helper --set-brightness 6]
May 19 12:41:42 localhost pkexec: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
May 19 12:41:42 localhost pkexec[18441]: arminius82: Executing command [USER=root] [TTY=unknown] [CWD=/home/arminius82] [COMMAND=/usr/sbin/gnome-power-backlight-helper --set-brightness 7]
May 19 12:41:42 localhost pkexec: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
May 19 12:41:42 localhost pkexec[18444]: arminius82: Executing command [USER=root] [TTY=unknown] [CWD=/home/arminius82] [COMMAND=/usr/sbin/gnome-power-backlight-helper --set-brightness 8]
May 19 12:41:42 localhost pkexec: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
May 19 12:41:42 localhost pkexec[18456]: arminius82: Executing command [USER=root] [TTY=unknown] [CWD=/home/arminius82] [COMMAND=/usr/sbin/gnome-power-backlight-helper --set-brightness 9]
May 19 12:41:42 localhost pkexec: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
May 19 12:41:42 localhost pkexec[18468]: arminius82: Executing command [USER=root] [TTY=unknown] [CWD=/home/arminius82] [COMMAND=/usr/sbin/gnome-power-backlight-helper --set-brightness 10]
May 19 12:41:42 localhost pkexec: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
May 19 12:41:42 localhost pkexec[18471]: arminius82: Executing command [USER=root] [TTY=unknown] [CWD=/home/arminius82] [COMMAND=/usr/sbin/gnome-power-backlight-helper --set-brightness 11]
May 19 12:41:44 localhost pkexec: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
|
Im Prinzip müsste ich doch jetzt einfach nur mein
"ACPI event unhandled: video/brightnessdown BRTDN" und "
Use 'setkeycodes 67 <keycode>' to make it known" also meine beiden Sondertasten mit
gnome-power-backlight-helper verknüpfen und dann sollte es funzen.
Gibt es da schon irgendwelche Progs oder muss ich mir ein eigenes script dafür schreiben.