File: 49-855-resolution-set.sh

package info (click to toggle)
acpi-support 0.143-5.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 828 kB
  • sloc: sh: 816; ansic: 131; makefile: 38
file content (8 lines) | stat: -rw-r--r-- 205 bytes parent folder | download | duplicates (17)
1
2
3
4
5
6
7
8
#!/bin/bash

if [ -x /usr/sbin/855resolution ]; then
    . /etc/default/855resolution
    if [ "$MODE" != "" ] && [ "$XRESO" != "" ] && [ "$YRESO" != "" ]; then
	/etc/init.d/855resolution start;
    fi
fi