LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 04-01-2005, 01:03 PM   #1
ricardo_ok
Member
 
Registered: Jan 2004
Location: Oklahoma, USA
Distribution: Slackware! Of Course!!
Posts: 78

Rep: Reputation: 15
problems with X windows


when attemoting to start X-windows it hangs and returns to the console, unless attenpting start using "init 4", then it simply hangs. When using gdm I get an error that says that it cannot start x-server. upon checking the log as it offers it lists
Fatal Server Error:
could not open default font 'fixed'

does anyone know how to fix this?
 
Old 04-01-2005, 02:58 PM   #2
huibert.alblas
Member
 
Registered: Jan 2004
Location: Duesseldorf /Germany
Distribution: Gentoo amd64 / Debian
Posts: 226

Rep: Reputation: 30
You seem to be missing some default x-font-* packages.

Have you upgraded / removed some packages lately?
Has X11 worked before?

As long as you have your font problem neither using gdm/kdm/xdm nor startx nor "init 4" will work.

You have a broken X setup.
While trying to fix it, just check with "startx" as root.

If you want help, you need to give more detailed information.
 
Old 08-19-2005, 05:10 AM   #3
bruse
Member
 
Registered: Feb 2005
Location: internet
Distribution: Debian
Posts: 821

Rep: Reputation: 30
i have same problem here.
pls help me.

my system (xserver worked well.)but suddenly crashed.

mandrake10.0



#startx -- :2

LAST FEW OUTPUT.

> Warning: Symbol map for key <AB08> redefined
> Using last definition for conflicting fields
> Warning: Symbol map for key <AB09> redefined
> Using last definition for conflicting fields
> Warning: Symbol map for key <AB10> redefined
> Using last definition for conflicting fields
> Warning: Symbol map for key <BKSL> redefined
> Using last definition for conflicting fields
> Warning: Symbol map for key <LCTL> redefined
> Using last definition for conflicting fields
> Warning: Symbol map for key <SPCE> redefined
> Using last definition for conflicting fields
Errors from xkbcomp are not fatal to the X server
Could not init font path element unix/:-1, removing from list!

Fatal server error:
could not open default font 'fixed'

When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.2.log".
Please report problems to xfree86@xfree86.org.

XIO: fatal IO error 104 (Connection reset by peer) on X server ":2.0"
after 0 requests (0 known processed) with 0 events remaining.
[root@localhost root]#




[root@localhost root]# cat /etc/X11/XF86Config-4
# File generated by XFdrake.

# **********************************************************************
# Refer to the XF86Config man page for details about the format of
# this file.
# **********************************************************************

Section "Files"
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.
FontPath "unix/:-1"
EndSection

Section "ServerFlags"
#DontZap # disable <Crtl><Alt><BS> (server abort)
#DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
AllowMouseOpenFail # allows the server to start up even if the mouse doesn't work
EndSection

Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D layer
Load "dri" # direct rendering
EndSection

Section "DRI"
Mode 0666
EndSection

Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "en_US"
Option "XkbOptions" ""
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "6 7"
EndSection

Section "Monitor"
Identifier "monitor1"
VendorName "Plug'n Play"
ModelName "Compaq 7500 Color Monitor"
HorizSync 30-70
VertRefresh 50-140

# Sony Vaio C1(X,XS,VE,VN)?
# 1024x480 @ 85.6 Hz, 48 kHz hsync
ModeLine "1024x480" 65.00 1024 1032 1176 1344 480 488 494 563 -hsync -vsync

# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630

# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
EndSection

Section "Device"
Identifier "device1"
VendorName "Intel Corporation"
BoardName "Intel 845"
Driver "i810"
Option "DPMS"
EndSection

Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 16

Subsection "Display"
Depth 8
Virtual 1024 768
EndSubsection

Subsection "Display"
Depth 15
Virtual 1024 768
EndSubsection

Subsection "Display"
Depth 16
Virtual 1024 768
EndSubsection

Subsection "Display"
Depth 24
Virtual 1024 768
EndSubsection
EndSection

Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Screen "screen1"
EndSection
[root@localhost root]#
 
Old 08-19-2005, 05:24 AM   #4
cathectic
Member
 
Registered: Sep 2004
Location: UK, Europe
Distribution: Slackware64
Posts: 761

Rep: Reputation: 35
Bruse,

This is an (old) Slackware thread you've replied to. You'll probably get a better answer if you start a thread in the Mandriva forum.
 
Old 08-19-2005, 06:14 AM   #5
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,163
Blog Entries: 1

Rep: Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032
Quote:
FontPath "unix/:-1"
Change that to:
Code:
 FontPath "unix/:7100"
and see if works.
 
Old 08-19-2005, 06:35 AM   #6
bruse
Member
 
Registered: Feb 2005
Location: internet
Distribution: Debian
Posts: 821

Rep: Reputation: 30
i have checked but not working.
 
Old 08-19-2005, 06:43 AM   #7
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,163
Blog Entries: 1

Rep: Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032
Take a look at /usr/X11R6/lib/X11/fs/config to see if you have the correct path to your fonts. Also have a look at xfs.log to see if you find any error.
 
Old 08-20-2005, 12:14 AM   #8
bruse
Member
 
Registered: Feb 2005
Location: internet
Distribution: Debian
Posts: 821

Rep: Reputation: 30
i did not change anythink but i found it.
the error is somethink related to xserver packages.
i know i did not anythink but i reinstalled the xserver packages.
nowworking well.
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
grub windows problems Moebius Linux - Newbie 3 02-15-2004 05:36 PM
X Windows Problems basu_arani Linux - Hardware 2 09-16-2003 04:20 PM
X windows problems rubanr Linux - General 4 07-19-2003 12:36 PM
Problems with the X Windows Ismark Linux - Newbie 0 12-20-2001 08:49 PM
Problems with X Windows concoran Linux - General 9 11-06-2001 04:07 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 01: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