summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Schmelzer2008-09-16 21:25:26 +0200
committerSebastian Schmelzer2008-09-16 21:25:26 +0200
commit6cc7923e52ce30c03cd7ce5a3deec5272c92cd3f (patch)
tree3cc756bfe24fae5da96d2eef602032c8ec578442
parent * fix (diff)
downloadcore-6cc7923e52ce30c03cd7ce5a3deec5272c92cd3f.tar.gz
core-6cc7923e52ce30c03cd7ce5a3deec5272c92cd3f.tar.xz
core-6cc7923e52ce30c03cd7ce5a3deec5272c92cd3f.zip
* lost change due merge ..
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2229 95ad53e4-c205-0410-b2fa-d234c58c8868
-rw-r--r--os-plugins/plugins/xserver/XX_xserver.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/os-plugins/plugins/xserver/XX_xserver.sh b/os-plugins/plugins/xserver/XX_xserver.sh
index b58b6e32..971833da 100644
--- a/os-plugins/plugins/xserver/XX_xserver.sh
+++ b/os-plugins/plugins/xserver/XX_xserver.sh
@@ -239,7 +239,7 @@ a\ \ InputDevice\ \ "Synaptics TP"\ \ \ \ \ \ "SendCoreEvents"
size="$(grep -m 1 " Size: " /etc/hwinfo.display | \
sed 's|.*ize:\ ||;s|\ mm||;s|x|\ |')"
modes=$(grep -i "Resolution: .*@" /etc/hwinfo.display | \
- awk '{print $2}'| awk -F '@' '{print "\"" $1 "\""}'| sort -unr| \
+ awk '{print $2}'| sort -unr| awk -F '@' '{print "\"" $1 "\""}'|\
tr "\n" " ")
[ -n "$vert" -a -n "$horz" ] && \
sed -e "s|# Horizsync.*| Horizsync $horz|;\