r247 - mga_vid/trunk/README.udev

tamasg <[email protected]> Sun, 3 Sep 2006 17:48:32 +0200 (CEST)
Newsgroups gmane.comp.video.mplayer.user.matrox
Message-ID <[email protected]>
Author: tamasg
Date: Sun Sep  3 17:48:32 2006
New Revision: 247

Added:
   mga_vid/trunk/README.udev

Log:
some documentation about udev support

Added: mga_vid/trunk/README.udev
==============================================================================
--- (empty file)
+++ mga_vid/trunk/README.udev	Sun Sep  3 17:48:32 2006
@@ -0,0 +1,15 @@
+mga_vid supports udev since svn revision 244 .
+
+By default udevd creates '/dev/mga_vid0', root:root, 0660 .
+
+If you want udevd to automatically set correct permissions on mga_vid device
+file(s) and create more meaningful paths, copy the following line into
+'/etc/udev/rules.d/mga_vid.rules' file.
+
+KERNEL=="mga_vid[0-9]*", NAME="mga_vid/%n", SYMLINK+="%k", MODE="0660", GROUP="video"
+
+Then send a HUP signal to udevd to reload its configuration.
+
+skill -HUP -c udevd
+
+				Gergely Tamás