summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/xserver/XX_xserver.sh
diff options
context:
space:
mode:
authorSebastian Schmelzer2008-09-16 19:34:27 +0200
committerSebastian Schmelzer2008-09-16 19:34:27 +0200
commite177ded98f12394fbd443b02951f424e1a75a915 (patch)
treee7c1690261f0a6d1cf7132c6bb0ac8869f6a9b67 /os-plugins/plugins/xserver/XX_xserver.sh
parent * added modes line for display to xorg.conf (diff)
downloadcore-e177ded98f12394fbd443b02951f424e1a75a915.tar.gz
core-e177ded98f12394fbd443b02951f424e1a75a915.tar.xz
core-e177ded98f12394fbd443b02951f424e1a75a915.zip
* typo
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2222 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/xserver/XX_xserver.sh')
-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 525041e2..2622e8fc 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}'| awk -F '@' '{print $1}'| sort -unr| \
tr "\n" " ")
[ -n "$vert" -a -n "$horz" ] && \
sed -e "s|# Horizsync.*| Horizsync $horz|;\