Export to GitHub

eee-osd - configfile.wiki


Introduction

As from version 2.1 the eee-osd is configurable through a config file. This config file can be found in /etc/asusosd.conf . You can also use "per user" settings, just copy asusosd.conf to $HOME/.asusosd/ .

Settings in config file

the config file accepts the following settings:

themepath - this is the full path to the directory where your osd-image theme is stored. (Default: themepath="/usr/local/share/asus_osd/";)

fnf6commandh - this is command that should be executed when fn+f6 hotkey is pressed. (Default: fnf6command="/usr/bin/gnome-system-monitor";)

xpos - this is the x-position of where the top-left corner of the osd-image will be displayed. (Default: xpos=2;)

ypos - same as above, but for y-position. (Default: ypos=2;)

Config file syntax

  • a ; at the end of a config line is always necessary
  • the form of a number-value is variable_name=value;
  • the form of a string-value is variable_name="value value value...";