--=-MJRccUsVyC2B7uGnm8L0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable I guess I'd recommend working on these issues directly... On Thu, 2003-09-25 at 13:47, Carl Parrish wrote: > 1) Everyone is forced to use the screen resolution I have set. If your using XFree86 4.3 or any one with the Resolution and Rotation extention (4.2 and 4.1 might have had it, but I don't remember) you can change this on the fly to anything in your XF86Config file. So you could set up a default and then have this change on a per user basis. I don't know of any GUI utilities that do this currently, but there is the command line 'xrandr'. This could go in an .xinitrc or something like that. > 2) sound is only available from my computer. ESD will solve this problem for you. Obviously it will cause some latency, but it shouldn't be much considering your on an internal network. > 3) can only use the DVD / CD-Rom drive on my computer.=20 I'd probably right some quick scripts to mount the drives on the remote computers and have an NFS mount from the server to the mount points on the clients. Then, when the drives get mounted, you can find the data on those NFS mount points. You could have a shell script that did something like: ssh -l mountuser client "mount -t auto /dev/hdc /mnt/cdrom" And then have /mnt/cdrom shared to /nfs/client/cdrom on the server.=20 These could all be activiated with icons on the desktop or something to make it easier. That's how I'd do it - but I don't know if that's the answer you were looking for :) --Ted --=-MJRccUsVyC2B7uGnm8L0 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQA/c9+ULE335pRPGp0RAo6sAJ9VrBzEtiQ8Wsehu/0IHJeUf0rcMQCeLTGm rQjkhE9O+xIRWdmbm0aCLgs= =AmPj -----END PGP SIGNATURE----- --=-MJRccUsVyC2B7uGnm8L0--