LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 06-19-2002, 12:04 PM   #1
hotrodowner
Member
 
Registered: Mar 2002
Distribution: Too many to count
Posts: 368

Rep: Reputation: 30
startx no good


I have just installed Vector Linux 2.5. (this one's install was cooler than the others I tried.) When I type startx after login I receive the following message:

(using VT number 7)

Could not find config file!
- Tried:
/root/XF86Config
/etc/XF86Config
/usr/X11R6/lib/X11/XF86Config.vector
/usr/X11R6/lib/X11/XF86Config

Fatal server error:
No config file found!


When reporting a problem related toa server crash, please send the full server output, not just the last messages

XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
after 0 requests (0 known processed) with 0 events remaining.

----------------------------------------------------------------------------------------
How do I make a configuration file and/or am I able to?
 
Old 06-19-2002, 01:19 PM   #2
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Have you tried running XF86config or Xconfigurator? I don't know if either of those will help, but give it a try and see what happens. Good luck.
 
Old 06-19-2002, 01:41 PM   #3
Mara
Moderator
 
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696

Rep: Reputation: 232Reputation: 232Reputation: 232
Browse directories you mentioned in your post and and look for files with name similar to XF86Config or XF86Config-4. If you can find one, copy it with name XF86Config and then try to run startx again.
 
Old 06-19-2002, 08:58 PM   #4
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
actually the configurator you would most likely need to run is xf86config instead of XF86config to configure X, Linux is case sensitive. And unless its based off of Redhat and has the Xconfigurator utility installed, that won't work.

Usually by default the XF86Config file is in the /etc/X11 directory. At times it won't be present until X is configured cause after that it will then be created. I suggest first trying to reconfigure it with the xf86config command, of course you need to be logged in as root as well to run.
 
Old 06-19-2002, 09:43 PM   #5
linuxcool
LQ Addict
 
Registered: Jun 2001
Posts: 1,183

Rep: Reputation: 47
Vector linux's site says:

XF86Setup is to setup X-Windows
xf86config is an alternative to XF86Setup
 
Old 06-19-2002, 09:59 PM   #6
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
true but as trickykid said

to run the setup use xf86config or the (equivalent), but the actual config file that contains the settings that your looking for is /etc/X11/XF86Config

since you are looking in /etc then just make a link

ln -s /etc/X11/XF86Config /etc/XF86Config


a link is actually much better than a copy. If you copy it then running any of the x setup utilities or even a manual edit would need to be done in all copies.


---Tulsa, OK ---

Last edited by DavidPhillips; 06-19-2002 at 10:03 PM.
 
Old 06-19-2002, 10:02 PM   #7
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
Also look at your X log file and make sure your not using XF86Config-4 if you are then just link to it

ls -s /etc/X11/XF86Config-4 /etc/XF86Config



--- Tulsa, OK ---

Last edited by DavidPhillips; 06-19-2002 at 10:04 PM.
 
Old 06-19-2002, 10:44 PM   #8
linuxcool
LQ Addict
 
Registered: Jun 2001
Posts: 1,183

Rep: Reputation: 47
Was looking around Vector's site again and found out you use the program Sax to configure X window.
 
Old 06-20-2002, 04:56 PM   #9
hotrodowner
Member
 
Registered: Mar 2002
Distribution: Too many to count
Posts: 368

Original Poster
Rep: Reputation: 30
Thanks everyone!!

I have used what you (plural) have said; however, I now have a new problem. When I start the GUI I have no REAL control over the mouse pointer. When I move the mouse, the pointer randomly moves across the top of the screen but (just like a magnet) moves immediatly back the top left of the screen when I reframe from moveing the mouse. Any ideas?
 
Old 06-20-2002, 05:03 PM   #10
crashmeister
Senior Member
 
Registered: Feb 2002
Distribution: t2 - trying to anyway
Posts: 2,541

Rep: Reputation: 47
I had something like that with debian. You can try to disable gpm. That fixed it for me with debian.
 
Old 06-20-2002, 05:18 PM   #11
hotrodowner
Member
 
Registered: Mar 2002
Distribution: Too many to count
Posts: 368

Original Poster
Rep: Reputation: 30
What is gpm?

Hey, DavidPhillips, where can I get Davix?
 
Old 06-20-2002, 06:32 PM   #12
crashmeister
Senior Member
 
Registered: Feb 2002
Distribution: t2 - trying to anyway
Posts: 2,541

Rep: Reputation: 47
Good one! As far as i understand it gpm supplies the driver to use the mouse in console. If you don't have it installed it can't screw it up. Just check in your xf86config file. Let me know if you want me to email the info's i got about it to you.
 
Old 06-20-2002, 06:48 PM   #13
hotrodowner
Member
 
Registered: Mar 2002
Distribution: Too many to count
Posts: 368

Original Poster
Rep: Reputation: 30
Please send that e-mail.

What is this:

# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.

# Protocol "Xqueue"
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
WHY should I type startx twice to startx? hiux Debian 6 09-09-2005 09:12 AM
startx doesn't startx for user vdemuth Mandriva 10 11-08-2004 07:41 PM
Good morning, Good evening, Good night. Cheeseboy LinuxQuestions.org Member Intro 2 11-04-2004 09:46 PM
Bug / Xwindows / startx : xinit works but startx crash www.rzr.free.fr Linux - Software 4 10-17-2004 08:06 AM
startx vs startx -- :2 (font dimension is different!!) moly82 Linux - General 7 09-15-2003 12:11 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 04:53 AM.

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