I am runing vncserver under RH8.0/Linux 2.4.20 which I use as a remote
console on my Windoze laptop to access my Linux machine.
I would like to be able to use console.perms to give permissions to
access devices such as /dev/dsp and the cdroms/dvds when logged in
from the remote console on my laptop.
I am not sure why this is not happening automatically since vncserver
sets up an X display as ":1" and console.perms has the followin regexp
definition of console:
<console>=tty[0-9][0-9]* vc/[0-9][0-9]* :[0-9]\.[0-9] :[0-9]
<xconsole>=:[0-9]\.[0-9] :[0-9]
However, the file permissions don't change when I start up vncserver
though it does work when I log in from the actual console (:0).
What am I missing here? Shouldn't the vncserver on :1 match the regexp
:[0-9] ?
Thanks,
Jeff