On Sat, Feb 12, 2000 at 06:09:33PM -0500, Jason Pratt wrote:
> Ok here's a question, I just installed an ATAPI Zip100 drive into
> good ol' "neptune". Now Kudos' 'er what ever the hardware
> installation program is called, found the drive. Went into GNOME
> and tried to mount the drive, but it was not added to the Drive
> Management program or to the /mnt directory. Gnome-Linuxconfig I
> go, I go to add a new local mount or the zip disk, but I'm not
> given an option in the mount point. How do I get Linux to mount the
> drive? Where do I set this up?
I don't know about what gnome does, but likely you need a something
like:
/dev/cdrom /mnt/cdrom iso9660 noauto,ro,user 0 0
in /etc/fstab (if it's not already there). And the mount point needs
to be a valid dir:
mkdir /mnt/cdrom (as root)
> Also, how can I keep my monitor from blanking out after a certain
> period of time? I set my BIOS to "None" in the power saving
> settings and GNOME is set to no screensaver. Anyone have an idea...
See the man page for 'xset' and look for DPMS settings ('xset -dpms'
???). Put the apropriate command in one of the X startup scripts in
your home dir. '~/.Xclients' is a good place. IIRC, this file needs
to be an executable script, in case you need to create it (chmod +x).
[Note, that I am not sure of how the default RH installation handles
all the X startup stuff since there are any number of ways to do this.
Creating this file may override existing defaults, and cause a bit of
trouble (maybe).]
--
Hal B
[EMAIL PROTECTED]
--
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.