Problems with Xfree86


 
Thread Tools Search this Thread
Operating Systems BSD Problems with Xfree86
# 1  
Old 06-29-2004
Computer Problems with Xfree86

Hi to all!
I'm very novice in Unix/Linux.
I installed FreeBSD 4.10 in my pentium II 450mhz 64MB 4.300GB
more than 5 times and the error continues...
In the line mode i type "startx" (to enter in X)...but show me a message :
FATAL SERVER ERROR
NO SCREENS FOUND


X CONNECTION TO :0.0 BROKEN (EXPLICIT KILL OR SERVER SHUTDOWN).
XAUTH: (ARGV):1: BAD DISPLAY NAME "FREEBSD.VISABEL:0" IN "REMOVE" COMMAND

But i've sucess to enter X when iwas installing the system, but now...
Someone help me, because i want too much to enter in the world of Unix/Linux.Smilie

Info of my bsd:
RELEASE DATE: 27 FEBRUARY 2003
X PROTOCOL VERSION 11, REVISION 0, RELEASE 6.6
BUILD OS: FREEBSD 4.10 i386 [ELF]
BUILD DATE 29 APRIL 2004
MODULE LOADER PRESENT


Thanks to all!Smilie
# 2  
Old 06-29-2004
You may need to post your XF86Config file.

And to remove the error XAUTH: (ARGV):1: BAD DISPLAY NAME "FREEBSD.VISABEL:0" IN "REMOVE" COMMAND put the following in youe /etc/hosts file:

127.0.0.1 freebsd.visabel
# 3  
Old 06-29-2004
Israel,

Tell us how you configured X to begin with. Did you follow the "handbook" on freebsd.org? There they tell you to use
Code:
XFree86 --configure

as root and to follow the instructions on the screen to run your test X configuration. If that doesn't work, post the last 5-10 lines of error message you get from /var/log/XFree86.0.log (or its equivalent) and your XF86Config file (use the [ code ] or [ quote ] tags to make your output readable on this forum.

We also need to know what kind of video card is in that system.

Good luck,

Dave
# 4  
Old 06-30-2004
Ethenert Card Realtek 8139

I installed one more time FBSD, but don't configure the ethernet.
And the installation continues as normal. It showed to me the configuration of Xfree86 (before it doesn't happen), i choose the full Xfree86. After the installation, i tried command "startx" and...EUREKA!...the Xfree86 initializes and i jump more than 5 foots from the ground...Smilie

But now, i don't know why in these last installation the Xfree86 initializes?!?!Smilie

And i want to connect in my job's Lan...Smilie ...but how i skipped the configuration of ethernet in the installation of FreeBSD 4.10 i don't know how to install the network card...someone help me!!
Thanks to all!!
# 5  
Old 06-30-2004
The easiest way for you would be to do:
Code:
/stand sysinstall

as root. Use the menu to configure networking.

Try reading the handbook, FreeBSD is a simple system to work with and it's very well documented.
# 6  
Old 07-01-2004
I agree. All your questions are answered in the handbook: read it.
# 7  
Old 07-02-2004
Data Sorry

Sorry for the beginners questionsSmilie ...
Thanks to all...
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Old XFree86 configuration error

Hello experts, I installed an old linux distribution and i'm having troubles with the XFree86 server. The thing is, when i run XF86Setup, X server and windows actually works, because i can get the graphical configuration screen, but when i'm "done" and save the changes to the config file... (1 Reply)
Discussion started by: semash!
1 Replies

2. BSD

XFree86 4.5 problem

Hello, i have a S3 Trio64V+ card. I installed last release of XFree under FreeBSD 5.4. I do xf86config, but when i try startx i have this error: nsinternal# startx XFree86 Version 4.5.0 Release Date: 16 March 2005 X Protocol Version 11, Revision 0 Build Operating System: FreeBSD... (1 Reply)
Discussion started by: jamesf
1 Replies

3. BSD

again XFree86

hi everybody i installed FreeBSD 5.x on a box with a video card Diamond SpeedStar A90 and a Fujitsu Siemens Monitor B772-1 when i do "startx" it gives me something like this: fatal error: no devices detected no screen detected i'm lost...i don't know what to... (3 Replies)
Discussion started by: hmaiida
3 Replies

4. UNIX Desktop Questions & Answers

X.Org and XFree86

X.Org just released a new version of their X (X11R6.7). Besides Liscense stuff, what is better about X.org then XFree? What is better about XFree then X.org? Also: Will my fglrx (ATI) or nvidia drivers (designed for XFree86 4.3) work on X.org? (2 Replies)
Discussion started by: punkrockguy318
2 Replies

5. UNIX for Dummies Questions & Answers

compiling XFRee86 4.2.0

i am currently trying to compile XFree86 under redhat 7.3. i am used to ./configure make make install, but i know that xfree86 is very different. what are the basic steps for building it. i already have read the documentation, but it wasn't of much help. it was erroring out on the imake. i don't... (1 Reply)
Discussion started by: choasforages
1 Replies

6. UNIX Desktop Questions & Answers

Installing XFREE86 4.2 question

Hi folksss.. I will ask similiar to my previous post. Have anyone successfully install XFree86 ver. 4.2 on FREEBSD 4.5 from scratch ??? If U do, please provide step by step how U do it. Do U use graphic user interface to setup the hardware configuration or DOS configuration ? I... (2 Replies)
Discussion started by: helpme2
2 Replies

7. UNIX Desktop Questions & Answers

XFREE86 4.2 question

Hi folkss... I just install Freebsd 4.5 mini disk which install only the core FREEBSD system nothing else. I then want to install KDE 3.0 so I install XFREE86 4.2 and I installed both of these programs successfully with pkg_add "filename.tgz" I also install wrapper.tgz for "startx"... (1 Reply)
Discussion started by: helpme2
1 Replies

8. Programming

XFree86

So where do we post questions about developing for X? Or do we just not do that here? (2 Replies)
Discussion started by: Gekko
2 Replies

9. UNIX for Dummies Questions & Answers

xfree86 configuration

I've been trying to configure XFree86, and the first times that I have, it will only run at 320x? resolution.. I have an ATI card, and I've tried using the /stand/sysinstall graphical configuration method, and I've tried xf86config as well, both render the same results. that was before i... (3 Replies)
Discussion started by: adn
3 Replies
Login or Register to Ask a Question