> Okay, yes, these permissions will definitely not work. You need to be > able to read from the device, MPlayer opens (or tries to) it RW (see > libvo/vo_fbdev.c line 663). So either be root :-) or give read access to > the video group (probably you'll have to tweak the accorindg rules-file > for udev). Yeah it worked. In the file /etc/udev/rules.d/25-lfs.rules changed the line that reads
KERNEL="fb[0-9]*", GROUP="video", MODE="0620" to KERNEL="fb[0-9]*", GROUP="video", MODE="0660" And everything is working. Thanks a lot for your help Subhash Chandra -- ╔════════════════════════════╗ ║I don't know how much of what I say is true ║ ╚════════════════════════════╝
-- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
