LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Other *NIX Forums > *BSD
User Name
Password
*BSD This forum is for the discussion of all BSD variants.
FreeBSD, OpenBSD, NetBSD, etc.

Notices


Reply
  Search this Thread
Old 01-25-2004, 02:56 AM   #1
Manini
LQ Newbie
 
Registered: Jul 2003
Location: L.A.
Distribution: Arch Linux
Posts: 20

Rep: Reputation: 0
Problem Starting Desktop managers


I recently installed FreeBSD 5.2 and I configured X properly. I am able to start X up, but am not able to load any of the window managers. I used startx "MANAGER" command to start up kde as well as the other managers (gnome , afterstep etc. ) but no luck . I get the following error messages:

Fatal server error:
Server is already active for display 0

Xauth: (argv):1 bad display name "" "remove" command
Xauth: (argv):1 bad display name "" "remove" command

X Works fine... but i want a real GUI

Anyhelp would be greatly appreciated.... thanks.

~Manini
 
Old 01-25-2004, 03:25 AM   #2
rehab junkie
Member
 
Registered: Nov 2003
Location: /var/local/pub/bar
Distribution: OSX 10.4.9
Posts: 259

Rep: Reputation: 30
create a file in your home directory, called .xinitrc - with "exec gnome-session" in it. Or "exec afterstep" for afterstep, etc.
 
Old 01-27-2004, 02:33 PM   #3
frob23
Senior Member
 
Registered: Jan 2004
Location: Roughly 29.467N / 81.206W
Distribution: OpenBSD, Debian, FreeBSD
Posts: 1,450

Rep: Reputation: 48
Also, if you plan on using xdm (enable it in /etc/ttys if you want to) you will need a file named ".xsession" with the same lines as above... this file must be set as executable (chmod +x .xsession) because it is run by xdm.
 
Old 01-27-2004, 06:59 PM   #4
Manini
LQ Newbie
 
Registered: Jul 2003
Location: L.A.
Distribution: Arch Linux
Posts: 20

Original Poster
Rep: Reputation: 0
Well.... it turned out that my copy of 5.2 is actually corrupt. I told the installer to install everything, when I was installing it, but it didn't install any of the managers.... so I tried to go and install them, but it gave me an error and said the file has an error and must be aborted... or somethin like that. I did manage to get FVWM to work though. Anyways.... time to install slackware 9.1. My freebsd days are done for now

Last edited by Manini; 01-27-2004 at 07:50 PM.
 
Old 01-27-2004, 07:04 PM   #5
frob23
Senior Member
 
Registered: Jan 2004
Location: Roughly 29.467N / 81.206W
Distribution: OpenBSD, Debian, FreeBSD
Posts: 1,450

Rep: Reputation: 48
Dude, don't give up for something stupid like that. Try getting the packages through FTP... or get a fresh copy of the iso... it probably is a bad burn. It has happened to me and it completely recoverable. Trust me BSD is just as good as -- if not better than -- Linux. Just think of it as bad luck. Don't blame it on the OS.
 
Old 01-27-2004, 07:49 PM   #6
Manini
LQ Newbie
 
Registered: Jul 2003
Location: L.A.
Distribution: Arch Linux
Posts: 20

Original Poster
Rep: Reputation: 0
well... I'm not quittin cause of that... It's just I've been wantin to try slackware for a while. I'm gonna get BSD 4.9 after i'm done experimenting with that and then maybe come back to 5.2. The prob is, i'm too noobish to be usin FreeBSD lol. I got a lot of to do. Prolly too noobish for slackeware as well.... maybe i should go back to redhat lol
 
Old 01-27-2004, 08:01 PM   #7
frob23
Senior Member
 
Registered: Jan 2004
Location: Roughly 29.467N / 81.206W
Distribution: OpenBSD, Debian, FreeBSD
Posts: 1,450

Rep: Reputation: 48
Read up and come back. ;-) I run 4.9-STABLE myself because there is nothing I need from 5.2 at this moment. I am sure it is also pretty solid but I am waiting till 5.3 or maybe 5.4 before I upgrade this system. 4.9 is a really good version so don't worry about using it. It is good to be a newbie and face it on many different systems. You learn different ways to face the same problem each time. The next time you face it as a newbie on a system you will have all sorts of new methods to try and investigate.

I was just saying, don't give up on the whole FreeBSD project because of a bad CD. ;-)
 
Old 01-27-2004, 08:32 PM   #8
Manini
LQ Newbie
 
Registered: Jul 2003
Location: L.A.
Distribution: Arch Linux
Posts: 20

Original Poster
Rep: Reputation: 0
Hey I got a question... Lets say I was to install 4.9. Is tehre any way to get my WUSB11 v. 2.6 (Linksys wireless usb adapter) up and running? I really want to have an internet connection. i tried making a driver on red hat but failed a million times If there is a way to do it, and is guaranted... I swear I'll switch from Windows to Linux lol. It would be great if I c ould get it to work wit freebsd 4.9. Any help is appreciated. Thanks.
 
Old 01-27-2004, 08:46 PM   #9
frob23
Senior Member
 
Registered: Jan 2004
Location: Roughly 29.467N / 81.206W
Distribution: OpenBSD, Debian, FreeBSD
Posts: 1,450

Rep: Reputation: 48
I really don't know if it is supported under FreeBSD. I gave the hardware list a cursory look and saw a bunch of linksys usb stuff but not that specific hardware. If you ever get around to trying FreeBSD it should be pretty easy to find out. If it isn't detected automatically at boot then you can add a few devices to your kernel. But the GENERIC kernel really does have almost everything in it. Did you see the device when you booted?
 
Old 01-27-2004, 09:35 PM   #10
Manini
LQ Newbie
 
Registered: Jul 2003
Location: L.A.
Distribution: Arch Linux
Posts: 20

Original Poster
Rep: Reputation: 0
I don't think so..... and netscape was screwed from the corrupt installation... so I couldnt really tell...
 
Old 01-28-2004, 03:17 AM   #11
rehab junkie
Member
 
Registered: Nov 2003
Location: /var/local/pub/bar
Distribution: OSX 10.4.9
Posts: 259

Rep: Reputation: 30
You can tell if the GENERIC kernel that is in place after a fresh FreeBSD install, handles your device by hitting scroll lock at the login: prompt and scrolling back through the lines the system outputs as it boots.

Or do an ifconfig from a shell prompt and see if you've been assigned an IP in accordance with your router's specification, or DHCP provider if you're on cable.
 
Old 01-28-2004, 03:18 AM   #12
rehab junkie
Member
 
Registered: Nov 2003
Location: /var/local/pub/bar
Distribution: OSX 10.4.9
Posts: 259

Rep: Reputation: 30
Whatever you do, don't resort to Red Hat :P
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Desktop Enviroment and File Managers? Fice Linux - Newbie 4 01-12-2006 02:19 AM
switching desktop managers while not in X Ryknow215 Linux - General 2 08-05-2004 02:36 AM
Desktop/Window Managers FrostBot Linux - Software 8 07-21-2004 02:32 PM
Window Managers vs. Desktop Managers mikeshn Linux - General 4 02-11-2004 11:31 AM
Starting differnt window managers durden2.0 Linux - Newbie 2 06-02-2003 08:41 PM

LinuxQuestions.org > Forums > Other *NIX Forums > *BSD

All times are GMT -5. The time now is 05:23 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration