PDA

View Full Version : adding gnome access to user account


Predatorian
January 4th, 2009, 13:53
hello, this is a super noobish question, but how would i allow a user account to use gnome? when i typed in gdm, it told me the profile i was using didnt have permission to use that program. do i have to add the profile to a group? thanks for your help.

graudeejs
January 4th, 2009, 14:09
how do you start gdm?

it should be started using with gdm_enable="YES" in /etc/rc.conf

to enable do
echo 'gdm_enable="YES"' >> /etc/rc.conf
as root
reboot system and then try to log in.
let me know results

Predatorian
January 4th, 2009, 19:44
thank you, that worked, but if i wanted to start up using the command line and then get into the gui, how would i go about allowing a regular user account to use that?

graudeejs
January 4th, 2009, 19:49
[by default]
to switch to and between consoles:
ctrl+alt+Fn
where n is 1 to 8
9 will switch to X

to switch between consoles
alt+Fn
where n is 1 to 8
9 will switch to X

i suggest you just use gterminal [or what was name of gnome terminal, i don't remember, i use xterm] in X


you can also ssh to you pc from another pc, for that you need to configure and enable OpenSSH, this way you can use pc while your evil little sister [joking] is in front of screen with mouse and keyboard at fingertips chatting with her friends

Predatorian
January 4th, 2009, 20:03
ok, thank you. that works, but ultimately i was looking for a start up CLI to ward off people who dont know what that is, or how to use it.

graudeejs
January 4th, 2009, 20:06
sorry i don't really understand last post

why do you need cli for ppl who don't know unix, make them use X.

Predatorian
January 4th, 2009, 22:50
starting up with no graphical user interface, just the command line for a log in. then i can issue the command to start gnome.

graudeejs
January 5th, 2009, 05:34
if you need to explain anything to user edit /etc/motd file.
This file is displayed each time you login to console.


echo 'gdm_enable="YES"' >> /etc/rc.conf
should start gnome display manager when computer starts and you wouldn't see console login screen.

bsdgooch
January 5th, 2009, 17:55
If you want to start gnome when X starts, enter

exec gnome-session

in your .xinitrc, removing or commenting out any calls to other window managers/desktop environments.