Welcome to Linux Forums!

With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux Hosts
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > The Community > Everything BSD
Reload this Page Configuring X on FreeBSD 5.4
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

Everything BSD For all discussions regarding Free/NetBSD and OpenBSD.

Reply
 
Thread Tools Display Modes
Old 09-02-2005   #1 (permalink)
GNU_man
Linux User
 
GNU_man's Avatar
 
Join Date: Apr 2005
Location: Canada, eh
Posts: 284
Configuring X on FreeBSD 5.4

Hi, i just installed 5.4 and the commands for configuring X on previous versions don't seem to work anymore. All i can get is a logon screen, when i log on it just restarts the logon screen ??? wtf?
__________________
PTL x10 Hallelujah!
AMD Athlon XP 2600+ 512MB RAM Dual 80G WD HD 8MB Cache (1 WinXP Home, 1 CentOS 4.2) GeForce Ti4200 128MB SB Live! 5.1
Registered Linux user #391521
GNU_man is offline   Reply With Quote
Old 09-02-2005   #2 (permalink)
George Harrison
Linux User
 
George Harrison's Avatar
 
Join Date: Mar 2005
Location: Pepperland
Posts: 445
Send a message via AIM to George Harrison Send a message via MSN to George Harrison Send a message via Yahoo to George Harrison
hmm.. odd. Well you might need to know that FBSD is all xorg now (legacy still uses xfree though). So.. what display manager are you using? IMO, this is the first problem, display managers are annoying but it's your choice. Moving along, try to see if X will boot - just X. No display managers. I dunno why it would boot you back into the login prompt unless the password wasn't correct or if you were trying to login as root and do not have wheel permissions. Do
Code:
X -Configure
I believe and that will create a base xorg file for you. Now try running X with the startx command. If you really need a display manager you might want to Google the problem a bit or try editing your .xsession by hand.
__________________
Registered Linux user #393103
George Harrison is offline   Reply With Quote
Old 09-02-2005   #3 (permalink)
Mandeep
Just Joined!
 
Join Date: Aug 2005
Posts: 4
Send a message via ICQ to Mandeep
for configuring FreeBSD in lastest versions you need following steps
1. install xorg-server, kdm
2. install some WM (kde,etc) i am using kde
configure xorg server with command xorgconfig
change /etc/ttys from
ttyv8 "/usr/X11R6/bin/xdm -nodaemon" xterm off secure
to
ttyv8 "/usr/X11R6/bin/kdm -nodaemon" xterm on secure

put following in ~/.xsessions
------------------------------
#!/usr/local/bin/bash

export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/X11R6/bin
export KDEDIR=/usr/local/
startkde
------------------------------
and execute kill -1 1

i think this will help you.
Mandeep is offline   Reply With Quote
Old 09-04-2005   #4 (permalink)
GNU_man
Linux User
 
GNU_man's Avatar
 
Join Date: Apr 2005
Location: Canada, eh
Posts: 284
I ran xorgconfig but I get a mouse error now Grrr even though the mouse works fine when I'm in console mode. I'm thinking of switching back to 4.7

What's the deal with xorg anyway, like what is the difference from XFree86?
__________________
PTL x10 Hallelujah!
AMD Athlon XP 2600+ 512MB RAM Dual 80G WD HD 8MB Cache (1 WinXP Home, 1 CentOS 4.2) GeForce Ti4200 128MB SB Live! 5.1
Registered Linux user #391521
GNU_man is offline   Reply With Quote
Old 09-04-2005   #5 (permalink)
chopin1810
Linux Enthusiast
 
Join Date: Aug 2005
Posts: 541
It's easier to configure.
chopin1810 is offline   Reply With Quote
Old 09-04-2005   #6 (permalink)
anomie
Linux Guru
 
anomie's Avatar
 
Join Date: Mar 2005
Location: Texas
Posts: 1,699
Quote:
I'm thinking of switching back to 4.7
Or you could go for 4.11 - prod legacy. It has behaved nicely for me.

Quote:
What's the deal with xorg anyway, like what is the difference from XFree86?
Xfree86 has changed their license such that very few Linux / BSD communities are continuing to do business with them.
anomie is offline   Reply With Quote
Old 09-04-2005   #7 (permalink)
GNU_man
Linux User
 
GNU_man's Avatar
 
Join Date: Apr 2005
Location: Canada, eh
Posts: 284
Well I have a book on FreeBSD that came with a 4-disk set of 4.7 so it's a safe bet... bugs me though, this mouse thing.

EDIT: oops, that's 4.6 not 4.7...
__________________
PTL x10 Hallelujah!
AMD Athlon XP 2600+ 512MB RAM Dual 80G WD HD 8MB Cache (1 WinXP Home, 1 CentOS 4.2) GeForce Ti4200 128MB SB Live! 5.1
Registered Linux user #391521
GNU_man is offline   Reply With Quote
Old 09-05-2005   #8 (permalink)
chopin1810
Linux Enthusiast
 
Join Date: Aug 2005
Posts: 541
BSD doesn't really like GUIs, I've run Gnome on 3 BSD systems and every time it kept giving me problem after problem after problem...
chopin1810 is offline   Reply With Quote
Old 09-06-2005   #9 (permalink)
techieMoe
Super Moderator
 
techieMoe's Avatar
 
Join Date: Aug 2004
Location: Texas
Posts: 8,604
Quote:
Originally Posted by chopin1810
It's easier to configure.
How so? XFree86 and Xorg use identical configuration files. Are you talking about xf86config versus xorgcfg?
__________________
Registered Linux user #270181
TechieMoe's Tech Rants
techieMoe is offline   Reply With Quote
Old 09-06-2005   #10 (permalink)
George Harrison
Linux User
 
George Harrison's Avatar
 
Join Date: Mar 2005
Location: Pepperland
Posts: 445
Send a message via AIM to George Harrison Send a message via MSN to George Harrison Send a message via Yahoo to George Harrison
1. If you feel safer with legacy then go a head, 4.11 is the latest version.

2. What is wrong with CLI? A *BSD system feels out of place when you are using GUI on it, imo. If I desperately need to use X I will use Blackbox or Ratpoison. Even then I never create an x config or anything, X can start without a config file and that's what I use because I very rarely use X. If I am feeling frisky then the default X -Configure and it works great.

3. If you are a bit picky about the GUI thing then I would just use PC-BSD as it does a lot of stuff for you and thus takes a bit of fun out of it.
__________________
Registered Linux user #393103
George Harrison is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT. The time now is 05:41 PM.




© 2000 - 2008 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.0.0