Dominic McDonald-Aveyard wrote:
>
> Hello again,
>
> Thanks to everyone for all help so far, I now have red hat installed and just
> started X with no problems a wee while ago, hurrah!
> Anyways, I used the X User manager program from the control panel to add
>three
> users to the system. I entered the name, password, real name and the home and
> shell locations were set properly. The first time I did this the group ID was
> 500. I saved then logged out, tuened off the computer and rebooted. I tried
> logging in as the new users but it just said login incorrect.
> I then removed the users and added again, this time making the group Id 100
> since there was a group with that ID already that called users. Again I saved
> and rebooted to no avail.
> Does anyone know what if anything I'm doing wrong and how to fix it?
>
> Also, can someone please either advise me or point me to a good resource on
> setting up the system so that when myself and my wife login X automatically
> starts?
Your first problem? Maybe you aren't saving before you exit the user
manager program. To start X after logging in? Add an entry in the
.bashrc or .bash_profile (sorry can't remember which) file in the home
directory of the user. Add at the end of the file;
startx -- -bpp 16
if you want to start X in 16 bit colordepth mode.
(change for your own prefence)