@@ -7,24 +7,26 @@ categories:
7
7
---
8
8
9
9
This article is about configuring the timeout which is responsible for turning
10
- off the backlight of a Latitude's keyboard after a keyboard, touchpad or track stick
11
- action. By default is it configured at 10 seconds which I wanted to change. As
12
- I had a hard time finding information about the issue, I hope this article can
13
- help others going through less trouble. If you are using Linux and are not
14
- interested in the history, you can skip right to the [ solution] ( #solution ) .
10
+ off the backlight of a Latitude's keyboard after a keyboard, touchpad or track
11
+ stick action. By default is it configured at 10 seconds which I wanted to
12
+ change. As I had a hard time finding information about the issue, I hope this
13
+ article can help others going through less trouble. If you are using Linux and
14
+ are not interested in the history, you can skip right to the
15
+ [ solution] ( #solution ) .
15
16
16
17
A bit of history
17
18
----------------
18
19
19
20
I bought a Dell Latitude E5450 about a year ago. On paper it combined
20
- everything I wanted, a matte screen(I want to see what's on my screen, not my
21
- face), backlit US keyboard(better for programming) a [ pointing
22
- stick] [ pointing-stick ] (my fingers seem to be incompatible with touchpads) and
23
- an OK price. The only alternatives would have been HP, but they don't have a
24
- middle button for their pointstick which is vital for scrolling, and Lenovo,
25
- but at the time they only had Thinkpads without physical trackpoint
26
- buttons(horrible, but I guess a lot of people complained, because now they all
27
- have physical buttons again - too late for me).
21
+ everything I wanted, a matte screen (I want to see what's on my screen, not my
22
+ face), backlit US keyboard (better for programming) a [ pointing
23
+ stick] [ pointing-stick ] (my fingers seem to be incompatible with touchpads and
24
+ it's great for scrolling) and an OK price. The only alternatives would have
25
+ been HP, but they don't have a middle button for their pointstick which is
26
+ vital for scrolling, and Lenovo, but at the time they only had Thinkpads
27
+ without physical trackpoint buttons(horrible, but I guess a lot of people
28
+ complained, because now they all have physical buttons again - too late for
29
+ me).
28
30
29
31
I write "on paper", because it has two big problems. I still don't have a
30
32
solution for the first one: there is a ~ 500ms delay between hitting a key and
@@ -33,11 +35,11 @@ first I thought it's due to the missing driver support of the current Xubuntu
33
35
back then as I also had problems with middle button detection and missing palm
34
36
check configuration. But as I still had the delay, but not the other problems
35
37
after an update to the latest Xubuntu, I contacted the support. After a lot of
36
- back and forth and even swapping the keyboard a few times(the support first
38
+ back and forth and even swapping the keyboard a few times (the support first
37
39
thought it's a hardware issue and then Dell had a hard time getting me a
38
40
keyboard without broken keys or broken backlight so I even got a new unit...)
39
41
it turns out it's working according to spec. Such a delay might make sense for
40
- touchpads, but even there it's configurable(palm check). It doesn't make sense
42
+ touchpads, but even there it's configurable (palm check). It doesn't make sense
41
43
for pointing sticks. But all the arguing in the world did not help, it's
42
44
working according to spec and as such not a problem for Dell.
43
45
@@ -63,7 +65,7 @@ Solution
63
65
One of my Google searches pointed me to libsmbios but it seemed helplessly
64
66
outdated. After more searching I came across the [ libsmbios git
65
67
repository] [ libsmbios-git-repository ] which finally allowed me to change the
66
- timeout. However, it works only under Linux(tested under Xubuntu 15.10).
68
+ timeout. However, it works only under Linux (tested under Xubuntu 15.10).
67
69
68
70
So lets get started, first you need to get the sources and compile them.
69
71
0 commit comments