View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 22 posts ] 
Go to page Previous  1, 2

Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject:
PostPosted: Sun Dec 04, 2005 1:42 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
The first and most efficient thing to do, is for you to eyeball it. Seriously, if you were helpless you wouldn't have gotten this far. Look at the file. Look for anything which screams, "I'm broken! I''m broken!" The wiki page has several hints on what that means. Cut and paste the relevant sections. The X logs are very verbose and chatty, and genrally quite readable.


Top
 Profile  
 
 Post subject:
PostPosted: Sun Dec 04, 2005 1:55 pm 
Offline
Joined: Thu Oct 13, 2005 6:06 pm
Posts: 48
just to make sure i should type in

Code:
# more /var/log/XFree86.0.log


i'm not sure what your mean by cut and paste but i will handwrite anything that looks fishy[/code]


Top
 Profile  
 
 Post subject:
PostPosted: Sun Dec 04, 2005 2:15 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
Cut & paste with your mouse, window to window. Like highlight source, Ctrl-C, click at destination, Ctrl-V in MS-Windows. This is "How to use a Computer" 101 stuff.

If you haven't gotten your KnoppMyth box set up for remote access yet, you're overdue. http://www.knoppmythwiki.org/index.php?page=RemoteAccessfromWindows


Top
 Profile  
 
 Post subject:
PostPosted: Sun Dec 04, 2005 2:28 pm 
Offline
Joined: Thu Oct 13, 2005 6:06 pm
Posts: 48
well i guess i set it up for remote access next, now here is everything that looked suspect, hand copyed by me

Code:
Parse error on line 2 of section Files in file /etc/X11/XF86config-4
          "onts/latin2/100dpi"" is not a valid keyword in this section.

Code:
(EE) Problem Parsing the config file
(EE) Error from xf86HandleConfigFile()

Code:
Fatal server error:
no screens found


i have no idea what any of this means just that it looks like an issue


Top
 Profile  
 
 Post subject:
PostPosted: Sun Dec 04, 2005 5:04 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
See, I told you that you could do it. Looks like your config file is corrupted, so rather than potentially doing damage X gave up. So now all you have to do is edit your /etc/X11/XF86config-4 file and fix that section.

- Search for Section "Files" the second line down from that is where your problems shows up. That line should either look like this:
Code:
       FontPath     "/usr/X11R6/lib/X11/fonts/latin2/100dpi"

or like this (commented out):
Code:
#       FontPath     "/usr/X11R6/lib/X11/fonts/latin2/100dpi"


- Since that directory doesn't exist anyway you might as well just delete it.

- The syntax of the XF86config-4 file is really pretty simple if you look at it with the right eye.

The # character starts a comment that runs until the end of the line. Tokens are seperated by whitespace. Double quote characters " are used to delimit strings. The basic chunk is:

Section "SectionName"
Stuff here
EndSection

Within each of those sections is a list of lines each of which starts with a keyword and followed by one or more arguments. You can also have a SubSection "SubSectionName" ... EndSubSection block nested inside a section. Anything that doesn't follow those rules is probably broken. OBTW - case probably matters, so make sure it matches.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Dec 05, 2005 4:34 pm 
Offline
Joined: Thu Oct 13, 2005 6:06 pm
Posts: 48
ok, i will try that, but i am wondering how something small like a font file would cause the GUI to not work


Top
 Profile  
 
 Post subject:
PostPosted: Mon Dec 05, 2005 7:08 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
You have utterly missed the point. Something _major_ like a botched configuration file is causing it not to work. It's only got the one configuration file, so if it's roached the server really doesn't have much choice.


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 22 posts ] 
Go to page Previous  1, 2



All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 26 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu