Re: [PATCH] add udev support to mga_vid svn
"Tamas, Gergely" <[email protected]> Thu, 17 Aug 2006 07:24:42 +0200
| Newsgroups | gmane.comp.video.mplayer.user.matrox |
|---|---|
| Message-ID | <[email protected]> |
Hi! > Now I just wonder what happend to /dev/fb0 and /dev/fb1 as they are needed > for tv-out. They doesnt exist in /dev. Something that has to be added to > /etc/udev/rules.d/ ? Anyone knows? Do you have your framebuffer driver loaded? Do you have something like this in udev.rules? rules.d/udev.rules:KERNEL=="fb[0-9]*", NAME="fb/%n", SYMLINK+="%k", GROUP="video" Gergely