Magellan Linux

Contents of /trunk/hwinfo/emulate-ddcxinfo-knoppix.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1646 - (show annotations) (download) (as text)
Fri Feb 17 10:09:35 2012 UTC (12 years, 2 months ago) by niro
File MIME type: application/x-sh
File size: 222 byte(s)
-added emulation script for ddcxinfo
1 #!/bin/bash
2
3 case $1 in
4 -vsync) hwinfo --monitor | grep "Vert. Sync" | sed 's:.*Vert.*Sync\ Range\:\ \(.*\)\ Hz:\1:' ;;
5 -hsync) hwinfo --monitor | grep "Hor. Sync" | sed 's:.*Hor.*Sync\ Range\:\ \(.*\)\ kHz:\1:' ;;
6 esac