Help with installing Gnome on FreeBSD


 
Thread Tools Search this Thread
Operating Systems BSD Help with installing Gnome on FreeBSD
# 1  
Old 03-28-2005
Help with installing Gnome on FreeBSD

Recently, i have installed FreeBSD 5.3 on my computer. I then proceeded to install the latest version of Gnome. I went to the FreeBSD handbook and looked up how to set Gnome as my default window manager, and for some reason it did not work. I was wondering what exactly the command is to do set gnome as default.
# 2  
Old 03-28-2005
It will be easier to answer if we know what you did do.
# 3  
Old 03-29-2005
I'm not sure I understand what you mean... anyway, I hope I do Smilie
So, if you want to start gnome when you type startx on your prompt, try to edit your ~/.xinitrc by writing there on the first line gnome-session. This will start gnome when you're trying to start the graphical interface (when you type startx).
In case that you want to start graphical automaticly when you start your computer, you should edit your /etc/tyys file and change the line that starts with ttyv8. On my computer I use KDE and it looks like this:
ttyv8 "/usr/local/bin/kdm" xterm on secure
On your computer, I gues that you want to start gdm... then replace "/usr/local/bin/kdm" with the absolute location of your gdm file. You can find it by typing "whereis gdm"
I hope this helped...
Bye !
# 4  
Old 04-15-2005
i get the feeling i'm following Serg
once again:
try freebsd 5.4 beta. it has gnome 2.10, and i have yet to get hit by a bug.
pre-compiled and the ports are really smooth.
luck -O.

edit: i was assuming he was a compile-it-yourself junkie. if you want a fast easy install, use 5.4 and just follow the install prompts.
if you glitch there, do this:
# echo "exec gnome-session" > ~/.xinitrc
for root, and for each User as well.
-O.

Last edited by dfowensby; 04-15-2005 at 06:52 PM..
# 5  
Old 04-16-2005
Quote:
Originally Posted by dfowensby
i get the feeling i'm following Serg
once again:
try freebsd 5.4 beta. it has gnome 2.10, and i have yet to get hit by a bug.
pre-compiled and the ports are really smooth.
luck -O.

edit: i was assuming he was a compile-it-yourself junkie. if you want a fast easy install, use 5.4 and just follow the install prompts.
if you glitch there, do this:
# echo "exec gnome-session" > ~/.xinitrc
for root, and for each User as well.
-O.
It seems that FreeBSD-5.4 is the answer for averything... :P
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. BSD

Installing gnome on freebsd

I have a fresh 64-bits install of FreeBSD 8.1 on a machine, but having issues with getting gnome to work. I have followed the guidelines on FreeBSD GNOME Project: GNOME 2.32 FAQ In summary that is: pkg_add -r gnome2 Add gnome_enable="YES" to /etc/rc.conf After a reboot and logging in, there... (8 Replies)
Discussion started by: figaro
8 Replies

2. BSD

Gnome 2.2 gets very sluggish on FreeBSD 7

hello guys & gals I know this question was asked thousands of times and there are lots of solutions out there, I tried them all, but with no luck. Symptoms It takes about 3 to 5 minutes for Gnome to start up, I'm asked for my username/password and then the Gnome splash screen comes up, but... (5 Replies)
Discussion started by: sirbijan
5 Replies

3. BSD

Install Gnome 2.22 in FreeBSD

at root command line # pkg_add -r gnome2 This will download the latest GNOME 2.22 packages from the FreeBSD FTP site, and proceed to install them on your system. Up-to-date GNOME packages for i386 and amd64 for all supported versions of FreeBSD are also available from the GNOME Tinderbox.... (0 Replies)
Discussion started by: very9music
0 Replies

4. UNIX for Dummies Questions & Answers

Installing Freebsd

Hi All Hope this is not going to upset you but i really need help. I'm new to Unix (Brand New) have never worked on a unix system before in my life so please bear with me. I'm in the process to install Freebsd but have no idea how to go ahead. The system that i have does not have any cd... (3 Replies)
Discussion started by: stunner
3 Replies

5. BSD

installing FreeBSD

hi everybody i'm now downloading FreeBSD using anonymous ftp...the problem i'll encounter is that it seems to be a huge archive.... I want just install it over a 8 G disk....how can i manage this? thanks regards (3 Replies)
Discussion started by: hmaiida
3 Replies

6. UNIX Desktop Questions & Answers

installed GNOME on FreeBSD! need help with several things

ps. i posted this first on UNIX for Dummies Questions & Answers , Sorry about the double post Hi guys, I still have "microsoft windows" eyes so this unix freebsd stuff still looks very alien to me. Yesterday I managed to install freebsd 5.1 on my dell notebook. And today I got Gnome 2.2... (2 Replies)
Discussion started by: Dalma
2 Replies

7. UNIX for Dummies Questions & Answers

installed GNOME on FreeBSD! need help with several things

Hi guys, I still have "microsoft windows" eyes so this unix freebsd stuff still looks very alien to me. Yesterday I managed to install freebsd 5.1 on my dell notebook. And today I got Gnome 2.2 working. I have this problem I can only login to Gnome with my normal user account, and not with... (1 Reply)
Discussion started by: Dalma
1 Replies

8. UNIX for Dummies Questions & Answers

FreeBSD 4.4 Uninstalling KDE or GNOME

Hey all :) I finally got around to installing FreeBSD 4.4, which considering it's my first attempt with *nix, didn't go too badly. I've managed to configure X and everything else, but I've got a bit of a problem, lol. I installed KDE and GNOME. I had a rough idea as to what they were, but I... (5 Replies)
Discussion started by: hellz
5 Replies

9. UNIX Desktop Questions & Answers

Start Gnome in FreeBSD 4.5

I was finally able to get FreeBSD working with X-windows and KDE. I installed Gnome also. However am not given the chance to run Gnome when I type: startx at the command line. KDE seems to be default How can I run Gnome too? (1 Reply)
Discussion started by: lancest
1 Replies
Login or Register to Ask a Question