Results 1 to 10 of 12
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 ...
- 09-02-2005 #1
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
- 09-02-2005 #2
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
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.Code:X -Configure
Registered Linux user #393103
- 09-02-2005 #3Just Joined!
- Join Date
- Aug 2005
- Posts
- 4
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.
- 09-04-2005 #4
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
- 09-04-2005 #5Linux Enthusiast
- Join Date
- Aug 2005
- Posts
- 542
It's easier to configure.
- 09-04-2005 #6Or you could go for 4.11 - prod legacy. It has behaved nicely for me.I'm thinking of switching back to 4.7
Xfree86 has changed their license such that very few Linux / BSD communities are continuing to do business with them.What's the deal with xorg anyway, like what is the difference from XFree86?
- 09-04-2005 #7
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
- 09-06-2005 #8Linux Enthusiast
- Join Date
- Aug 2005
- Posts
- 542
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...
- 09-06-2005 #9How so? XFree86 and Xorg use identical configuration files. Are you talking about xf86config versus xorgcfg?
Originally Posted by chopin1810 Registered Linux user #270181
TechieMoe's Tech Rants
- 09-06-2005 #10
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


Reply With Quote
