Skip to content

Commit f2a68ad

Browse files
committed
Space before parentheses and small improvements
1 parent 4a0b1e3 commit f2a68ad

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed

_posts/2016-03-10-how-to-configure-a-dell-latitudes-keyboard-backlight-timeout.markdown

+18-16
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,26 @@ categories:
77
---
88

99
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).
1516

1617
A bit of history
1718
----------------
1819

1920
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).
2830

2931
I write "on paper", because it has two big problems. I still don't have a
3032
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
3335
back then as I also had problems with middle button detection and missing palm
3436
check configuration. But as I still had the delay, but not the other problems
3537
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
3739
thought it's a hardware issue and then Dell had a hard time getting me a
3840
keyboard without broken keys or broken backlight so I even got a new unit...)
3941
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
4143
for pointing sticks. But all the arguing in the world did not help, it's
4244
working according to spec and as such not a problem for Dell.
4345

@@ -63,7 +65,7 @@ Solution
6365
One of my Google searches pointed me to libsmbios but it seemed helplessly
6466
outdated. After more searching I came across the [libsmbios git
6567
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).
6769

6870
So lets get started, first you need to get the sources and compile them.
6971

0 commit comments

Comments
 (0)